More NT Unicode information from Jan Dubois.
[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 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
32         Log: Welcome to the 5.7.3.
33      Branch: perl
34            ! NetWare/Makefile win32/Makefile
35 ____________________________________________________________________________
36 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
37         Log: Make x2p/s2p part of the test_prep target now that we
38              have a test for it.
39      Branch: perl
40            ! Makefile.SH
41 ____________________________________________________________________________
42 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
43         Log: Integrate perlio.
44              
45              We have been 5.7.3 for a while - install there ...
46      Branch: perl
47           !> win32/makefile.mk
48 ____________________________________________________________________________
49 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
50         Log: SImilarly to old HP-UX, in old AIX too including
51              crypt.h leads into trouble.  (from Merijn)
52      Branch: perl
53            ! hints/aix.sh
54 ____________________________________________________________________________
55 [ 15840] By: nick                                  on 2002/04/10  10:04:19
56         Log: We have been 5.7.3 for a while - install there ...
57      Branch: perlio
58            ! win32/makefile.mk
59 ____________________________________________________________________________
60 [ 15839] By: nick                                  on 2002/04/10  10:03:46
61         Log: Intgrate mainline
62      Branch: perlio
63           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
64            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
65            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
66           !> (integrate 40 files)
67 ____________________________________________________________________________
68 [ 15838] By: ams                                   on 2002/04/10  04:16:45
69         Log: Subject: [PATCH] ext/attrs.t getting skipped
70              From: "Craig A. Berry" <craigberry@mac.com>
71              Date: Tue, 9 Apr 2002 23:58:49 -0500
72              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
73      Branch: perl
74            ! t/TEST
75 ____________________________________________________________________________
76 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
77         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
78              From: Michael G Schwern <schwern@pobox.com>
79              Date: Tue, 9 Apr 2002 20:52:55 -0400
80              Message-ID: <20020410005254.GI8954@blackrider>
81      Branch: perl
82            ! t/op/sub_lval.t
83 ____________________________________________________________________________
84 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
85         Log: Undo accident in #15385.
86      Branch: metaconfig/U/perl
87            ! Extensions.U
88 ____________________________________________________________________________
89 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
90         Log: Retract the UTF-8 filenames patch.  This may be
91              better dealt with in Perl level, a la File::Spec
92              (since the whole mess is strongly filesystem-specific).
93      Branch: metaconfig/U/perl
94            + usecjk.U
95            ! Extensions.U
96      Branch: perl
97            - ext/File/Glob/t/utf8.t
98            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
99            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
100            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
101            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
102            ! t/op/readdir.t
103 ____________________________________________________________________________
104 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
105         Log: Upgrade to Encode 1.32, from Dan Kogai.
106      Branch: perl
107            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
108            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
109            - ext/Encode/ucm/macGurmukhi.ucm
110            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
111            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
112            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
113            ! ext/Encode/lib/Encode/Encoder.pm
114            ! ext/Encode/lib/Encode/Supported.pod
115            ! ext/Encode/lib/Encode/Unicode.pm
116            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
117            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
118 ____________________________________________________________________________
119 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
120         Log: Add tests for s2p/psed, from Wolfgang Laun.
121      Branch: perl
122            + t/x2p/s2p.t
123            ! MANIFEST t/TEST
124 ____________________________________________________________________________
125 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
126         Log: FAQ sync.
127      Branch: perl
128            ! pod/perlfaq2.pod pod/perlfaq3.pod
129 ____________________________________________________________________________
130 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
131         Log: Remove false dependency between getgrent and setpwent
132              having/not having FILE**.  Also make the names of the
133              {set,get,end}* interface struct members a bit shorter.
134      Branch: perl
135            ! reentr.c reentr.h reentr.pl
136 ____________________________________________________________________________
137 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
138         Log: Avoid bad prototypes.
139      Branch: perl
140            ! hints/hpux.sh
141 ____________________________________________________________________________
142 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
143         Log: metaconfig unit change for #15828.
144      Branch: metaconfig
145            ! U/protos/Protochk.U
146 ____________________________________________________________________________
147 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
148         Log: As Merijn points out, pthread.h really needs to be known
149              by protochk.
150      Branch: perl
151            ! Configure
152 ____________________________________________________________________________
153 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
154         Log: Integrate perlio;
155              
156              Patch up Encode for Tk
157      Branch: perl
158           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
159           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
160 ____________________________________________________________________________
161 [ 15826] By: nick                                  on 2002/04/09  12:38:25
162         Log: Patch up Encode for Tk
163      Branch: perlio
164            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
165            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
166 ____________________________________________________________________________
167 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
168         Log: Portability tweak.
169      Branch: perl
170            ! lib/File/CheckTree.t
171 ____________________________________________________________________________
172 [ 15824] By: sky                                   on 2002/04/09  10:51:07
173         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
174              From: Abigail <abigail@osp.nl>
175              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
176              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
177      Branch: perl
178            ! pod/perlhist.pod
179 ____________________________________________________________________________
180 [ 15823] By: nick                                  on 2002/04/09  08:17:59
181         Log: Integrate mainline
182      Branch: perlio
183           +> ext/Encode/lib/Encode/Config.pm
184           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
185           !> (integrate 37 files)
186 ____________________________________________________________________________
187 [ 15822] By: ams                                   on 2002/04/09  06:43:50
188         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
189              From: Spider Boardman <spider@Orb.Nashua.NH.US>
190              Date: Tue, 09 Apr 2002 02:00:51 -0400
191              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
192      Branch: perl
193            ! lib/File/CheckTree.pm
194 ____________________________________________________________________________
195 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
196         Log: Small perldelta tweaks.
197      Branch: perl
198            ! pod/perldelta.pod
199 ____________________________________________________________________________
200 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
201         Log: File::Checktree update from Paul Grassie.
202      Branch: perl
203            ! lib/File/CheckTree.pm lib/File/CheckTree.t
204 ____________________________________________________________________________
205 [ 15819] By: ams                                   on 2002/04/08  22:43:48
206         Log: Subject: patch against t/op/sub_lval.t
207              From: Jim Cromie <jcromie@divsol.com>
208              Date: Mon, 08 Apr 2002 17:38:16 -0600
209              Message-Id: <3CB229E8.9080500@divsol.com>
210      Branch: perl
211            ! t/op/sub_lval.t
212 ____________________________________________________________________________
213 [ 15818] By: ams                                   on 2002/04/08  22:40:16
214         Log: Humbly pay homage to the redundancy gods.
215      Branch: perl
216            ! mg.c
217 ____________________________________________________________________________
218 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
219         Log: metaconfig mirror #15816.
220      Branch: metaconfig
221            ! U/modified/Unix.U
222 ____________________________________________________________________________
223 [ 15816] By: ams                                   on 2002/04/08  22:18:32
224         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
225      Branch: perl
226            ! Porting/Glossary
227 ____________________________________________________________________________
228 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
229         Log: Small piconv tweaks (sent to Dan).
230      Branch: perl
231            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
232            ! ext/Encode/lib/Encode/Alias.pm
233 ____________________________________________________________________________
234 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
235         Log: Update Changes.
236      Branch: perl
237            ! Changes patchlevel.h
238 ____________________________________________________________________________
239 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
240         Log: FAQ sync.  (Ignoring the few URL differences for now.)
241      Branch: perl
242            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
243            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
244            ! pod/perlfaq7.pod pod/perlfaq9.pod
245 ____________________________________________________________________________
246 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
247         Log: Upgrade to Encode 1.31, from Dan Kogai.
248      Branch: perl
249            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
250            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
251            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
252            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
253 ____________________________________________________________________________
254 [ 15811] By: ams                                   on 2002/04/08  17:00:37
255         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
256              From: Andy Dougherty <doughera@lafayette.edu>
257              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
258              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
259      Branch: perl
260            ! lib/sort.t pp_sort.c
261 ____________________________________________________________________________
262 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
263         Log: metaconfig unit changes for #15809.
264      Branch: metaconfig
265            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
266 ____________________________________________________________________________
267 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
268         Log: Mirroring #15806.
269      Branch: perl
270            ! Porting/Glossary Porting/config.sh Porting/config_H
271 ____________________________________________________________________________
272 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
273         Log: metaconfig unit changes for #15807.
274      Branch: metaconfig
275            ! U/protos/Protochk.U U/threads/d_asctime_r.U
276            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
277            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
278            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
279            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
280            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
281            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
282            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
283            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
284            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
285            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
286            ! U/threads/d_getprotobyname_r.U
287            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
288            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
289            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
290            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
291            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
292            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
293            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
294            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
295            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
296            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
297            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
298            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
299            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
300            ! U/threads/i_pthread.U
301      Branch: perl
302            ! config_h.SH
303 ____________________________________________________________________________
304 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
305         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
307              Date: Mon, 08 Apr 2002 14:34:27 +0200
308              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
309      Branch: perl
310            ! Configure hints/hpux.sh reentr.pl
311 ____________________________________________________________________________
312 [ 15806] By: ams                                   on 2002/04/08  13:50:43
313         Log: Subject: [PATCH] Updates to Porting/Glossary
314              From: Paul_GreenVOS@vos.stratus.com
315              Date: Mon, 8 Apr 02 10:44 edt
316              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
317      Branch: perl
318            ! Porting/Glossary
319 ____________________________________________________________________________
320 [ 15805] By: ams                                   on 2002/04/08  13:47:32
321         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
322              coredumps on startup)
323              From: Michael G Schwern <schwern@pobox.com>
324              Date: Mon, 8 Apr 2002 10:34:49 -0400
325              Message-Id: <20020408143449.GB3245@blackrider>
326      Branch: perl
327            ! lib/ExtUtils/MM_Unix.pm
328 ____________________________________________________________________________
329 [ 15804] By: ams                                   on 2002/04/08  13:29:28
330         Log: Subject: [PATCH] example in pod/perllexwarn.pod
331              From: Slaven Rezic <slaven.rezic@berlin.de>
332              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
333              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
334      Branch: perl
335            ! pod/perllexwarn.pod
336 ____________________________________________________________________________
337 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
338         Log: Upgrade to Encode 1.30, from Dan Kogai. 
339      Branch: perl
340            + ext/Encode/lib/Encode/Encoder.pm
341            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
342            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
343            ! ext/Encode/lib/Encode/Supported.pod
344            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
345            ! ext/Encode/t/grow.t
346 ____________________________________________________________________________
347 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
348         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
349              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
350              Date: Mon, 08 Apr 2002 01:08:40 +0100
351              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
352      Branch: perl
353            ! ext/MIME/Base64/t/base64.t
354 ____________________________________________________________________________
355 [ 15801] By: nick                                  on 2002/04/08  07:28:27
356         Log: Integrate mainline
357      Branch: perlio
358           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
359           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
360           +> ext/File/Glob/t/utf8.t
361           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
362           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
363           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
364            - ext/Encode/lib/Encode/10646_1.pm
365            - ext/Encode/lib/Encode/Internal.pm
366            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
367            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
368            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
369            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
370            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
371            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
372            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
373           !> (integrate 157 files)
374 ____________________________________________________________________________
375 [ 15800] By: ams                                   on 2002/04/08  07:06:21
376         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
377              From: Jan Dubois <JanD@ActiveState.com>
378              Date: Mon, 08 Apr 2002 00:10:39 -0700
379              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
380      Branch: perl
381            ! lib/ExtUtils/Packlist.pm
382 ____________________________________________________________________________
383 [ 15799] By: ams                                   on 2002/04/08  04:50:36
384         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
385              From: Stas Bekman <stas@stason.org>
386              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
387              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
388      Branch: perl
389            ! pod/perlguts.pod
390 ____________________________________________________________________________
391 [ 15798] By: ams                                   on 2002/04/08  03:56:52
392         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
393      Branch: perl
394            ! util.c
395 ____________________________________________________________________________
396 [ 15797] By: ams                                   on 2002/04/08  01:30:38
397         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
398              same line of code. (As suggested by Simon Cozens.)
399      Branch: perl
400            ! mg.c
401 ____________________________________________________________________________
402 [ 15796] By: ams                                   on 2002/04/08  01:27:24
403         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
404              Simon Cozens.
405      Branch: perl
406            ! embed.fnc util.c
407 ____________________________________________________________________________
408 [ 15795] By: ams                                   on 2002/04/08  01:05:16
409         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
410              From: Tom Brown <thecap@peach.ece.utexas.edu>
411              Date: Sun, 07 Apr 2002 23:20:05 GMT
412              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
413      Branch: perl
414            ! ext/Devel/DProf/DProf.xs
415 ____________________________________________________________________________
416 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
417         Log: Retract #15793 since #15775 should fix the problem.
418      Branch: perl
419            ! hv.c
420 ____________________________________________________________________________
421 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
422         Log: (Retracted by #15794)
423              Subject: [PATCH] hv.c
424              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
425              Date: Sun, 7 Apr 2002 14:25:48 +0200
426              Message-ID: <3CB056EC.16340.1119992@localhost>
427      Branch: perl
428            ! hv.c
429 ____________________________________________________________________________
430 [ 15792] By: ams                                   on 2002/04/07  21:48:49
431         Log: Make other nits nervous.
432      Branch: perl
433            ! gv.c perl.c
434 ____________________________________________________________________________
435 [ 15791] By: ams                                   on 2002/04/07  20:31:08
436         Log: Subject: [MIME::Base64 patch] t/base64.t fix
437              From: Dan Kogai <dankogai@dan.co.jp>
438              Date: Mon, 8 Apr 2002 06:19:29 +0900
439              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
440      Branch: perl
441            ! ext/MIME/Base64/t/base64.t
442 ____________________________________________________________________________
443 [ 15790] By: ams                                   on 2002/04/07  20:15:52
444         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
445              From: Slaven Rezic <slaven.rezic@berlin.de>
446              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
447              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
448      Branch: perl
449            ! ext/Devel/Peek/Peek.xs
450 ____________________________________________________________________________
451 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
452         Log: Fully qualify in warning message the name of a subroutine redefined
453              via glob assignment
454      Branch: perl
455            ! sv.c t/lib/warnings/op t/lib/warnings/sv
456 ____________________________________________________________________________
457 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
458         Log: Update from Dan Kogai.
459      Branch: perl
460            ! ext/Encode/t/Unicode.t
461 ____________________________________________________________________________
462 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
463         Log: Can't right now twist my brain to figure out
464              the right CR/LF code point mappings in EBCDIC.
465      Branch: perl
466            ! lib/Pod/t/eol.t
467 ____________________________________________________________________________
468 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
469         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
470              From: Nicholas Clark <nick@ccl4.org>
471              Date: Sun, 7 Apr 2002 15:01:56 +0100
472              Message-ID: <20020407150156.R10686@plum.flirble.org>
473      Branch: perl
474            ! ext/Data/Dumper/Dumper.xs
475 ____________________________________________________________________________
476 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
477         Log: Tpyo.
478      Branch: perl
479            ! lib/Pod/t/eol.t
480 ____________________________________________________________________________
481 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
482         Log: EBCDIC branch was forgotten.
483      Branch: perl
484            ! ext/Devel/Peek/Peek.t
485 ____________________________________________________________________________
486 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
487         Log: charnames::viacode() was broken, noticed by Jeffrey.
488      Branch: perl
489            ! lib/charnames.pm lib/charnames.t
490 ____________________________________________________________________________
491 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
492         Log: Missing files.
493      Branch: perl
494            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
495            ! MANIFEST ext/Encode/MANIFEST
496 ____________________________________________________________________________
497 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
498         Log: (intentionally empty)
499      Branch: perl
500            ! MANIFEST sv.h
501 ____________________________________________________________________________
502 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
503         Log: Upgrade to Encode 1.26, from Dan Kogai.
504      Branch: perl
505            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
506            + ext/Encode/ucm/jis0212.ucm
507            - ext/Encode/lib/Encode/10646_1.pm
508            - ext/Encode/lib/Encode/Internal.pm
509            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
510            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
511            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
512            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
513            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
514            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
515            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
516            - ext/Encode/ucm/macRumanian.ucm
517            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
518            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
519            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
520            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
521            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
522            ! ext/Encode/lib/Encode/Encoding.pm
523            ! ext/Encode/lib/Encode/Supported.pod
524            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
525            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
526            ! ext/Encode/ucm/adobeSymbol.ucm
527            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
528            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
529            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
530            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
531            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
532            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
533            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
534            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
535            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
536            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
537            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
538            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
539            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
540            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
541            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
542            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
543            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
544            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
545            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
546            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
547            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
548            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
549            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
550            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
551            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
552            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
553            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
554            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
555            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
556            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
557            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
558            ! ext/Encode/ucm/nextstep.ucm
559 ____________________________________________________________________________
560 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
561         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
562              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
563              Now, where was my coffee mug...
564      Branch: perl
565            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
566            ! pp_sys.c
567 ____________________________________________________________________________
568 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
569         Log: Subject: [PATCH] MakeMaker basic.t on Win32
570              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
571              Date: Sun, 7 Apr 2002 14:25:48 +0200
572              Message-ID: <3CB056EC.27101.1119A3D@localhost>
573              
574              Subject: [PATCH] MakeMaker && Win32 && nmake
575              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
576              Date: Sun, 7 Apr 2002 14:25:48 +0200
577              Message-ID: <3CB056EC.9001.11199ED@localhost>
578      Branch: perl
579            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
580 ____________________________________________________________________________
581 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
582         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
583              From: Philip Newton <Philip.Newton@gmx.net>
584              Date: Sun, 07 Apr 2002 07:51:49 +0200      
585              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
586      Branch: perl
587            ! utf8.c
588 ____________________________________________________________________________
589 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
590         Log: There was no nice way of getting in UTF-8 filenames:
591              now one can use in the (new) three-arg form of readdir()
592              and in File::Glob import a ":utf8" to transparently accept
593              the filenames as Unicode.  Note that only :utf8 is supported,
594              not fancier stuff like :encoding(foobar)
595      Branch: perl
596            + ext/File/Glob/t/utf8.t
597            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
598            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
599            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
600            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
601            ! t/op/readdir.t
602 ____________________________________________________________________________
603 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
604         Log: Subject: [PATCH] Re: perl@15772
605              From: Nicholas Clark <nick@ccl4.org>
606              Date: Sun, 7 Apr 2002 11:06:42 +0100
607              Message-ID: <20020407110641.O10686@plum.flirble.org>
608      Branch: perl
609            ! hv.c
610 ____________________________________________________________________________
611 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
612         Log: Subject: [PATCH] Re: 15764 breakage
613              From: Michael G Schwern <schwern@pobox.com>
614              Date: Sat, 6 Apr 2002 19:14:02 -0500
615              Message-ID: <20020407001401.GA7076@blackrider>
616      Branch: perl
617            ! lib/ExtUtils/MM_Unix.pm
618 ____________________________________________________________________________
619 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
620         Log: Instruction tweak.
621      Branch: perl
622            ! README.os390
623 ____________________________________________________________________________
624 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
625         Log: Update Changes.
626      Branch: perl
627            ! Changes patchlevel.h
628 ____________________________________________________________________________
629 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
630         Log: Subject: [PATCH] Encode tweaks for VMS
631              From: Michael G Schwern <schwern@pobox.com>
632              Date: Sat, 6 Apr 2002 03:26:09 -0500
633              Message-ID: <20020406082609.GA28758@blackrider>
634      Branch: perl
635            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
636            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
637            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
638            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
639 ____________________________________________________________________________
640 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
641         Log: Prettyprinting and version paranoia.
642      Branch: perl
643            ! ext/DB_File/t/db-recno.t
644 ____________________________________________________________________________
645 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
646         Log: Be explicit about the two DB_File tests croaking
647              in Mac OS X.
648      Branch: perl
649            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
650 ____________________________________________________________________________
651 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
652         Log: Regen toc.
653      Branch: perl
654            ! pod/perltoc.pod
655 ____________________________________________________________________________
656 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
657         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
658              From: Benjamin Goldberg <goldbb2@earthlink.net>
659              Date: Fri, 05 Apr 2002 19:15:42 -0500
660              Message-ID: <3CAE3E2E.8483505@earthlink.net>
661      Branch: perl
662            ! hv.h
663 ____________________________________________________________________________
664 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
665         Log: Underline that the current implementation is not
666              guaranteed to be forever; and reformat a bit.
667      Branch: perl
668            ! lib/utf8.pm
669 ____________________________________________________________________________
670 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
671         Log: Subject: Weak spots in the utf8 manpage
672              From: andreas.koenig@anima.de (Andreas J. Koenig)
673              Date: Fri, 05 Apr 2002 10:08:44 +0200      
674              Message-ID: <m3u1qqefeb.fsf@anima.de>      
675      Branch: perl
676            ! lib/utf8.pm
677 ____________________________________________________________________________
678 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
679         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
680              From: Michael G Schwern <schwern@pobox.com>
681              Date: Sat, 6 Apr 2002 03:22:03 -0500
682              Message-ID: <20020406082203.GA28713@blackrider>
683      Branch: perl
684            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
685            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
686            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
687            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
688            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
689            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
690            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
691            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
692            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
693            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
694 ____________________________________________________________________________
695 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
696         Log: No need to avoid utf8 warnings after #15762.
697      Branch: perl
698            ! lib/Unicode/Collate.pm
699 ____________________________________________________________________________
700 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
701         Log: As noted by Philip Newton: nothing wrong with BOM,
702              but 0xFFFE quite wrong.
703      Branch: perl
704            ! t/lib/warnings/utf8 utf8.c utf8.h
705 ____________________________________________________________________________
706 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
707         Log: Explain the "gaps" in the UTF-8 encoding.
708      Branch: perl
709            ! pod/perlunicode.pod utf8.h
710 ____________________________________________________________________________
711 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
712         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
713              From: Nicholas Clark <nick@unfortu.net>
714              Date: Sat, 6 Apr 2002 14:54:51 +0100
715              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
716      Branch: perl
717            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
718 ____________________________________________________________________________
719 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
720         Log: Signedness nits.
721      Branch: perl
722            ! hv.c
723 ____________________________________________________________________________
724 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
725         Log: Make hv_notallowed a static as suggested by Nick Clark;
726              and synchronize the nomenclature to talk about restricted
727              (not fixed) hashes.
728      Branch: perl
729            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
730            ! proto.h
731 ____________________________________________________________________________
732 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
733         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
734              From: Nicholas Clark <nick@unfortu.net>
735              Date: Sat, 6 Apr 2002 00:21:17 +0100
736              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
737              
738              (with the last one reversed)
739      Branch: perl
740            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
741            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
742 ____________________________________________________________________________
743 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
744         Log: Update the warning message.
745      Branch: perl
746            ! README.tru64
747 ____________________________________________________________________________
748 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
749         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
750              From: Dan Kogai <dankogai@dan.co.jp>
751              Date: Sat, 6 Apr 2002 06:08:40 +0900
752              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
753      Branch: perl
754            ! pod/perlunicode.pod
755 ____________________________________________________________________________
756 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
757         Log: Some tests were failing silently instead of saying "not ok"
758      Branch: perl
759            ! t/comp/proto.t
760 ____________________________________________________________________________
761 [ 15753] By: nick                                  on 2002/04/05  19:30:12
762         Log: Integrate mainline
763      Branch: perlio
764           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
765           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
766           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
767 ____________________________________________________________________________
768 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
769         Log: Minor Tie::File test patch, from mjd.
770      Branch: perl
771            ! lib/Tie/File/t/24_cache_loop.t
772 ____________________________________________________________________________
773 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
774         Log: Not *that* different line endings (noticed by Philip Newton)
775      Branch: perl
776            ! pod/perldelta.pod
777 ____________________________________________________________________________
778 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
779         Log: Retract #15745 for now; won't work without more Encode fixes.
780      Branch: perl
781            ! ext/Encode/lib/Encode/10646_1.pm
782 ____________________________________________________________________________
783 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
784         Log: metaconfig unit change for #15748.
785      Branch: metaconfig
786            ! U/modified/Oldconfig.U
787 ____________________________________________________________________________
788 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
789         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
790              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
791              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
792              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
793      Branch: perl
794            ! Configure
795 ____________________________________________________________________________
796 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
797         Log: NetWare update from C Aditya.
798      Branch: perl
799            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
800 ____________________________________________________________________________
801 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
802         Log: Win32 pacifying from mjd.
803      Branch: perl
804            ! lib/Tie/File/t/26_twrite.t
805 ____________________________________________________________________________
806 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
807         Log: Integrate perlio;
808              
809              Not only did UCS-2 have dodgy name it was buggy.
810      Branch: perl
811           !> ext/Encode/lib/Encode/10646_1.pm
812 ____________________________________________________________________________
813 [ 15744] By: nick                                  on 2002/04/05  13:02:36
814         Log: Not only did UCS-2 have dodgy name it was buggy.
815      Branch: perlio
816            ! ext/Encode/lib/Encode/10646_1.pm
817 ____________________________________________________________________________
818 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
819         Log: Subject: Patch for bug ID 20020221.007
820              From: Archer Sully <archer@meer.net>
821              Date: Thu, 4 Apr 2002 21:45:34 -0700
822              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
823              
824              Fix for "[ID 20020221.007] SEGV in Storable with empty string
825              scalar object" (dclone)
826      Branch: perl
827            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
828 ____________________________________________________________________________
829 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
830         Log: Subject: Re: lib/sort.t failure 
831              From: "John P. Linderman" <jpl@research.att.com>
832              Date: Fri, 05 Apr 2002 06:19:07 -0500
833              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
834              
835              with a minor formatting tweak
836      Branch: perl
837            ! pod/perlfunc.pod
838 ____________________________________________________________________________
839 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
840         Log: Subject: Re: lib/sort.t failure (and [PATCH])
841              From: "John P. Linderman" <jpl@research.att.com>
842              Date: Fri, 05 Apr 2002 07:13:27 -0500
843              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
844      Branch: perl
845            ! lib/sort.t
846 ____________________________________________________________________________
847 [ 15740] By: nick                                  on 2002/04/05  09:31:42
848         Log: Integrate mainline
849      Branch: perlio
850           +> (branch 49 files)
851           !> (integrate 82 files)
852 ____________________________________________________________________________
853 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
854         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
855              From: Dan Kogai <dankogai@dan.co.jp>
856              Date: Fri, 5 Apr 2002 11:52:50 +0900
857              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
858      Branch: perl
859            ! ext/Encode/t/Aliases.t
860 ____________________________________________________________________________
861 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
862         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
863              From: Dan Kogai <dankogai@dan.co.jp>
864              Date: Fri, 5 Apr 2002 11:39:55 +0900
865              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
866      Branch: perl
867            ! ext/Encode/lib/Encode/Alias.pm
868 ____________________________________________________________________________
869 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
870         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
871              From: Ilmari Karonen <iltzu@sci.fi>
872              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
873              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
874      Branch: perl
875            ! gv.c t/op/method.t
876 ____________________________________________________________________________
877 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
878         Log: I was fooled for a while, somebody else might be too.
879      Branch: perl
880            ! t/test.pl
881 ____________________________________________________________________________
882 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
883         Log: test.pl-ify.
884      Branch: perl
885            ! t/op/method.t
886 ____________________________________________________________________________
887 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
888         Log: Upgrade to Encode 1.20, from Dan Kogai.
889      Branch: perl
890            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
891            + ext/Encode/ucm/adobeSymbol.ucm
892            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
893            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
894            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
895            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
896            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
897            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
898            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
899            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
900            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
901            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
902            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
903            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
904            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
905            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
906            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
907            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
908            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
909            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
910            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
911            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
912            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
913            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
914            + ext/Encode/ucm/macSymbol.ucm
915            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
916            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
917            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
918            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
919            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
920            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
921            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
922            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
923            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
924            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
925            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
926            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
927            ! ext/Encode/lib/Encode/Alias.pm
928            ! ext/Encode/lib/Encode/Supported.pod
929            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
930            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
931            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
932            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
933            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
934            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
935            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
936            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
937            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
938            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
939            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
940            ! ext/Encode/ucm/nextstep.ucm
941 ____________________________________________________________________________
942 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
943         Log: Subject: left-over "use 5.7.2" in threads.pm
944              From: Slaven Rezic <slaven.rezic@berlin.de>
945              Date: 21 Mar 2002 23:18:13 +0100
946              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
947      Branch: perl
948            ! ext/threads/threads.pm
949 ____________________________________________________________________________
950 [ 15732] By: ams                                   on 2002/04/04  17:08:13
951         Log: Subject: [PATCH 5.7.3 DOCS]
952              From: mjd@plover.com
953              Date: 4 Apr 2002 15:59:39 -0000
954              Message-Id: <20020404155939.6754.qmail@plover.com>
955      Branch: perl
956            ! pod/perlfaq9.pod
957 ____________________________________________________________________________
958 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
959         Log: metaconfig unit change for #15730.
960      Branch: metaconfig
961            ! U/threads/usethreads.U
962 ____________________________________________________________________________
963 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
964         Log: Subject: Re: lib/sort.t failure [PATCH]
965              From: Andy Dougherty <doughera@lafayette.edu>
966              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
967              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
968              
969              Default to usethreads in case the user most probably forgot it.
970      Branch: perl
971            ! Configure
972 ____________________________________________________________________________
973 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
974         Log: Typo nits from Wolfgang Laun.
975      Branch: perl
976            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
977 ____________________________________________________________________________
978 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
979         Log: Detypo in diagnostics.
980      Branch: perl
981            ! lib/locale.t
982 ____________________________________________________________________________
983 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
984         Log: pod2html: try to be EOL agnostic.
985              (Needs testing on CRLF and CR platforms.)
986      Branch: perl
987            + lib/Pod/t/eol.t
988            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
989 ____________________________________________________________________________
990 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
991         Log: Subject: [PATCH} Pod::HTML and HTML4
992              From: Robert Spier <rspier@pobox.com>
993              Date: Wed, 03 Apr 2002 16:26:21 -0800
994              Message-ID: <3CAB9DAD.20305@pobox.com>
995      Branch: perl
996            ! lib/Pod/Html.pm
997 ____________________________________________________________________________
998 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
999         Log: Byebye, beebee.
1000      Branch: perl
1001            ! t/lib/warnings/perlio
1002 ____________________________________________________________________________
1003 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
1004         Log: Subject: Re: enc2xs needs portable way to know it's in the core
1005              From: PPrymmer@factset.com
1006              Date: Wed, 3 Apr 2002 14:29:32 -0500
1007              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
1008      Branch: perl
1009            ! configure.com
1010 ____________________________________________________________________________
1011 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
1012         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
1013              From: Dominic Dunlop <domo@computer.org>
1014              Date: Wed, 3 Apr 2002 22:44:01 +0200
1015              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
1016      Branch: perl
1017            ! lib/File/Spec/t/rel2abs2rel.t
1018 ____________________________________________________________________________
1019 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
1020         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
1021              From: Paul_GreenVOS@vos.stratus.com
1022              Date: Wed, 3 Apr 02 16:34 est
1023              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
1024      Branch: perl
1025            ! pp_pack.c
1026 ____________________________________________________________________________
1027 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
1028         Log: Upgrade to Tie::File 0.93, from mjd.
1029      Branch: perl
1030            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
1031            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
1032            ! lib/Tie/File/t/41_heap.t
1033 ____________________________________________________________________________
1034 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
1035         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
1036              From: Andy Dougherty <doughera@lafayette.edu>
1037              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
1038              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
1039      Branch: perl
1040            ! lib/AnyDBM_File.t
1041 ____________________________________________________________________________
1042 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
1043         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
1044              and ccflags including -DNO_LOCALE
1045      Branch: perl
1046            ! perl.h
1047 ____________________________________________________________________________
1048 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
1049         Log: EPOC tweaks from Olaf Flebbe.
1050      Branch: perl
1051            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
1052 ____________________________________________________________________________
1053 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
1054         Log: Subject: [PATCH] Set @INC earlier
1055              From: Andy Dougherty <doughera@lafayette.edu>
1056              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
1057              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
1058      Branch: perl
1059            ! lib/AnyDBM_File.t lib/sort.t
1060 ____________________________________________________________________________
1061 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
1062         Log: perlcompile.pod was listing all B:: modules, except B::Concise
1063              (resubmitted)
1064      Branch: perl
1065            ! pod/perlcompile.pod
1066 ____________________________________________________________________________
1067 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
1068         Log: perlcompile.pod was listing all B:: modules, except B::Concise
1069      Branch: perl
1070            ! pod/perlcompile.pod
1071 ____________________________________________________________________________
1072 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
1073         Log: non-perlio robustness.
1074      Branch: perl
1075            ! ext/Socket/socketpair.t lib/utf8.t
1076 ____________________________________________________________________________
1077 [ 15713] By: nick                                  on 2002/04/03  18:06:49
1078         Log: Integrate mainline
1079      Branch: perlio
1080           +> lib/Tie/File/t/41_heap.t
1081           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
1082           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
1083           !> regexec.c t/op/re_tests t/op/tiearray.t
1084 ____________________________________________________________________________
1085 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
1086         Log: Tweak for 8.3 compat.
1087      Branch: perl
1088            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
1089            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
1090            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
1091            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
1092            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
1093            ! ext/Encode/bin/enc2xs
1094 ____________________________________________________________________________
1095 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
1096         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
1097              From: Mark-Jason Dominus <mjd@plover.com>
1098              Date: Wed, 03 Apr 2002 13:04:40 -0500
1099              Message-ID: <20020403180440.7614.qmail@plover.com>
1100      Branch: perl
1101            ! t/op/tiearray.t
1102 ____________________________________________________________________________
1103 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
1104         Log: Forgotten.
1105      Branch: perl
1106            + lib/Tie/File/t/41_heap.t
1107            ! MANIFEST
1108 ____________________________________________________________________________
1109 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
1110         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
1111              From: Mark Kvale <kvale@phy.ucsf.edu>
1112              Date: Tue, 2 Apr 2002 13:57:37 -0800
1113              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
1114      Branch: perl
1115            ! t/op/re_tests
1116 ____________________________________________________________________________
1117 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
1118         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
1119              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
1120              Date: Wed, 03 Apr 2002 03:34:34 +0100
1121              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
1122      Branch: perl
1123            ! regcomp.c
1124 ____________________________________________________________________________
1125 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
1126         Log: The leavetry crash should now be history.
1127      Branch: perl
1128            ! t/op/tiearray.t
1129 ____________________________________________________________________________
1130 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
1131         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
1132              From: Michael G Schwern <schwern@pobox.com>
1133              Date: Wed, 3 Apr 2002 10:56:44 -0500
1134              Message-ID: <20020403155644.GC916@blackrider>
1135      Branch: perl
1136            ! lib/ExtUtils/MM_Win95.pm
1137 ____________________________________________________________________________
1138 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
1139         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
1140              From: Dave Mitchell <davem@fdgroup.com>
1141              Date: Wed, 3 Apr 2002 02:08:26 +0100
1142              Message-ID: <20020403020825.B16724@fdgroup.com>
1143      Branch: perl
1144            ! pp_ctl.c
1145 ____________________________________________________________________________
1146 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
1147         Log: Prototype tweak for non-threaded builds.
1148      Branch: perl
1149            ! perl.c
1150 ____________________________________________________________________________
1151 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
1152         Log: Detached threads do not help; they still hold resources.
1153      Branch: perl
1154            ! ext/threads/threads.pm pod/perldiag.pod
1155 ____________________________________________________________________________
1156 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
1157         Log: Doc tweak from Wolfgang Laun.
1158      Branch: perl
1159            ! lib/File/Compare.pm
1160 ____________________________________________________________________________
1161 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
1162         Log: Subject: [PATCH bleadperl] regexec.c
1163              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1164              Date: Wed, 3 Apr 2002 11:13:30 +0200
1165              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
1166      Branch: perl
1167            ! regexec.c
1168 ____________________________________________________________________________
1169 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
1170         Log: Document the "Cleanup skipped ..." warning.
1171      Branch: perl
1172            ! ext/threads/threads.pm pod/perldiag.pod
1173 ____________________________________________________________________________
1174 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
1175         Log: Integrate perlio;
1176              
1177              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
1178              
1179              Fix segfaults when mainthread exits with other threads running:
1180              - track number of running threads
1181              - if main thread calls perl_destruct() with other threads running
1182              skip most of cleanup (with a warning).
1183      Branch: perl
1184           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
1185           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
1186           !> pod/perlapi.pod proto.h
1187 ____________________________________________________________________________
1188 [ 15698] By: nick                                  on 2002/04/03  13:15:30
1189         Log: Fix segfaults when mainthread exits with other threads running:
1190              - track number of running threads
1191              - if main thread calls perl_destruct() with other threads running
1192              skip most of cleanup (with a warning).
1193      Branch: perlio
1194            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
1195            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
1196 ____________________________________________________________________________
1197 [ 15697] By: nick                                  on 2002/04/03  07:34:13
1198         Log: Integrate mainline
1199      Branch: perlio
1200           +> lib/Net/Ping/t/250_ping_hires.t
1201           !> (integrate 33 files)
1202 ____________________________________________________________________________
1203 [ 15696] By: nick                                  on 2002/04/03  06:41:58
1204         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
1205      Branch: perlio
1206            ! lib/ExtUtils/xsubpp
1207 ____________________________________________________________________________
1208 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
1209         Log: Subject: [PATCH @15047] debugger
1210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1211              Date: Sat, 16 Mar 2002 04:38:50 -0500
1212              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
1213      Branch: perl
1214            ! lib/perl5db.pl
1215 ____________________________________________________________________________
1216 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
1217         Log: Third Degree flags.
1218      Branch: perl
1219            ! Makefile.SH
1220 ____________________________________________________________________________
1221 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
1222         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
1223              From: Mark-Jason Dominus <mjd@plover.com>
1224              Date: Tue, 02 Apr 2002 16:35:11 -0500
1225              Message-ID: <20020402213511.27781.qmail@plover.com>
1226              
1227              (tweaked)
1228      Branch: perl
1229            ! pod/perlfunc.pod
1230 ____________________________________________________________________________
1231 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
1232         Log: Upgrade to Tie::File 0.92, from mjd.
1233      Branch: perl
1234            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
1235            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
1236            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
1237            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
1238            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
1239            ! lib/Tie/File/t/40_abs_cache.t
1240 ____________________________________________________________________________
1241 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
1242         Log: Subject: [PATCH] Update my email address in perl.c
1243              From: Paul_GreenVOS@vos.stratus.com
1244              Date: Tue, 2 Apr 02 15:27 est
1245              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
1246      Branch: perl
1247            ! AUTHORS perl.c
1248 ____________________________________________________________________________
1249 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
1250         Log: POD fix.
1251      Branch: perl
1252            ! pod/perldelta.pod
1253 ____________________________________________________________________________
1254 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
1255         Log: What started as a small nit (the charnames test, nit found
1256              be Hugo), ballooned a bit... the goal is Larry's wish that
1257              illegal Unicode (such as U+FFFF) by default doesn't warn,
1258              since what if somebody WANTS to create illegal Unicode?
1259              Now getting close to this in the regex runtime.
1260              (Also, fix more of my fixation that BOM would be U+FFFE.)
1261      Branch: perl
1262            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
1263            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
1264 ____________________________________________________________________________
1265 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
1266         Log: Talk more about Net::Ping.
1267      Branch: perl
1268            ! pod/perldelta.pod
1269 ____________________________________________________________________________
1270 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
1271         Log: Upgrade to Net::Ping 2.14.
1272      Branch: perl
1273            + lib/Net/Ping/t/250_ping_hires.t
1274            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
1275            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
1276            ! lib/Net/Ping/t/140_stream_inst.t
1277 ____________________________________________________________________________
1278 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
1279         Log: XML::Parser 2.31 should be out shortly.
1280      Branch: perl
1281            ! pod/perldelta.pod
1282 ____________________________________________________________________________
1283 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
1284         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
1285              From: George Necula <necula@eecs.berkeley.edu>
1286              Date: Tue, 2 Apr 2002 10:22:41 -0800
1287              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
1288      Branch: perl
1289            ! lib/File/Spec/Cygwin.pm
1290 ____________________________________________________________________________
1291 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
1292         Log: EBCDIC test tweak.
1293      Branch: perl
1294            ! pod/perldelta.pod t/uni/case.pl
1295 ____________________________________________________________________________
1296 [ 15683] By: nick                                  on 2002/04/02  15:36:17
1297         Log: Integrate mainline
1298      Branch: perlio
1299           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
1300           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
1301           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
1302 ____________________________________________________________________________
1303 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
1304         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
1305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1306              Date: Tue, 2 Apr 2002 00:37:08 -0500
1307              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
1308      Branch: perl
1309            ! os2/os2ish.h perlio.c
1310 ____________________________________________________________________________
1311 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
1312         Log: Subject: [PATCH @15047] debugger again
1313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1314              Date: Tue, 2 Apr 2002 00:30:31 -0500
1315              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
1316      Branch: perl
1317            ! lib/perl5db.pl
1318 ____________________________________________________________________________
1319 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
1320         Log: Subject: [PATCH @15047] test() in CPAN.pm
1321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1322              Date: Tue, 2 Apr 2002 00:46:45 -0500
1323              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
1324      Branch: perl
1325            ! lib/CPAN.pm
1326 ____________________________________________________________________________
1327 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
1328         Log: Sync with libnet-1.11
1329      Branch: perl
1330            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
1331            ! lib/Net/SMTP.pm
1332 ____________________________________________________________________________
1333 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
1334         Log: NetWare tweaks from C Aditya.
1335      Branch: perl
1336            ! NetWare/t/NWScripts.pl scope.c
1337 ____________________________________________________________________________
1338 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
1339         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
1340              From: Dan Kogai <dankogai@dan.co.jp>
1341              Date: Tue, 2 Apr 2002 22:21:47 +0900
1342              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
1343      Branch: perl
1344            ! ext/Encode/Encode.xs
1345 ____________________________________________________________________________
1346 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
1347         Log: Integrate perlio;
1348              
1349              Calculate buffer size needs in float to avoid 32-bit overflow.
1350              
1351              Add buffer size growth test.
1352      Branch: perl
1353           +> ext/Encode/t/grow.t
1354           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
1355 ____________________________________________________________________________
1356 [ 15675] By: nick                                  on 2002/04/02  07:49:41
1357         Log: Add buffer size growth test.
1358      Branch: perlio
1359            + ext/Encode/t/grow.t
1360            ! MANIFEST ext/Encode/MANIFEST
1361 ____________________________________________________________________________
1362 [ 15674] By: nick                                  on 2002/04/02  07:40:49
1363         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
1364      Branch: perlio
1365            ! ext/Encode/Encode.xs
1366 ____________________________________________________________________________
1367 [ 15673] By: nick                                  on 2002/04/02  07:40:06
1368         Log: Integrate mainline
1369      Branch: perlio
1370           +> (branch 102 files)
1371            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1372            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1373            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1374            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1375            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1376            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1377            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1378            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1379            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
1380            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
1381            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
1382            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
1383            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
1384            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
1385            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
1386            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
1387            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
1388            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
1389            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
1390            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
1391            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
1392            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
1393            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
1394            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
1395            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
1396            - ext/Encode/Encode/macCentEuro.ucm
1397            - ext/Encode/Encode/macCroatian.ucm
1398            - ext/Encode/Encode/macCyrillic.ucm
1399            - ext/Encode/Encode/macDingbats.ucm
1400            - ext/Encode/Encode/macGreek.ucm
1401            - ext/Encode/Encode/macIceland.ucm
1402            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1403            - ext/Encode/Encode/macRumanian.ucm
1404            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1405            - ext/Encode/Encode/macTurkish.ucm
1406            - ext/Encode/Encode/macUkraine.ucm
1407            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1408            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
1409            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
1410            - ext/Encode/compile ext/Encode/encode.h
1411            - ext/Encode/lib/Encode/CN/2022_CN.pm
1412            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
1413            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1414            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
1415            - lib/unicore/PropertyValueAliases.txt
1416           !> (integrate 143 files)
1417 ____________________________________________________________________________
1418 [ 15672] By: ams                                   on 2002/04/02  04:42:44
1419         Log: Win32 fix for Tie::File from MJD.
1420      Branch: perl
1421            ! lib/Tie/File.pm
1422 ____________________________________________________________________________
1423 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
1424         Log: Add a few tests to the timing-sensitive list.
1425      Branch: perl
1426            ! INSTALL
1427 ____________________________________________________________________________
1428 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
1429         Log: Subject: [PATCH sort.t] extensive regression testing
1430              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1431              Date: Mon, 1 Apr 2002 23:50:24 +0200
1432              Message-ID: <20020401235024.E677@rafael>
1433      Branch: perl
1434            ! lib/sort.t
1435 ____________________________________________________________________________
1436 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
1437         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
1438              From: Nicholas Clark <nick@unfortu.net>
1439              Date: Mon, 1 Apr 2002 21:54:05 +0100
1440              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
1441      Branch: perl
1442            ! lib/Memoize/t/errors.t
1443 ____________________________________________________________________________
1444 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
1445         Log: Subject: getting rid of a few superfluous $&/$`
1446              From: Jeffrey Friedl <jfriedl@yahoo.com>
1447              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
1448              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
1449              
1450              (with more-backward-compat than just using @- and @+, also by Jeffrey)
1451              
1452              (The version number of Text::Balanced intentionally not
1453              increased since Damian will make a new release after 5.8)
1454      Branch: perl
1455            ! lib/Pod/Html.pm lib/Text/Balanced.pm
1456 ____________________________________________________________________________
1457 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
1458         Log: Subject: [PATCH 5.7.3 TESTS]
1459              From: mjd@plover.com
1460              Date: 1 Apr 2002 20:32:18 -0000
1461              Message-ID: <20020401203218.25230.qmail@plover.com>
1462      Branch: perl
1463            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
1464            ! t/op/tiearray.t t/test.pl
1465 ____________________________________________________________________________
1466 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
1467         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
1468              From: Paul_GreenVOS@vos.stratus.com
1469              Date: Mon, 1 Apr 02 15:15 est
1470              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
1471      Branch: perl
1472            ! iperlsys.h
1473 ____________________________________________________________________________
1474 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
1475         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
1476              From: Paul_GreenVOS@vos.stratus.com
1477              Date: Mon, 1 Apr 02 14:11 est
1478              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
1479      Branch: perl
1480            ! lib/ExtUtils/MM_Unix.pm
1481 ____________________________________________________________________________
1482 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
1483         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
1484              From: Nicholas Clark <nick@unfortu.net>
1485              Date: Mon, 1 Apr 2002 19:30:05 +0100
1486              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
1487      Branch: perl
1488            ! t/op/pat.t t/op/utfhash.t
1489 ____________________________________________________________________________
1490 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
1491         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
1492              From: Mark-Jason Dominus <mjd@plover.com>
1493              Date: Mon, 01 Apr 2002 13:22:01 -0500
1494              Message-ID: <20020401182201.21189.qmail@plover.com>
1495      Branch: perl
1496            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
1497 ____________________________________________________________________________
1498 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
1499         Log: Update Changes.
1500      Branch: perl
1501            ! Changes patchlevel.h
1502 ____________________________________________________________________________
1503 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
1504         Log: Subject: [PATCH 5.7.3 DOC]
1505              From: mjd@plover.com
1506              Date: 1 Apr 2002 17:23:40 -0000
1507              Message-ID: <20020401172340.16410.qmail@plover.com>
1508      Branch: perl
1509            ! pod/perldelta.pod
1510 ____________________________________________________________________________
1511 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
1512         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
1513      Branch: perl
1514            ! hints/unicos.sh
1515 ____________________________________________________________________________
1516 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
1517         Log: Advertise piconv and enc2xs.
1518      Branch: perl
1519            ! pod/perldelta.pod
1520 ____________________________________________________________________________
1521 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
1522         Log: Add enc2xs.
1523      Branch: perl
1524            + utils/enc2xs.PL
1525            ! MANIFEST utils/Makefile
1526 ____________________________________________________________________________
1527 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
1528         Log: Integrate perlio;
1529              
1530              Be more explicit testing for \015 not \r
1531      Branch: perl
1532           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
1533           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
1534 ____________________________________________________________________________
1535 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
1536         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
1537              From: Philip Newton <Philip.Newton@gmx.net>
1538              Date: Mon, 01 Apr 2002 17:06:18 +0200
1539              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
1540      Branch: perl
1541            ! lib/charnames.pm lib/charnames.t
1542 ____________________________________________________________________________
1543 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
1544         Log: Subject: detypo patch
1545              From: andreas.koenig@anima.de (Andreas J. Koenig)
1546              Date: Mon, 01 Apr 2002 10:09:21 +0200
1547              Message-ID: <m3r8lzsuvi.fsf@anima.de>
1548      Branch: perl
1549            ! INSTALL
1550 ____________________________________________________________________________
1551 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
1552         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
1553              From: Philip Newton <Philip.Newton@gmx.net>
1554              Date: Mon, 01 Apr 2002 08:12:01 +0200
1555              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
1556      Branch: perl
1557            ! lib/charnames.pm lib/charnames.t
1558 ____________________________________________________________________________
1559 [ 15653] By: nick                                  on 2002/04/01  09:20:24
1560         Log: Be more explicit testing for \015 not \r
1561      Branch: perlio
1562            ! t/io/crlf.t
1563 ____________________________________________________________________________
1564 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
1565         Log: If under UTF-8 locale the utf8.pm really needs to be found.
1566      Branch: perl
1567            ! t/comp/cpp.t t/run/switchPx.t
1568 ____________________________________________________________________________
1569 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
1570         Log: Upgrade to Tie::File 0.91, from mjd.
1571      Branch: perl
1572            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
1573            + lib/Tie/File/t/26_twrite.t
1574            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1575            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
1576            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
1577            ! lib/Tie/File/t/16_handle.t
1578 ____________________________________________________________________________
1579 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
1580         Log: DJGPP tweaks from Laszlo.
1581      Branch: perl
1582            ! lib/ExtUtils/MM_DOS.pm util.c
1583 ____________________________________________________________________________
1584 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
1585         Log: Discussion about minimal installations.
1586      Branch: perl
1587            ! INSTALL
1588 ____________________________________________________________________________
1589 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
1590         Log: Comment tweak from Hugo.
1591      Branch: perl
1592            ! regexec.c
1593 ____________________________________________________________________________
1594 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
1595         Log: Another UTF-8 locale tweak from Hugo.
1596      Branch: perl
1597            ! regexec.c
1598 ____________________________________________________________________________
1599 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
1600         Log: Document the known MacOS X locale problem.
1601      Branch: perl
1602            ! pod/perldelta.pod
1603 ____________________________________________________________________________
1604 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
1605         Log: Regex fix from Hugo: in UTF-8 locales the character
1606              counting code didn't work right for minimal matches.
1607      Branch: perl
1608            ! regexec.c
1609 ____________________________________________________________________________
1610 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
1611         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
1612              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1613              Date: Sun, 31 Mar 2002 20:32:43 -0500
1614              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
1615      Branch: perl
1616            ! lib/ExtUtils/xsubpp
1617 ____________________________________________________________________________
1618 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
1619         Log: Document known FreeBSD locale glitch. 
1620      Branch: perl
1621            ! pod/perldelta.pod
1622 ____________________________________________________________________________
1623 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
1624         Log: There is --list in glibc iconv.
1625      Branch: perl
1626            ! ext/Encode/bin/piconv
1627 ____________________________________________________________________________
1628 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
1629         Log: Slight usage tweaks to piconv: show usage with
1630              no -t -f or -l arguments, or with -h.
1631      Branch: perl
1632            ! ext/Encode/bin/piconv
1633 ____________________________________________________________________________
1634 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
1635         Log: Get the piconv installed.
1636      Branch: perl
1637            + utils/piconv.PL
1638            ! MANIFEST utils/Makefile
1639 ____________________________________________________________________________
1640 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
1641         Log: Spelling tweaks.
1642      Branch: perl
1643            ! ext/Encode/bin/piconv
1644 ____________________________________________________________________________
1645 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
1646         Log: Upgrade to Encode 1.11, from Dan Kogai.
1647      Branch: perl
1648            + ext/Encode/Encode/Changes.e2x
1649            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
1650            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
1651            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
1652            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
1653            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
1654            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
1655            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
1656            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
1657            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
1658            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
1659            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
1660            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
1661            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
1662            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
1663            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
1664            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
1665            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
1666            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
1667            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
1668            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
1669            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
1670            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
1671            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
1672            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
1673            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
1674            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
1675            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
1676            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
1677            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
1678            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
1679            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
1680            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
1681            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
1682            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
1683            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
1684            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
1685            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
1686            + ext/Encode/ucm/viscii.ucm
1687            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1688            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1689            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1690            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1691            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1692            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1693            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1694            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1695            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
1696            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1697            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
1698            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
1699            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
1700            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
1701            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
1702            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
1703            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
1704            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
1705            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
1706            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
1707            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
1708            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
1709            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
1710            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
1711            - ext/Encode/Encode/ksc5601.ucm
1712            - ext/Encode/Encode/macCentEuro.ucm
1713            - ext/Encode/Encode/macCroatian.ucm
1714            - ext/Encode/Encode/macCyrillic.ucm
1715            - ext/Encode/Encode/macDingbats.ucm
1716            - ext/Encode/Encode/macGreek.ucm
1717            - ext/Encode/Encode/macIceland.ucm
1718            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1719            - ext/Encode/Encode/macRumanian.ucm
1720            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1721            - ext/Encode/Encode/macTurkish.ucm
1722            - ext/Encode/Encode/macUkraine.ucm
1723            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1724            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
1725            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
1726            - lib/encoding.pm lib/encoding.t
1727            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
1728            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
1729            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
1730            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
1731            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
1732            ! ext/Encode/Makefile.PL ext/Encode/README
1733            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
1734            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1735            ! ext/Encode/lib/Encode/Alias.pm
1736            ! ext/Encode/lib/Encode/Supported.pod
1737 ____________________________________________________________________________
1738 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
1739         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
1740              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
1741              respective test    and doc tweaks.
1742      Branch: perl
1743            ! lib/charnames.pm lib/charnames.t
1744 ____________________________________________________________________________
1745 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
1746         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
1747              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1748              Date: Sun, 31 Mar 2002 22:47:31 +0200
1749              Message-ID: <20020331224731.E854@rafael>
1750      Branch: perl
1751            ! pod/perlfunc.pod
1752 ____________________________________________________________________________
1753 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
1754         Log: Subject: [PATCH] __attribute__ problems with g++
1755              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1756              Date: Sun, 31 Mar 2002 22:43:03 +0200
1757              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
1758      Branch: perl
1759            ! perl.h
1760 ____________________________________________________________________________
1761 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
1762         Log: Put back the #! line, false alarm.
1763      Branch: perl
1764            ! lib/ExtUtils/t/Constant.t
1765 ____________________________________________________________________________
1766 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
1767         Log: Subject: Re: [Patch] pod/perlvar.pod
1768              From: Philip Newton <Philip.Newton@gmx.net>
1769              Date: Sun, 31 Mar 2002 07:40:43 +0200
1770              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
1771      Branch: perl
1772            ! pod/perlvar.pod
1773 ____________________________________________________________________________
1774 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
1775         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
1776              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1777              Date: Sat, 30 Mar 2002 21:37:37 -0500
1778              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
1779      Branch: perl
1780            ! ext/Socket/socketpair.t
1781 ____________________________________________________________________________
1782 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
1783         Log: Subject: Re: compile tweak for Win32
1784              From: Michael G Schwern <schwern@pobox.com>
1785              Date: Fri, 29 Mar 2002 17:48:22 -0500      
1786              Message-ID: <20020329224822.GG16816@blackrider>
1787      Branch: perl
1788            ! win32/buildext.pl
1789 ____________________________________________________________________________
1790 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
1791         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
1792              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1793              Date: Sat, 30 Mar 2002 22:19:46 +0100
1794              Message-ID: <20020330221946.A28497@rafael>
1795      Branch: perl
1796            ! t/lib/1_compile.t
1797 ____________________________________________________________________________
1798 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
1799         Log: Subject: [PATCH regmesg.t] increase output verbosity
1800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1801              Date: Sat, 30 Mar 2002 22:34:08 +0100
1802              Message-ID: <20020330223408.C28497@rafael>
1803      Branch: perl
1804            ! t/op/regmesg.t
1805 ____________________________________________________________________________
1806 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
1807         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
1808              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1809              Date: Sat, 30 Mar 2002 21:36:23 +0100
1810              Message-ID: <20020330213623.A677@rafael>
1811      Branch: perl
1812            ! regcomp.c
1813 ____________________________________________________________________________
1814 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
1815         Log: If using a network filesystem several different hosts
1816              may be trying to lock the same file.  In this case offering
1817              to kill the other process is not that helpful.  (Unless one
1818              has *real* clustering, but that's not usually the case.)
1819      Branch: perl
1820            ! lib/CPAN.pm
1821 ____________________________________________________________________________
1822 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
1823         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
1824              From: andreas.koenig@anima.de (Andreas J. Koenig)
1825              Date: Sat, 30 Mar 2002 06:12:36 +0100
1826              Message-ID: <m3hemyvdtn.fsf@anima.de>
1827      Branch: perl
1828            ! lib/Dumpvalue.pm
1829 ____________________________________________________________________________
1830 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
1831         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
1832              From: Jeremy Zawodny <Jeremy@Zawodny.com>
1833              Date: Fri, 29 Mar 2002 17:55:20 -0800
1834              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
1835      Branch: perl
1836            ! utils/dprofpp.PL
1837 ____________________________________________________________________________
1838 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
1839         Log: Subject: [Patch] pod/perlvar.pod
1840              From: Dan Kogai <dankogai@dan.co.jp>
1841              Date: Sun, 31 Mar 2002 02:03:36 +0900
1842              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
1843      Branch: perl
1844            ! pod/perlvar.pod
1845 ____________________________________________________________________________
1846 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
1847         Log: Subject: [PATCH] MM & Encode fixes
1848              From: Michael G Schwern <schwern@pobox.com>
1849              Date: Sat, 30 Mar 2002 06:41:56 -0500
1850              Message-ID: <20020330114156.GA16533@blackrider>
1851      Branch: perl
1852            + lib/ExtUtils/t/basic.t
1853            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
1854            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1855            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1856            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1857            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
1858            ! lib/ExtUtils/t/hints.t
1859 ____________________________________________________________________________
1860 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
1861         Log: EBCDICification.
1862      Branch: perl
1863            ! lib/charnames.t
1864 ____________________________________________________________________________
1865 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
1866         Log: Upgrade to Tie::File 0.90, from mjd.
1867      Branch: perl
1868            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
1869            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1870            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
1871            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
1872            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
1873            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
1874            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
1875            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
1876            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
1877 ____________________________________________________________________________
1878 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
1879         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
1880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1881              Date: Sat, 30 Mar 2002 00:20:39 +0100
1882              Message-ID: <20020330002039.A716@rafael>
1883      Branch: perl
1884            ! lib/sort.pm
1885 ____________________________________________________________________________
1886 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
1887         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
1888              From: Michael G Schwern <schwern@pobox.com>
1889              Date: Fri, 29 Mar 2002 18:14:20 -0500
1890              Message-ID: <20020329231419.GI16816@blackrider>
1891      Branch: perl
1892            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
1893            ! wince/Makefile.ce
1894 ____________________________________________________________________________
1895 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
1896         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
1897              From: Paul_GreenVOS@vos.stratus.com
1898              Date: Fri, 29 Mar 02 18:01 est
1899              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
1900      Branch: perl
1901            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
1902 ____________________________________________________________________________
1903 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
1904         Log: AUTHORS updates.
1905      Branch: perl
1906            ! AUTHORS
1907 ____________________________________________________________________________
1908 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
1909         Log: Upgrade to Encode 1.01, from Dan Kogai.
1910      Branch: perl
1911            ! ext/Encode/Changes ext/Encode/Encode.pm
1912            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1913            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1914            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1915            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1916            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1917            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1918            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1919            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1920            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
1921            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1922            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
1923            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
1924            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
1925            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
1926            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
1927            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
1928            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
1929            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
1930            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
1931            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
1932            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
1933            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
1934            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
1935            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
1936            ! ext/Encode/Encode/ksc5601.ucm
1937            ! ext/Encode/Encode/macCentEuro.ucm
1938            ! ext/Encode/Encode/macCroatian.ucm
1939            ! ext/Encode/Encode/macCyrillic.ucm
1940            ! ext/Encode/Encode/macDingbats.ucm
1941            ! ext/Encode/Encode/macGreek.ucm
1942            ! ext/Encode/Encode/macIceland.ucm
1943            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1944            ! ext/Encode/Encode/macRumanian.ucm
1945            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1946            ! ext/Encode/Encode/macTurkish.ucm
1947            ! ext/Encode/Encode/macUkraine.ucm
1948            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1949            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
1950            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
1951            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1952            ! ext/Encode/lib/Encode/CJKConstants.pm
1953            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
1954            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
1955            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
1956 ____________________________________________________________________________
1957 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
1958         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
1959              From: "Craig A. Berry" <craigberry@mac.com>
1960              Date: Fri, 29 Mar 2002 13:46:28 -0600
1961              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
1962      Branch: perl
1963            ! configure.com
1964 ____________________________________________________________________________
1965 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
1966         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
1967              which one has to get from the CPAN distribution.
1968      Branch: perl
1969            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
1970            + lib/Memoize/t/expmod_t.t
1971            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1972            - lib/Memoize/t/expire_module_t.t
1973            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
1974            ! lib/Memoize/README
1975 ____________________________________________________________________________
1976 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
1977         Log: metaconfig unit tweak.
1978      Branch: metaconfig/U/perl
1979            ! versiononly.U
1980 ____________________________________________________________________________
1981 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
1982         Log: Configure-related tweaks.
1983      Branch: perl
1984            ! Porting/Glossary Porting/config.sh Porting/config_H
1985            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1986            ! vos/config.ga.h
1987 ____________________________________________________________________________
1988 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
1989         Log: Ooops.
1990      Branch: perl
1991            ! t/op/ver.t
1992 ____________________________________________________________________________
1993 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
1994         Log: Subject: [PATCH @15606] d_time for vms
1995              From: "Craig A. Berry" <craigberry@mac.com>
1996              Date: Fri, 29 Mar 2002 11:58:29 -0600
1997              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
1998      Branch: perl
1999            ! configure.com
2000 ____________________________________________________________________________
2001 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
2002         Log: Subject: Re: Regex-Unicode bugs
2003              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2004              Date: Thu, 28 Mar 2002 10:12:35 +0100
2005              Message-ID: <20020328101235.F678@rafael>
2006      Branch: perl
2007            ! t/op/regmesg.t
2008 ____________________________________________________________________________
2009 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
2010         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
2011              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2012              Date: Fri, 29 Mar 2002 16:53:27 +0000
2013              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
2014      Branch: perl
2015            ! pod/perlre.pod pod/perlretut.pod
2016 ____________________________________________________________________________
2017 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
2018         Log: Subject: Re: debugger debuggers wanted
2019              From: spidb@cpan.org
2020              Date: Fri, 29 Mar 2002 06:34:11 -0500
2021              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
2022      Branch: perl
2023            ! lib/perl5db.pl
2024 ____________________________________________________________________________
2025 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
2026         Log: Update Changes.
2027      Branch: perl
2028            ! Changes patchlevel.h
2029 ____________________________________________________________________________
2030 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
2031         Log: Rename for 8.3-friendliness.
2032      Branch: perl
2033            + lib/unicore/PropValueAliases.txt
2034            - lib/unicore/PropertyValueAliases.txt
2035            ! MANIFEST lib/unicore/README.perl
2036 ____________________________________________________________________________
2037 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
2038         Log: Retract ExtUtils/t/basic.t until it works.
2039      Branch: perl
2040            - lib/ExtUtils/t/basic.t
2041            ! MANIFEST
2042 ____________________________________________________________________________
2043 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
2044         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
2045              From: Slaven Rezic <slaven.rezic@berlin.de>
2046              Date: 28 Mar 2002 22:27:14 +0100
2047              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
2048      Branch: perl
2049            ! hints/freebsd.sh
2050 ____________________________________________________________________________
2051 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
2052         Log: Interesting... where did this come from?
2053              (The Configure change in #15600)
2054      Branch: perl
2055            ! config_h.SH
2056 ____________________________________________________________________________
2057 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
2058         Log: metaconfig unit change for #15600.
2059      Branch: metaconfig/U/perl
2060            ! versiononly.U
2061 ____________________________________________________________________________
2062 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
2063         Log: Subject: versiononly should not put `old' versions in inc
2064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2065              Date: Fri, 29 Mar 2002 12:53:49 +0100
2066              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
2067      Branch: perl
2068            ! Configure
2069 ____________________________________________________________________________
2070 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
2071         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
2072              From: Michael G Schwern <schwern@pobox.com>
2073              Date: Fri, 29 Mar 2002 04:12:47 -0500
2074              Message-ID: <20020329091247.GA7432@blackrider>
2075              
2076              (with two nits: (1) change lib/Extutils/Command/MM.pm
2077              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
2078              @INC to compile.t)
2079      Branch: perl
2080            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
2081            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
2082            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
2083            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
2084            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
2085            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
2086            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
2087            + lib/ExtUtils/t/Problem-Module/Makefile.PL
2088            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
2089            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
2090            + t/lib/MakeMaker/Test/Utils.pm
2091            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2092            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2093            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
2094            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
2095            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
2096            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2097            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2098            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
2099            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
2100            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
2101            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
2102            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
2103            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
2104            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
2105            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
2106            ! t/lib/TieOut.pm
2107 ____________________________________________________________________________
2108 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
2109         Log: Leftovers from Encode 0.99.
2110      Branch: perl
2111            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
2112            - ext/Encode/compile ext/Encode/encode.h
2113            - ext/Encode/lib/Encode/CN/2022_CN.pm
2114            - ext/Encode/lib/Encode/Details.pod
2115 ____________________________________________________________________________
2116 [ 15597] By: nick                                  on 2002/03/29  14:03:35
2117         Log: Integrate mainline
2118      Branch: perlio
2119           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
2120           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
2121           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2122           !> (integrate 130 files)
2123 ____________________________________________________________________________
2124 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
2125         Log: Subject: Another Unicode-3.2-induced doc fix
2126              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2127              Date: Fri, 29 Mar 2002 21:45:47 +0900
2128              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
2129      Branch: perl
2130            ! ext/Unicode/Normalize/Normalize.pm
2131 ____________________________________________________________________________
2132 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
2133         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
2134              From: Slaven Rezic <slaven.rezic@berlin.de>
2135              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
2136              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
2137      Branch: perl
2138            ! reentr.c reentr.pl
2139 ____________________________________________________________________________
2140 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
2141         Log: Subject: [PATCH] Quieting OS X
2142              From: Michael G Schwern <schwern@pobox.com>
2143              Date: Fri, 29 Mar 2002 05:46:23 -0500
2144              Message-ID: <20020329104622.GA9163@blackrider>
2145      Branch: perl
2146            ! ext/POSIX/t/posix.t t/op/stat.t
2147 ____________________________________________________________________________
2148 [ 15593] By: ams                                   on 2002/03/29  07:32:22
2149         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
2150              From: Paul_GreenVOS@vos.stratus.com
2151              Date: Fri, 29 Mar 02 0:05 est
2152              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
2153      Branch: perl
2154            ! ext/Time/HiRes/HiRes.xs
2155 ____________________________________________________________________________
2156 [ 15592] By: ams                                   on 2002/03/29  07:28:29
2157         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
2158              From: Spider Boardman <spidb@cpan.org>
2159              Date: Fri, 29 Mar 2002 00:52:24 -0500
2160              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
2161      Branch: perl
2162            ! op.c t/op/attrs.t
2163 ____________________________________________________________________________
2164 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
2165         Log: It's perlce.
2166      Branch: perl
2167            ! pod/perldelta.pod
2168 ____________________________________________________________________________
2169 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
2170         Log: MPE/iX tweaks from Mark Bixby.
2171      Branch: perl
2172            ! ext/Storable/t/lock.t mpeix/relink
2173 ____________________________________________________________________________
2174 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
2175         Log: Upgrade to Encode 1.00, from Dan Kogai.
2176              
2177              (one nit: bin/enc2xs needed also ../..)
2178      Branch: perl
2179            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
2180            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
2181            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2182            ! (edit 104 files)
2183 ____________________________________________________________________________
2184 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
2185         Log: Subject: [PATCH] NEXT LINE --> NEL
2186              From: Philip Newton <Philip.Newton@gmx.net>
2187              Date: Thu, 28 Mar 2002 21:03:10 +0000
2188              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
2189      Branch: perl
2190            ! lib/charnames.pm lib/charnames.t
2191 ____________________________________________________________________________
2192 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
2193         Log: binmode :bytes, again.
2194      Branch: perl
2195            ! lib/utf8.t
2196 ____________________________________________________________________________
2197 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
2198         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
2199              From: Mark-Jason Dominus <mjd@plover.com>
2200              Date: Thu, 28 Mar 2002 10:36:03 -0500
2201              Message-ID: <20020328153603.11992.qmail@plover.com>
2202      Branch: perl
2203            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
2204 ____________________________________________________________________________
2205 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
2206         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
2207      Branch: perl
2208            ! lib/charnames.pm lib/charnames.t pp_pack.c
2209 ____________________________________________________________________________
2210 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
2211         Log: If expecting UTF-8, probably not expecting UTF-16.
2212      Branch: perl
2213            ! t/comp/require.t
2214 ____________________________________________________________________________
2215 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
2216         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
2217              From: Paul_GreenVOS@vos.stratus.com
2218              Date: Thu, 28 Mar 02 8:22 est
2219              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
2220      Branch: perl
2221            ! lib/Time/Local.pm
2222 ____________________________________________________________________________
2223 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
2224         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
2225              From: Paul_GreenVOS@vos.stratus.com
2226              Date: Thu, 28 Mar 02 7:46 est
2227              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
2228      Branch: perl
2229            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
2230 ____________________________________________________________________________
2231 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
2232         Log: A little bit better error message for \pq, still
2233              not good because the script context is not shown.
2234      Branch: perl
2235            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
2236 ____________________________________________________________________________
2237 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
2238         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
2239              From: Jeffrey Friedl <jfriedl@yahoo.com>
2240              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
2241              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
2242      Branch: perl
2243            ! sv.c t/op/pat.t
2244 ____________________________________________________________________________
2245 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
2246         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
2247              From: Mark-Jason Dominus <mjd@plover.com>
2248              Date: Thu, 28 Mar 2002 05:04:40 -0500
2249              Message-ID: <20020328100440.22081.qmail@plover.com>
2250      Branch: perl
2251            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
2252 ____________________________________________________________________________
2253 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
2254         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
2255              From: mjd@plover.com
2256              Date: 28 Mar 2002 09:22:06 -0000
2257              Message-ID: <20020328092206.18833.qmail@plover.com>
2258      Branch: perl
2259            ! lib/encoding.t
2260 ____________________________________________________________________________
2261 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
2262         Log: Unicode 3.2.0-induced doc tweaks.
2263      Branch: perl
2264            ! pod/perlretut.pod pod/perlunicode.pod
2265 ____________________________________________________________________________
2266 [ 15576] By: nick                                  on 2002/03/28  07:40:04
2267         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
2268      Branch: perlio
2269           +> (branch 31 files)
2270           !> (integrate 162 files)
2271 ____________________________________________________________________________
2272 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
2273         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
2274              From: Paul_GreenVOS@vos.stratus.com
2275              Date: Thu, 28 Mar 02 0:16 est
2276              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
2277      Branch: perl
2278            ! ext/POSIX/t/posix.t
2279 ____________________________________________________________________________
2280 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
2281         Log: Subject: Re: Regex-Unicode bugs
2282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2283              Date: Wed, 27 Mar 2002 13:48:06 +0100
2284              Message-ID: <20020327134806.C18945@rafael>
2285              
2286              regmesg.t patch still would be nice.
2287      Branch: perl
2288            ! regcomp.c
2289 ____________________________________________________________________________
2290 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
2291         Log: Subject: Re: Regex-Unicode bugs
2292              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
2293              Date: Wed, 27 Mar 2002 12:39:57 +0000
2294              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
2295      Branch: perl
2296            ! pod/perldiag.pod regcomp.c
2297 ____________________________________________________________________________
2298 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
2299         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
2300              From: Paul_GreenVOS@vos.stratus.com
2301              Date: Wed, 27 Mar 02 23:33 est
2302              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
2303      Branch: perl
2304            ! t/io/fs.t
2305 ____________________________________________________________________________
2306 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
2307         Log: The Official 3.2.0 came out.
2308      Branch: perl
2309            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
2310            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
2311            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
2312            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
2313            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
2314            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
2315            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
2316            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
2317            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
2318            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
2319            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
2320            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
2321            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
2322            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
2323            + lib/unicore/lib/UnifiedI.pl
2324            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
2325 ____________________________________________________________________________
2326 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
2327         Log: socketpair binmode :bytes.
2328      Branch: perl
2329            ! ext/Socket/socketpair.t
2330 ____________________________________________________________________________
2331 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
2332         Log: Don't install anything beneath 't' directories.
2333      Branch: perl
2334            ! installperl
2335 ____________________________________________________________________________
2336 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
2337         Log: More UTF-8 locale sensitivity.
2338      Branch: perl
2339            ! t/io/utf8.t
2340 ____________________________________________________________________________
2341 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
2342         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
2343              From: Stas Bekman <stas@stason.org>
2344              Date: Thu, 28 Mar 2002 10:13:45 +0800
2345              Message-ID: <3CA27C59.4020209@stason.org>
2346              
2347              Temp file cleanup.
2348      Branch: perl
2349            ! lib/Pod/t/pod2html-lib.pl
2350 ____________________________________________________________________________
2351 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
2352         Log: Be compatible also with non-UTF-8 locales.
2353      Branch: perl
2354            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
2355            ! lib/Locale/Language.pod
2356 ____________________________________________________________________________
2357 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
2358         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
2359              From: Spider Boardman <spidb@cpan.org>
2360              Date: Wed, 27 Mar 2002 20:52:28 -0500
2361              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
2362      Branch: perl
2363            ! cv.h op.c t/op/attrs.t toke.c
2364 ____________________________________________________________________________
2365 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
2366         Log: "Last element".
2367      Branch: perl
2368            ! pod/perlfunc.pod
2369 ____________________________________________________________________________
2370 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
2371         Log: Subject: Error in perlfunc for "die"
2372              From: William R Ward <bill@wards.net>
2373              Date: 27 Mar 2002 12:31:32 -0800
2374              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
2375      Branch: perl
2376            ! pod/perlfunc.pod
2377 ____________________________________________________________________________
2378 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
2379         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
2380              From: Mark Kvale <kvale@phy.ucsf.edu>
2381              Date: Wed, 27 Mar 2002 16:45:37 -0800
2382              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
2383      Branch: perl
2384            ! pod/perlre.pod pod/perlretut.pod
2385 ____________________________________________________________________________
2386 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
2387         Log: Try to handle UTF-8 locales.
2388      Branch: perl
2389            ! lib/locale.t
2390 ____________________________________________________________________________
2391 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
2392         Log: More binmode :bytes.
2393      Branch: perl
2394            ! t/io/utf8.t
2395 ____________________________________________________________________________
2396 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
2397         Log: binmode(FH, ":bytes") is the right way, methinks.
2398      Branch: perl
2399            ! ext/PerlIO/t/encoding.t
2400 ____________________________________________________________________________
2401 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
2402         Log: UTF-8 locale: need to open explicitly for bytes.
2403      Branch: perl
2404            ! ext/PerlIO/t/encoding.t
2405 ____________________________________________________________________________
2406 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
2407         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
2408      Branch: perl
2409            ! lib/Locale/Language.pm lib/Locale/Language.pod
2410 ____________________________________________________________________________
2411 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
2412         Log: Warn instead of croak.
2413      Branch: perl
2414            ! pod/perldiag.pod utf8.c
2415 ____________________________________________________________________________
2416 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
2417         Log: UTF-8 locale: there might already be one UTF-8 discipline.
2418      Branch: perl
2419            ! lib/open.t
2420 ____________________________________________________________________________
2421 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
2422         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
2423              From: "Craig A. Berry" <craigberry@mac.com>
2424              Date: Wed, 27 Mar 2002 15:22:13 -0600
2425              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
2426      Branch: perl
2427            ! t/lib/1_compile.t t/lib/compmod.pl
2428 ____________________________________________________________________________
2429 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
2430         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
2431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2432              Date: Wed, 27 Mar 2002 22:35:03 +0100
2433              Message-ID: <20020327223503.A678@rafael>
2434      Branch: perl
2435            ! pod/perlop.pod
2436 ____________________________________________________________________________
2437 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
2438         Log: Start using the Unicode 3.2.0 data (NOTE: still
2439              unofficial, but the data is unlikely to change much.
2440              Doublecheck when 3.2.0 gets released.)
2441      Branch: perl
2442            + lib/unicore/PropertyAliases.txt
2443            + lib/unicore/PropertyValueAliases.txt
2444            ! (edit 129 files)
2445 ____________________________________________________________________________
2446 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
2447         Log: Update Changes.
2448      Branch: perl
2449            ! Changes patchlevel.h
2450 ____________________________________________________________________________
2451 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
2452         Log: Further fixing for #15549.  Six tests are failing
2453              under Solaris with en_US.UTF-8 but those failures seem
2454              unrelated to the BOUND problem, will look at them later.
2455      Branch: perl
2456            ! regexec.c
2457 ____________________________________________________________________________
2458 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
2459         Log: Possible fix for "Orks, Dragons, and Elves":
2460              should now build under UTF-8 locales (is building
2461              under Solaris en_US.UTF-8 right now).
2462      Branch: perl
2463            ! Makefile.SH regexec.c
2464 ____________________________________________________________________________
2465 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
2466         Log: Forgotten from #15523.
2467      Branch: perl
2468            ! lib/Math/BigInt/Calc.pm
2469 ____________________________________________________________________________
2470 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
2471         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
2472              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
2473              Date: Wed, 27 Mar 2002 13:32:00 +0100
2474              Message-ID: <20020327133200.A18945@rafael>
2475      Branch: perl
2476            ! regcomp.c t/lib/warnings/regcomp
2477 ____________________________________________________________________________
2478 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
2479         Log: Subject: [PATCH] MANIFES --> MANIFEST
2480              From: Philip Newton <Philip.Newton@gmx.net>
2481              Date: Wed, 27 Mar 2002 10:05:46 +0000
2482              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
2483              
2484              (plus a few tweaks more)
2485      Branch: perl
2486            ! Porting/check83.pl
2487 ____________________________________________________________________________
2488 [ 15545] By: nick                                  on 2002/03/27  07:37:36
2489         Log: Integrate mainline
2490      Branch: perlio
2491           +> lib/Math/BigInt/t/with_sub.t
2492            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
2493            - lib/bignum/t/trace.t
2494           !> (integrate 76 files)
2495 ____________________________________________________________________________
2496 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
2497         Log: Obsolete mailing list information.
2498      Branch: perl
2499            ! README.bs2000 README.os390 README.vmesa
2500 ____________________________________________________________________________
2501 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
2502         Log: More URL "whitespacing".
2503      Branch: perl
2504            ! README.bs2000 README.hurd README.mpeix README.netware
2505            ! README.os390 README.vmesa README.vos README.win32
2506            ! pod/perl5004delta.pod pod/perl5005delta.pod
2507            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
2508            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
2509            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
2510            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
2511            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
2512            ! pod/perltodo.pod
2513 ____________________________________________________________________________
2514 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
2515         Log: I like doubleclicking on URLs in pods to select them.
2516      Branch: perl
2517            ! README.amiga README.epoc README.vos pod/perl561delta.pod
2518            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
2519            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2520            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
2521            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
2522            ! pod/perltodo.pod pod/perlvar.pod
2523 ____________________________________________________________________________
2524 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
2525         Log: Regen modlib.
2526      Branch: perl
2527            ! pod/perlmodlib.pod
2528 ____________________________________________________________________________
2529 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
2530         Log: Update the CPAN sites list.
2531      Branch: perl
2532            ! pod/perlmodlib.PL pod/perlmodlib.pod
2533 ____________________________________________________________________________
2534 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
2535         Log: Regen modlib, toc.
2536      Branch: perl
2537            ! pod/perlmodlib.pod pod/perltoc.pod
2538 ____________________________________________________________________________
2539 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
2540         Log: s/rationale/rational/
2541      Branch: perl
2542            ! lib/Math/BigRat.pm lib/bigrat.pm
2543 ____________________________________________________________________________
2544 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
2545         Log: s/done/esac/
2546      Branch: perl
2547            ! hints/dec_osf.sh
2548 ____________________________________________________________________________
2549 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
2550         Log: Advertise big* and BigRat.
2551      Branch: perl
2552            ! pod/perldelta.pod
2553 ____________________________________________________________________________
2554 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
2555         Log: A missing ) in #15527.
2556      Branch: perl
2557            ! pp_sys.c
2558 ____________________________________________________________________________
2559 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
2560         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
2561              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2562              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
2563              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
2564      Branch: perl
2565            ! lib/ExtUtils/typemap
2566 ____________________________________________________________________________
2567 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
2568         Log: Subject: Re: Cygwin PerlIO.t failing
2569              From: Stas Bekman <stas@stason.org>
2570              Date: Wed, 27 Mar 2002 01:34:11 +0800
2571              Message-ID: <3CA0B113.1070800@stason.org>
2572      Branch: perl
2573            ! ext/PerlIO/PerlIO.t
2574 ____________________________________________________________________________
2575 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
2576         Log: Subject: [PATCH] safety check for vms/test.com
2577              From: "Craig A. Berry" <craigberry@mac.com>
2578              Date: Tue, 26 Mar 2002 12:15:21 -0600
2579              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
2580      Branch: perl
2581            ! vms/test.com
2582 ____________________________________________________________________________
2583 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
2584         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
2585              From: PPrymmer@factset.com
2586              Date: Tue, 26 Mar 2002 13:04:59 -0500
2587              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
2588      Branch: perl
2589            ! configure.com
2590 ____________________________________________________________________________
2591 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
2592         Log: Subject: [PATCH] Minor typo in test harness
2593              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
2594              Date: Tue, 26 Mar 2002 17:44:06 -0000
2595              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
2596      Branch: perl
2597            ! t/lib/warnings/perlio
2598 ____________________________________________________________________________
2599 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
2600         Log: Subject: PATCH s2p.PL
2601              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2602              Date: Tue, 26 Mar 2002 17:16:46 +0100
2603              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
2604      Branch: perl
2605            ! x2p/s2p.PL
2606 ____________________________________________________________________________
2607 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
2608         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
2609      Branch: perl
2610            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2611            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
2612            ! MANIFEST
2613 ____________________________________________________________________________
2614 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
2615         Log: Avoid and document a weird bug in UNICOS/mk.
2616      Branch: perl
2617            ! pod/perldelta.pod pp_sys.c
2618 ____________________________________________________________________________
2619 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
2620         Log: Math::BigInt::Lite 0.09, from Tels.
2621      Branch: perl
2622            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2623            ! MANIFEST
2624 ____________________________________________________________________________
2625 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
2626         Log: For now disable the test in OS/390; it seems to hang,
2627              but frustratingly seems to run from command line and
2628              from Perl debugger.
2629      Branch: perl
2630            ! lib/Math/BigInt/t/mbi_rand.t
2631 ____________________________________________________________________________
2632 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
2633         Log: EPOC update from Olaf Flebbe.
2634      Branch: perl
2635            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
2636            ! pod/perlport.pod t/io/fs.t
2637 ____________________________________________________________________________
2638 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
2639         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
2640              and bignum 0.11, from Tels.
2641      Branch: perl
2642            + lib/Math/BigInt/t/with_sub.t
2643            - lib/bignum/t/trace.t
2644            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2645            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
2646            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
2647            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
2648            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
2649            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
2650            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
2651            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
2652            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
2653            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
2654            ! lib/bignum/t/bigrat.t lib/bigrat.pm
2655            ! t/lib/Math/BigInt/Subclass.pm
2656 ____________________________________________________________________________
2657 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
2658         Log: Integrate perlio;
2659              
2660              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
2661              
2662              Testcase for crlf spanning buffer boundary
2663      Branch: perl
2664           +> t/io/crlf.t
2665           !> MANIFEST perlio.c
2666 ____________________________________________________________________________
2667 [ 15521] By: nick                                  on 2002/03/26  15:31:55
2668         Log: Testcase for crlf spanning buffer boundary
2669      Branch: perlio
2670            + t/io/crlf.t
2671            ! MANIFEST
2672 ____________________________________________________________________________
2673 [ 15520] By: nick                                  on 2002/03/26  15:09:52
2674         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
2675      Branch: perlio
2676            ! perlio.c
2677 ____________________________________________________________________________
2678 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
2679         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
2680      Branch: perl
2681            ! t/lib/1_compile.t
2682 ____________________________________________________________________________
2683 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
2684         Log: Document the Configure (really, awk) glitch in
2685              UNICOS/mk.
2686      Branch: perl
2687            ! pod/perldelta.pod
2688 ____________________________________________________________________________
2689 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
2690         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
2691              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2692              Date: Fri, 22 Mar 2002 16:11:28 +0100
2693              Message-ID: <3C9B57B0.31936.496399@localhost>
2694      Branch: perl
2695            ! win32/win32.c
2696 ____________________________________________________________________________
2697 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
2698         Log: Subject: Re: Jarkko likes OOOOs
2699              From: "Gerrit P. Haase" <gp@familiehaase.de>
2700              Date: Tue, 26 Mar 2002 08:44:02 +0100
2701              Message-ID: <40509050505.20020326084402@familiehaase.de>
2702      Branch: perl
2703            ! t/io/fs.t
2704 ____________________________________________________________________________
2705 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
2706         Log: Subject: [patch utils/perlbug] subject header setting problem      
2707              From: Stas Bekman <stas@stason.org>
2708              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
2709              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
2710      Branch: perl
2711            ! utils/perlbug.PL
2712 ____________________________________________________________________________
2713 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
2714         Log: Subject: [PATCH] win32/makefile.mk
2715              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2716              Date: Tue, 26 Mar 2002 13:56:19 +0100
2717              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
2718      Branch: perl
2719            ! win32/makefile.mk
2720 ____________________________________________________________________________
2721 [ 15513] By: nick                                  on 2002/03/26  07:17:17
2722         Log: Integrate mainline
2723      Branch: perlio
2724           +> (branch 39 files)
2725            - (delete 109 files)
2726           !> (integrate 105 files)
2727 ____________________________________________________________________________
2728 [ 15512] By: nick                                  on 2002/03/26  06:52:42
2729         Log: Integrate mainline
2730      Branch: perlio
2731           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
2732           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
2733           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
2734           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
2735           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
2736 ____________________________________________________________________________
2737 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
2738         Log: Installation advice from Robert Spier. 
2739      Branch: perl
2740            ! INSTALL
2741 ____________________________________________________________________________
2742 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
2743         Log: Stas setting things right.
2744      Branch: perl
2745            ! ext/PerlIO/PerlIO.t
2746 ____________________________________________________________________________
2747 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
2748         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
2749              From: Paul_GreenVOS@vos.stratus.com
2750              Date: Mon, 25 Mar 02 23:57 est
2751              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
2752      Branch: perl
2753            ! ext/IO/lib/IO/t/io_unix.t
2754 ____________________________________________________________________________
2755 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
2756         Log: Add threads hints for UNICOS/mk and UNICOS.
2757              (I'm just guessing on UNICOS.)
2758      Branch: perl
2759            ! hints/unicos.sh hints/unicosmk.sh
2760 ____________________________________________________________________________
2761 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
2762         Log: Mention the effect of Unicode keys on hashes.
2763      Branch: perl
2764            ! pod/perlunicode.pod
2765 ____________________________________________________________________________
2766 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
2767         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
2768              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2769              Date: Mon, 25 Mar 2002 17:24:33 -0600
2770              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
2771      Branch: perl
2772            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
2773            ! vms/vms_yfix.pl
2774 ____________________________________________________________________________
2775 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
2776         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
2777      Branch: perl
2778            ! hints/dec_osf.sh
2779 ____________________________________________________________________________
2780 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
2781         Log: The .ucm of Encode are big when uncompressed.
2782      Branch: perl
2783            ! INSTALL
2784 ____________________________________________________________________________
2785 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
2786         Log: I don't understand what is going on what these
2787              news tests, retracting the whole lot.
2788      Branch: perl
2789            ! ext/PerlIO/PerlIO.t
2790 ____________________________________________________________________________
2791 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
2792         Log: Upgrade to Encode 0.99, from Dan Kogai.
2793      Branch: perl
2794            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
2795            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
2796            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
2797            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
2798            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
2799            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
2800            + ext/Encode/Encode/ksc5601.ucm
2801            + ext/Encode/Encode/macCentEuro.ucm
2802            + ext/Encode/Encode/macCroatian.ucm
2803            + ext/Encode/Encode/macCyrillic.ucm
2804            + ext/Encode/Encode/macDingbats.ucm
2805            + ext/Encode/Encode/macGreek.ucm
2806            + ext/Encode/Encode/macIceland.ucm
2807            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
2808            + ext/Encode/Encode/macRumanian.ucm
2809            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
2810            + ext/Encode/Encode/macTurkish.ucm
2811            + ext/Encode/Encode/macUkraine.ucm
2812            + ext/Encode/Encode/shiftjis.ucm
2813            + ext/Encode/lib/Encode/10646_1.pm
2814            + ext/Encode/lib/Encode/CJKConstants.pm
2815            + ext/Encode/lib/Encode/CN/2022_CN.pm
2816            + ext/Encode/lib/Encode/JP/2022_JP.pm
2817            + ext/Encode/lib/Encode/JP/2022_JP1.pm
2818            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
2819            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
2820            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
2821            + ext/Encode/ucm2table
2822            - (delete 109 files)
2823            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
2824            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
2825            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
2826            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
2827            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2828            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
2829            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
2830            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2831            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2832            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2833            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2834            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2835            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2836            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2837            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
2838            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
2839            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
2840            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
2841            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
2842            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
2843            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
2844            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
2845            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
2846            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
2847            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
2848            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
2849            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
2850            ! ext/Encode/Makefile.PL ext/Encode/README
2851            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
2852            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2853            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2854            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
2855            ! ext/Encode/lib/Encode/Details.pod
2856            ! ext/Encode/lib/Encode/Encoding.pm
2857            ! ext/Encode/lib/Encode/Internal.pm
2858            ! ext/Encode/lib/Encode/JP/H2Z.pm
2859            ! ext/Encode/lib/Encode/JP/JIS.pm
2860            ! ext/Encode/lib/Encode/Supported.pod
2861            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2862            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2863            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
2864            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
2865            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
2866            ! ext/Encode/t/jisx0212.ref
2867 ____________________________________________________________________________
2868 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
2869         Log: Noise with -w.
2870      Branch: perl
2871            ! ext/PerlIO/PerlIO.t
2872 ____________________________________________________________________________
2873 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
2874         Log: If no perlio no perlio warnings, either.
2875      Branch: perl
2876            ! lib/warnings.t
2877 ____________________________________________________________________________
2878 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
2879         Log: ...and put some of the new perlio tests here.
2880              The in-memory ones not yet since my poor brain
2881              refuses to find the right TODO incantation.
2882      Branch: perl
2883            ! ext/PerlIO/PerlIO.t
2884 ____________________________________________________________________________
2885 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
2886         Log: Take away the perlio-requiring tests..
2887      Branch: perl
2888            ! t/io/open.t
2889 ____________________________________________________________________________
2890 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
2891         Log: More correct now, but actually the two new tests
2892              need to be moved, since they are perlio-only...
2893      Branch: perl
2894            ! t/io/open.t
2895 ____________________________________________________________________________
2896 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
2897         Log: More neo-io tests from Stas Bekman.
2898      Branch: perl
2899            ! t/io/open.t
2900 ____________________________________________________________________________
2901 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
2902         Log: Document the QNX6 sprintf glitch.
2903      Branch: perl
2904            ! pod/perldelta.pod
2905 ____________________________________________________________________________
2906 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
2907         Log: AmigaOS must use the ixemul directly, since there
2908              is no more vfork support.
2909      Branch: perl
2910            ! hints/amigaos.sh
2911 ____________________________________________________________________________
2912 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
2913         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
2914              From: Norton Allen <allen@huarp.harvard.edu>
2915              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
2916              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
2917      Branch: perl
2918            ! pp_sys.c
2919 ____________________________________________________________________________
2920 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
2921         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
2922              From: Norton Allen <allen@huarp.harvard.edu>
2923              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
2924              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
2925      Branch: perl
2926            ! ext/Socket/socketpair.t
2927 ____________________________________________________________________________
2928 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
2929         Log: Clarify the 8.3 rule.
2930      Branch: perl
2931            ! Porting/check83.pl
2932 ____________________________________________________________________________
2933 [ 15490] By: nick                                  on 2002/03/25  16:05:07
2934         Log: Integrate mainline
2935      Branch: perlio
2936           +> ext/Encode/lib/Encode/EncFormat.pod
2937           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
2938            - ext/Encode/lib/EncodeFormat.pod
2939           !> (integrate 41 files)
2940 ____________________________________________________________________________
2941 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
2942         Log: Update Changes.
2943      Branch: perl
2944            ! Changes patchlevel.h
2945 ____________________________________________________________________________
2946 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
2947         Log: Forgotten from #15486.
2948      Branch: perl
2949            ! perl.c
2950 ____________________________________________________________________________
2951 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
2952         Log: It seems that FreeBSD does not like using Perl's malloc
2953              when multithreaded.
2954      Branch: perl
2955            ! hints/freebsd.sh
2956 ____________________________________________________________________________
2957 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
2958         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
2959              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2960              Date: Mon, 25 Mar 2002 11:33:17 +0100
2961              Message-ID: <20020325113317.A1410@rafael>
2962              
2963              Apparently VMS does not do YYDEBUG.
2964      Branch: perl
2965            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
2966 ____________________________________________________________________________
2967 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
2968         Log: Subject: [PATCH] warnings for perlio + others
2969              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2970              Date: Mon, 25 Mar 2002 13:01:44 -0000
2971              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
2972      Branch: perl
2973            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
2974            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
2975            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
2976            ! warnings.pl
2977 ____________________________________________________________________________
2978 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
2979         Log: As verified by Doug MacEachern.
2980      Branch: perl
2981            ! pod/perldelta.pod
2982 ____________________________________________________________________________
2983 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
2984         Log: MPE/iX update from Mark Bixby.
2985      Branch: perl
2986            + mpeix/mpeix.c
2987            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
2988            ! hints/mpeix.sh mpeix/mpeixish.h
2989 ____________________________________________________________________________
2990 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
2991         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
2992              From: Nicholas Clark <nick@unfortu.net>
2993              Date: Sun, 24 Mar 2002 22:50:06 +0000
2994              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
2995      Branch: perl
2996            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
2997 ____________________________________________________________________________
2998 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
2999         Log: Subject: [PATCH] fix warning + carp interaction
3000              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
3001              Date: Sun, 24 Mar 2002 23:00:21 -0000
3002              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
3003      Branch: perl
3004            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
3005            ! warnings.pl
3006 ____________________________________________________________________________
3007 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
3008         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
3009              (All the code changes have already been applied earlier.)
3010      Branch: perl
3011            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
3012 ____________________________________________________________________________
3013 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
3014         Log: DB_File: for the core version, no need to specify
3015              a minimum MM version.
3016      Branch: perl
3017            ! ext/DB_File/Makefile.PL
3018 ____________________________________________________________________________
3019 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
3020         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
3021              From: Dave Mitchell <davem@fdgroup.com>
3022              Date: Sun, 24 Mar 2002 22:23:08 +0000
3023              Message-ID: <20020324222308.B21963@fdgroup.com>
3024      Branch: perl
3025            ! pp_pack.c
3026 ____________________________________________________________________________
3027 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
3028         Log: Subject: [PATCH @15450] errno help for VMS
3029              From: "Craig A. Berry" <craigberry@mac.com>
3030              Date: Sun, 24 Mar 2002 16:17:52 -0600
3031              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
3032      Branch: perl
3033            ! ext/POSIX/t/posix.t vms/vms.c
3034 ____________________________________________________________________________
3035 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
3036         Log: Upgrade to Locale::Codes 2.03.
3037      Branch: perl
3038            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
3039            ! lib/Locale/Country.pm
3040 ____________________________________________________________________________
3041 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
3042         Log: metaconfig unit change for #15474.
3043      Branch: metaconfig/U/perl
3044            ! Extensions.U
3045 ____________________________________________________________________________
3046 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
3047         Log: The #15472 said "properly".  Ha!
3048      Branch: perl
3049            ! Configure
3050 ____________________________________________________________________________
3051 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
3052         Log: metaconfig unit change for #15472.
3053      Branch: metaconfig/U/perl
3054            ! Extensions.U
3055 ____________________________________________________________________________
3056 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
3057         Log: Properly scan for the subextensions of Encode
3058              when doing static builds.
3059      Branch: perl
3060            ! Configure
3061 ____________________________________________________________________________
3062 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
3063         Log: Tru64: Document the known odbm failure with static builds.
3064      Branch: perl
3065            ! README.tru64
3066 ____________________________________________________________________________
3067 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
3068         Log: microperl tweaks.
3069      Branch: perl
3070            ! Makefile.micro locale.c util.c
3071 ____________________________________________________________________________
3072 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
3073         Log: metaconfig unit changes for #15468.
3074      Branch: metaconfig
3075            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
3076            ! U/modified/libc.U U/modified/libs.U
3077            ! U/threads/d_pthread_atfork.U
3078 ____________________________________________________________________________
3079 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
3080         Log: Various metaconfig unit cleanup; only one visible change
3081              in Configure, though.
3082      Branch: perl
3083            ! Configure
3084 ____________________________________________________________________________
3085 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
3086         Log: Upgrade to Encode 0.98, from Dan Kogai.
3087      Branch: perl
3088            + ext/Encode/lib/Encode/EncFormat.pod
3089            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
3090            - ext/Encode/lib/EncodeFormat.pod
3091            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
3092            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
3093            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3094            ! ext/Encode/lib/Encode/Alias.pm
3095            ! ext/Encode/lib/Encode/Details.pod
3096            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3097            ! ext/Encode/lib/Encode/JP/JIS.pm
3098            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3099 ____________________________________________________________________________
3100 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
3101         Log: Integrate perlio;
3102              
3103              Avoid core-dump in Encode with PERLIO=mmap
3104      Branch: perl
3105           !> ext/Encode/Encode.xs
3106 ____________________________________________________________________________
3107 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
3108         Log: In the spirit of #15464.
3109      Branch: perl
3110            ! perl.c sv.c
3111 ____________________________________________________________________________
3112 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
3113         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
3114              From: Michael G Schwern <schwern@pobox.com>
3115              Date: Sun, 24 Mar 2002 02:27:25 -0500
3116              Message-ID: <20020324072725.GA3554@blackrider>
3117      Branch: perl
3118            ! perl.c
3119 ____________________________________________________________________________
3120 [ 15463] By: nick                                  on 2002/03/24  10:24:41
3121         Log: Integrate mainline
3122      Branch: perlio
3123           +> (branch 28 files)
3124            - lib/bigfloat.t lib/bigint.t
3125           !> (integrate 59 files)
3126 ____________________________________________________________________________
3127 [ 15462] By: nick                                  on 2002/03/24  08:59:35
3128         Log: Avoid core-dump in Encode with PERLIO=mmap
3129      Branch: perlio
3130            ! ext/Encode/Encode.xs
3131 ____________________________________________________________________________
3132 [ 15461] By: nick                                  on 2002/03/24  08:58:21
3133         Log: Too many machines doing integrate mainline
3134      Branch: perlio
3135           !> Changes Configure lib/AutoSplit.t
3136           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
3137           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
3138           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
3139           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
3140 ____________________________________________________________________________
3141 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
3142         Log: Retract Math::BigInt::Lite for now, seems to confuse
3143              bignum and bigrat.
3144      Branch: perl
3145            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
3146            ! MANIFEST
3147 ____________________________________________________________________________
3148 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
3149         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
3150              From: "Craig A. Berry" <craigberry@mac.com>
3151              Date: Sat, 23 Mar 2002 23:23:00 -0600
3152              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
3153      Branch: perl
3154            ! configure.com vms/vms.c
3155 ____________________________________________________________________________
3156 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
3157         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
3158              From: Michael G Schwern <schwern@pobox.com>
3159              Date: Sat, 23 Mar 2002 21:32:32 -0500
3160              Message-ID: <20020324023232.GA29972@blackrider>
3161              
3162              (with Russ Allbery's simplifications)
3163      Branch: perl
3164            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
3165 ____________________________________________________________________________
3166 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
3167         Log: Merge Math::BigInt::Lite 0.08, from Tels.
3168      Branch: perl
3169            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
3170            ! MANIFEST
3171 ____________________________________________________________________________
3172 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
3173         Log: Too chatty.
3174      Branch: perl
3175            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
3176 ____________________________________________________________________________
3177 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
3178         Log: Merge bignum 0.10, from Tels.
3179      Branch: perl
3180            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
3181            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
3182            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
3183            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
3184            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
3185            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
3186            ! MANIFEST
3187 ____________________________________________________________________________
3188 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
3189         Log: Rename the Perl 4 tests in preparation of bignum.
3190      Branch: perl
3191            + lib/bigfloatpl.t lib/bigintpl.t
3192            - lib/bigfloat.t lib/bigint.t
3193            ! MANIFEST
3194 ____________________________________________________________________________
3195 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
3196         Log: Merge Math::BigRat 0.04, from Tels.
3197      Branch: perl
3198            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
3199            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
3200            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
3201            + t/lib/Math/BigRat/Test.pm
3202            ! MANIFEST
3203 ____________________________________________________________________________
3204 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
3205         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
3206              From: Dave Mitchell <davem@fdgroup.com>
3207              Date: Sat, 23 Mar 2002 22:27:24 +0000
3208              Message-ID: <20020323222724.A19425@fdgroup.com>
3209      Branch: perl
3210            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
3211 ____________________________________________________________________________
3212 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
3213         Log: Forgotten.
3214      Branch: perl
3215            ! ext/Unicode/Normalize/README
3216 ____________________________________________________________________________
3217 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
3218         Log: Update Changes.
3219      Branch: perl
3220            ! Changes patchlevel.h
3221 ____________________________________________________________________________
3222 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
3223         Log: Subject: perldoc -m [PATCH]
3224              From: "John L. Allen" <allen@grumman.com>
3225              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
3226              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
3227      Branch: perl
3228            ! utils/perldoc.PL
3229 ____________________________________________________________________________
3230 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
3231         Log: Subject: Re: Copious warnings from Sys::Syslog
3232              From: andreas.koenig@anima.de (Andreas J. Koenig)
3233              Date: Sat, 23 Mar 2002 06:47:08 +0100
3234              Message-ID: <m31yebvns3.fsf@anima.de>
3235      Branch: perl
3236            ! ext/Sys/Syslog/Syslog.pm
3237 ____________________________________________________________________________
3238 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
3239         Log: Upgrade to Math::BigInt 1.55, from Tels.
3240      Branch: perl
3241            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
3242            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
3243            + lib/Math/BigInt/t/use_lib4.t
3244            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3245            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3246            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3247            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
3248            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
3249            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
3250            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
3251            ! lib/Math/BigInt/t/upgrade.t
3252 ____________________________________________________________________________
3253 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
3254         Log: Upgrade to Encode 0.97, from Dan Kogai.
3255      Branch: perl
3256            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
3257            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3258            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
3259            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3260            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
3261            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
3262            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
3263            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
3264            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
3265            ! ext/Encode/t/Tcl.t
3266 ____________________________________________________________________________
3267 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
3268         Log: Slight tweaks on #15443.
3269      Branch: perl
3270            ! pod/perlvar.pod
3271 ____________________________________________________________________________
3272 [ 15444] By: nick                                  on 2002/03/23  17:30:42
3273         Log: Integrate mainline
3274      Branch: perlio
3275           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
3276           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
3277           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
3278           !> (integrate 50 files)
3279 ____________________________________________________________________________
3280 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
3281         Log: Subject: patch [bleadperl]: Document %! special variable
3282              From: mjd@plover.com
3283              Date: 23 Mar 2002 18:25:44 -0000
3284              Message-ID: <20020323182544.11741.qmail@plover.com>    
3285      Branch: perl
3286            ! pod/perlvar.pod
3287 ____________________________________________________________________________
3288 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
3289         Log: Since the Encode::JP is unsupported under EBCDIC we
3290              cannot run this test (aliases as such should work fine).
3291      Branch: perl
3292            ! ext/Encode/t/Aliases.t
3293 ____________________________________________________________________________
3294 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
3295         Log: EBCDIC: the sorting order is different under
3296              byte-EBCDIC and Unicode.
3297      Branch: perl
3298            ! t/op/utfhash.t
3299 ____________________________________________________________________________
3300 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
3301         Log: EBCDIC: the character codes are different.
3302      Branch: perl
3303            ! lib/Pod/t/pod2html-lib.pl
3304 ____________________________________________________________________________
3305 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
3306         Log: Purify: #15434 got the test the wrong.
3307              (Is there an approved way of testing "is this an unop"?)
3308      Branch: perl
3309            ! op.c
3310 ____________________________________________________________________________
3311 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
3312         Log: Purify: Array bounds read: could read one character past the end.
3313      Branch: perl
3314            ! pp_pack.c
3315 ____________________________________________________________________________
3316 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
3317         Log: Purify: Array bounds read: reading one byte before the buffer.
3318      Branch: perl
3319            ! util.c
3320 ____________________________________________________________________________
3321 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
3322         Log: Purify: Unitialized memory read.  Too many code paths
3323              to keep track of, I guess.
3324      Branch: perl
3325            ! sv.c
3326 ____________________________________________________________________________
3327 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
3328         Log: Purify: Array bounds write: pre-extend the strxfrm
3329              buffer by a factor of four (suggested maximum by HP-UX;
3330              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
3331              know how portable that is; locale.c uses yet another trick
3332              (not a particularly good trick, I might add))
3333      Branch: perl
3334            ! ext/POSIX/POSIX.xs
3335 ____________________________________________________________________________
3336 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
3337         Log: Purify: Array bounds read: o->op_last was accessed
3338              for unops (via newUNOP() and ck_eof()).
3339              (analysis okay, patch bad: see #15439)
3340      Branch: perl
3341            ! op.c
3342 ____________________________________________________________________________
3343 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
3344         Log: Subject: [PATCH] vms/test.com, File::Find tests
3345              From: "Craig A. Berry" <craigberry@mac.com>
3346              Date: Fri, 22 Mar 2002 16:52:59 -0600
3347              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
3348      Branch: perl
3349            ! vms/test.com
3350 ____________________________________________________________________________
3351 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
3352         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
3353              From: Michael G Schwern <schwern@pobox.com>
3354              Date: Fri, 22 Mar 2002 18:08:19 -0500
3355              Message-ID: <20020322230819.GB16454@blackrider>
3356      Branch: perl
3357            ! ext/Sys/Syslog/Syslog.pm
3358 ____________________________________________________________________________
3359 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
3360         Log: Update the information on Encode.
3361      Branch: perl
3362            ! pod/perldelta.pod
3363 ____________________________________________________________________________
3364 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
3365         Log: Upgrade to Encode 0.96, from Dan Kogai.
3366      Branch: perl
3367            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
3368            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
3369            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
3370            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3371            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3372            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
3373            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
3374            ! ext/Encode/lib/Encode/Alias.pm
3375            ! ext/Encode/lib/Encode/Encoding.pm
3376            ! ext/Encode/lib/Encode/Internal.pm
3377            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3378 ____________________________________________________________________________
3379 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
3380         Log: Subject: [PATCH] h2xs.t fix for VMS
3381              From: "Craig A. Berry" <craigberry@mac.com>
3382              Date: Fri, 22 Mar 2002 15:47:38 -0600
3383              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
3384      Branch: perl
3385            ! lib/h2xs.t
3386 ____________________________________________________________________________
3387 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
3388         Log: One more pass.
3389      Branch: perl
3390            ! epoc/config.sh
3391 ____________________________________________________________________________
3392 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
3393         Log: Even better version from Olaf Flebbe.
3394      Branch: perl
3395            ! epoc/config.sh pp_sys.c util.c
3396 ____________________________________________________________________________
3397 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
3398         Log: EPOC update from Olaf Flebbe.
3399      Branch: perl
3400            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
3401            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
3402 ____________________________________________________________________________
3403 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
3404         Log: Tweak from John P. Linderman.
3405      Branch: perl
3406            ! pod/perlhack.pod
3407 ____________________________________________________________________________
3408 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
3409         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
3410              From: Stas Bekman <stas@stason.org>
3411              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
3412              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
3413      Branch: perl
3414            ! pod/perlfunc.pod
3415 ____________________________________________________________________________
3416 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
3417         Log: Subject: [PATCH] check sysconf's return value in reentr.c
3418              From: <slaven.rezic@berlin.de>
3419              Date: Fri, 22 Mar 2002 18:30:36 +0100
3420              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
3421              
3422              (plus use 4k instead 2k as the "usual" size)
3423      Branch: perl
3424            ! reentr.c reentr.pl
3425 ____________________________________________________________________________
3426 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
3427         Log: Update Changes.
3428      Branch: perl
3429            ! Changes patchlevel.h
3430 ____________________________________________________________________________
3431 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
3432         Log: Forgot from #15416.
3433      Branch: perl
3434            ! pod/perlfaq3.pod
3435 ____________________________________________________________________________
3436 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
3437         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
3438              From: andreas.koenig@anima.de (Andreas J. Koenig)
3439              Date: Fri, 22 Mar 2002 16:27:51 +0100
3440              Message-ID: <m3n0x0vczs.fsf@anima.de>
3441      Branch: perl
3442            ! pod/perlmodstyle.pod
3443 ____________________________________________________________________________
3444 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
3445         Log: metaconfig unit changes for #15418.
3446      Branch: metaconfig
3447            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3448            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3449            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3450            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3451            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3452            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3453            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3454            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3455            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3456            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3457            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3458            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3459            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3460            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3461            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3462            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3463            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3464            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3465            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3466            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3467            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3468            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3469            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3470            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3471 ____________________________________________________________________________
3472 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
3473         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
3474              Also, there's no i_stdio.
3475      Branch: perl
3476            ! Configure reentr.h reentr.pl
3477 ____________________________________________________________________________
3478 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
3479         Log: Document a known AIX warning.
3480      Branch: perl
3481            ! pod/perldelta.pod
3482 ____________________________________________________________________________
3483 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
3484         Log: Undo #15415, allow the faq people to catch up first.
3485      Branch: perl
3486            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3487 ____________________________________________________________________________
3488 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
3489         Log: FAQ sync.
3490      Branch: perl
3491            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
3492 ____________________________________________________________________________
3493 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
3494         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
3495              From: andreas.koenig@anima.de (Andreas J. Koenig)
3496              Date: Fri, 22 Mar 2002 15:16:19 +0100
3497              Message-ID: <m38z8kwuvg.fsf@anima.de>
3498              
3499              (plus reformat)
3500      Branch: perl
3501            ! pod/perldelta.pod
3502 ____________________________________________________________________________
3503 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
3504         Log: Integrate perlio;
3505              
3506              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
3507              
3508              Check for sanity of UTF-8 keys in hashes
3509      Branch: perl
3510           +> t/op/utfhash.t
3511           !> MANIFEST doio.c
3512 ____________________________________________________________________________
3513 [ 15412] By: nick                                  on 2002/03/22  10:50:53
3514         Log: Check for sanity of UTF-8 keys in hashes
3515              (feel free to add more tests...)
3516      Branch: perlio
3517            + t/op/utfhash.t
3518            ! MANIFEST
3519 ____________________________________________________________________________
3520 [ 15411] By: ams                                   on 2002/03/22  08:36:33
3521         Log: Revert #15200 for backwards compatiblity reasons.
3522      Branch: perl
3523            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
3524            ! pp_ctl.c t/op/override.t
3525 ____________________________________________________________________________
3526 [ 15410] By: nick                                  on 2002/03/22  07:47:41
3527         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
3528              - when (e.g.) STDOUT is char special file and gets IoOFP
3529              created - do _NOT_ pass num_svs as that fopen-s stringified
3530              glob, and not fdopen-s the fd.
3531      Branch: perlio
3532            ! doio.c
3533 ____________________________________________________________________________
3534 [ 15409] By: nick                                  on 2002/03/22  07:19:33
3535         Log: Integrate mainline
3536      Branch: perlio
3537           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
3538           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
3539           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
3540           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
3541           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
3542           +> ext/Encode/lib/Encode/Details.pod
3543           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3544           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
3545           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3546           +> lib/Pod/t/pod2html-lib.pl
3547            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3548           !> (integrate 39 files)
3549 ____________________________________________________________________________
3550 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
3551         Log: Win32 tweak from mjd.
3552      Branch: perl
3553            ! lib/Tie/File.pm
3554 ____________________________________________________________________________
3555 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
3556         Log: If Unicode keys are entered to a hash, a bit is turned on.
3557              If the bit is on, when the keys are fetched from the hash
3558              (%h, each %h, keys %h), the Unicodified versions of the keys
3559              are returned if needed.  This solution errs on the size of
3560              over-Unicodifying, the old solution erred on the side of
3561              under-Unicodifying.  As long as the hash keys can be a mix
3562              of byte and Unicode strings, a perfect fit is hard to come by.
3563      Branch: perl
3564            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
3565            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
3566 ____________________________________________________________________________
3567 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
3568         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
3569              From: Mike Guy <mjtg@cam.ac.uk>
3570              Date: Fri, 22 Mar 2002 02:08:20 +0000
3571              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
3572      Branch: perl
3573            ! pod/perldelta.pod
3574 ____________________________________________________________________________
3575 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
3576         Log: PM_SETRE() fallout.
3577      Branch: perl
3578            ! ext/ByteLoader/bytecode.h
3579 ____________________________________________________________________________
3580 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
3581         Log: Subject: [PATCH pod/perlxs.pod] doc fix
3582              From: Stas Bekman <stas@stason.org>
3583              Date: Thu, 21 Mar 2002 18:47:35 +0800
3584              Message-ID: <3C99BA47.9010403@stason.org>
3585      Branch: perl
3586            ! pod/perlxs.pod
3587 ____________________________________________________________________________
3588 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
3589         Log: Subject: [PATCH]
3590              From: Slaven Rezic <slaven.rezic@berlin.de>
3591              Date: 21 Mar 2002 10:19:23 +0100
3592              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
3593              
3594              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
3595      Branch: perl
3596            ! hints/freebsd.sh
3597 ____________________________________________________________________________
3598 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
3599         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
3600              From: Tim Bunce <Tim.Bunce@pobox.com>
3601              Date: Thu, 21 Mar 2002 21:18:05 +0000
3602              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
3603      Branch: perl
3604            ! ext/Storable/Storable.xs
3605 ____________________________________________________________________________
3606 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
3607         Log: Reword the Apache^Wmod_perl bit so that Sarathy
3608              can sleep easier :-)
3609      Branch: perl
3610            ! pod/perldelta.pod
3611 ____________________________________________________________________________
3612 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
3613         Log: It seems that the strange failure (core dump) of
3614              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
3615              (1) using Sun's cc helps
3616              (2) rewriting the ithreads PM_SETRE() to do the
3617              setting in two steps helps
3618              (3) no other platforms have the crash
3619              (4) Tru64's Third Degree sees nothing evil
3620              So we implement (2).
3621      Branch: perl
3622            ! op.h
3623 ____________________________________________________________________________
3624 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
3625         Log: Solaris: default to the SUNwspro cc if it is available.
3626      Branch: perl
3627            ! hints/solaris_2.sh
3628 ____________________________________________________________________________
3629 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
3630         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
3631              does not get fixed in time.
3632      Branch: perl
3633            ! pod/perldelta.pod
3634 ____________________________________________________________________________
3635 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
3636         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
3637              From: Dave Mitchell <davem@fdgroup.com>
3638              Date: Thu, 21 Mar 2002 17:24:40 +0000
3639              Message-ID: <20020321172440.C13683@fdgroup.com>
3640      Branch: perl
3641            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
3642            ! pod/perlapi.pod proto.h sv.h toke.c
3643 ____________________________________________________________________________
3644 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
3645         Log: One more proto escapee.
3646      Branch: perl
3647            ! hints/linux.sh
3648 ____________________________________________________________________________
3649 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
3650         Log: metaconfig unit change for #15394.
3651      Branch: metaconfig/U/perl
3652            ! Checkcc.U
3653 ____________________________________________________________________________
3654 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
3655         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
3656              From: Robin Barker <rmb1@cise.npl.co.uk>
3657              Date: Thu, 21 Mar 2002 17:35:00 GMT
3658              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
3659      Branch: perl
3660            ! Configure
3661 ____________________________________________________________________________
3662 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
3663         Log: Subject: Re: [tests for Pod::Html]
3664              From: Stas Bekman <stas@stason.org>
3665              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
3666              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
3667      Branch: perl
3668            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3669            - t/pod2html/README
3670            ! MANIFEST lib/Pod/t/pod2html-lib.pl
3671 ____________________________________________________________________________
3672 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
3673         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
3674              From: Stas Bekman <stas@stason.org>
3675              Date: Thu, 21 Mar 2002 18:50:56 +0800
3676              Message-ID: <3C99BB10.50004@stason.org>
3677      Branch: perl
3678            ! ext/Cwd/Cwd.xs
3679 ____________________________________________________________________________
3680 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
3681         Log: Upgrade to Encode 0.95, from Dan Kogai.
3682      Branch: perl
3683            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
3684            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
3685            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
3686            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
3687            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
3688            + ext/Encode/lib/Encode/Details.pod
3689            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3690            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3691            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3692            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
3693            ! ext/Encode/Makefile.PL
3694 ____________________________________________________________________________
3695 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
3696         Log: Mention the new syslog try-harder feature.
3697      Branch: perl
3698            ! pod/perldelta.pod
3699 ____________________________________________________________________________
3700 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
3701         Log: metaconfig unit changes for #15388.
3702      Branch: metaconfig
3703            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3704            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3705            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3706            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3707            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3708            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3709            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3710            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3711            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3712            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3713            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3714            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3715            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3716            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3717            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3718            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3719            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3720            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3721            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3722            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3723            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3724            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3725            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3726            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3727 ____________________________________________________________________________
3728 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
3729         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
3730              From: Spider Boardman <spider@web.zk3.dec.com>
3731              Date: Thu, 21 Mar 2002 09:23:45 -0500
3732              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
3733      Branch: perl
3734            ! Configure hints/hpux.sh reentr.pl
3735 ____________________________________________________________________________
3736 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
3737         Log: NetWare diff from C Aditya.
3738      Branch: perl
3739            ! perl.h
3740 ____________________________________________________________________________
3741 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
3742         Log: The htmlview test doesn't work yet.
3743      Branch: perl
3744            + t/pod2html/README
3745            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3746            ! MANIFEST
3747 ____________________________________________________________________________
3748 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
3749         Log: Placeholder.
3750      Branch: perl
3751            ! MANIFEST
3752 ____________________________________________________________________________
3753 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
3754         Log: Integrate perlio: missing tabs in makefile.mk.
3755      Branch: perl
3756           !> win32/makefile.mk
3757 ____________________________________________________________________________
3758 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
3759         Log: Subject: [tests for Pod::Html]
3760              From: Stas Bekman <stas@stason.org>
3761              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
3762              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
3763      Branch: perl
3764            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
3765            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3766            + lib/Pod/t/pod2html-lib.pl
3767            ! MANIFEST
3768 ____________________________________________________________________________
3769 [ 15382] By: nick                                  on 2002/03/21  07:21:57
3770         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
3771      Branch: perlio
3772           +> ext/Encode/AUTHORS ext/Encode/Changes
3773           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3774           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3775           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3776           +> ext/I18N/Langinfo/fallback/const-c.inc
3777           +> ext/I18N/Langinfo/fallback/const-xs.inc
3778           +> lib/ExtUtils/t/Constant.t
3779            - ext/Encode/Encode/euc-jp-0212.enc
3780            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
3781            - ext/Encode/t/table.euc ext/Encode/t/table.ref
3782            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
3783           !> (integrate 105 files)
3784 ____________________________________________________________________________
3785 [ 15381] By: nick                                  on 2002/03/21  06:59:57
3786         Log: Restore tabs so dmake will parse file!
3787      Branch: perlio
3788            ! win32/makefile.mk
3789 ____________________________________________________________________________
3790 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
3791         Log: Upgrade to Unicode::Normalize 0.16.
3792      Branch: perl
3793            ! ext/Unicode/Normalize/Changes
3794            ! ext/Unicode/Normalize/Normalize.pm
3795 ____________________________________________________________________________
3796 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
3797         Log: Schwern's wallet is a bit more loose.
3798      Branch: perl
3799            ! t/lib/1_compile.t
3800 ____________________________________________________________________________
3801 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
3802         Log: Subject: [PATCH]
3803              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3804              Date: Wed, 20 Mar 2002 22:56:17 -0000
3805              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
3806              
3807              packWARN also for subdirs.
3808      Branch: perl
3809            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
3810            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
3811            ! win32/win32.c
3812 ____________________________________________________________________________
3813 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
3814         Log: A plan is better.
3815      Branch: perl
3816            ! ext/Encode/t/CJKalias.t
3817 ____________________________________________________________________________
3818 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
3819         Log: Upgrade to Encode 0.94, from Dan Kogai.
3820      Branch: perl
3821            + ext/Encode/lib/Encode/Description.pod
3822            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3823            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
3824            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3825            ! ext/Encode/lib/Encode/Encoding.pm
3826            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3827            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
3828            ! ext/Encode/t/CJKalias.t
3829 ____________________________________________________________________________
3830 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
3831         Log: Rats' nest.
3832      Branch: perl
3833            ! hints/solaris_2.sh
3834 ____________________________________________________________________________
3835 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
3836         Log: Rrright.
3837      Branch: perl
3838            ! pod/perlguts.pod
3839 ____________________________________________________________________________
3840 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
3841         Log: Update Changes.
3842      Branch: perl
3843            ! Changes patchlevel.h
3844 ____________________________________________________________________________
3845 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
3846         Log: Reapply #15336.
3847      Branch: perl
3848            ! ext/Encode/lib/Encode/Tcl.pm
3849 ____________________________________________________________________________
3850 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
3851         Log: Upgrade to Encode 0.93, from Dan Kogai.
3852      Branch: perl
3853            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
3854            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
3855            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
3856            ! ext/Encode/README ext/Encode/TW/TW.pm
3857            ! ext/Encode/lib/Encode/CN/HZ.pm
3858            ! ext/Encode/lib/Encode/Encoding.pm
3859            ! ext/Encode/lib/Encode/Internal.pm
3860            ! ext/Encode/lib/Encode/JP/Constants.pm
3861            ! ext/Encode/lib/Encode/JP/H2Z.pm
3862            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3863            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
3864            ! ext/Encode/lib/Encode/Tcl/Escape.pm
3865            ! ext/Encode/lib/Encode/Tcl/Table.pm
3866            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
3867            ! ext/Encode/lib/Encode/iso10646_1.pm
3868            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3869            ! ext/Encode/t/JP.t
3870 ____________________________________________________________________________
3871 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
3872         Log: Subject: patch for syslog
3873              From: <Nick.Williams@morganstanley.com>
3874              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
3875              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
3876      Branch: perl
3877            ! ext/Sys/Syslog/Syslog.pm
3878 ____________________________________________________________________________
3879 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
3880         Log: Some failure updates.
3881      Branch: perl
3882            ! pod/perldelta.pod
3883 ____________________________________________________________________________
3884 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
3885         Log: Getopt::Long 2.29 from Johan Vromans.
3886      Branch: perl
3887            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
3888 ____________________________________________________________________________
3889 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
3890         Log: Rename ExtUtils.t to Constant.t, as suggested by
3891              Nicholas Clark.
3892      Branch: perl
3893            + lib/ExtUtils/t/Constant.t
3894            - lib/ExtUtils/t/ExtUtils.t
3895            ! MANIFEST
3896 ____________________________________________________________________________
3897 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
3898         Log: Subject: [PATCH] TODO - Make Schwern Poorer
3899              From: Nicholas Clark <nick@unfortu.net>
3900              Date: Tue, 19 Mar 2002 22:50:28 +0000
3901              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
3902      Branch: perl
3903            ! t/lib/1_compile.t
3904 ____________________________________________________________________________
3905 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
3906         Log: Subject: Re: The story of O [PATCH]
3907              From: Richard.Foley@t-online.de (Richard Foley)
3908              Date: Sun, 17 Mar 2002 08:37:26 +0100
3909              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
3910      Branch: perl
3911            ! lib/perl5db.pl
3912 ____________________________________________________________________________
3913 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
3914         Log: Mention the external modules Encode::HanExtra and
3915              PadWalker.
3916      Branch: perl
3917            ! pod/perldelta.pod
3918 ____________________________________________________________________________
3919 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
3920         Log: Subject: [PATCH] List lexicals from debugger
3921              From: Peter Scott <Peter@PSDT.com>
3922              Date: Tue, 19 Mar 2002 12:28:52 -0800
3923              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
3924      Branch: perl
3925            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
3926 ____________________________________________________________________________
3927 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
3928         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
3929              and :encoding(xxx) was errorneously parsed.
3930      Branch: perl
3931            ! lib/open.pm
3932 ____________________________________________________________________________
3933 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
3934         Log: Subject: [PATCH bleadperl] exec.t tweak
3935              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3936              Date: Wed, 20 Mar 2002 01:21:40 +0100
3937              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
3938              
3939              4NT returns 2 as error-code for nonexistant file.
3940      Branch: perl
3941            ! t/op/exec.t
3942 ____________________________________________________________________________
3943 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
3944         Log: minor Tie::File test patch to make win32 happier, from mjd.
3945      Branch: perl
3946            ! lib/Tie/File/t/30_defer.t
3947 ____________________________________________________________________________
3948 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
3949         Log: Subject: [PATCH bleadperl] magic.t tweak
3950              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3951              Date: Wed, 20 Mar 2002 00:39:16 +0100
3952              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
3953      Branch: perl
3954            ! t/op/magic.t
3955 ____________________________________________________________________________
3956 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
3957         Log: Typo fix from Andreas Koenig, plus a tweak.
3958      Branch: perl
3959            ! pod/perlunicode.pod
3960 ____________________________________________________________________________
3961 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
3962         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
3963              in Mandrake 8.2.  Now we need to figure out a way not to
3964              unbreak Apache.
3965      Branch: perl
3966            ! hints/linux.sh
3967 ____________________________________________________________________________
3968 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
3969         Log: Fix for "UTF-8 bug with s///" from Hugo.
3970      Branch: perl
3971            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
3972            ! t/op/pat.t
3973 ____________________________________________________________________________
3974 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
3975         Log: metaconfig unit change for #15354.
3976      Branch: metaconfig
3977            ! U/threads/usethreads.U
3978 ____________________________________________________________________________
3979 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
3980         Log: Installation updates on threads and perlio.
3981      Branch: perl
3982            ! Configure INSTALL
3983 ____________________________________________________________________________
3984 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
3985         Log: Tpo.
3986      Branch: perl
3987            ! pod/perlfaq6.pod
3988 ____________________________________________________________________________
3989 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
3990         Log: Regen modlib and toc.
3991      Branch: perl
3992            ! pod/perlmodlib.pod pod/perltoc.pod
3993 ____________________________________________________________________________
3994 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
3995         Log: Whitespace tweaks.
3996      Branch: perl
3997            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
3998            ! pod/perltodo.pod pod/perlunicode.pod
3999 ____________________________________________________________________________
4000 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
4001         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
4002              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
4003              (And as suggested by Markus Kuhn.)
4004              
4005              While we are at it, document also the case of
4006              mixed hash keys as a known potential troublemaker.
4007              (Since it's locale-related, sometimes.)
4008      Branch: perl
4009            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
4010            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
4011            ! pod/perluniintro.pod
4012 ____________________________________________________________________________
4013 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
4014         Log: Surely a typo.
4015      Branch: perl
4016            ! gv.c
4017 ____________________________________________________________________________
4018 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
4019         Log: Take two.
4020      Branch: perl
4021            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4022            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4023 ____________________________________________________________________________
4024 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
4025         Log: Let's try this from scratch.
4026      Branch: perl
4027            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4028            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4029 ____________________________________________________________________________
4030 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
4031         Log: I could do this all day...
4032      Branch: perl
4033            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4034            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4035 ____________________________________________________________________________
4036 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
4037         Log: Grrr.
4038      Branch: perl
4039            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4040            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4041 ____________________________________________________________________________
4042 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
4043         Log: Subject: Re: Nearly OK for cygwin@15318
4044              From: John Peacock <jpeacock@rowman.com>
4045              Date: Tue, 19 Mar 2002 15:58:08 -0500
4046              Message-ID: <3C97A660.3060302@rowman.com>
4047      Branch: perl
4048            ! pod/perlport.pod
4049 ____________________________________________________________________________
4050 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
4051         Log: Subject: Re: Nearly OK for cygwin@15318
4052              From: <slaven.rezic@berlin.de>
4053              Date: Tue, 19 Mar 2002 21:47:49 +0100
4054              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
4055              
4056              Subject: Re: Nearly OK for cygwin@15318
4057              From: <slaven.rezic@berlin.de>
4058              Date: Tue, 19 Mar 2002 21:37:18 +0100
4059              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
4060      Branch: perl
4061            ! pod/perlport.pod t/io/fs.t
4062 ____________________________________________________________________________
4063 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
4064         Log: D'oh.
4065      Branch: perl
4066            + ext/I18N/Langinfo/fallback/const-c.inc
4067            + ext/I18N/Langinfo/fallback/const-xs.inc
4068 ____________________________________________________________________________
4069 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
4070         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
4071              From: Nicholas Clark <nick@unfortu.net>
4072              Date: Tue, 19 Mar 2002 22:37:08 +0000
4073              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
4074              
4075              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
4076              From: Nicholas Clark <nick@ccl4.org>
4077              Date: Tue, 19 Mar 2002 22:39:55 +0000
4078              Message-ID: <20020319223954.G94831@plum.flirble.org>
4079      Branch: perl
4080            - ext/I18N/Langinfo/fallback.xs
4081            ! MANIFEST
4082 ____________________________________________________________________________
4083 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
4084         Log: Text, not binary.
4085      Branch: perl
4086            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4087            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4088 ____________________________________________________________________________
4089 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
4090         Log: Subject: Re: perl@15244
4091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4092              Date: Mon, 18 Mar 2002 17:37:31 +0100
4093              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
4094              
4095              (Goedendag: Dutch whitespace police)
4096      Branch: perl
4097            ! hints/hpux.sh
4098 ____________________________________________________________________________
4099 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
4100         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
4101              From: Nicholas Clark <nick@unfortu.net>
4102              Date: Tue, 19 Mar 2002 21:52:47 +0000
4103              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
4104      Branch: perl
4105            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
4106            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
4107            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
4108            ! ext/Sys/Syslog/Makefile.PL
4109 ____________________________________________________________________________
4110 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
4111         Log: More pathname portability checks.
4112      Branch: perl
4113            ! Porting/check83.pl
4114 ____________________________________________________________________________
4115 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
4116         Log: Begone, Encode::Tcl::Extended.
4117      Branch: perl
4118            ! ext/Encode/lib/Encode/Tcl.pm
4119 ____________________________________________________________________________
4120 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
4121         Log: This is like trying to put the shaving cream
4122              back to the can...
4123      Branch: perl
4124            ! hints/linux.sh
4125 ____________________________________________________________________________
4126 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
4127         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
4128              types of usleep().  Fun, fun. fun.
4129      Branch: perl
4130            ! hints/linux.sh
4131 ____________________________________________________________________________
4132 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
4133         Log: Sarathy's new suggestion for Linux threading flags.
4134      Branch: perl
4135            ! hints/linux.sh
4136 ____________________________________________________________________________
4137 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
4138         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
4139      Branch: perl
4140            - ext/Encode/Encode/euc-jp-0212.ucm
4141            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
4142            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
4143 ____________________________________________________________________________
4144 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
4145         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
4146              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4147              Date: Tue, 19 Mar 2002 00:42:22 +0100
4148              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
4149      Branch: perl
4150            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
4151 ____________________________________________________________________________
4152 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
4153         Log: "+" is not a valid filename character in VMS.
4154      Branch: perl
4155            + ext/Encode/Encode/euc-jp-0212.ucm
4156            - ext/Encode/Encode/euc-jp+0212.ucm
4157            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
4158 ____________________________________________________________________________
4159 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
4160         Log: Update Changes.
4161      Branch: perl
4162            ! Changes patchlevel.h
4163 ____________________________________________________________________________
4164 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
4165         Log: Take away _GNU_SOURCE since that does not seem
4166              to play well with other software (like Apache),
4167              just hint away the WHOAs.
4168      Branch: perl
4169            ! hints/linux.sh
4170 ____________________________________________________________________________
4171 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
4172         Log: metaconfig unit change for #15326.
4173      Branch: metaconfig
4174            ! U/threads/d_crypt_r.U
4175 ____________________________________________________________________________
4176 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
4177         Log: Support crypt_r(const char*,const char*, CRYPTD*).
4178      Branch: perl
4179            ! Configure reentr.h reentr.pl
4180 ____________________________________________________________________________
4181 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
4182         Log: VMS acrobatics from Peter Prymmer.
4183      Branch: perl
4184            ! lib/ExtUtils/t/ExtUtils.t
4185 ____________________________________________________________________________
4186 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
4187         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
4188              From: Stas Bekman <stas@stason.org>
4189              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
4190              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
4191      Branch: perl
4192            ! lib/Pod/Html.pm
4193 ____________________________________________________________________________
4194 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
4195         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
4196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4197              Date: Tue, 19 Mar 2002 10:49:27 +0100
4198              Message-ID: <20020319104927.C705@rafael>   
4199      Branch: perl
4200            ! ext/B/t/xref.t
4201 ____________________________________________________________________________
4202 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
4203         Log: Integrate perlio;
4204              
4205              Move docs for Encode::valid_utf8 (which does not exist)
4206              to be docs for utf8::valid() (which does).
4207      Branch: perl
4208           !> ext/Encode/Encode.pm lib/utf8.pm
4209 ____________________________________________________________________________
4210 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
4211         Log: Remove Encode::Tcl::Extended, suggested by
4212              SADAHIRO Tomoyuki.
4213      Branch: perl
4214            - ext/Encode/Encode/euc-jp-0212.enc
4215            - ext/Encode/lib/Encode/Tcl/Extended.pm
4216            ! MANIFEST ext/Encode/MANIFEST
4217            ! ext/Encode/lib/Encode/Tcl/Escape.pm
4218            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
4219 ____________________________________________________________________________
4220 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
4221         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
4222      Branch: perl
4223            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
4224            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
4225            + ext/Encode/t/jisx0212.ref
4226            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
4227            - ext/Encode/t/table.ref
4228            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
4229            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
4230            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
4231            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4232            ! ext/Encode/lib/Encode/CN/HZ.pm
4233            ! ext/Encode/lib/Encode/Encoding.pm
4234            ! ext/Encode/lib/Encode/Internal.pm
4235            ! ext/Encode/lib/Encode/JP/Constants.pm
4236            ! ext/Encode/lib/Encode/JP/H2Z.pm
4237            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4238            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
4239            ! ext/Encode/lib/Encode/Tcl/Escape.pm
4240            ! ext/Encode/lib/Encode/Tcl/Extended.pm
4241            ! ext/Encode/lib/Encode/Tcl/Table.pm
4242            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
4243            ! ext/Encode/lib/Encode/iso10646_1.pm
4244            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4245            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
4246            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
4247 ____________________________________________________________________________
4248 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
4249         Log: constness+signedness nit.
4250      Branch: perl
4251            ! ext/Unicode/Normalize/Normalize.xs
4252 ____________________________________________________________________________
4253 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
4254         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
4255      Branch: perl
4256            ! ext/Unicode/Normalize/Changes
4257            ! ext/Unicode/Normalize/Normalize.pm
4258            ! ext/Unicode/Normalize/Normalize.xs
4259            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
4260            ! ext/Unicode/Normalize/t/func.t
4261 ____________________________________________________________________________
4262 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
4263         Log: Split the ebcdic details to perlebcdic.
4264      Branch: perl
4265            ! pod/perlebcdic.pod pod/perluniintro.pod
4266 ____________________________________________________________________________
4267 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
4268         Log: Be explicit.
4269      Branch: perl
4270            ! pod/perluniintro.pod
4271 ____________________________________________________________________________
4272 [ 15315] By: nick                                  on 2002/03/19  09:24:18
4273         Log: Integrate mainline
4274      Branch: perlio
4275           +> ext/List/Util/t/openhan.t
4276           !> (integrate 53 files)
4277 ____________________________________________________________________________
4278 [ 15314] By: nick                                  on 2002/03/19  07:39:07
4279         Log: Move docs for Encode::valid_utf8 (which does not exist)
4280              to be docs for utf8::valid() (which does).
4281      Branch: perlio
4282            ! ext/Encode/Encode.pm lib/utf8.pm
4283 ____________________________________________________________________________
4284 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
4285         Log: Update the Unicode vs EBCDIC situation.
4286      Branch: perl
4287            ! pod/perlebcdic.pod pod/perluniintro.pod
4288 ____________________________________________________________________________
4289 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
4290         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
4291              From: Robert Spier <rspier@pobox.com>
4292              Date: Mon, 18 Mar 2002 19:22:55 -0800
4293              Message-ID: <15510.44815.383439.823671@rls.cx>
4294      Branch: perl
4295            ! ext/threads/t/end.t
4296 ____________________________________________________________________________
4297 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
4298         Log: UTF-8 walk errors that become visible in EBCDIC.
4299      Branch: perl
4300            ! regexec.c
4301 ____________________________________________________________________________
4302 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
4303         Log: s/regcinclasslen/reginclass/ and remove the old
4304              reginclass since nothing is using it.
4305      Branch: perl
4306            ! embed.fnc embed.h proto.h regexec.c
4307 ____________________________________________________________________________
4308 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
4309         Log: Close the file so it can be (a) removed (b) reopened.
4310      Branch: perl
4311            ! ext/B/t/xref.t
4312 ____________________________________________________________________________
4313 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
4314         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
4315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4316              Date: Mon, 18 Mar 2002 23:14:31 +0100
4317              Message-ID: <20020318231431.A699@rafael>
4318      Branch: perl
4319            ! ext/B/B.xs utf8.c
4320 ____________________________________________________________________________
4321 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
4322         Log: Failed patch hunk reapplied.
4323      Branch: perl
4324            ! lib/Tie/File/t/32_defer_misc.t
4325 ____________________________________________________________________________
4326 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
4327         Log: For DEBUGGING threaded builds.
4328      Branch: perl
4329            ! sv.c
4330 ____________________________________________________________________________
4331 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
4332         Log: AUTHORS update.
4333      Branch: perl
4334            ! AUTHORS
4335 ____________________________________________________________________________
4336 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
4337         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
4338              (Fix from Craig Berry)
4339      Branch: perl
4340            ! pp_sys.c
4341 ____________________________________________________________________________
4342 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
4343         Log: Subject: [PATCH] configure.com home-grown kill() check
4344              From: "Craig A. Berry" <craigberry@mac.com>
4345              Date: Mon, 18 Mar 2002 13:52:59 -0600
4346              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
4347      Branch: perl
4348            ! configure.com
4349 ____________________________________________________________________________
4350 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
4351         Log: Upgrade to Tie::File 0.50.
4352      Branch: perl
4353            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
4354            ! lib/Tie/File/t/32_defer_misc.t
4355 ____________________________________________________________________________
4356 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
4357         Log: AUTHORS updates.
4358      Branch: perl
4359            ! AUTHORS
4360 ____________________________________________________________________________
4361 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
4362         Log: Update Changes.
4363      Branch: perl
4364            ! Changes patchlevel.h
4365 ____________________________________________________________________________
4366 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
4367         Log: OS/390 update.
4368      Branch: perl
4369            ! pod/perldelta.pod
4370 ____________________________________________________________________________
4371 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
4372         Log: Forgot from #15288.
4373      Branch: perl
4374            ! ext/B/B.xs
4375 ____________________________________________________________________________
4376 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
4377         Log: Make regex DEBUGGING faster.
4378      Branch: perl
4379            ! perl.c perl.h regexec.c
4380 ____________________________________________________________________________
4381 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
4382         Log: Undo accidental perl.h part of #15295 (wait for #15297)
4383      Branch: perl
4384            ! perl.h
4385 ____________________________________________________________________________
4386 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
4387         Log: Subject: prefix slip
4388              From: andreas.koenig@anima.de (Andreas J. Koenig)
4389              Date: Mon, 18 Mar 2002 16:24:46 +0100
4390              Message-ID: <m3y9gp3nlt.fsf@anima.de>
4391              
4392              (perl.h part accidental, undone by #15296)
4393      Branch: perl
4394            ! INSTALL perl.h
4395 ____________________________________________________________________________
4396 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
4397         Log: Be tidy.
4398      Branch: perl
4399            ! ext/B/t/xref.t
4400 ____________________________________________________________________________
4401 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
4402         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
4403              From: Spider Boardman <spider@web.zk3.dec.com>
4404              Date: Mon, 18 Mar 2002 10:09:50 -0500
4405              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
4406      Branch: perl
4407            ! README.tru64 hints/dec_osf.sh
4408 ____________________________________________________________________________
4409 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
4410         Log: NetWare tweaks from C Aditya <caditya@novell.com>
4411      Branch: perl
4412            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
4413 ____________________________________________________________________________
4414 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
4415         Log: metaconfig unit change for #15290.
4416      Branch: metaconfig/U/perl
4417            ! perlxv.U
4418 ____________________________________________________________________________
4419 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
4420         Log: Subject: d_nv_preserves_uv_bits
4421              From: Nicholas Clark <nick@unfortu.net>
4422              Date: Thu, 14 Mar 2002 22:24:19 +0000
4423              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
4424      Branch: perl
4425            ! Configure Porting/Glossary Porting/config.sh config_h.SH
4426            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
4427            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4428            ! win32/config.bc win32/config.gc win32/config.vc
4429            ! win32/config.win64
4430 ____________________________________________________________________________
4431 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
4432         Log: Subject: Re: perl@15244
4433              From: Spider Boardman <spider@web.zk3.dec.com>
4434              Date: Mon, 18 Mar 2002 09:38:55 -0500
4435              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
4436              
4437              (IA64 work.)
4438      Branch: perl
4439            ! hints/hpux.sh perl.h
4440 ____________________________________________________________________________
4441 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
4442         Log: Subject: [PATCH B] B::perlstring()
4443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4444              Date: Sun, 17 Mar 2002 23:06:12 +0100
4445              Message-ID: <20020317230612.A24442@rafael>
4446      Branch: perl
4447            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
4448 ____________________________________________________________________________
4449 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
4450         Log: Subject: [PATCH] another pack "w" thing
4451              From: Nicholas Clark <nick@unfortu.net>
4452              Date: Sat, 16 Mar 2002 21:52:15 +0000
4453              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
4454      Branch: perl
4455            ! pp_pack.c t/op/pack.t
4456 ____________________________________________________________________________
4457 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
4458         Log: More prototypes blindness in Solaris.
4459              (TODO: readdir64_r really needs to be seen.)
4460      Branch: perl
4461            ! hints/solaris_2.sh
4462 ____________________________________________________________________________
4463 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
4464         Log: Integrate perlio;
4465              
4466              Tidy the "does not map" message for non-characters
4467              (e.g. iso-8859-3 "\xA5").
4468      Branch: perl
4469           !> ext/Encode/Encode.xs
4470 ____________________________________________________________________________
4471 [ 15284] By: nick                                  on 2002/03/18  11:00:31
4472         Log: Integrate mainline
4473      Branch: perlio
4474           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
4475           +> lib/Tie/File/t/32_defer_misc.t
4476           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
4477           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
4478           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
4479           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
4480           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
4481           !> reentr.pl regexec.c t/op/pat.t util.c
4482 ____________________________________________________________________________
4483 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
4484         Log: Sync with Scalar-List-Utils-1.07
4485      Branch: perl
4486            + ext/List/Util/t/openhan.t
4487            ! MANIFEST ext/List/Util/ChangeLog
4488            ! ext/List/Util/lib/List/Util.pm
4489            ! ext/List/Util/lib/Scalar/Util.pm
4490 ____________________________________________________________________________
4491 [ 15282] By: nick                                  on 2002/03/18  08:11:28
4492         Log: Tidy the "does not map" message for non-characters
4493              (e.g. iso-8859-3 "\xA5").
4494      Branch: perlio
4495            ! ext/Encode/Encode.xs
4496 ____________________________________________________________________________
4497 [ 15281] By: ams                                   on 2002/03/18  04:44:37
4498         Log: URL fix from MJD.
4499      Branch: perl
4500            ! pod/perlfaq3.pod
4501 ____________________________________________________________________________
4502 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
4503         Log: More prototype calming (really should fix the Configure
4504              protochk, but not at this point in time).
4505      Branch: perl
4506            ! hints/solaris_2.sh
4507 ____________________________________________________________________________
4508 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
4509         Log: return at the wrong side of #endif.
4510      Branch: perl
4511            ! util.c
4512 ____________________________________________________________________________
4513 [ 15278] By: ams                                   on 2002/03/17  23:45:31
4514         Log: Typo fix from Stas Bekman.
4515      Branch: perl
4516            ! pod/perlhack.pod
4517 ____________________________________________________________________________
4518 [ 15277] By: ams                                   on 2002/03/17  23:41:35
4519         Log: Upgrade to Tie::File 0.21.
4520      Branch: perl
4521            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
4522            + lib/Tie/File/t/32_defer_misc.t
4523            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4524            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
4525            ! lib/Tie/File/t/22_autochomp.t
4526 ____________________________________________________________________________
4527 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
4528         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
4529              character classes use inlined macros instead of the full
4530              function call.
4531      Branch: perl
4532            ! regexec.c
4533 ____________________________________________________________________________
4534 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
4535         Log: Integrate perlio;
4536              
4537              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
4538              
4539              Other :encoding oddities
4540              - we should really pop while we can still make method calls
4541              in case DESTROY does something.
4542              - Provide a no-op DESTROY
4543              - Use SvPV_only() rather than just SvPV_on()
4544      Branch: perl
4545           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4546           !> ext/Encode/lib/Encode/Encoding.pm sv.c
4547 ____________________________________________________________________________
4548 [ 15274] By: nick                                  on 2002/03/17  20:00:12
4549         Log: Other :encoding oddities
4550              - we should really pop while we can still make method calls
4551              in case DESTROY does something.
4552              - Provide a no-op DESTROY
4553              - Use SvPV_only() rather than just SvPV_on()
4554      Branch: perlio
4555            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4556            ! ext/Encode/lib/Encode/Encoding.pm
4557 ____________________________________________________________________________
4558 [ 15273] By: nick                                  on 2002/03/17  19:53:24
4559         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
4560      Branch: perlio
4561            ! sv.c
4562 ____________________________________________________________________________
4563 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
4564         Log: Implement the retry-on-ERANGE for the get*_r().
4565              The buffer will keep doubling until 64k.
4566      Branch: perl
4567            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
4568            ! reentr.h reentr.pl
4569 ____________________________________________________________________________
4570 [ 15271] By: nick                                  on 2002/03/17  17:38:44
4571         Log: Integrate mainline
4572      Branch: perlio
4573           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
4574           +> t/op/pow.t
4575           !> (integrate 28 files)
4576 ____________________________________________________________________________
4577 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
4578         Log: Subject: UTF-8 bug (maybe alreayd known?)
4579              From: andreas.koenig@anima.de (Andreas J. Koenig)
4580              Date: Fri, 08 Mar 2002 16:36:01 +0100
4581              Message-ID: <m3n0xjul5q.fsf@anima.de>
4582      Branch: perl
4583            ! pp_hot.c t/op/pat.t
4584 ____________________________________________________________________________
4585 [ 15269] By: nick                                  on 2002/03/17  09:12:39
4586         Log: Integarate mainline
4587      Branch: perlio
4588           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
4589           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
4590           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
4591           !> (integrate 69 files)
4592 ____________________________________________________________________________
4593 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
4594         Log: Subject: SEGV in s/// and UTF-8
4595              From: andreas.koenig@anima.de (Andreas J. Koenig)
4596              Date: Tue, 12 Mar 2002 00:40:09 +0100
4597              Message-ID: <m3r8mqad2e.fsf@anima.de>
4598      Branch: perl
4599            ! regexec.c t/op/pat.t
4600 ____________________________________________________________________________
4601 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
4602         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
4603              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
4604              which assume that 2**someinteger is accurate.
4605      Branch: perl
4606            + t/op/pow.t
4607            ! MANIFEST pp.c t/test.pl
4608 ____________________________________________________________________________
4609 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
4610         Log: _r-ify config.win64, too.
4611      Branch: perl
4612            ! win32/config.win64
4613 ____________________________________________________________________________
4614 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
4615         Log: Better place to initialize (IRIX cc noticed that
4616              the many "goto defchars" bypass the initialization)
4617      Branch: perl
4618            ! regcomp.c
4619 ____________________________________________________________________________
4620 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
4621         Log: If not building threaded, never mind the threaded prototypes.
4622      Branch: perl
4623            ! Configure reentr.pl
4624 ____________________________________________________________________________
4625 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
4626         Log: metaconfig: If not using threads, not point probing for the
4627              prototypes (since they might be hidden behind many defines
4628              we won't have if not building threaded)
4629      Branch: metaconfig
4630            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4631            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4632            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4633            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4634            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4635            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4636            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4637            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4638            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4639            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4640            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4641            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4642            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4643            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4644            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4645            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4646            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4647            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4648            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4649            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4650            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4651            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4652            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4653            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4654 ____________________________________________________________________________
4655 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
4656         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
4657      Branch: perl
4658            ! hints/freebsd.sh
4659 ____________________________________________________________________________
4660 [ 15261] By: ams                                   on 2002/03/16  18:14:04
4661         Log: Upgrade to Tie::File 0.20.
4662      Branch: perl
4663            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
4664            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4665            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
4666            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
4667            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4668            ! lib/Tie/File/t/11_rv_splice_rs.t
4669            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
4670            ! lib/Tie/File/t/16_handle.t
4671 ____________________________________________________________________________
4672 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
4673         Log: There seems to be a trend for the *time_r to be hidden.
4674      Branch: perl
4675            ! hints/irix_6.sh
4676 ____________________________________________________________________________
4677 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
4678         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
4679              From: Stas Bekman <stas@stason.org>
4680              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
4681              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
4682      Branch: perl
4683            ! lib/Pod/Html.pm
4684 ____________________________________________________________________________
4685 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
4686         Log: Subject: [PATCH] Re: dumpvar.pl bug
4687              From: Peter Scott <Peter@PSDT.com>
4688              Date: Fri, 15 Mar 2002 18:19:21 -0800
4689              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
4690      Branch: perl
4691            ! lib/dumpvar.pl lib/perl5db.pl
4692 ____________________________________________________________________________
4693 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
4694         Log: More paranoid _r protochecking.  At least Tru64 and
4695              Linux need additional hinting help to believe that
4696              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
4697              to see what goes bang.
4698      Branch: perl
4699            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
4700            ! reentr.pl
4701 ____________________________________________________________________________
4702 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
4703         Log: metaconfig: more paranoid _r protochecking.
4704      Branch: metaconfig
4705            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4706            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4707            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4708            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4709            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4710            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4711            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4712            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4713            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4714            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4715            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4716            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4717            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4718            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4719            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4720            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4721            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4722            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4723            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4724            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4725            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4726            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4727            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4728            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4729 ____________________________________________________________________________
4730 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
4731         Log: HP-UX gcc 3 warnings found by Sarathy.
4732      Branch: perl
4733            ! regcomp.c sv.c
4734 ____________________________________________________________________________
4735 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
4736         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
4737              From: Slaven Rezic <slaven.rezic@berlin.de>
4738              Date: 16 Mar 2002 15:29:18 +0100
4739              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
4740      Branch: perl
4741            ! pod/perldelta.pod
4742 ____________________________________________________________________________
4743 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
4744         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
4745      Branch: perl
4746            ! Porting/findrfuncs reentr.h reentr.pl
4747 ____________________________________________________________________________
4748 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
4749         Log: UIN32_MAX with borken under HP-UX+gcc
4750      Branch: perl
4751            ! handy.h
4752 ____________________________________________________________________________
4753 [ 15251] By: ams                                   on 2002/03/16  02:38:08
4754         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
4755              *::DESTROY() is deprecated
4756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4757              Date: Thu, 14 Mar 2002 18:39:22 -0500
4758              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
4759              
4760              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
4761              *::DESTROY() is deprecated
4762              From: Dave Mitchell <davem@fdgroup.com>
4763              Date: Fri, 15 Mar 2002 19:22:49 +0000
4764              Message-Id: <20020315192249.A22389@fdgroup.com>
4765      Branch: perl
4766            ! gv.c t/op/method.t
4767 ____________________________________________________________________________
4768 [ 15250] By: ams                                   on 2002/03/16  02:14:41
4769         Log: Plural nit.
4770      Branch: perl
4771            ! pod/perldelta.pod
4772 ____________________________________________________________________________
4773 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
4774         Log: Doesn't make sense to test for protos if the
4775              functions are not to be used (!= functions exist!)
4776              This might be the key (well, a key) to the HP-UX
4777              problems.
4778      Branch: perl
4779            ! reentr.h reentr.pl
4780 ____________________________________________________________________________
4781 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
4782         Log: Typo in #15247.
4783      Branch: perl
4784            ! hints/hpux.sh
4785 ____________________________________________________________________________
4786 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
4787         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
4788              in HP-UX (from H.Merijn Brand)
4789      Branch: perl
4790            ! hints/hpux.sh
4791 ____________________________________________________________________________
4792 [ 15246] By: ams                                   on 2002/03/15  17:53:23
4793         Log: Subject: minor corrections in perldelta.pod
4794              From: mjd@plover.com
4795              Date: 15 Mar 2002 18:48:42 -0000
4796              Message-Id: <20020315184842.13573.qmail@plover.com>
4797      Branch: perl
4798            ! pod/perldelta.pod
4799 ____________________________________________________________________________
4800 [ 15245] By: ams                                   on 2002/03/15  17:37:52
4801         Log: Upgrade to Tie::File 0.19.
4802      Branch: perl
4803            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
4804            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
4805            + lib/Tie/File/t/21_win32.t
4806            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
4807            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
4808            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
4809            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
4810            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4811            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
4812            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
4813            ! lib/Tie/File/t/17_misc_meth.t
4814 ____________________________________________________________________________
4815 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
4816         Log: Update Changes.
4817      Branch: perl
4818            ! Changes patchlevel.h
4819 ____________________________________________________________________________
4820 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
4821         Log: Forgot from #15241.
4822      Branch: perl
4823            ! win32/config_sh.PL
4824 ____________________________________________________________________________
4825 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
4826         Log: Subject: patch pod/perltodo.pod
4827              From: mjd@plover.com
4828              Date: 15 Mar 2002 15:42:18 -0000
4829              Message-ID: <20020315154218.10163.qmail@plover.com>
4830              
4831              (With s/WANT/Want/)
4832      Branch: perl
4833            ! pod/perltodo.pod
4834 ____________________________________________________________________________
4835 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
4836         Log: Subject: [PATCH bleadperl] (revision 5 undef)
4837              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4838              Date: Fri, 15 Mar 2002 00:39:48 +0100
4839              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
4840      Branch: perl
4841            ! win32/config.bc win32/config.gc win32/config.vc
4842            ! win32/config.win64
4843 ____________________________________________________________________________
4844 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
4845         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
4846              From: Michael G Schwern <schwern@pobox.com>
4847              Date: Thu, 14 Mar 2002 16:39:29 -0500
4848              Message-ID: <20020314213929.GA2912@blackrider>
4849      Branch: perl
4850            ! lib/perl5db.pl
4851 ____________________________________________________________________________
4852 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
4853         Log: Integrate perlio.
4854      Branch: perl
4855           !> embed.fnc ext/Encode/t/JP.t
4856 ____________________________________________________________________________
4857 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
4858         Log: Monster _r patch: try to scan for all known _r variants,
4859              and then use them (under ithreads).  May fail in HP-UX,
4860              and the op/groups is known to be fickle everywhere.  Known
4861              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
4862              warnings in AIX since the first arguments of getnetbyaddr
4863              and getnetbyadd_r are of different types.  Thanks, IBM.)
4864              
4865              In non-Configure platforms deny the existence of any
4866              of the _r thingies.  (Also add the recently introduced
4867              d_tm_* to places it wasn't already in.)
4868              
4869              TODO: the suggested glibc buffer growth retry loop in case
4870              some entries (at least for: gr*, host*) are big.
4871              Forgot win32/config.win64.
4872      Branch: perl
4873            + reentr.c reentr.h reentr.pl
4874            ! Configure MANIFEST Makefile.SH NetWare/Makefile
4875            ! NetWare/config.wc Porting/Glossary Porting/config.sh
4876            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
4877            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
4878            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
4879            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
4880            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
4881            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
4882            ! win32/config.bc win32/config.gc win32/config.vc
4883            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
4884 ____________________________________________________________________________
4885 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
4886         Log: Be more explicit on when is the $! worth anything.
4887      Branch: perl
4888            ! pod/perlvar.pod
4889 ____________________________________________________________________________
4890 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
4891         Log: metaconfig: _r _r we go.
4892      Branch: metaconfig
4893            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4894            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4895            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4896            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4897            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4898            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4899            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4900            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4901            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4902            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4903            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4904            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4905            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4906            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4907            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4908            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4909            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4910            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4911            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4912            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4913            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4914            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4915            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4916            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4917 ____________________________________________________________________________
4918 [ 15235] By: nick                                  on 2002/03/15  07:31:54
4919         Log: Add the binmode()s to make JP.t pass on Win32
4920      Branch: perlio
4921            ! ext/Encode/t/JP.t
4922 ____________________________________________________________________________
4923 [ 15234] By: nick                                  on 2002/03/15  07:20:49
4924         Log: Integrate perlio
4925      Branch: perl
4926           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
4927 ____________________________________________________________________________
4928 [ 15233] By: nick                                  on 2002/03/15  07:18:02
4929         Log: Mark JP.t's data files as binary
4930      Branch: perlio
4931            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
4932 ____________________________________________________________________________
4933 [ 15232] By: nick                                  on 2002/03/15  07:13:38
4934         Log: Integrate mainline
4935      Branch: perlio
4936           +> ext/B/t/xref.t
4937           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
4938           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
4939           !> perl.c t/op/arith.t
4940 ____________________________________________________________________________
4941 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
4942         Log: The section needs to be in the makedepend script
4943              (from Jan-Erik Karlsson).
4944      Branch: perl
4945            ! makedepend.SH
4946 ____________________________________________________________________________
4947 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
4948         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
4949              From: Nicholas Clark <nick@unfortu.net>
4950              Date: Thu, 14 Mar 2002 23:05:23 +0000
4951              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
4952      Branch: perl
4953            ! ext/Safe/safe2.t
4954 ____________________________________________________________________________
4955 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
4956         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
4957              From: "Brent Dax" <brentdax@cpan.org>
4958              Date: Thu, 14 Mar 2002 09:08:41 -0800
4959              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
4960      Branch: perl
4961            ! lib/Pod/Html.pm
4962 ____________________________________________________________________________
4963 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
4964         Log: metaconfig: one round again for the _r.
4965      Branch: metaconfig
4966            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4967            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4968            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4969            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4970            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4971            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4972            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4973            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4974            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4975            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4976            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4977            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4978            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4979            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4980            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4981            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4982            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4983            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4984            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4985            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4986            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4987            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4988            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4989            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4990 ____________________________________________________________________________
4991 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
4992         Log: metaconfig: new round of the _r units.
4993      Branch: metaconfig
4994            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4995            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4996            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4997            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4998            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4999            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5000            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5001            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5002            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5003            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5004            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5005            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5006            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5007            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5008            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5009            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5010            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5011            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5012            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5013            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5014            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5015            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5016            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5017            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5018      Branch: metaconfig/U/perl
5019            + i_crypt.U
5020 ____________________________________________________________________________
5021 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
5022         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
5023              From: Paul_GreenVOS@vos.stratus.com
5024              Date: Tue, 12 Mar 02 19:22 est   
5025              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
5026      Branch: perl
5027            ! lib/Benchmark.t t/op/arith.t
5028 ____________________________________________________________________________
5029 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
5030         Log: Subject: Re: Win32: C:\Program Files
5031              From: "Ken Williams" <ken@mathforum.org>
5032              Date: Wed, 13 Mar 2002 17:50:59 -0600
5033              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
5034              
5035              Add -t to perl -h.
5036      Branch: perl
5037            ! perl.c
5038 ____________________________________________________________________________
5039 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
5040         Log: Extra paranoia from Nick Clark.
5041      Branch: perl
5042            ! ext/Safe/safe2.t
5043 ____________________________________________________________________________
5044 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
5045         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
5046              From: Nicholas Clark <nick@ccl4.org>
5047              Date: Wed, 13 Mar 2002 14:22:50 +0000
5048              Message-ID: <20020313142250.G92566@plum.flirble.org>
5049      Branch: perl
5050            ! ext/Safe/safe2.t
5051 ____________________________________________________________________________
5052 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
5053         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
5054              From: <slaven.rezic@berlin.de>
5055              Date: Tue, 12 Mar 2002 13:03:41 +0100      
5056              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
5057      Branch: perl
5058            ! Makefile.SH
5059 ____________________________________________________________________________
5060 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
5061         Log: Subject: [PATCH] a test for B::Xref
5062              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5063              Date: Wed, 13 Mar 2002 17:18:57 +0100
5064              Message-ID: <20020313171857.F1144@rafael>
5065      Branch: perl
5066            + ext/B/t/xref.t
5067            ! MANIFEST ext/B/B/Xref.pm
5068 ____________________________________________________________________________
5069 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
5070         Log: Subject: [PATCH] Exporter.pm POD fixups
5071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5072              Date: Wed, 13 Mar 2002 16:21:42 +0100
5073              Message-ID: <20020313162142.A1144@rafael>
5074      Branch: perl
5075            ! lib/Exporter.pm
5076 ____________________________________________________________________________
5077 [ 15219] By: nick                                  on 2002/03/14  07:00:16
5078         Log: Integrate mainline
5079      Branch: perlio
5080           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
5081 ____________________________________________________________________________
5082 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
5083         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
5084              From: Michael G Schwern <schwern@pobox.com>
5085              Date: Wed, 13 Mar 2002 17:43:00 -0500
5086              Message-ID: <20020313224300.GG3311@blackrider>
5087      Branch: perl
5088            ! lib/ExtUtils/MM_VMS.pm
5089 ____________________________________________________________________________
5090 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
5091         Log: Pod tweak.
5092      Branch: perl
5093            ! lib/open.pm
5094 ____________________________________________________________________________
5095 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
5096         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
5097              From: "Craig A. Berry" <craigberry@mac.com>
5098              Date: Wed, 13 Mar 2002 01:44:01 -0600
5099              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
5100      Branch: perl
5101            ! vms/descrip_mms.template
5102 ____________________________________________________________________________
5103 [ 15215] By: nick                                  on 2002/03/13  08:08:36
5104         Log: Integrate mainline.
5105      Branch: perlio
5106           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
5107            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
5108            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
5109            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
5110            - ext/Data/Util/t/Hash.t
5111           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
5112           !> ext/Encode/lib/Encode/CN/HZ.pm
5113           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5114           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
5115           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
5116           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5117           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
5118           !> t/op/override.t toke.c universal.c
5119 ____________________________________________________________________________
5120 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
5121         Log: metaconfig: three guesses.
5122      Branch: metaconfig
5123            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5124            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5125            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5126            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5127            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5128            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5129            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5130            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5131            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5132            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5133            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5134            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5135            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5136            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5137            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5138            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5139            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5140            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5141            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5142            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5143            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5144            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5145            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5146            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5147 ____________________________________________________________________________
5148 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
5149         Log: metaconfig: regen _r units again.
5150      Branch: metaconfig
5151            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5152            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5153            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5154            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5155            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5156            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5157            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5158            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5159            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5160            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5161            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5162            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5163            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5164            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5165            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5166            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5167            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5168            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5169            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5170            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5171            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5172            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5173            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5174            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5175 ____________________________________________________________________________
5176 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
5177         Log: metaconfig: regen _r units.
5178      Branch: metaconfig
5179            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
5180            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5181            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5182            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5183            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5184            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5185            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5186            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5187            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5188            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5189            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5190            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5191            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5192            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5193            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5194            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5195            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5196            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5197            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5198            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5199            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5200            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5201            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5202            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5203            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5204 ____________________________________________________________________________
5205 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
5206         Log: metaconfig unit tweaks.
5207      Branch: metaconfig
5208            + U/threads/d_setprotoent_r.U
5209            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
5210            ! U/threads/d_tmpnam_r.U
5211 ____________________________________________________________________________
5212 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
5213         Log: metaconfig: replace the _r units with autogenerated ones.
5214      Branch: metaconfig
5215            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5216            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
5217            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5218            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
5219            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
5220            + U/threads/d_getprotobyname_r.U
5221            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5222            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
5223            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
5224            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5225            + U/threads/d_setservent_r.U
5226            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
5227            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
5228            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
5229            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
5230            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
5231            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
5232            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
5233            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
5234            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
5235            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5236            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5237            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5238            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
5239            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5240            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
5241            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
5242            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5243            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5244            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5245            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5246            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
5247            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
5248            ! U/threads/d_ttyname_r.U
5249 ____________________________________________________________________________
5250 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
5251         Log: More known threadsafings.
5252      Branch: perl
5253            ! Porting/findrfuncs
5254 ____________________________________________________________________________
5255 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
5256         Log: Small tweaks.
5257      Branch: perl
5258            ! lib/Internals.t universal.c
5259 ____________________________________________________________________________
5260 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
5261         Log: VERSIONize.
5262      Branch: perl
5263            ! ext/Encode/lib/Encode/CN/HZ.pm
5264            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5265            ! ext/Encode/lib/Encode/JP/JIS.pm
5266 ____________________________________________________________________________
5267 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
5268         Log: Subject: perl datastructure conversion shortcuts for DDD
5269              From: Stas Bekman <stas@stason.org>
5270              Date: Mon, 11 Mar 2002 14:54:31 +0800
5271              Message-ID: <3C8C54A7.5020502@stason.org>
5272      Branch: perl
5273            ! pod/perlhack.pod
5274 ____________________________________________________________________________
5275 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
5276         Log: Regen modlib.
5277      Branch: perl
5278            ! pod/perlmodlib.pod
5279 ____________________________________________________________________________
5280 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
5281         Log: Regen toc.
5282      Branch: perl
5283            ! pod/perltoc.pod
5284 ____________________________________________________________________________
5285 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
5286         Log: Tiny pod tweaks.
5287      Branch: perl
5288            ! lib/Hash/Util.pm
5289 ____________________________________________________________________________
5290 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
5291         Log: perldeltaize Hash::Util.
5292      Branch: perl
5293            ! pod/perldelta.pod
5294 ____________________________________________________________________________
5295 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
5296         Log: Move the readonly interface back to universal.c,
5297              (new name: Internals::SvREADONLY), remove Data::Util,
5298              move Hash::Util to lib, also introduce refcnt interface
5299              (Internals::SvREFCNT).     Make both the new interfaces
5300              to be more sane so that if they set the value, they return
5301              the new value, not the old one.
5302      Branch: perl
5303            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
5304            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
5305            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
5306            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
5307            - ext/Data/Util/t/Hash.t
5308            ! MANIFEST ext/B/t/stash.t universal.c
5309 ____________________________________________________________________________
5310 [ 15200] By: ams                                   on 2002/03/12  15:16:05
5311         Log: Subject: Disambiguate "Can't locate"
5312              From: Mike Guy <mjtg@cam.ac.uk>
5313              Date: Tue, 12 Mar 2002 16:04:23 +0000
5314              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
5315      Branch: perl
5316            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
5317            ! pp_ctl.c t/op/override.t
5318 ____________________________________________________________________________
5319 [ 15199] By: ams                                   on 2002/03/12  15:04:43
5320         Log: Subject: [PATCH] perl/lib/File/stat.t
5321              From: Paul_GreenVOS@vos.stratus.com
5322              Date: Tue, 12 Mar 02 11:00 est
5323              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
5324      Branch: perl
5325            ! lib/File/stat.t
5326 ____________________________________________________________________________
5327 [ 15198] By: ams                                   on 2002/03/12  15:00:44
5328         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
5329              From: Robin Barker <rmb1@cise.npl.co.uk>
5330              Date: Tue, 12 Mar 2002 13:31:58 GMT
5331              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
5332      Branch: perl
5333            ! pod/perlfunc.pod
5334 ____________________________________________________________________________
5335 [ 15197] By: ams                                   on 2002/03/12  14:57:34
5336         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
5337              From: "Clinton A. Pierce" <clintp@geeksalad.org>
5338              Date: Tue, 12 Mar 2002 10:11:53 -0500
5339              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
5340      Branch: perl
5341            ! toke.c
5342 ____________________________________________________________________________
5343 [ 15196] By: nick                                  on 2002/03/12  13:40:35
5344         Log: Integrate mainline
5345      Branch: perlio
5346           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
5347           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
5348           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
5349           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
5350            - t/lib/access.t
5351           !> (integrate 96 files)
5352 ____________________________________________________________________________
5353 [ 15195] By: nick                                  on 2002/03/12  06:08:24
5354         Log: Integrate mainline (a while ago)
5355      Branch: perlio
5356           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
5357           +> ext/Encode/t/TW.t
5358            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
5359            - ext/Encode/lib/Encode/Tcl/HanZi.pm
5360            - ext/I18N/Langinfo/fallback.c
5361           !> (integrate 80 files)
5362 ____________________________________________________________________________
5363 [ 15194] By: ams                                   on 2002/03/12  06:02:20
5364         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
5365              From: Jonathan Stowe <gellyfish@gellyfish.com>
5366              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
5367              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
5368      Branch: perl
5369            ! ext/Encode/CN/Makefile.PL
5370 ____________________________________________________________________________
5371 [ 15193] By: ams                                   on 2002/03/12  05:55:07
5372         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
5373              From: Dave Mitchell <davem@fdgroup.co.uk>
5374              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
5375              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
5376      Branch: perl
5377            ! pod/perlguts.pod
5378 ____________________________________________________________________________
5379 [ 15192] By: ams                                   on 2002/03/12  05:50:08
5380         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
5381              From: Anton Tagunov <tagunov@motor.ru>
5382              Date: Tue, 12 Mar 2002 01:40:58 +0300
5383              Message-Id: <1194068830.20020312014058@motor.ru>
5384              (Applied with tweaks.)
5385      Branch: perl
5386            ! lib/utf8.pm
5387 ____________________________________________________________________________
5388 [ 15191] By: ams                                   on 2002/03/12  05:42:21
5389         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
5390              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5391              Date: Sun, 10 Mar 2002 22:10:15 +0100
5392              Message-Id: <3C8BD9C7.13988.73992D@localhost>
5393      Branch: perl
5394            ! iperlsys.h
5395 ____________________________________________________________________________
5396 [ 15190] By: ams                                   on 2002/03/12  05:38:08
5397         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
5398              From: Anton Tagunov <tagunov@motor.ru>
5399              Date: Mon, 11 Mar 2002 23:27:47 +0300
5400              Message-Id: <19414222180.20020311232747@motor.ru>
5401      Branch: perl
5402            ! pod/perlsub.pod
5403 ____________________________________________________________________________
5404 [ 15189] By: ams                                   on 2002/03/12  05:34:49
5405         Log: Subject: minor patch for comment in utfebcdic.h
5406              From: Anton Tagunov <tagunov@motor.ru>
5407              Date: Tue, 12 Mar 2002 00:20:21 +0300
5408              Message-Id: <13817376786.20020312002021@motor.ru>
5409      Branch: perl
5410            ! utfebcdic.h
5411 ____________________________________________________________________________
5412 [ 15188] By: ams                                   on 2002/03/12  05:32:30
5413         Log: Subject: [PATCH ?] B::Xref improvements
5414              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5415              Date: Mon, 11 Mar 2002 23:32:20 +0100
5416              Message-Id: <20020311233220.A12677@rafael>
5417      Branch: perl
5418            ! ext/B/B/Xref.pm
5419 ____________________________________________________________________________
5420 [ 15187] By: ams                                   on 2002/03/12  05:30:02
5421         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
5422              From: Paul_GreenVOS@vos.stratus.com
5423              Date: Mon, 11 Mar 02 17:23 est
5424              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
5425      Branch: perl
5426            ! lib/ExtUtils/MM_Unix.pm
5427 ____________________________________________________________________________
5428 [ 15186] By: ams                                   on 2002/03/12  05:27:06
5429         Log: Subject: [PATCH] installperl - minor untangle for VOS
5430              From: Paul_GreenVOS@vos.stratus.com
5431              Date: Mon, 11 Mar 02 17:05 est
5432              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
5433      Branch: perl
5434            ! installperl
5435 ____________________________________________________________________________
5436 [ 15185] By: ams                                   on 2002/03/12  05:25:59
5437         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
5438              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5439              Date: Mon, 11 Mar 2002 22:37:39 +0100
5440              Message-Id: <20020311223739.A691@rafael>
5441      Branch: perl
5442            ! ext/B/B/Deparse.pm
5443 ____________________________________________________________________________
5444 [ 15184] By: ams                                   on 2002/03/12  05:20:54
5445         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
5446              From: Michael G Schwern <schwern@pobox.com>
5447              Date: Tue, 12 Mar 2002 01:12:08 -0500
5448              Message-Id: <20020312061208.GD904@blackrider>
5449      Branch: perl
5450            ! hints/netbsd.sh
5451 ____________________________________________________________________________
5452 [ 15183] By: ams                                   on 2002/03/12  04:12:30
5453         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
5454              From: Autrijus Tang <autrijus@autrijus.org>
5455              Date: Tue, 12 Mar 2002 13:05:53 +0800
5456              Message-Id: <20020312050553.GA7864@not.autrijus.org>
5457              (Only doc hunk applied, supplementing #15182.)
5458      Branch: perl
5459            ! ext/Encode/Encode.pm
5460 ____________________________________________________________________________
5461 [ 15182] By: ams                                   on 2002/03/12  04:04:34
5462         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
5463              From: Autrijus Tang <autrijus@autrijus.org>
5464              Date: Tue, 12 Mar 2002 12:56:46 +0800
5465              Message-Id: <20020312045646.GA7689@not.autrijus.org>
5466              (Private mail.)
5467      Branch: perl
5468            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
5469 ____________________________________________________________________________
5470 [ 15181] By: ams                                   on 2002/03/12  03:09:20
5471         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
5472              From: Autrijus Tang <autrijus@autrijus.org>
5473              Date: Tue, 12 Mar 2002 11:55:06 +0800
5474              Message-Id: <20020312035506.GA6946@not.autrijus.org>
5475      Branch: perl
5476            ! ext/Encode/Encode.pm
5477 ____________________________________________________________________________
5478 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
5479         Log: Deypo.
5480      Branch: metaconfig
5481            ! U/threads/d_asctime_r.U
5482 ____________________________________________________________________________
5483 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
5484         Log: FAQ sync.
5485      Branch: perl
5486            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5487            ! pod/perlfaq4.pod pod/perlfaq5.pod
5488 ____________________________________________________________________________
5489 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
5490         Log: The test needs perlio.
5491      Branch: perl
5492            ! lib/open.t
5493 ____________________________________________________________________________
5494 [ 15177] By: ams                                   on 2002/03/11  15:41:08
5495         Log: Subject: perlreftut update
5496              From: Mark-Jason Dominus <mjd@plover.com>
5497              Date: Mon, 11 Mar 2002 11:36:27 -0500
5498              Message-Id: <20020311163627.31020.qmail@plover.com>
5499      Branch: perl
5500            ! pod/perlreftut.pod
5501 ____________________________________________________________________________
5502 [ 15176] By: ams                                   on 2002/03/11  15:35:24
5503         Log: Subject: Minor correction in perlfaq5
5504              From: mjd@plover.com
5505              Date: 11 Mar 2002 16:34:22 -0000
5506              Message-Id: <20020311163422.30963.qmail@plover.com>
5507      Branch: perl
5508            ! pod/perlfaq5.pod
5509 ____________________________________________________________________________
5510 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
5511         Log: number of skipped tests was incorrect
5512      Branch: perl
5513            ! t/op/stat.t
5514 ____________________________________________________________________________
5515 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
5516         Log: remove doubled CRs
5517      Branch: perl
5518            ! win32/Makefile
5519 ____________________________________________________________________________
5520 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
5521         Log: Update Changes.
5522      Branch: perl
5523            ! Changes patchlevel.h
5524 ____________________________________________________________________________
5525 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
5526         Log: Regen toc.
5527      Branch: perl
5528            ! pod/perltoc.pod
5529 ____________________________________________________________________________
5530 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
5531         Log: Add t/CN.t and t/TW.t; re-sort.
5532      Branch: perl
5533            ! ext/Encode/MANIFEST
5534 ____________________________________________________________________________
5535 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
5536         Log: Document what to do if one yearns back to
5537              the old legacy encoding.
5538      Branch: perl
5539            ! lib/encoding.pm
5540 ____________________________________________________________________________
5541 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
5542         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
5543              as general purpose encoding transformation interfaces
5544              since that's not what they are.
5545      Branch: perl
5546            ! lib/utf8.pm pod/perlunicode.pod sv.c
5547 ____________________________________________________________________________
5548 [ 15168] By: ams                                   on 2002/03/11  12:54:16
5549         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
5550              warnings
5551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5552              Date: Mon, 11 Mar 2002 14:35:22 +0100
5553              Message-Id: <20020311143522.A7431@rafael>
5554      Branch: perl
5555            ! t/lib/warnings/pp_sys
5556 ____________________________________________________________________________
5557 [ 15167] By: ams                                   on 2002/03/11  04:57:20
5558         Log: A little commonsense is better than 1_compile.
5559      Branch: perl
5560            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
5561 ____________________________________________________________________________
5562 [ 15166] By: ams                                   on 2002/03/11  04:53:50
5563         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
5564              From: Michael G Schwern <schwern@pobox.com>
5565              Date: Sun, 10 Mar 2002 13:27:12 -0500
5566              Message-Id: <20020310182712.GC693@blackrider>
5567              
5568              Subject: [PATCH] Hash::Util part 2
5569              From: Michael G Schwern <schwern@pobox.com>
5570              Date: Sun, 10 Mar 2002 15:09:34 -0500
5571              Message-Id: <20020310200934.GB27112@blackrider>
5572              
5573              Subject: [PATCH] Hash::Util MANIFEST correction
5574              From: Michael G Schwern <schwern@pobox.com>
5575              Date: Sun, 10 Mar 2002 16:27:07 -0500
5576              Message-Id: <20020310212707.GF27112@blackrider>
5577              
5578              (Also changes find.t and taint.t, which were looking for access.t)
5579      Branch: perl
5580            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
5581            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
5582            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
5583            + ext/Data/Util/t/Hash.t
5584            - t/lib/access.t
5585            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
5586            ! pod/perldiag.pod pod/perltodo.pod universal.c
5587 ____________________________________________________________________________
5588 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
5589         Log: metaconfig: more thready fixes.
5590      Branch: metaconfig
5591            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
5592            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
5593            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
5594            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
5595            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
5596            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
5597            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5598            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5599            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
5600 ____________________________________________________________________________
5601 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
5602         Log: Skip obsoleted interfaces.
5603      Branch: perl
5604            ! Porting/findrfuncs
5605 ____________________________________________________________________________
5606 [ 15162] By: ams                                   on 2002/03/11  03:48:14
5607         Log: Typo fixes.
5608      Branch: perl
5609            ! perl.c
5610 ____________________________________________________________________________
5611 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
5612         Log: Upgrade to Locale::Codes 2.02.
5613      Branch: perl
5614            + lib/Locale/Codes/t/rename.t
5615            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5616            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
5617            ! lib/Locale/Country.pod
5618 ____________________________________________________________________________
5619 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
5620         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
5621              From: Nicholas Clark <nick@unfortu.net>
5622              Date: Sun, 10 Mar 2002 18:17:50 +0000
5623              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
5624              
5625              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
5626              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5627              Date: Sun, 10 Mar 2002 13:53:34 -0800
5628              Message-ID: <eX9i8gzkg26G092yn@efn.org>
5629              
5630              (and reenable the feature in freebsd,
5631              and move the freebsd pr url to perl.c)
5632      Branch: perl
5633            ! hints/freebsd.sh perl.c pod/perldelta.pod
5634 ____________________________________________________________________________
5635 [ 15159] By: ams                                   on 2002/03/11  03:34:13
5636         Log: Subject: [PATCH stash.t] access::readonly is gone
5637              From: Michael G Schwern <schwern@pobox.com>
5638              Date: Sun, 10 Mar 2002 16:18:14 -0500
5639              Message-Id: <20020310211813.GE27112@blackrider>
5640      Branch: perl
5641            ! ext/B/t/stash.t
5642 ____________________________________________________________________________
5643 [ 15158] By: ams                                   on 2002/03/11  03:28:04
5644         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
5645              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5646              Date: Sun, 10 Mar 2002 22:10:15 +0100
5647              Message-Id: <3C8BD9C7.610.7398DD@localhost>
5648      Branch: perl
5649            ! lib/Net/Ping/t/110_icmp_inst.t
5650 ____________________________________________________________________________
5651 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
5652         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
5653              From: Michael G Schwern <schwern@pobox.com>
5654              Date: Sun, 10 Mar 2002 19:22:33 -0500
5655              Message-ID: <20020311002233.GE4927@blackrider>
5656      Branch: perl
5657            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
5658            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
5659            ! lib/Test/Simple/t/fail-more.t
5660 ____________________________________________________________________________
5661 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
5662         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
5663              From: Michael G Schwern <schwern@pobox.com>
5664              Date: Sun, 10 Mar 2002 17:14:10 -0500
5665              Message-ID: <20020310221410.GA4915@blackrider>
5666      Branch: perl
5667            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
5668            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
5669 ____________________________________________________________________________
5670 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
5671         Log: Subject: [PATCH] more warnings tidyup
5672              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5673              Date: Sun, 10 Mar 2002 21:01:39 -0000
5674              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
5675      Branch: perl
5676            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
5677            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
5678            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
5679            ! util.c
5680 ____________________________________________________________________________
5681 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
5682         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
5683              From: Nicholas Clark <nick@unfortu.net>
5684              Date: Sun, 10 Mar 2002 23:21:07 +0000
5685              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
5686      Branch: perl
5687            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
5688            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
5689            ! ext/Encode/TW/Makefile.PL
5690 ____________________________________________________________________________
5691 [ 15153] By: ams                                   on 2002/03/11  03:06:59
5692         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
5693              From: Max Baker <max@warped.org>
5694              Date: Fri, 8 Mar 2002 10:56:19 -0800
5695              Message-Id: <20020308105619.A15039@warped.org>
5696      Branch: perl
5697            ! ext/IO/lib/IO/Socket/INET.pm
5698 ____________________________________________________________________________
5699 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
5700         Log: Subject: [PATCH] spelling correction
5701              From: Nicholas Clark <nick@unfortu.net>
5702              Date: Sun, 10 Mar 2002 18:34:42 +0000
5703              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
5704      Branch: perl
5705            ! pp.c pp_hot.c
5706 ____________________________________________________________________________
5707 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
5708         Log: DG/UX updates from Takis Psarogiannakopoulos.
5709      Branch: perl
5710            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
5711 ____________________________________________________________________________
5712 [ 15150] By: ams                                   on 2002/03/11  03:02:47
5713         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
5714              From: Chris Nandor <pudge@pobox.com>
5715              Date: Mon, 04 Mar 2002 17:48:12 -0500
5716              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
5717      Branch: perl
5718            ! lib/DB.pm lib/perl5db.pl
5719 ____________________________________________________________________________
5720 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
5721         Log: metaconfig unit changes in preparation of reentrancy changes.
5722      Branch: metaconfig
5723            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
5724            + U/threads/d_ttyname_r.U
5725            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
5726            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
5727            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
5728            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
5729            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5730            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
5731            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5732            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
5733            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
5734            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5735            ! U/threads/d_strerror_r.U
5736 ____________________________________________________________________________
5737 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
5738         Log: Mysterious characters.
5739      Branch: perl
5740            ! utf8.h
5741 ____________________________________________________________________________
5742 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
5743         Log: Unused.
5744      Branch: perl
5745            ! op.c
5746 ____________________________________________________________________________
5747 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
5748         Log: Implement :std subpragma of the open pragma
5749              that makes the standard filehandles to talk in
5750              encodings.  This change set off a weird warning
5751              from op.c, though: disabled it now until someone
5752              who knows what it is about comes along.
5753      Branch: perl
5754            ! lib/open.pm op.c
5755 ____________________________________________________________________________
5756 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
5757         Log: Document the logic of :locale better.
5758      Branch: perl
5759            ! lib/open.pm
5760 ____________________________________________________________________________
5761 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
5762         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
5763              From: Slaven Rezic <slaven.rezic@berlin.de>
5764              Date: 10 Mar 2002 02:49:17 +0100
5765              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
5766      Branch: perl
5767            ! hints/freebsd.sh
5768 ____________________________________________________________________________
5769 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
5770         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
5771              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5772              Date: Sun, 10 Mar 2002 17:08:54 +0900
5773              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
5774      Branch: perl
5775            ! ext/Encode/lib/Encode/Tcl.pm
5776            ! ext/Encode/lib/Encode/Tcl/Escape.pm
5777            ! ext/Encode/lib/Encode/Tcl/Extended.pm
5778            ! ext/Encode/lib/Encode/Tcl/Table.pm
5779 ____________________________________________________________________________
5780 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
5781         Log: The patch does the following:
5782              - Nix the unneccessary diagnostics line
5783              - Quell -w warnings if the first ENV doesn't exist
5784              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
5785              is too baroque and bloated for daily use (and for perl core inclusion).
5786              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
5787              non-fatal.
5788              - Consequently, the ^OPEN bits is set only when needed.
5789      Branch: perl
5790            ! lib/open.pm
5791 ____________________________________________________________________________
5792 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
5793         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
5794      Branch: perl
5795            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
5796 ____________________________________________________________________________
5797 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
5798         Log: Precedence problem.
5799      Branch: perl
5800            ! ext/Socket/socketpair.t
5801 ____________________________________________________________________________
5802 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
5803         Log: Renaming tweaks, and split off the reentrant "superbuffer"
5804              init routine.
5805      Branch: perl
5806            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
5807            ! sv.c util.c
5808 ____________________________________________________________________________
5809 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
5810         Log: The 7-bit jis seems to be the hanging one.
5811      Branch: perl
5812            ! ext/Encode/t/Tcl.t
5813 ____________________________________________________________________________
5814 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
5815         Log: Begone.
5816      Branch: perl
5817            ! ext/Encode/MANIFEST
5818 ____________________________________________________________________________
5819 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
5820         Log: Better fix from Autrijus.
5821      Branch: perl
5822            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
5823            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
5824 ____________________________________________________________________________
5825 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
5826         Log: Not everybody has Encode::HanExtra.
5827      Branch: perl
5828            ! ext/Encode/Encode.pm
5829 ____________________________________________________________________________
5830 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
5831         Log: Decutandpasto.
5832      Branch: perl
5833            ! ext/Encode/lib/Encode/Tcl.pm
5834 ____________________________________________________________________________
5835 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
5836         Log: Subject: [PATCH] Data::Dumper
5837              From: Nicholas Clark <nick@unfortu.net>
5838              Date: Sat, 9 Mar 2002 19:03:54 +0000
5839              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
5840      Branch: perl
5841            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5842            ! ext/Data/Dumper/t/dumper.t
5843 ____________________________________________________________________________
5844 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
5845         Log: Subject: [PATCH] socketpair.t w/o fork
5846              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5847              Date: Sat, 9 Mar 2002 14:55:11 +0100
5848              Message-ID: <3C8A224F.29578.13691BA@localhost>
5849              
5850              (modified as suggested by Sarathy)
5851      Branch: perl
5852            ! ext/Socket/socketpair.t
5853 ____________________________________________________________________________
5854 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
5855         Log: Subject: [PATCH perldelta] Mention Change 14727
5856              From: Autrijus Tang <autrijus@autrijus.org>
5857              Date: Sat, 9 Mar 2002 23:31:40 +0800
5858              Message-ID: <20020309153140.GA4224@not.autrijus.org>
5859      Branch: perl
5860            ! pod/perldelta.pod
5861 ____________________________________________________________________________
5862 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
5863         Log: Make Encode.pm implicitly load external CJK tables the first
5864              time they're needed (instead of immediately), from Autrijus
5865              Tang.
5866      Branch: perl
5867            ! ext/Encode/Encode.pm
5868 ____________________________________________________________________________
5869 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
5870         Log: Subject: Re: Two questions
5871              From: Nicholas Clark <nick@unfortu.net>
5872              Date: Sat, 9 Mar 2002 12:42:40 +0000
5873              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
5874      Branch: perl
5875            ! Porting/pumpkin.pod
5876 ____________________________________________________________________________
5877 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
5878         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
5879              From: Paul_GreenVOS@vos.stratus.com
5880              Date: Fri, 8 Mar 02 22:34 est
5881              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
5882      Branch: perl
5883            ! pp_sys.c
5884 ____________________________________________________________________________
5885 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
5886         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
5887              From: davem@fdgroup.co.uk
5888              Date: Sat, 9 Mar 2002 00:13:27 GMT
5889              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
5890      Branch: perl
5891            ! dump.c
5892 ____________________________________________________________________________
5893 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
5894         Log: Deglitch from Rafael.
5895      Branch: perl
5896            ! ext/B/t/lint.t
5897 ____________________________________________________________________________
5898 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
5899         Log: Still more portability.
5900      Branch: perl
5901            ! Porting/findrfuncs
5902 ____________________________________________________________________________
5903 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
5904         Log: More portability.
5905      Branch: perl
5906            ! Porting/findrfuncs
5907 ____________________________________________________________________________
5908 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
5909         Log: Shared library paths; running tests manually.
5910      Branch: perl
5911            ! INSTALL
5912 ____________________________________________________________________________
5913 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
5914         Log: Subject: RE: Two questions
5915              From: "Green, Paul" <Paul.Green@stratus.com>
5916              Date: Fri, 8 Mar 2002 17:55:19 -0500
5917              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
5918      Branch: perl
5919            ! Porting/pumpkin.pod
5920 ____________________________________________________________________________
5921 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
5922         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
5923              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
5924      Branch: perl
5925            + ext/B/t/lint.t
5926            ! MANIFEST ext/B/B/Lint.pm
5927 ____________________________________________________________________________
5928 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
5929         Log: metaconfig unit change for #15119.
5930      Branch: metaconfig
5931            ! U/threads/d_pthread_atfork.U
5932 ____________________________________________________________________________
5933 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
5934         Log: In DG/UX finding pthread_atfork requires a true compile,
5935              from Takis Psarogiannakopoulos.
5936      Branch: perl
5937            ! Configure config_h.SH
5938 ____________________________________________________________________________
5939 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
5940         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
5941              From: John Peacock <jpeacock@rowman.com>
5942              Date: Fri, 08 Mar 2002 15:52:41 -0500
5943              Message-ID: <3C892499.4050502@rowman.com>
5944      Branch: perl
5945            ! lib/ExtUtils/xsubpp
5946 ____________________________________________________________________________
5947 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
5948         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
5949              From: "Craig A. Berry" <craigberry@mac.com>
5950              Date: Fri, 08 Mar 2002 15:02:51 -0600
5951              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
5952      Branch: perl
5953            ! t/op/write.t
5954 ____________________________________________________________________________
5955 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
5956         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
5957              From: Paul_GreenVOS@vos.stratus.com
5958              Date: Fri, 8 Mar 02 14:45 est
5959              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
5960      Branch: perl
5961            ! installperl
5962 ____________________________________________________________________________
5963 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
5964         Log: Subject: [PATCH @15109] tm_tm_* for VMS
5965              From: "Craig A. Berry" <craigberry@mac.com>
5966              Date: Fri, 08 Mar 2002 13:07:52 -0600
5967              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
5968      Branch: perl
5969            ! configure.com
5970 ____________________________________________________________________________
5971 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
5972         Log: Detypo.
5973      Branch: perl
5974            ! Changes
5975 ____________________________________________________________________________
5976 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
5977         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
5978      Branch: perl
5979            ! t/op/pat.t
5980 ____________________________________________________________________________
5981 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
5982         Log: HP-UX nm seems to repeat itself.
5983      Branch: perl
5984            ! Porting/findrfuncs
5985 ____________________________________________________________________________
5986 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
5987         Log: Nice porting script from Sarathy.  Well, less nice
5988              in the sense that it shows the looong road ahead.
5989      Branch: perl
5990            + Porting/findrfuncs
5991            ! MANIFEST Porting/makerel
5992 ____________________________________________________________________________
5993 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
5994         Log: Subject: Re: Performance considerations for UTF-8
5995              From: Jarkko Hietaniemi <jhi@iki.fi>
5996              Date: Fri, 8 Mar 2002 18:53:28 +0200
5997              Message-ID: <20020308185328.D640@alpha.hut.fi>
5998              
5999              (put all in perlunicode)
6000      Branch: perl
6001            ! pod/perlunicode.pod
6002 ____________________________________________________________________________
6003 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
6004         Log: Update Changes.
6005      Branch: perl
6006            ! Changes patchlevel.h
6007 ____________________________________________________________________________
6008 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
6009         Log: Subject: Cygwin cygipc support skipped
6010              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
6011              Date: Fri, 8 Mar 2002 16:59:34 +0100
6012              Message-ID: <113694157285.20020308165934@familiehaase.de>
6013      Branch: perl
6014            ! hints/cygwin.sh
6015 ____________________________________________________________________________
6016 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
6017         Log: metaconfig unit change for #15106.
6018      Branch: metaconfig
6019            ! U/compline/d_gconvert.U
6020 ____________________________________________________________________________
6021 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
6022         Log: Subject: Re: [PATCH] tests for Gconvert
6023              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6024              Date: Thu, 07 Mar 2002 16:48:10 -0800
6025              Message-ID: <KpAi8gzkganW092yn@efn.org>
6026      Branch: perl
6027            ! Configure config_h.SH t/base/num.t
6028 ____________________________________________________________________________
6029 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
6030         Log: The new test has some teething problems.
6031      Branch: perl
6032            - ext/B/t/lint.t
6033            ! MANIFEST
6034 ____________________________________________________________________________
6035 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
6036         Log: Subject: [PATCH] B::Lint tests
6037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6038              Date: Fri, 8 Mar 2002 14:47:19 +0100
6039              Message-ID: <20020308144719.A2663@rafael>
6040      Branch: perl
6041            + ext/B/t/lint.t
6042            ! MANIFEST ext/B/B/Lint.pm
6043 ____________________________________________________________________________
6044 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
6045         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
6046              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
6047              Date: Fri, 8 Mar 2002 13:24:14 GMT
6048              Message-Id: <200203081324.NAA00642@cleo>
6049      Branch: perl
6050            ! hints/powerux.sh
6051 ____________________________________________________________________________
6052 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
6053         Log: Subject: HP has some new models
6054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6055              Date: Fri, 08 Mar 2002 13:07:02 +0100
6056              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
6057      Branch: perl
6058            ! README.hpux
6059 ____________________________________________________________________________
6060 [ 15101] By: ams                                   on 2002/03/08  09:11:40
6061         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
6062              From: Stas Bekman <stas@stason.org>
6063              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
6064              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
6065      Branch: perl
6066            ! pod/perlguts.pod
6067 ____________________________________________________________________________
6068 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
6069         Log: Update Changes
6070      Branch: maint-5.6/macperl
6071            ! macos/Changes
6072 ____________________________________________________________________________
6073 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
6074         Log: Replace macperlbundled with macperldelta
6075      Branch: maint-5.6/macperl
6076            ! macos/macperl/MacPerl.podhelp
6077 ____________________________________________________________________________
6078 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
6079         Log: Comsetic fixes (Thomas Wegner)
6080      Branch: maint-5.6/macperl
6081            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
6082 ____________________________________________________________________________
6083 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
6084         Log: Bump OS version
6085      Branch: maint-5.6/macperl
6086            ! macos/config.sh
6087 ____________________________________________________________________________
6088 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
6089         Log: Thought I deleted this already?
6090      Branch: perl
6091            - ext/I18N/Langinfo/fallback.c
6092 ____________________________________________________________________________
6093 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
6094         Log: perlport updates from Pudge.
6095      Branch: perl
6096            ! pod/perlport.pod
6097 ____________________________________________________________________________
6098 [ 15094] By: ams                                   on 2002/03/08  03:06:03
6099         Log: Nitpick.
6100      Branch: perl
6101            ! MANIFEST
6102 ____________________________________________________________________________
6103 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
6104         Log: Wrong test.
6105      Branch: perl
6106            ! pod/perldelta.pod
6107 ____________________________________________________________________________
6108 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
6109         Log: Integrate change 14064 from macperl to blead.
6110      Branch: perl
6111           !> pod/perlmodinstall.pod pod/perlport.pod
6112 ____________________________________________________________________________
6113 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
6114         Log: Integrate recent perlport changes
6115      Branch: maint-5.6/macperl
6116           !> pod/perlport.pod
6117 ____________________________________________________________________________
6118 [ 15089] By: ams                                   on 2002/03/08  01:54:03
6119         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
6120              minor typo in perlguts.pod
6121              From: Anton Tagunov <tagunov@motor.ru>
6122              Date: Fri, 8 Mar 2002 05:26:59 +0300
6123              Message-Id: <4649821189.20020308052659@motor.ru>
6124      Branch: perl
6125            ! pod/perlguts.pod
6126 ____________________________________________________________________________
6127 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
6128         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
6129              From: Anton Tagunov <tagunov@newmail.ru>
6130              Date: Fri, 8 Mar 2002 04:31:44 +0300
6131              Message-ID: <13946506773.20020308043144@newmail.ru>
6132              
6133              (one test changed)
6134      Branch: perl
6135            ! lib/encoding.t sv.c
6136 ____________________________________________________________________________
6137 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
6138         Log: Subject: [PATCH perldelta] some more deltas
6139              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6140              Date: Thu, 7 Mar 2002 23:13:23 +0100
6141              Message-ID: <20020307231323.A13068@rafael>
6142      Branch: perl
6143            ! pod/perldelta.pod
6144 ____________________________________________________________________________
6145 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
6146         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
6147              From: Paul_GreenVOS@vos.stratus.com
6148              Date: Thu, 7 Mar 02 14:25 est
6149              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
6150      Branch: perl
6151            ! t/io/fs.t
6152 ____________________________________________________________________________
6153 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
6154         Log: As suggested by Anton Tagunov, eq and cmp now obey the
6155              encoding pragma (by remapping their byte argument if the
6156              other argument is in Unicode).  Also fix a bug found by
6157              Anton where ord undef under the encoding pragma would barf.
6158              ([ID 20020307.009] A null pointer dereference with 'use encoding')
6159              Finally, use the nicer form of sv_recode_to_utf8.
6160      Branch: perl
6161            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
6162 ____________________________________________________________________________
6163 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
6164         Log: Retract #14985, #14899, and #14990, following the principles
6165              "Do no harm." and "If it ain't broke, don't fix it."
6166              
6167              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
6168              some, but still broken, and I do not have the extra brain
6169              cells for the EBCDIC backport.  Secondly, the old version
6170              worked both in EBCDIC and non-.  Thirdly, the old version
6171              may be more amenable for the behaviour suggsted by Anton
6172              Tagunov regarding the encoding pragma.
6173      Branch: perl
6174            ! embed.fnc embed.h global.sym proto.h sv.c util.c
6175 ____________________________________________________________________________
6176 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
6177         Log: Long doubles give you long doubles.
6178      Branch: perl
6179            ! t/base/num.t
6180 ____________________________________________________________________________
6181 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
6182         Log: Forgotten deMANIFESTation.
6183      Branch: perl
6184            ! MANIFEST
6185 ____________________________________________________________________________
6186 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
6187         Log: Obsolete unused file, noticed by Dank Kogai.
6188      Branch: perl
6189            - ext/Encode/lib/Encode/JP/Tr.pm
6190 ____________________________________________________________________________
6191 [ 15080] By: ams                                   on 2002/03/07  11:31:46
6192         Log: Subject: [PATCH Changes] Changes should mirror version number
6193              From: Robin Barker <rmb1@cise.npl.co.uk>
6194              Date: Thu, 7 Mar 2002 11:04:24 GMT
6195              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
6196      Branch: perl
6197            ! Porting/pumpkin.pod
6198 ____________________________________________________________________________
6199 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
6200         Log: metaconfig unit change for #15078.
6201      Branch: metaconfig
6202            ! U/compline/d_gconvert.U
6203 ____________________________________________________________________________
6204 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
6205         Log: Subject: Re: [PATCH] tests for Gconvert
6206              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6207              Date: Wed, 06 Mar 2002 20:22:54 -0800
6208              Message-ID: <esuh8gzkg2/b092yn@efn.org>
6209      Branch: perl
6210            ! Configure pod/perldelta.pod t/base/num.t
6211 ____________________________________________________________________________
6212 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
6213         Log: Mac OS X UFS does not do ctime.
6214      Branch: perl
6215            ! pod/perldelta.pod pod/perlport.pod
6216 ____________________________________________________________________________
6217 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
6218         Log: AUTHORS updates.
6219      Branch: perl
6220            ! AUTHORS
6221 ____________________________________________________________________________
6222 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
6223         Log: Continued Chinese puzzles from Autrijus.
6224      Branch: perl
6225            + ext/Encode/t/CN.t ext/Encode/t/TW.t
6226            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
6227 ____________________________________________________________________________
6228 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
6229         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
6230              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6231              Date: Wed, 6 Mar 2002 18:13:51 +0100
6232              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
6233      Branch: perl
6234            ! lib/File/Spec/Win32.pm
6235 ____________________________________________________________________________
6236 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
6237         Log: perlport tweaks.
6238      Branch: perl
6239            ! pod/perlport.pod
6240 ____________________________________________________________________________
6241 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
6242         Log: Subject: Re: [PATCH docs] Re: Bug with -M
6243              From: Michael G Schwern <schwern@pobox.com>
6244              Date: Wed, 6 Mar 2002 16:20:27 -0500
6245              Message-ID: <20020306212027.GC4257@blackrider>
6246      Branch: perl
6247            ! pod/perlfunc.pod pod/perlport.pod
6248 ____________________________________________________________________________
6249 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
6250         Log: perldelta updates.
6251      Branch: perl
6252            ! pod/perldelta.pod
6253 ____________________________________________________________________________
6254 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
6255         Log: 5005threads wasn't even compiling.
6256      Branch: perl
6257            ! perl.c
6258 ____________________________________________________________________________
6259 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
6260         Log: Subject: Re: perl@15047 New format tests for still existing bugs
6261              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6262              Date: Wed, 06 Mar 2002 12:59:29 +0100
6263              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
6264      Branch: perl
6265            ! t/op/write.t
6266 ____________________________________________________________________________
6267 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
6268         Log: Regen Glossary et al.
6269      Branch: perl
6270            ! Porting/Glossary Porting/config.sh Porting/config_H
6271 ____________________________________________________________________________
6272 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
6273         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
6274              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
6275      Branch: perl
6276            ! util.c
6277 ____________________________________________________________________________
6278 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
6279         Log: metaconfig unit change for #15065.
6280      Branch: metaconfig
6281            ! U/compline/i_time.U
6282 ____________________________________________________________________________
6283 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
6284         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
6285      Branch: perl
6286            ! Configure config_h.SH
6287 ____________________________________________________________________________
6288 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
6289         Log: Must remove fallback.c also from here.
6290      Branch: perl
6291            ! MANIFEST
6292 ____________________________________________________________________________
6293 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
6294         Log: Subject: Re: perl@15047 WinCE
6295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6296              Date: Wed, 06 Mar 2002 13:41:30 +0100
6297              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
6298              
6299              Subject: Re: perl@15047 Win32
6300              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6301              Date: Wed, 06 Mar 2002 13:46:02 +0100
6302              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
6303              
6304              Subject: Re: perl@15047 Epoc
6305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6306              Date: Wed, 06 Mar 2002 13:48:31 +0100
6307              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
6308              
6309              Subject: Re: perl@15047 NetWare
6310              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6311              Date: Wed, 06 Mar 2002 13:55:46 +0100
6312              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
6313      Branch: perl
6314            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
6315            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6316            ! wince/Makefile.ce wince/config.h
6317 ____________________________________________________________________________
6318 [ 15062] By: ams                                   on 2002/03/06  09:26:49
6319         Log: Subject: Re: perl@15047
6320              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6321              Date: Wed, 06 Mar 2002 11:25:50 +0100
6322              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
6323      Branch: perl
6324            ! cygwin/perlld.in
6325 ____________________________________________________________________________
6326 [ 15061] By: ams                                   on 2002/03/06  08:44:12
6327         Log: Subject: Re: perl@15047
6328              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6329              Date: Wed, 06 Mar 2002 10:38:02 +0100
6330              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
6331      Branch: perl
6332            ! pod/perldelta.pod
6333 ____________________________________________________________________________
6334 [ 15060] By: ams                                   on 2002/03/06  08:30:33
6335         Log: Subject: Update perlhist.pod
6336              From: mjd@plover.com
6337              Date: 6 Mar 2002 07:11:55 -0000
6338              Message-Id: <20020306071155.10240.qmail@plover.com>
6339              
6340              Subject: [PATCH pod/perlvar.pod] $^V => string
6341              From: Stas Bekman <stas@stason.org>
6342              Date: Wed, 06 Mar 2002 14:56:55 +0800
6343              Message-Id: <3C85BDB7.7050700@stason.org>
6344      Branch: perl
6345            ! pod/perlhist.pod pod/perlvar.pod
6346 ____________________________________________________________________________
6347 [ 15059] By: ams                                   on 2002/03/06  04:15:38
6348         Log: Subject: [PATCH] assorted configure.com fix-ups
6349              From: "Craig A. Berry" <craigberry@mac.com>
6350              Date: Tue, 5 Mar 2002 23:11:22 -0600
6351              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
6352      Branch: perl
6353            ! configure.com
6354 ____________________________________________________________________________
6355 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
6356         Log: IRIX failure with long doubles.
6357      Branch: perl
6358            ! t/op/pack.t
6359 ____________________________________________________________________________
6360 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
6361         Log: Make reality and Changes coincide.
6362      Branch: perl
6363            ! Changes
6364 ____________________________________________________________________________
6365 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
6366         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
6367              From: Anton Tagunov <tagunov@motor.ru>
6368              Date: Wed, 6 Mar 2002 02:10:21 +0300
6369              Message-ID: <11152782757.20020306021021@motor.ru>
6370              
6371              (reworded)
6372      Branch: perl
6373            ! pod/perluniintro.pod
6374 ____________________________________________________________________________
6375 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
6376         Log: Subject: [PATCH] B::Lint doesn't work
6377              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6378              Date: Tue, 5 Mar 2002 22:51:18 +0100
6379              Message-ID: <20020305225118.C733@rafael>
6380      Branch: perl
6381            ! ext/B/B/Lint.pm
6382 ____________________________________________________________________________
6383 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
6384         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
6385              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6386              Date: Mon, 04 Mar 2002 16:24:32 -0800
6387              Message-ID: <ABBh8gzkgezX092yn@efn.org>
6388      Branch: perl
6389            ! op.h pp_ctl.c t/op/flip.t
6390 ____________________________________________________________________________
6391 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
6392         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
6393              From: Nicholas Clark <nick@unfortu.net>
6394              Date: Tue, 5 Mar 2002 22:30:49 +0000
6395              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
6396      Branch: perl
6397            ! pod/perldelta.pod
6398 ____________________________________________________________________________
6399 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
6400         Log: Subject: [PATCH] tests for Gconvert
6401              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6402              Date: Tue, 05 Mar 2002 16:35:45 -0800
6403              Message-ID: <hRWh8gzkgONX092yn@efn.org>
6404      Branch: perl
6405            ! t/base/num.t
6406 ____________________________________________________________________________
6407 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
6408         Log: Subject: [PATCH] toplevel Makefile.SH
6409              From: Paul_GreenVOS@vos.stratus.com
6410              Date: Tue, 5 Mar 02 17:34 est
6411              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
6412      Branch: perl
6413            ! Makefile.SH
6414 ____________________________________________________________________________
6415 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
6416         Log: Subject: [PATCH] pointer to perldelta in Changes
6417              From: Chris Nandor <pudge@pobox.com>
6418              Date: Tue, 05 Mar 2002 16:04:50 -0500
6419              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
6420      Branch: perl
6421            ! Changes
6422 ____________________________________________________________________________
6423 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
6424         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
6425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6426              Date: Tue, 5 Mar 2002 22:26:20 +0100
6427              Message-ID: <20020305222620.A733@rafael>
6428      Branch: perl
6429            ! pod/perldelta.pod
6430 ____________________________________________________________________________
6431 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
6432         Log: Solaris: allow for /usr/bin/df not to exist.
6433              
6434              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
6435              From: Kingpin <mthurn@copper.dulles.tasc.com>
6436              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
6437              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
6438      Branch: perl
6439            ! hints/solaris_2.sh
6440 ____________________________________________________________________________
6441 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
6442         Log: Update Changes.
6443      Branch: perl
6444            ! Changes patchlevel.h
6445 ____________________________________________________________________________
6446 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
6447         Log: Double MANIFESTing.
6448      Branch: perl
6449            ! ext/Encode/MANIFEST
6450 ____________________________________________________________________________
6451 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
6452         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
6453      Branch: perl
6454            - ext/Encode/Encode/7bit-kr.enc
6455            - ext/Encode/lib/Encode/Tcl/HanZi.pm
6456            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
6457 ____________________________________________________________________________
6458 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
6459         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
6460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6461              Date: Tue, 5 Mar 2002 14:35:57 +0100
6462              Message-ID: <20020305143557.C695@rafael>   
6463      Branch: perl
6464            ! pp_sys.c t/lib/warnings/pp_sys
6465 ____________________________________________________________________________
6466 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
6467         Log: Subject: [PATCH Devel::PPPort]
6468              From: Robin Barker <rmb1@cise.npl.co.uk>
6469              Date: Tue, 5 Mar 2002 13:37:59 GMT
6470              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
6471      Branch: perl
6472            ! ext/Devel/PPPort/Makefile.PL
6473 ____________________________________________________________________________
6474 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
6475         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
6476      Branch: perl
6477            ! ext/Encode/t/Tcl.t
6478 ____________________________________________________________________________
6479 [ 15041] By: nick                                  on 2002/03/05  07:23:58
6480         Log: Integrate mainline (5.7.3)
6481      Branch: perlio
6482           +> ext/Encode/lib/Encode/CN/HZ.pm
6483            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
6484           !> (integrate 54 files)
6485 ____________________________________________________________________________
6486 [ 15040] By: ams                                   on 2002/03/05  05:10:33
6487         Log: Subject: DOC PATCH 5.7.3 (perldelta)
6488              From: mjd@plover.com
6489              Date: 5 Mar 2002 05:35:58 -0000
6490              Message-Id: <20020305053558.31677.qmail@plover.com>
6491      Branch: perl
6492            ! pod/perldelta.pod
6493 ____________________________________________________________________________
6494 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
6495         Log: This is 5.7.3.
6496      Branch: perl
6497            ! patchlevel.h
6498 ____________________________________________________________________________
6499 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
6500         Log: Shoo.
6501      Branch: perl
6502            ! ext/Encode/t/Tcl.t
6503 ____________________________________________________________________________
6504 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
6505         Log: Update Changes.
6506      Branch: perl
6507            ! Changes patchlevel.h
6508 ____________________________________________________________________________
6509 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
6510         Log: Regen perlapi.
6511      Branch: perl
6512            ! pod/perlapi.pod
6513 ____________________________________________________________________________
6514 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
6515         Log: Tie::File doc tweak for Win32 from mjd. 
6516      Branch: perl
6517            ! lib/Tie/File.pm
6518 ____________________________________________________________________________
6519 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
6520         Log: Regen toc.
6521      Branch: perl
6522            ! pod/perltoc.pod
6523 ____________________________________________________________________________
6524 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
6525         Log: Decommission Encode::Tcl HZ testing for now.
6526      Branch: perl
6527            ! ext/Encode/t/Tcl.t
6528 ____________________________________________________________________________
6529 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
6530         Log: Must have a return.
6531      Branch: perl
6532            ! pp_pack.c
6533 ____________________________________________________________________________
6534 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
6535         Log: The very latest win32 score from Jan Dubois.
6536      Branch: perl
6537            ! pod/perldelta.pod
6538 ____________________________________________________________________________
6539 [ 15030] By: ams                                   on 2002/03/05  01:40:01
6540         Log: Subject: [PATCH] README.macos
6541              From: Chris Nandor <pudge@pobox.com>
6542              Date: Mon, 04 Mar 2002 17:37:59 -0500
6543              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
6544      Branch: perl
6545            ! README.macos
6546 ____________________________________________________________________________
6547 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
6548         Log: "The last pieces of Chinese puzzle" from Autrijus.
6549      Branch: perl
6550            + ext/Encode/lib/Encode/CN/HZ.pm
6551            - ext/Encode/Encode/HZ.enc
6552            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
6553            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
6554 ____________________________________________________________________________
6555 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
6556         Log: Known test failures updates.
6557      Branch: perl
6558            ! pod/perldelta.pod
6559 ____________________________________________________________________________
6560 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
6561         Log: One more nit from mjd.
6562      Branch: perl
6563            ! lib/Tie/File/t/16_handle.t
6564 ____________________________________________________________________________
6565 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
6566         Log: Upgrade to Tie::File 0.17 from mjd.
6567      Branch: perl
6568            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
6569            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6570 ____________________________________________________________________________
6571 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
6572         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
6573              From: Nicholas Clark <nick@unfortu.net>
6574              Date: Mon, 4 Mar 2002 23:33:52 +0000
6575              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
6576      Branch: perl
6577            ! pod/perldelta.pod
6578 ____________________________________________________________________________
6579 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
6580         Log: Escapee.
6581      Branch: perl
6582            ! proto.h
6583 ____________________________________________________________________________
6584 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
6585         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
6586              From: Nicholas Clark <nick@unfortu.net>
6587              Date: Mon, 4 Mar 2002 22:48:38 +0000
6588              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
6589      Branch: perl
6590            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
6591            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
6592            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
6593            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
6594            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
6595            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
6596            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
6597 ____________________________________________________________________________
6598 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
6599         Log: Cleaner.
6600      Branch: perl
6601            ! Makefile.SH
6602 ____________________________________________________________________________
6603 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
6604         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
6605              From: Jeffrey Friedl <jfriedl@yahoo.com>
6606              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
6607              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
6608      Branch: perl
6609            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
6610            ! pod/perlvar.pod
6611 ____________________________________________________________________________
6612 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
6613         Log: More Han tweaks from Autrjius Tang: most importantly,
6614              gbk is identical to cp936, so gbk can be removed and
6615              taken care of by an alias.
6616      Branch: perl
6617            - ext/Encode/Encode/gbk.enc
6618            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6619            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
6620            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
6621            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6622 ____________________________________________________________________________
6623 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
6624         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
6625              From: Nicholas Clark <nick@unfortu.net>
6626              Date: Mon, 4 Mar 2002 22:20:13 +0000
6627              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
6628      Branch: perl
6629            ! pod/perldelta.pod
6630 ____________________________________________________________________________
6631 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
6632         Log: Based on
6633              
6634              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
6635              From: Anton Tagunov <tagunov@motor.ru>
6636              Date: Mon, 4 Mar 2002 21:14:39 +0300
6637              Message-ID: <1814137429.20020304211439@motor.ru>
6638      Branch: perl
6639            ! pod/perlunicode.pod
6640 ____________________________________________________________________________
6641 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
6642         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
6643              From: John Peacock <jpeacock@rowman.com>
6644              Date: Mon, 04 Mar 2002 16:18:42 -0500
6645              Message-ID: <3C83E4B2.3060700@rowman.com>
6646              
6647              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
6648              From: John Peacock <jpeacock@rowman.com>
6649              Date: Mon, 04 Mar 2002 16:42:55 -0500
6650              Message-ID: <3C83EA5F.80303@rowman.com>
6651      Branch: perl
6652            ! lib/ExtUtils/xsubpp pod/perlxs.pod
6653 ____________________________________________________________________________
6654 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
6655         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
6656              From: "Craig A. Berry" <craigberry@mac.com>
6657              Date: Mon, 04 Mar 2002 14:47:59 -0600
6658              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
6659              
6660              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
6661              From: "Craig A. Berry" <craigberry@mac.com>
6662              Date: Mon, 04 Mar 2002 15:04:58 -0600
6663              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
6664      Branch: perl
6665            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
6666 ____________________________________________________________________________
6667 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
6668         Log: metaconfig unit change for #15014.
6669      Branch: metaconfig/U/perl
6670            ! Extensions.U
6671 ____________________________________________________________________________
6672 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
6673         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
6674              of known extensions, where Encode::JP already is.
6675      Branch: perl
6676            ! Configure Porting/config.sh Porting/config_H uconfig.h
6677 ____________________________________________________________________________
6678 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
6679         Log: SJIS, from Dan Kogai.
6680      Branch: perl
6681            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
6682 ____________________________________________________________________________
6683 [ 15012] By: nick                                  on 2002/03/04  17:35:50
6684         Log: Intergrate perlio's Encode/compile
6685      Branch: perl
6686           !> ext/Encode/compile
6687 ____________________________________________________________________________
6688 [ 15011] By: nick                                  on 2002/03/04  17:29:54
6689         Log: Avoid $Id$ cleverness and just have a $VERSION.
6690      Branch: perlio
6691            ! ext/Encode/compile
6692 ____________________________________________________________________________
6693 [ 15010] By: nick                                  on 2002/03/04  17:29:14
6694         Log: Integrate mainline
6695      Branch: perlio
6696           +> lib/Math/BigInt/t/isa.t
6697           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
6698           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
6699           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
6700           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
6701           !> warnings.pl
6702 ____________________________________________________________________________
6703 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
6704         Log: Integrate ext/Encode/compile from perlio.
6705      Branch: perl
6706           !> ext/Encode/compile
6707 ____________________________________________________________________________
6708 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
6709         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
6710              updates not integrated, something odd going on in there.)
6711      Branch: perl
6712           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
6713           !> lib/Tie/File/t/16_handle.t
6714 ____________________________________________________________________________
6715 [ 15007] By: nick                                  on 2002/03/04  17:08:17
6716         Log: Integrate mainline
6717      Branch: perlio
6718           !> AUTHORS Changes Porting/Glossary Porting/config.sh
6719           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
6720           !> pod/perltoc.pod
6721 ____________________________________________________________________________
6722 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
6723         Log: A new M::BI test.
6724      Branch: perl
6725            + lib/Math/BigInt/t/isa.t
6726            ! MANIFEST
6727 ____________________________________________________________________________
6728 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
6729         Log: Subject: VMS test and perldelta update
6730              From: "Craig A. Berry" <craigberry@mac.com>
6731              Date: Mon, 04 Mar 2002 11:03:37 -0600
6732              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
6733      Branch: perl
6734            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
6735 ____________________________________________________________________________
6736 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
6737         Log: Needed for threaded builds.
6738      Branch: perl
6739            ! embed.fnc embed.h
6740 ____________________________________________________________________________
6741 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
6742         Log: Subject: [PATCH] taint + deprecated warnings
6743              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6744              Date: Mon, 4 Mar 2002 16:33:23 -0000
6745              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
6746      Branch: perl
6747            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
6748            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
6749            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
6750 ____________________________________________________________________________
6751 [ 15002] By: nick                                  on 2002/03/04  16:19:06
6752         Log: Win32 tweak
6753      Branch: perlio
6754            ! lib/Tie/File/t/16_handle.t
6755 ____________________________________________________________________________
6756 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
6757         Log: Update Changes.
6758      Branch: perl
6759            ! Changes patchlevel.h
6760 ____________________________________________________________________________
6761 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
6762         Log: AUTHORS updates.
6763      Branch: perl
6764            ! AUTHORS
6765 ____________________________________________________________________________
6766 [ 14999] By: nick                                  on 2002/03/04  15:26:43
6767         Log: Win32 hack
6768      Branch: perlio
6769            ! ext/Encode/compile ext/Encode/t/JP.t
6770 ____________________________________________________________________________
6771 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
6772         Log: Encode doc tweak from Autrijus Tang.
6773      Branch: perl
6774            ! ext/Encode/Encode.pm
6775 ____________________________________________________________________________
6776 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
6777         Log: Regen Glossary et al.  (It seems the #14875 didn't
6778              quite work in removing the double-dot?)
6779      Branch: perl
6780            ! Porting/Glossary Porting/config.sh Porting/config_H
6781 ____________________________________________________________________________
6782 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
6783         Log: Regen toc.
6784      Branch: perl
6785            ! pod/perltoc.pod
6786 ____________________________________________________________________________
6787 [ 14995] By: nick                                  on 2002/03/04  14:42:09
6788         Log: Remove debugging assert
6789      Branch: perlio
6790            ! ext/threads/shared/shared.xs
6791 ____________________________________________________________________________
6792 [ 14994] By: nick                                  on 2002/03/04  14:41:54
6793         Log: Integrate mainline
6794      Branch: perlio
6795           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
6796           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6797           !> lib/Tie/File/t/15_pushpop.t util.c
6798 ____________________________________________________________________________
6799 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
6800         Log: Han update from Autrijus Tang. 
6801      Branch: perl
6802            ! ext/Encode/Encode.pm
6803 ____________________________________________________________________________
6804 [ 14992] By: nick                                  on 2002/03/04  14:08:38
6805         Log: Integrate mainline - all tests pass - some noise from threads
6806              av_simple (SuSE7.3).
6807      Branch: perlio
6808           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
6809           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
6810           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
6811           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
6812           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
6813           +> lib/Tie/File/t/11_rv_splice_rs.t
6814           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
6815           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
6816           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6817            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
6818            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
6819            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
6820            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
6821            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
6822            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
6823            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
6824            - lib/Tie/File/15_pushpop.t
6825           !> (integrate 47 files)
6826 ____________________________________________________________________________
6827 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
6828         Log: Missing MANIFESTations.
6829      Branch: perl
6830            ! MANIFEST
6831 ____________________________________________________________________________
6832 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
6833         Log: Attempt at portability.
6834      Branch: perl
6835            ! util.c
6836 ____________________________________________________________________________
6837 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
6838         Log: Needed by #14985.
6839      Branch: perl
6840            ! embed.h global.sym proto.h
6841 ____________________________________________________________________________
6842 [ 14988] By: ams                                   on 2002/03/04  08:59:27
6843         Log: Upgrade to Tie::File 0.16.
6844      Branch: perl
6845            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6846            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
6847            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6848            ! lib/Tie/File/t/15_pushpop.t
6849 ____________________________________________________________________________
6850 [ 14987] By: ams                                   on 2002/03/04  08:48:11
6851         Log: Subject: [PATCH @14577] perly-fixer
6852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6853              Date: Mon, 4 Mar 2002 02:28:51 -0500
6854              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
6855      Branch: perl
6856            ! Makefile.SH perly.fixer
6857 ____________________________________________________________________________
6858 [ 14986] By: ams                                   on 2002/03/04  08:43:37
6859         Log: Subject: [PATCH @14577] xsubpp
6860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6861              Date: Mon, 4 Mar 2002 02:25:52 -0500
6862              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
6863      Branch: perl
6864            ! lib/ExtUtils/xsubpp pod/perlxs.pod
6865 ____________________________________________________________________________
6866 [ 14985] By: ams                                   on 2002/03/04  08:40:46
6867         Log: Subject: [PATCH @14577] sv_cmp and friends
6868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6869              Date: Mon, 4 Mar 2002 02:31:04 -0500
6870              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
6871      Branch: perl
6872            ! embed.fnc sv.c util.c
6873 ____________________________________________________________________________
6874 [ 14984] By: ams                                   on 2002/03/04  08:16:06
6875         Log: Fix File::Path docs as suggested by Ronald Kimball.
6876      Branch: perl
6877            ! lib/File/Path.pm
6878 ____________________________________________________________________________
6879 [ 14983] By: ams                                   on 2002/03/04  08:11:20
6880         Log: Update perldata fix as suggested by Benjamin Goldberg.
6881      Branch: perl
6882            ! pod/perldata.pod
6883 ____________________________________________________________________________
6884 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
6885         Log: Faulty skip.
6886      Branch: perl
6887            ! ext/DB_File/t/db-recno.t
6888 ____________________________________________________________________________
6889 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
6890         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
6891              From: Anton Tagunov <tagunov@motor.ru>
6892              Date: Mon, 4 Mar 2002 05:41:41 +0300
6893              Message-Id: <7916563907.20020304054141@motor.ru>
6894              
6895              Subject: [ID 20020303.005] Patch perlinicode C API description
6896              From: Anton Tagunov <tagunov@motor.ru>
6897              Date: Mon, 4 Mar 2002 06:08:23 +0300
6898              Message-Id: <2018165510.20020304060823@motor.ru>
6899      Branch: perl
6900            ! lib/utf8.pm pod/perlunicode.pod
6901 ____________________________________________________________________________
6902 [ 14980] By: ams                                   on 2002/03/04  02:19:20
6903         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
6904              From: Anton Tagunov <tagunov@motor.ru>
6905              Date: Mon, 4 Mar 2002 02:17:40 +0300
6906              Message-Id: <1344322124.20020304021740@motor.ru>
6907      Branch: perl
6908            ! pod/perldata.pod
6909 ____________________________________________________________________________
6910 [ 14979] By: ams                                   on 2002/03/04  02:17:54
6911         Log: Subject: RE: [PATCH] RE: DB_File breakage
6912              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6913              Date: Sun, 3 Mar 2002 23:56:31 -0000
6914              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
6915      Branch: perl
6916            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6917            ! ext/DB_File/t/db-recno.t
6918 ____________________________________________________________________________
6919 [ 14978] By: ams                                   on 2002/03/04  02:07:16
6920         Log: Subject: [PATCH] docs for ExtUtils::Manifest
6921              From: Nicholas Clark <nick@unfortu.net>
6922              Date: Sun, 3 Mar 2002 23:29:25 +0000
6923              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
6924      Branch: perl
6925            ! lib/ExtUtils/Manifest.pm
6926 ____________________________________________________________________________
6927 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
6928         Log: Forgot from the M::BI 1.54 update.
6929      Branch: perl
6930            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
6931            ! lib/Math/BigInt/t/upgrade.inc
6932 ____________________________________________________________________________
6933 [ 14976] By: ams                                   on 2002/03/04  02:04:32
6934         Log: Subject: [PATCH] attr
6935              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6936              Date: Sun, 3 Mar 2002 22:09:58 -0000
6937              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
6938      Branch: perl
6939            ! lib/warnings.pm warnings.pl
6940 ____________________________________________________________________________
6941 [ 14975] By: ams                                   on 2002/03/04  02:01:27
6942         Log: Subject: [PATCH] File::Path documentation
6943              From: Colin Meyer <cmeyer@helvella.org>
6944              Date: Sun, 3 Mar 2002 14:54:24 -0800
6945              Message-Id: <20020303145424.A21774@hobart.helvella.org>
6946      Branch: perl
6947            ! lib/File/Path.pm
6948 ____________________________________________________________________________
6949 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
6950         Log: Typo.
6951      Branch: perl
6952            ! lib/Math/BigInt/t/upgrade.t
6953 ____________________________________________________________________________
6954 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
6955         Log: Editing errors.
6956      Branch: perl
6957            ! MANIFEST
6958 ____________________________________________________________________________
6959 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
6960         Log: Upgrade to Math::BigInt 1.54.
6961      Branch: perl
6962            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6963            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
6964            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
6965            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
6966            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
6967            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
6968 ____________________________________________________________________________
6969 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
6970         Log: Test tweak from Craig Berry.
6971      Branch: perl
6972            ! lib/Tie/File/t/15_pushpop.t
6973 ____________________________________________________________________________
6974 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
6975         Log: Upgrade to Tie::File 0.15.
6976      Branch: perl
6977            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
6978            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
6979            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
6980            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
6981            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
6982            + lib/Tie/File/t/11_rv_splice_rs.t
6983            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
6984            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
6985            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
6986            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
6987            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
6988            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
6989            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
6990            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
6991            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
6992            - lib/Tie/File/15_pushpop.t
6993            ! MANIFEST lib/Tie/File.pm
6994 ____________________________________________________________________________
6995 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
6996         Log: The EBCDIC gaps apply only to the real A-Z.
6997      Branch: perl
6998            ! ext/B/B/Deparse.pm
6999 ____________________________________________________________________________
7000 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
7001         Log: EBCDIC: deparse \cX correctly.
7002      Branch: perl
7003            ! ext/B/B/Deparse.pm
7004 ____________________________________________________________________________
7005 [ 14967] By: ams                                   on 2002/03/03  18:18:00
7006         Log: Subject: [PATCH] nit in perlsyn.pod
7007              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7008              Date: Sun, 03 Mar 2002 20:16:10 +0100
7009              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
7010      Branch: perl
7011            ! pod/perlsyn.pod
7012 ____________________________________________________________________________
7013 [ 14966] By: ams                                   on 2002/03/03  18:06:32
7014         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
7015              From: Michael G Schwern <schwern@pobox.com>
7016              Date: Sun, 3 Mar 2002 13:33:28 -0500
7017              Message-Id: <20020303183328.GA3296@blackrider>
7018      Branch: perl
7019            ! utils/h2xs.PL
7020 ____________________________________________________________________________
7021 [ 14965] By: ams                                   on 2002/03/03  18:00:03
7022         Log: Subject: [ PATCH ] HP back to default
7023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7024              Date: Sun, 03 Mar 2002 18:48:34 +0100
7025              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
7026      Branch: perl
7027            ! hints/hpux.sh
7028 ____________________________________________________________________________
7029 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
7030         Log: EBCDIC: special cases of special cases.
7031      Branch: perl
7032            ! t/uni/case.pl
7033 ____________________________________________________________________________
7034 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
7035         Log: EBCDIC: the v-string components cannot exceed 2147483647.
7036      Branch: perl
7037            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
7038 ____________________________________________________________________________
7039 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
7040         Log: Remove the bogus "incorrect case" warning completely.
7041              The problem exists, but the cure, in which ever form
7042              it will be, needs to be something more subtle.
7043      Branch: perl
7044            ! op.c pod/perldiag.pod
7045 ____________________________________________________________________________
7046 [ 14961] By: ams                                   on 2002/03/03  13:39:09
7047         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
7048              From: Mark-Jason Dominus <mjd@plover.com>
7049              Date: Sun, 03 Mar 2002 09:32:16 -0500
7050              Message-Id: <20020303143216.10536.qmail@plover.com>
7051      Branch: perl
7052            ! t/op/tiearray.t
7053 ____________________________________________________________________________
7054 [ 14960] By: nick                                  on 2002/03/03  09:59:59
7055         Log: Integrate mainline
7056      Branch: perlio
7057           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
7058            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
7059            ! ext/Encode/compile
7060           !> (integrate 27 files)
7061 ____________________________________________________________________________
7062 [ 14959] By: ams                                   on 2002/03/03  08:11:34
7063         Log: Fix #14957.
7064      Branch: perl
7065            ! ext/DB_File/t/db-recno.t
7066 ____________________________________________________________________________
7067 [ 14958] By: ams                                   on 2002/03/03  05:51:00
7068         Log: Subject: [PATCH @14577] NL in debugger
7069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7070              Date: Sat, 2 Mar 2002 05:34:12 -0500
7071              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
7072      Branch: perl
7073            ! lib/perl5db.pl
7074 ____________________________________________________________________________
7075 [ 14957] By: ams                                   on 2002/03/03  05:00:04
7076         Log: Subject: Re: DB_File breakage
7077              From: Schuyler Erle <schuyler@oreilly.com>
7078              Date: Sat, 02 Mar 2002 21:50:30 -0800
7079              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
7080      Branch: perl
7081            ! ext/DB_File/t/db-recno.t
7082 ____________________________________________________________________________
7083 [ 14956] By: ams                                   on 2002/03/03  04:40:08
7084         Log: Subject: [PATCH @14577] Debugging OPs
7085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7086              Date: Sat, 2 Mar 2002 05:49:58 -0500
7087              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
7088      Branch: perl
7089            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
7090            ! pod/perlrun.pod sv.h
7091 ____________________________________________________________________________
7092 [ 14955] By: ams                                   on 2002/03/03  04:34:41
7093         Log: Subject: Tie::Array doc patch
7094              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
7095              Date: Sat, 02 Mar 2002 08:42:56 +0900
7096              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
7097      Branch: perl
7098            ! lib/Tie/Array.pm
7099 ____________________________________________________________________________
7100 [ 14954] By: ams                                   on 2002/03/03  04:23:33
7101         Log: Subject: Re: Smoke 14870
7102              From: Nicholas Clark <nick@unfortu.net>
7103              Date: Sat, 2 Mar 2002 20:00:53 +0000
7104              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
7105      Branch: perl
7106            ! README.hpux
7107 ____________________________________________________________________________
7108 [ 14953] By: ams                                   on 2002/03/03  04:15:49
7109         Log: Subject: RE: VERSION core
7110              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7111              Date: Sat, 2 Mar 2002 22:50:44 -0000
7112              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
7113      Branch: perl
7114            ! t/comp/use.t
7115 ____________________________________________________________________________
7116 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
7117         Log: The #14949 removed this error from non-Win32.
7118      Branch: perl
7119            ! t/lib/warnings/op
7120 ____________________________________________________________________________
7121 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
7122         Log: BeOS back on track.
7123      Branch: perl
7124            ! README.beos
7125 ____________________________________________________________________________
7126 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
7127         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
7128              higher is okay.
7129      Branch: perl
7130            ! ext/POSIX/t/posix.t
7131 ____________________________________________________________________________
7132 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
7133         Log: For now, make "incorrect case" a Win32-only warning.
7134      Branch: perl
7135            ! op.c
7136 ____________________________________________________________________________
7137 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
7138         Log: Demand more before attempting socketpair().
7139      Branch: perl
7140            ! pp_sys.c
7141 ____________________________________________________________________________
7142 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
7143         Log: Remove obsolete hack.
7144      Branch: perl
7145            ! makedepend.SH
7146 ____________________________________________________________________________
7147 [ 14946] By: ams                                   on 2002/03/02  16:00:32
7148         Log: Forgot to delete encode.* from MANIFEST.
7149      Branch: perl
7150            ! MANIFEST
7151 ____________________________________________________________________________
7152 [ 14945] By: ams                                   on 2002/03/02  14:41:03
7153         Log: Delete ex-test output.
7154      Branch: perl
7155            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
7156 ____________________________________________________________________________
7157 [ 14944] By: ams                                   on 2002/03/02  13:54:35
7158         Log: Subject: [PATCH] DB_File 1.803
7159              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7160              Date: Sat, 2 Mar 2002 14:33:32 -0000
7161              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
7162      Branch: perl
7163            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7164            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
7165 ____________________________________________________________________________
7166 [ 14943] By: ams                                   on 2002/03/02  13:43:06
7167         Log: Upgrade to Tie::File 0.14.
7168      Branch: perl
7169            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
7170            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
7171            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
7172 ____________________________________________________________________________
7173 [ 14942] By: nick                                  on 2002/03/02  11:05:53
7174         Log: Integrate mainline
7175      Branch: perlio
7176           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
7177           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
7178           +> ext/Encode/t/table.utf8
7179           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
7180           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
7181           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
7182           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
7183           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
7184           !> universal.c utils/perldoc.PL
7185 ____________________________________________________________________________
7186 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
7187         Log: More CJK (just C, really) tables from Autrijus Tang
7188              (originally from iconv, used with permission of Bruno Haible)
7189      Branch: perl
7190            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
7191            + ext/Encode/Encode/iso-ir-165.enc
7192            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
7193            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
7194            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
7195 ____________________________________________________________________________
7196 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
7197         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
7198              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7199              Date: Fri, 1 Mar 2002 15:32:13 -0500
7200              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
7201      Branch: perl
7202            ! utils/perldoc.PL
7203 ____________________________________________________________________________
7204 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
7205         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
7206              From: Schuyler Erle <schuyler@oreilly.com>
7207              Date: Fri, 01 Mar 2002 14:22:19 -0800
7208              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
7209              
7210              Subject: Re: PATCH: "splice() offset past end of array" warning.
7211              From: Mark-Jason Dominus <mjd@plover.com>
7212              Date: Fri, 01 Mar 2002 17:19:49 -0500
7213              Message-ID: <20020301221949.7610.qmail@plover.com>
7214      Branch: perl
7215            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
7216 ____________________________________________________________________________
7217 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
7218         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
7219              From: Mark-Jason Dominus <mjd@plover.com>
7220              Date: Fri, 01 Mar 2002 18:35:35 -0500
7221              Message-ID: <20020301233535.15969.qmail@plover.com>
7222      Branch: perl
7223            ! av.c
7224 ____________________________________________________________________________
7225 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
7226         Log: Subject: RE: VERSION core
7227              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7228              Date: Fri, 1 Mar 2002 23:47:48 -0000
7229              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
7230      Branch: perl
7231            ! pod/perldiag.pod universal.c
7232 ____________________________________________________________________________
7233 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
7234         Log: Update Changes
7235      Branch: maint-5.6/macperl
7236            ! macos/Changes
7237 ____________________________________________________________________________
7238 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
7239         Log: Fix update to resources
7240      Branch: maint-5.6/macperl
7241            ! macos/macperl/MacPerl.r
7242 ____________________________________________________________________________
7243 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
7244         Log: metaconfig unit change for #14930.
7245      Branch: metaconfig
7246            ! U/modified/Init.U
7247 ____________________________________________________________________________
7248 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
7249         Log: Fix debugger to handle Mac OS psedofiles
7250      Branch: maint-5.6/macperl
7251            ! lib/DB.pm lib/perl5db.pl
7252 ____________________________________________________________________________
7253 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
7254         Log: Various fixes from Thomas Wegner
7255      Branch: maint-5.6/macperl
7256            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
7257 ____________________________________________________________________________
7258 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
7259         Log: Some resource updates
7260      Branch: maint-5.6/macperl
7261            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
7262            ! macos/macperl/MacPerl.rsrc
7263 ____________________________________________________________________________
7264 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
7265         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
7266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7267              Date: Fri, 01 Mar 2002 09:38:59 -0800
7268              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
7269      Branch: perl
7270            ! Configure
7271 ____________________________________________________________________________
7272 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
7273         Log: Add some missing sfio symbols (Alan Fry)
7274      Branch: maint-5.6/macperl
7275            ! macos/macperl.sym
7276 ____________________________________________________________________________
7277 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
7278         Log: Update version and README
7279      Branch: maint-5.6/macperl
7280            ! README.macos macos/MPVersion.r
7281 ____________________________________________________________________________
7282 [ 14926] By: nick                                  on 2002/03/01  15:56:41
7283         Log: Integrate mainline
7284      Branch: perlio
7285           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
7286           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
7287           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
7288           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
7289           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
7290           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
7291           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
7292           +> lib/Tie/File/13_size_rs.t
7293           !> (integrate 80 files)
7294 ____________________________________________________________________________
7295 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
7296         Log: Better advertising.
7297      Branch: perl
7298            ! pod/perldelta.pod pod/perlfaq5.pod
7299 ____________________________________________________________________________
7300 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
7301         Log: Update Changes.
7302      Branch: perl
7303            ! Changes patchlevel.h
7304 ____________________________________________________________________________
7305 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
7306         Log: Lost in the shuffle.
7307      Branch: perl
7308            + lib/Math/BigInt/t/downgrade.t
7309            ! MANIFEST
7310 ____________________________________________________________________________
7311 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
7312         Log: Advertise Tie::File.
7313      Branch: perl
7314            ! pod/perldelta.pod pod/perlfaq5.pod
7315 ____________________________________________________________________________
7316 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
7317         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
7318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7319              Date: Thu, 28 Feb 2002 18:55:48 +0100
7320              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
7321      Branch: perl
7322            ! x2p/walk.c
7323 ____________________________________________________________________________
7324 [ 14920] By: ams                                   on 2002/03/01  09:06:01
7325         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
7326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7327              Date: Tue, 26 Feb 2002 19:54:31 -0500
7328              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
7329      Branch: perl
7330            ! embed.fnc ext/B/B/Deparse.pm gv.c
7331 ____________________________________________________________________________
7332 [ 14919] By: ams                                   on 2002/03/01  03:03:12
7333         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
7334      Branch: perl
7335            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
7336            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
7337            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
7338            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
7339            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
7340            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
7341            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
7342 ____________________________________________________________________________
7343 [ 14918] By: ams                                   on 2002/03/01  02:36:58
7344         Log: Add Tie::File 0.12 from MJD.
7345      Branch: perl
7346            + lib/Tie/File.pm lib/Tie/File/01_gen.t
7347            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
7348            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
7349            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
7350            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
7351            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
7352            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
7353            ! MANIFEST
7354 ____________________________________________________________________________
7355 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
7356         Log: Encoding name mapping tweaks.
7357      Branch: perl
7358            ! ext/Encode/Encode.pm
7359 ____________________________________________________________________________
7360 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
7361         Log: metaconfig unit change for #14915.
7362      Branch: metaconfig
7363            ! U/modified/Init.U
7364 ____________________________________________________________________________
7365 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
7366         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
7367              From: Paul_GreenVOS@vos.stratus.com
7368              Date: Thu, 28 Feb 02 15:05 est
7369              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
7370      Branch: perl
7371            ! Configure
7372 ____________________________________________________________________________
7373 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
7374         Log: PL_bostr was pointing to the wrong string
7375              (a string left around from the loading of the Unicode \w)
7376              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
7377              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
7378      Branch: perl
7379            ! regexec.c
7380 ____________________________________________________________________________
7381 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
7382         Log: Sync with libnet-1.10
7383      Branch: perl
7384            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
7385            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
7386            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
7387            ! lib/Net/t/netrc.t
7388 ____________________________________________________________________________
7389 [ 14912] By: ams                                   on 2002/02/28  13:02:50
7390         Log: Subject: [PATCH] perldelta.pod fixes
7391              From: Autrijus Tang <autrijus@autrijus.org>
7392              Date: Thu, 28 Feb 2002 21:44:15 +0800
7393              Message-Id: <20020228134415.GB16422@not.autrijus.org>
7394      Branch: perl
7395            ! pod/perldelta.pod
7396 ____________________________________________________________________________
7397 [ 14911] By: ams                                   on 2002/02/28  11:31:44
7398         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
7399              From: Stas Bekman <stas@stason.org>
7400              Date: Mon, 04 Feb 2002 16:18:53 +0800
7401              Message-Id: <3C7E1E5F.1000605@stason.org>
7402              (Applied by hand).
7403      Branch: perl
7404            ! lib/File/Copy.pm
7405 ____________________________________________________________________________
7406 [ 14910] By: ams                                   on 2002/02/28  11:26:47
7407         Log: Subject: [PATCH lib/Pod/Html.pm]
7408              From: Stas Bekman <stas@stason.org>
7409              Date: Thu, 28 Feb 2002 20:05:01 +0800
7410              Message-Id: <3C7E1CED.7000307@stason.org>
7411      Branch: perl
7412            ! lib/Pod/Html.pm
7413 ____________________________________________________________________________
7414 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
7415         Log: Tests for #14908.
7416      Branch: perl
7417            ! t/op/pat.t
7418 ____________________________________________________________________________
7419 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
7420         Log: Make shared hash keys to be \0-terminated:
7421              one possible resolution for
7422              "UTF-8, weird \w behaviour after HASH-KEY-ification"
7423              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
7424              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
7425              The hash keys weren't \0-terminated.  This meant that the EOL ($)
7426              in regmatch() got the nextchr beyond the last character.  Since
7427              the keys were UTF-8, the nextchr was \1, not the usual
7428              string-terminating \0.  Wham, no match.
7429              
7430              I think another possible resolution could be to stop the nextchr
7431              computation in regmatch() from peeking beyond the last character
7432              of the string:
7433              
7434              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
7435      Branch: perl
7436            ! hv.c hv.h
7437 ____________________________________________________________________________
7438 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
7439         Log: Subject: [PATCH] Perl interface to newIO()
7440              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7441              Date: Wed, 27 Feb 2002 20:15:27 -0800
7442              Message-ID: <f7af8gzkgaET092yn@efn.org>
7443      Branch: perl
7444            ! lib/Symbol.pm
7445 ____________________________________________________________________________
7446 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
7447         Log: The "list" part of
7448              
7449              Subject: [PATCH perlop] .. returns a *list* of *integers*
7450              From: Mike Guy <mjtg@cam.ac.uk>
7451              Date: Tue, 26 Feb 2002 18:30:22 +0000
7452              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
7453              
7454              plus few nits.
7455      Branch: perl
7456            ! pod/perlop.pod
7457 ____________________________________________________________________________
7458 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
7459         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
7460              From: Abe Timmerman <abe@ztreet.demon.nl>
7461              Date: Thu, 28 Feb 2002 00:04:06 +0100
7462              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
7463      Branch: perl
7464            ! lib/File/stat.t
7465 ____________________________________________________________________________
7466 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
7467         Log: Integrate from maintperl.
7468      Branch: maint-5.6/macperl
7469           !> doio.c op.c t/io/open.t t/pragma/strict-subs
7470 ____________________________________________________________________________
7471 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
7472         Log: Upgrade to Math::BigInt 1.53.
7473      Branch: perl
7474            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7475            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
7476            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7477            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
7478            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
7479            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
7480 ____________________________________________________________________________
7481 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
7482         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
7483              From: "Craig A. Berry" <craigberry@mac.com>
7484              Date: Wed, 27 Feb 2002 15:36:38 -0600
7485              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
7486      Branch: perl
7487            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
7488            ! vms/ext/filespec.t
7489 ____________________________________________________________________________
7490 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
7491         Log: Subject: [PATCH] Some minor changes for Cygwin
7492              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
7493              Date: Wed, 27 Feb 2002 22:25:41 +0100
7494              Message-ID: <14296492589.20020227222541@familiehaase.de>
7495      Branch: perl
7496            ! Makefile.SH README.cygwin cygwin/perlld.in
7497 ____________________________________________________________________________
7498 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
7499         Log: Update the UTF-8 explanation table.
7500      Branch: perl
7501            ! pod/perlunicode.pod utf8.h
7502 ____________________________________________________________________________
7503 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
7504         Log: Repatch from Robin Barker: anon subs in C<package;> are
7505              now __ANON__::__ANON__ (should help for mod_perl package
7506              since #12251)
7507      Branch: perl
7508            ! gv.c op.c t/op/runlevel.t toke.c
7509 ____________________________________________________________________________
7510 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
7511         Log: Update Changes.
7512      Branch: perl
7513            ! Changes patchlevel.h
7514 ____________________________________________________________________________
7515 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
7516         Log: perldelta updates.
7517      Branch: perl
7518            ! pod/perldelta.pod
7519 ____________________________________________________________________________
7520 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
7521         Log: Signedness nit.
7522      Branch: perl
7523            ! regexec.c
7524 ____________________________________________________________________________
7525 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
7526         Log: Subject: Re: Smoke 14870
7527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7528              Date: Wed, 27 Feb 2002 16:48:35 +0100
7529              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
7530              
7531              (with some additional garnish)
7532      Branch: perl
7533            ! README.hpux hints/hpux.sh
7534 ____________________________________________________________________________
7535 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
7536         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
7537              into perl.exp in AIX.
7538      Branch: perl
7539            ! makedef.pl perl.h
7540 ____________________________________________________________________________
7541 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
7542         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
7543              From: Robin Barker <rmb1@cise.npl.co.uk>
7544              Date: Wed, 27 Feb 2002 14:39:35 GMT
7545              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
7546      Branch: perl
7547            ! pod/perlrun.pod
7548 ____________________________________________________________________________
7549 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
7550         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
7551              From: Robin Barker <rmb1@cise.npl.co.uk>
7552              Date: Wed, 27 Feb 2002 12:25:30 GMT
7553              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
7554      Branch: perl
7555            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
7556            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
7557            ! pod/perlunicode.pod pod/perluniintro.pod
7558 ____________________________________________________________________________
7559 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
7560         Log: Only modify LD_LIBRARY_PATH in case there are directories.
7561      Branch: perl
7562            ! hints/dec_osf.sh
7563 ____________________________________________________________________________
7564 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
7565         Log: Subject: [PATCH] perl/hints/vos.sh
7566              From: Paul_GreenVOS@vos.stratus.com
7567              Date: Tue, 26 Feb 02 15:19 est
7568              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
7569      Branch: perl
7570            ! hints/vos.sh
7571 ____________________________________________________________________________
7572 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
7573         Log: Forgot from #14888.
7574      Branch: perl
7575            ! ext/Unicode/Normalize/mkheader
7576 ____________________________________________________________________________
7577 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
7578         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
7579      Branch: perl
7580            ! ext/Unicode/Normalize/Changes
7581            ! ext/Unicode/Normalize/Normalize.pm
7582            ! ext/Unicode/Normalize/Normalize.xs
7583            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
7584            ! ext/Unicode/Normalize/t/test.t
7585 ____________________________________________________________________________
7586 [ 14887] By: ams                                   on 2002/02/26  23:51:52
7587         Log: Subject: Missing diagnostics
7588              From: Simon Glover <scog@roe.ac.uk>
7589              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
7590              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
7591              
7592              Subject: [PATCH] Better wording for the lvalue vec diagnostic
7593              From: Simon Glover <scog@roe.ac.uk>
7594              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
7595              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
7596      Branch: perl
7597            ! doop.c pod/perldiag.pod t/op/vec.t
7598 ____________________________________________________________________________
7599 [ 14886] By: ams                                   on 2002/02/26  15:48:34
7600         Log: Subject: [PATCH] Not OK 5.7.2@14884
7601              From: andreas.koenig@anima.de (Andreas J. Koenig)
7602              Date: Tue, 26 Feb 2002 15:03:55 +0100
7603              Message-Id: <m38z9gfigk.fsf@anima.de>
7604      Branch: perl
7605            ! t/lib/access.t
7606 ____________________________________________________________________________
7607 [ 14885] By: nick                                  on 2002/02/26  13:48:55
7608         Log: Integrate mainline
7609      Branch: perlio
7610           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
7611           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
7612           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
7613            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
7614           !> (integrate 102 files)
7615 ____________________________________________________________________________
7616 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
7617         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
7618              1.1999999999999996, or thereabouts (yes, even sprintf).
7619      Branch: perl
7620            ! t/base/num.t
7621 ____________________________________________________________________________
7622 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
7623         Log: Neither.
7624      Branch: perl
7625            ! pod/perldelta.pod
7626 ____________________________________________________________________________
7627 [ 14882] By: ams                                   on 2002/02/26  08:46:55
7628         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
7629              From: Michael G Schwern <schwern@pobox.com>
7630              Date: Tue, 26 Feb 2002 01:01:28 -0500
7631              Message-Id: <20020226060128.GA2439@blackrider>
7632      Branch: perl
7633            ! hv.c pod/perldiag.pod
7634 ____________________________________________________________________________
7635 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
7636         Log: Subject: [PATCH B::Concise] docs, typos
7637              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7638              Date: Mon, 25 Feb 2002 16:41:16 +0100
7639              Message-ID: <20020225164116.A1054@rafael>
7640      Branch: perl
7641            ! ext/B/B/Concise.pm
7642 ____________________________________________________________________________
7643 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
7644         Log: POSIX: add isatty to @EXPORT_OK, reformat.
7645      Branch: perl
7646            ! ext/POSIX/POSIX.pm
7647 ____________________________________________________________________________
7648 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
7649         Log: If using -Dloclibpth=... the directories need to
7650              be appended to LD_LIBRARY_PATH (and ickily, if those
7651              directories contain a (newer?) libdb.so, we need to
7652              prepend    /usr/shlib to loclibpth).
7653      Branch: perl
7654            ! hints/dec_osf.sh
7655 ____________________________________________________________________________
7656 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
7657         Log: Subject: [PATCH] Perl interface to newIO()
7658              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
7659              Date: Mon, 25 Feb 2002 15:04:57 -0800
7660              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
7661      Branch: perl
7662            ! lib/Symbol.pm lib/Symbol.t
7663 ____________________________________________________________________________
7664 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
7665         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
7666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
7667              Date: Mon, 25 Feb 2002 21:58:30 +0100
7668              Message-ID: <20020225215830.A744@rafael>
7669      Branch: perl
7670            ! pod/perlvar.pod
7671 ____________________________________________________________________________
7672 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
7673         Log: Big5 tweaks from Autrijus Tang.
7674      Branch: perl
7675            ! ext/Encode/Encode/big5.enc
7676 ____________________________________________________________________________
7677 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
7678         Log: Subject: [PATCH Glossary configpm] cleanups
7679              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7680              Date: Mon, 25 Feb 2002 23:27:15 +0100
7681              Message-ID: <20020225232715.C744@rafael>
7682      Branch: perl
7683            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
7684 ____________________________________________________________________________
7685 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
7686         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
7687              From: Nicholas Clark <nick@unfortu.net>
7688              Date: Mon, 25 Feb 2002 21:53:24 +0000
7689              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
7690      Branch: perl
7691            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
7692            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7693            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
7694 ____________________________________________________________________________
7695 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
7696         Log: Upgrade to I18N::LangTags 0.27.
7697              (Causes one flipflop back to perl.com URL, must poke Sean.)
7698      Branch: perl
7699            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7700            ! lib/I18N/LangTags/List.pm
7701 ____________________________________________________________________________
7702 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
7703         Log: Upgrade to Getopt::Long 2.28.
7704      Branch: perl
7705            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
7706            ! lib/Getopt/Long/README
7707 ____________________________________________________________________________
7708 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
7709         Log: No =head.
7710      Branch: perl
7711            ! pod/perlebcdic.pod
7712 ____________________________________________________________________________
7713 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
7714         Log: Update Changes.
7715      Branch: perl
7716            ! Changes patchlevel.h
7717 ____________________________________________________________________________
7718 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
7719         Log: metaconfig unit change for #14868.
7720      Branch: metaconfig
7721            ! U/modified/Chk_MANI.U
7722 ____________________________________________________________________________
7723 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
7724         Log: Some hosts understand split -l 50, some only split -50
7725              (from Paul Eggert).
7726      Branch: perl
7727            ! Configure
7728 ____________________________________________________________________________
7729 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
7730         Log: Subject: Re: [PATCH bleadperl] socketpair.t
7731              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7732              Date: Sun, 24 Feb 2002 10:31:25 +0100
7733              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
7734              
7735              (the pid half only)
7736      Branch: perl
7737            ! win32/win32.c
7738 ____________________________________________________________________________
7739 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
7740         Log: Mention the new pack tricks.
7741      Branch: perl
7742            ! pod/perldelta.pod
7743 ____________________________________________________________________________
7744 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
7745         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
7746              From: Richard.Foley@t-online.de (Richard Foley)
7747              Date: Mon, 25 Feb 2002 13:47:03 +0100
7748              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
7749      Branch: perl
7750            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
7751            ! pod/perldebug.pod pod/perldelta.pod
7752 ____________________________________________________________________________
7753 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
7754         Log: Typo corrections from John P. Linderman.
7755      Branch: perl
7756            ! ext/IPC/SysV/Semaphore.pm
7757 ____________________________________________________________________________
7758 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
7759         Log: Upgrade to Math::BigInt 1.52.
7760      Branch: perl
7761            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7762            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
7763            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7764            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
7765            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
7766 ____________________________________________________________________________
7767 [ 14862] By: ams                                   on 2002/02/25  10:39:40
7768         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
7769              From: Robin Barker <rmb1@cise.npl.co.uk>
7770              Date: Mon, 25 Feb 2002 11:35:06 GMT
7771              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
7772              
7773              Subject: [PATCH Net/Cmd.pm]
7774              From: Robin Barker <rmb1@cise.npl.co.uk>
7775              Date: Mon, 25 Feb 2002 11:37:06 GMT
7776              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
7777      Branch: perl
7778            ! lib/Cwd.pm lib/Net/Cmd.pm
7779 ____________________________________________________________________________
7780 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
7781         Log: Cut-and-paste errors.
7782      Branch: perl
7783            ! t/op/pat.t
7784 ____________________________________________________________________________
7785 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
7786         Log: EBCDIC: the control characters are not that easy to find.
7787      Branch: perl
7788            ! t/op/pat.t
7789 ____________________________________________________________________________
7790 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
7791         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
7792              From: John Peacock <jpeacock@rowman.com>
7793              Date: Sun, 24 Feb 2002 22:08:28 -0500
7794              Message-ID: <3C79AAAC.6060903@rowman.com>
7795      Branch: perl
7796            ! sv.c
7797 ____________________________________________________________________________
7798 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
7799         Log: SvSetSV() is not returnable, but that's okay since
7800              sv_copypv() returns void.
7801      Branch: perl
7802            ! sv.c
7803 ____________________________________________________________________________
7804 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
7805         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
7806              From: John Peacock <jpeacock@rowman.com>                 
7807              Date: Sun, 24 Feb 2002 16:40:07 -0500
7808              Message-ID: <3C795DB7.40105@rowman.com>               
7809      Branch: perl
7810            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
7811            ! pp_hot.c proto.h sv.c
7812 ____________________________________________________________________________
7813 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
7814         Log: Tiny code cleanup.
7815      Branch: perl
7816            ! regexec.c
7817 ____________________________________________________________________________
7818 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
7819         Log: Use to_uni_fold().
7820      Branch: perl
7821            ! regcomp.c
7822 ____________________________________________________________________________
7823 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
7824         Log: Document the new taint behaviour of exec LIST and
7825              system LIST.
7826      Branch: perl
7827            ! pod/perldelta.pod
7828 ____________________________________________________________________________
7829 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
7830         Log: Subject: [PATCH] Re: taint news
7831              From: Rick Delaney <rick.delaney@rogers.com>             
7832              Date: 24 Feb 2002 11:35:00 -0500
7833              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
7834      Branch: perl
7835            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
7836 ____________________________________________________________________________
7837 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
7838         Log: EBCDIC tweak (native instead of uni) and comment update.
7839      Branch: perl
7840            ! regexec.c
7841 ____________________________________________________________________________
7842 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
7843         Log: Using uninitialized (and wrong) variables is not good.
7844      Branch: perl
7845            ! regcomp.c
7846 ____________________________________________________________________________
7847 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
7848         Log: EBCDIC: this seems to calm the last of the
7849              Malformed UTF-8 warnings.
7850      Branch: perl
7851            ! regcomp.c utf8.c
7852 ____________________________________________________________________________
7853 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
7854         Log: EBCDIC: document using Encode for character conversions.
7855      Branch: perl
7856            ! pod/perlebcdic.pod
7857 ____________________________________________________________________________
7858 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
7859         Log: EBCDIC: disable also Unicode::Collate and
7860              Unicode::Normalize for now.  Real users of
7861              EBCDIC have to decide what they want.
7862      Branch: perl
7863            ! ext/Unicode/Normalize/Normalize.pm
7864            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7865            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
7866            ! lib/Unicode/Collate/t/test.t
7867 ____________________________________________________________________________
7868 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
7869         Log: AUTHORS updates.
7870      Branch: perl
7871            ! AUTHORS
7872 ____________________________________________________________________________
7873 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
7874         Log: Retract #14571: there may be a better solution than
7875              tweaking the test.
7876      Branch: perl
7877            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7878 ____________________________________________________________________________
7879 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
7880         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
7881              From: "Craig A. Berry" <craigberry@mac.com> 
7882              Date: Sat, 23 Feb 2002 14:14:35 -0600
7883              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
7884      Branch: perl
7885            ! configure.com
7886 ____________________________________________________________________________
7887 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
7888         Log: metaconfig unit change for #14843.
7889      Branch: metaconfig/U/perl
7890            ! Extensions.U
7891 ____________________________________________________________________________
7892 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
7893         Log: Also Encode/JP needs to be listed explicitly.
7894              (Any other sub-Encode extensions?)
7895      Branch: perl
7896            ! Configure
7897 ____________________________________________________________________________
7898 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
7899         Log: Document known UNICOS/mk deficiency.
7900      Branch: perl
7901            ! pod/perldelta.pod
7902 ____________________________________________________________________________
7903 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
7904         Log: Subject: [PATCH] README mention version 5.0
7905              From: Autrijus Tang <autrijus@autrijus.org>
7906              Date: Sat, 23 Feb 2002 09:35:22 +0800
7907              Message-ID: <20020223013522.GA8694@not.autrijus.org>
7908      Branch: perl
7909            ! README
7910 ____________________________________________________________________________
7911 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
7912         Log: metaconfig unit change for #14839.
7913      Branch: metaconfig
7914            ! U/modified/Signal.U
7915 ____________________________________________________________________________
7916 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
7917         Log: Old hosts like NeXT Classic don't have sort -k,
7918              from Paul Eggert.
7919      Branch: perl
7920            ! Configure
7921 ____________________________________________________________________________
7922 [ 14838] By: ams                                   on 2002/02/22  21:14:29
7923         Log: Minor clarifications as suggested by Anton Tagunov.
7924      Branch: perl
7925            ! pod/perlsyn.pod
7926 ____________________________________________________________________________
7927 [ 14837] By: ams                                   on 2002/02/22  21:07:02
7928         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
7929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7930              Date: Fri, 22 Feb 2002 23:01:07 +0100
7931              Message-Id: <20020222230107.A15069@rafael>
7932      Branch: perl
7933            ! sv.c t/op/gv.t
7934 ____________________________________________________________________________
7935 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
7936         Log: metaconfig unit change for #14835.
7937      Branch: metaconfig
7938            ! U/modified/Chk_MANI.U
7939 ____________________________________________________________________________
7940 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
7941         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
7942      Branch: perl
7943            ! Configure
7944 ____________________________________________________________________________
7945 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
7946         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
7947              From: Michael G Schwern <schwern@pobox.com>
7948              Date: Fri, 22 Feb 2002 12:10:28 -0500
7949              Message-ID: <20020222171027.GB4181@blackrider>
7950      Branch: perl
7951            ! ext/Encode/compile
7952 ____________________________________________________________________________
7953 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
7954         Log: Update Changes.
7955      Branch: perl
7956            ! Changes patchlevel.h
7957 ____________________________________________________________________________
7958 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
7959         Log: Implement IV/UV/NV/long double pack/unpack with
7960              template letters j/J/F/D (the latter two have been
7961              undocumented aliases of f/d).
7962      Branch: perl
7963            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
7964 ____________________________________________________________________________
7965 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
7966         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
7967              From: Nicholas Clark <nick@unfortu.net>
7968              Date: Fri, 22 Feb 2002 14:01:25 +0000
7969              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
7970      Branch: perl
7971            ! ext/Encode/compile
7972 ____________________________________________________________________________
7973 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
7974         Log: NetWare change from Ananth Kesari.
7975      Branch: perl
7976            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
7977            ! MANIFEST
7978 ____________________________________________________________________________
7979 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
7980         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
7981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7982              Date: Fri, 22 Feb 2002 03:55:13 -0500
7983              Message-ID: <20020222035513.A894@math.ohio-state.edu>
7984      Branch: perl
7985            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
7986 ____________________________________________________________________________
7987 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
7988         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
7989      Branch: perl
7990            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
7991 ____________________________________________________________________________
7992 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
7993         Log: Make measure_struct a file static.
7994      Branch: perl
7995            ! pp_pack.c
7996 ____________________________________________________________________________
7997 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
7998         Log: EBCDIC: someone who knows what they are doing
7999              and whether it is possible at all in the first
8000              place needs to figure these tests out on EBCDIC.
8001              The CJK encodings heavily abuse their knowledge
8002              of ASCII and that may require a translation layer
8003              or four to survive UTF-EBCDIC.
8004      Branch: perl
8005            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
8006 ____________________________________________________________________________
8007 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
8008         Log: croak() needs context.
8009      Branch: perl
8010            ! pp_pack.c
8011 ____________________________________________________________________________
8012 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
8013         Log: Subject: [PATCH @14577] pack with a human face: the sequel
8014              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8015              Date: Thu, 21 Feb 2002 21:33:37 -0500
8016              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
8017      Branch: perl
8018            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
8019            ! proto.h t/op/pack.t
8020 ____________________________________________________________________________
8021 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
8022         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
8023              From: Nicholas Clark <nick@unfortu.net> 
8024              Date: Fri, 22 Feb 2002 00:49:44 +0000
8025              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
8026      Branch: perl
8027            ! ext/Encode/compile
8028 ____________________________________________________________________________
8029 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
8030         Log: Test for #14795.
8031      Branch: perl
8032            ! t/op/pat.t
8033 ____________________________________________________________________________
8034 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
8035         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
8036      Branch: perl
8037            ! t/op/pat.t
8038 ____________________________________________________________________________
8039 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
8040         Log: Subject: [PATCH] next batch of bugfixes
8041              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8042              Date: Thu, 21 Feb 2002 23:54:41 +0100
8043              Message-ID: <20020221235441.A17260@rafael>
8044      Branch: perl
8045            ! ext/B/B/Deparse.pm
8046 ____________________________________________________________________________
8047 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
8048         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
8049              From: chromatic <chromatic@rmci.net>
8050              Date: Thu, 21 Feb 2002 14:17:35 -0700
8051              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
8052      Branch: perl
8053            ! lib/File/stat.pm lib/File/stat.t
8054 ____________________________________________________________________________
8055 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
8056         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
8057      Branch: perl
8058            ! ext/re/re.xs
8059 ____________________________________________________________________________
8060 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
8061         Log: Upgrade to Math::BigInt 1.51.
8062      Branch: perl
8063            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
8064            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
8065            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
8066            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8067            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
8068            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
8069            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
8070            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
8071            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
8072            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
8073            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
8074            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
8075 ____________________________________________________________________________
8076 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
8077         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
8078              From: "Gerrit P. Haase" <gp@familiehaase.de>
8079              Date: Thu, 21 Feb 2002 21:20:25 +0100
8080              Message-ID: <69510538936.20020221212025@familiehaase.de>
8081      Branch: perl
8082            ! Makefile.SH
8083 ____________________________________________________________________________
8084 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
8085         Log: Subject: [PATCH @14577] grouping in pack/unpack
8086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8087              Date: Thu, 21 Feb 2002 06:06:14 -0500
8088              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
8089      Branch: perl
8090            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
8091            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
8092 ____________________________________________________________________________
8093 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
8094         Log: Subject: [PATCH propose] question about fs.t
8095              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8096              Date: Thu, 21 Feb 2002 15:10:21 +0100
8097              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
8098      Branch: perl
8099            ! t/io/fs.t
8100 ____________________________________________________________________________
8101 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
8102         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
8103              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
8104              Date: Thu, 21 Feb 2002 09:54:28 +0100
8105              Message-ID: <13576559576.20020221095428@familiehaase.de>     
8106      Branch: perl
8107            ! Makefile.SH
8108 ____________________________________________________________________________
8109 [ 14812] By: ams                                   on 2002/02/21  14:59:09
8110         Log: Subject: typo correction
8111              From: mjd@plover.com
8112              Date: 21 Feb 2002 15:43:49 -0000
8113              Message-Id: <20020221154349.22772.qmail@plover.com>
8114      Branch: perl
8115            ! pod/perldebug.pod
8116 ____________________________________________________________________________
8117 [ 14811] By: ams                                   on 2002/02/21  14:02:12
8118         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
8119              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8120              Date: Thu, 21 Feb 2002 15:22:22 +0100
8121              Message-Id: <20020221152222.A15095@rafael>
8122      Branch: perl
8123            ! op.h toke.c
8124 ____________________________________________________________________________
8125 [ 14810] By: ams                                   on 2002/02/21  12:45:28
8126         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
8127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8128              Date: Thu, 21 Feb 2002 06:02:48 -0500
8129              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
8130      Branch: perl
8131            ! lib/ExtUtils/Mksymlists.pm makedef.pl
8132 ____________________________________________________________________________
8133 [ 14809] By: nick                                  on 2002/02/21  09:31:08
8134         Log: Integrate mainline
8135      Branch: perlio
8136           +> lib/Pod/t/Select.t
8137           !> (integrate 37 files)
8138 ____________________________________________________________________________
8139 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
8140         Log: metaconfig unit change for #14807.
8141      Branch: metaconfig
8142            ! U/modified/Signal.U
8143 ____________________________________________________________________________
8144 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
8145         Log: Revert #14805, didn't quite work.
8146      Branch: perl
8147            ! Configure config_h.SH
8148 ____________________________________________________________________________
8149 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
8150         Log: metaconfig changes for #14805.
8151      Branch: metaconfig
8152            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
8153 ____________________________________________________________________________
8154 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
8155         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
8156              From: Paul Eggert <eggert@twinsun.com>
8157              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
8158              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
8159      Branch: perl
8160            ! Configure config_h.SH
8161 ____________________________________________________________________________
8162 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
8163         Log: More advice.
8164      Branch: perl
8165            ! README.os390
8166 ____________________________________________________________________________
8167 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
8168         Log: Missing MANIFESTation.
8169      Branch: perl
8170            ! MANIFEST
8171 ____________________________________________________________________________
8172 [ 14802] By: ams                                   on 2002/02/20  22:55:25
8173         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
8174              From: Autrijus Tang <autrijus@autrijus.org>
8175              Date: Thu, 21 Feb 2002 07:13:12 +0800
8176              Message-Id: <20020220231312.GA775@not.autrijus.org>
8177      Branch: perl
8178            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
8179 ____________________________________________________________________________
8180 [ 14801] By: ams                                   on 2002/02/20  22:27:20
8181         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
8182              From: Abe Timmerman <abe@ztreet.demon.nl>
8183              Date: Thu, 21 Feb 2002 00:20:40 +0100
8184              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
8185      Branch: perl
8186            + lib/Pod/t/Select.t
8187 ____________________________________________________________________________
8188 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
8189         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
8190              twice, causing the loop to skip every other character.
8191      Branch: perl
8192            ! utf8.c
8193 ____________________________________________________________________________
8194 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
8195         Log: Better debugging info.
8196      Branch: perl
8197            ! t/uni/case.pl
8198 ____________________________________________________________________________
8199 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
8200         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
8201              From: Nicholas Clark <nick@unfortu.net>
8202              Date: Wed, 20 Feb 2002 22:13:05 +0000
8203              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
8204      Branch: perl
8205            ! ext/Encode/compile
8206 ____________________________________________________________________________
8207 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
8208         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
8209              From: Paul Eggert <eggert@twinsun.com>
8210              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
8211              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
8212      Branch: perl
8213            ! pod/perlhack.pod
8214 ____________________________________________________________________________
8215 [ 14796] By: nick                                  on 2002/02/20  18:15:00
8216         Log: Integrate mainline
8217      Branch: perlio
8218           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8219           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
8220           +> lib/Locale/Country.pod lib/Locale/Currency.pod
8221           +> lib/Locale/Language.pod lib/Locale/Script.pm
8222           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
8223           +> t/uni/title.t t/uni/upper.t
8224           !> (integrate 41 files)
8225 ____________________________________________________________________________
8226 [ 14795] By: ams                                   on 2002/02/20  17:08:38
8227         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
8228              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8229              Date: Wed, 20 Feb 2002 18:06:59 +0000
8230              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
8231      Branch: perl
8232            ! pp_ctl.c
8233 ____________________________________________________________________________
8234 [ 14794] By: ams                                   on 2002/02/20  16:41:56
8235         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
8236              From: Paul_GreenVOS@vos.stratus.com
8237              Date: Wed, 20 Feb 02 12:21 est
8238              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
8239      Branch: perl
8240            ! Makefile.SH
8241 ____________________________________________________________________________
8242 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
8243         Log: Forgot from #14790.
8244      Branch: perl
8245            ! pp_pack.c
8246 ____________________________________________________________________________
8247 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
8248         Log: Update Changes.
8249      Branch: perl
8250            ! Changes patchlevel.h
8251 ____________________________________________________________________________
8252 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
8253         Log: Integrate change #14778 from maintperl.
8254      Branch: perl
8255            ! t/lib/strict/subs
8256           !> op.c
8257 ____________________________________________________________________________
8258 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
8259         Log: Subject: Re: [ID 20020220.001] pack w with objects
8260              From: Ulrich Pfeifer <upf@de.uu.net>
8261              Date: 20 Feb 2002 11:21:15 +0100
8262              Message-ID: <p5g03wcv38.fsf@de.uu.net>
8263      Branch: perl
8264            ! t/op/pack.t
8265 ____________________________________________________________________________
8266 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
8267         Log: Subject: Re: [PATCH] go faster for Encode's compile
8268              From: Nicholas Clark <nick@unfortu.net> 
8269              Date: Tue, 19 Feb 2002 23:38:36 +0000
8270              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
8271      Branch: perl
8272            ! ext/Encode/compile
8273 ____________________________________________________________________________
8274 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
8275         Log: Regen Glossary.
8276      Branch: perl
8277            ! Porting/Glossary Porting/config.sh Porting/config_H
8278 ____________________________________________________________________________
8279 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
8280         Log: metaconfig unit change for #14786 (not visible yet,
8281              since Glossary needs regenerating)
8282      Branch: metaconfig
8283            ! U/compline/d_gconvert.U
8284 ____________________________________________________________________________
8285 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
8286         Log: Subject: d_Gconvert hints and Glossary
8287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8288              Date: Tue, 19 Feb 2002 11:55:36 -0800
8289              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
8290      Branch: perl
8291            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
8292            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
8293            ! hints/svr5.sh
8294 ____________________________________________________________________________
8295 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
8296         Log: metaconfig unit changes for #14784.
8297      Branch: metaconfig
8298            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
8299 ____________________________________________________________________________
8300 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
8301         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
8302              From: Paul Eggert <eggert@twinsun.com>              
8303              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
8304              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
8305      Branch: perl
8306            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
8307            ! pod/perlhack.pod
8308 ____________________________________________________________________________
8309 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
8310         Log: metaconfig unit change for #14782.
8311      Branch: metaconfig/U/perl
8312            ! Mksymlinks.U
8313 ____________________________________________________________________________
8314 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
8315         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
8316              From: "Gerrit P. Haase" <gp@familiehaase.de>
8317              Date: Wed, 20 Feb 2002 00:23:29 +0100
8318              Message-ID: <70348722516.20020220002329@familiehaase.de>
8319      Branch: perl
8320            ! Configure
8321 ____________________________________________________________________________
8322 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
8323         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
8324              From: Nicholas Clark <nick@unfortu.net> 
8325              Date: Tue, 19 Feb 2002 19:27:42 +0000
8326              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
8327              
8328              (with modifications)
8329      Branch: perl
8330            ! pod/perlsub.pod
8331 ____________________________________________________________________________
8332 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
8333         Log: NetWare tweak from Ananth Kesari.
8334      Branch: perl
8335            ! lib/ExtUtils/MakeMaker.pm
8336 ____________________________________________________________________________
8337 [ 14779] By: ams                                   on 2002/02/20  06:51:55
8338         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
8339      Branch: perl
8340            ! pod/perlfaq4.pod
8341 ____________________________________________________________________________
8342 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
8343         Log: constant folding on the range operator had the effect of disabling
8344              peephole optimizations in all the siblings of the range OP; the
8345              effect of this was that barewords could escape strictures when
8346              they were hiding in such places
8347      Branch: maint-5.6/perl
8348            ! op.c t/pragma/strict-subs
8349 ____________________________________________________________________________
8350 [ 14777] By: ams                                   on 2002/02/20  00:56:21
8351         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
8352              From: Graham Barr <gbarr@pobox.com>
8353              Date: Tue, 19 Feb 2002 23:08:47 +0000
8354              Message-Id: <20020219230847.G66560@pobox.com>
8355      Branch: perl
8356            ! lib/Time/Local.pm
8357 ____________________________________________________________________________
8358 [ 14776] By: ams                                   on 2002/02/19  17:20:28
8359         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
8360              From: Nicholas Clark <nick@unfortu.net>
8361              Date: Tue, 19 Feb 2002 16:23:22 +0000
8362              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
8363      Branch: perl
8364            ! lib/Tie/Hash.pm
8365 ____________________________________________________________________________
8366 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
8367         Log: Regen doc, regen toc.
8368      Branch: perl
8369            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
8370 ____________________________________________________________________________
8371 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
8372         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
8373              From: Dave Mitchell <davem@fdgroup.co.uk>
8374              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
8375              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
8376      Branch: perl
8377            ! pod/perlsub.pod
8378 ____________________________________________________________________________
8379 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
8380         Log: Detypo.
8381      Branch: perl
8382            ! lib/Tie/Memoize.pm
8383 ____________________________________________________________________________
8384 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
8385         Log: UTF-8 C API doc tweaks.
8386      Branch: perl
8387            ! pod/perlunicode.pod
8388 ____________________________________________________________________________
8389 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
8390         Log: Mention that the case-switchers know about Unicode, too.
8391      Branch: perl
8392            ! pod/perlop.pod
8393 ____________________________________________________________________________
8394 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
8395         Log: Upgrade to Locale::Codes 2.01.
8396      Branch: perl
8397            + lib/Locale/Constants.pod lib/Locale/Country.pod
8398            + lib/Locale/Currency.pod lib/Locale/Language.pod
8399            + lib/Locale/Script.pod
8400            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8401            ! lib/Locale/Constants.pm lib/Locale/Country.pm
8402            ! lib/Locale/Currency.pm lib/Locale/Language.pm
8403            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
8404 ____________________________________________________________________________
8405 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
8406         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
8407              From: Dave Mitchell <davem@fdgroup.co.uk>
8408              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
8409              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
8410      Branch: perl
8411            ! pod/perlsub.pod
8412 ____________________________________________________________________________
8413 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
8414         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
8415              From: Sam Tregar <sam@tregar.com> 
8416              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
8417              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
8418      Branch: perl
8419            ! sv.h
8420 ____________________________________________________________________________
8421 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
8422         Log: The test requires perlio.
8423      Branch: perl
8424            ! ext/Encode/t/JP.t
8425 ____________________________________________________________________________
8426 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
8427         Log: Misplaced block end.
8428      Branch: perl
8429            ! utf8.c
8430 ____________________________________________________________________________
8431 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
8432         Log: The POSIX extensions are deadly.
8433      Branch: perl
8434            ! regcomp.c
8435 ____________________________________________________________________________
8436 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
8437         Log: Let's not overdo the growth.
8438      Branch: perl
8439            ! pp.c
8440 ____________________________________________________________________________
8441 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
8442         Log: Third time makes the charm.
8443      Branch: perl
8444            ! README.os390
8445 ____________________________________________________________________________
8446 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
8447         Log: Oops.
8448      Branch: perl
8449            ! utf8.c
8450 ____________________________________________________________________________
8451 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
8452         Log: Add back the new casing tests.
8453      Branch: perl
8454            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
8455            ! MANIFEST
8456 ____________________________________________________________________________
8457 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
8458         Log: Prefer special case mappings.
8459      Branch: perl
8460            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8461            ! lib/unicore/To/Upper.pl lib/unicore/mktables
8462 ____________________________________________________________________________
8463 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
8464         Log: Try special casing first.
8465      Branch: perl
8466            ! utf8.c
8467 ____________________________________________________________________________
8468 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
8469         Log: Not extending enough.
8470      Branch: perl
8471            ! pp.c utf8.h
8472 ____________________________________________________________________________
8473 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
8474         Log: No need to store identity mappings.
8475      Branch: perl
8476            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8477            ! lib/unicore/mktables
8478 ____________________________________________________________________________
8479 [ 14756] By: ams                                   on 2002/02/18  20:21:17
8480         Log: Forward port #14704 from maint-5.6.
8481      Branch: perl
8482            ! doio.c
8483 ____________________________________________________________________________
8484 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
8485         Log: Regen Changes.
8486      Branch: perl
8487            ! Changes
8488 ____________________________________________________________________________
8489 [ 14754] By: ams                                   on 2002/02/18  19:01:09
8490         Log: Subject: [PATCH] VMS cando_by_name and current process privs
8491              From: "Craig A. Berry" <craigberry@mac.com>
8492              Date: Mon, 18 Feb 2002 14:03:30 -0600
8493              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
8494      Branch: perl
8495            ! vms/vms.c
8496 ____________________________________________________________________________
8497 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
8498         Log: Update Changes.
8499      Branch: perl
8500            ! Changes patchlevel.h
8501 ____________________________________________________________________________
8502 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
8503         Log: What do you know; these tests unearthed nasty problems.
8504              Will resolve those first.
8505      Branch: perl
8506            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
8507            ! MANIFEST
8508 ____________________________________________________________________________
8509 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
8510         Log: Update Changes.
8511      Branch: perl
8512            ! Changes patchlevel.h
8513 ____________________________________________________________________________
8514 [ 14750] By: ams                                   on 2002/02/18  17:36:05
8515         Log: Subject: Re: IO::Poll: Removing Handles
8516              From: Matthew Sachs <matthewg@zevils.com>
8517              Date: Mon, 18 Feb 2002 13:19:01 -0500
8518              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
8519      Branch: perl
8520            ! ext/IO/lib/IO/t/io_poll.t
8521 ____________________________________________________________________________
8522 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
8523         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
8524              From: "Craig A. Berry" <craigberry@mac.com>
8525              Date: Mon, 18 Feb 2002 11:52:21 -0600
8526              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
8527      Branch: perl
8528            ! t/op/alarm.t t/op/glob.t
8529 ____________________________________________________________________________
8530 [ 14748] By: ams                                   on 2002/02/18  15:53:36
8531         Log: s/load_module/Perl_load_module/
8532      Branch: perl
8533            ! gv.c
8534 ____________________________________________________________________________
8535 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
8536         Log: Unused in ASCII, used in EBCDIC.
8537      Branch: perl
8538            ! utf8.c
8539 ____________________________________________________________________________
8540 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
8541         Log: Upgrade to Locale::Codes 2.00.
8542      Branch: perl
8543            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8544            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
8545            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
8546            ! lib/Locale/Constants.pm lib/Locale/Country.pm
8547            ! lib/Locale/Currency.pm lib/Locale/Language.pm
8548 ____________________________________________________________________________
8549 [ 14745] By: ams                                   on 2002/02/18  15:20:44
8550         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
8551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8552              Date: Sat, 16 Feb 2002 00:06:01 +0100
8553              Message-Id: <20020216000601.A17249@rafael>
8554      Branch: perl
8555            ! gv.c
8556 ____________________________________________________________________________
8557 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
8558         Log: More Unicode casing checks.
8559      Branch: perl
8560            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
8561            ! MANIFEST
8562 ____________________________________________________________________________
8563 [ 14743] By: ams                                   on 2002/02/18  14:35:38
8564         Log: Subject: IO::Poll: Removing Handles
8565              From: Matthew Sachs <matthewg@zevils.com>
8566              Date: Sun, 17 Feb 2002 04:49:46 -0500
8567              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
8568      Branch: perl
8569            ! ext/IO/lib/IO/Poll.pm
8570 ____________________________________________________________________________
8571 [ 14741] By: ams                                   on 2002/02/18  13:59:48
8572         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
8573              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8574              Date: Mon, 18 Feb 2002 15:41:26 +0100
8575              Message-Id: <20020218154126.A692@rafael>
8576      Branch: perl
8577            ! pp_ctl.c t/op/do.t
8578 ____________________________________________________________________________
8579 [ 14740] By: nick                                  on 2002/02/18  09:09:23
8580         Log: Integrate mainline
8581      Branch: perlio
8582           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8583           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
8584           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
8585           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8586           +> ext/Encode/lib/Encode/JP/Constants.pm
8587           +> ext/Encode/lib/Encode/JP/H2Z.pm
8588           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8589           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
8590           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
8591           +> os2/OS2/Process/t/os2_process.t
8592           +> os2/OS2/Process/t/os2_process_kid.t
8593           +> os2/OS2/Process/t/os2_process_text.t
8594            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
8595            - ext/Encode/t/Japanese.t
8596           !> (integrate 47 files)
8597 ____________________________________________________________________________
8598 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
8599         Log: EBCDIC: now the worst seems to be over for
8600              the "Malformed" warnings.  Still a few of them,
8601              and plenty of test failures, but getting better.
8602      Branch: perl
8603            ! regcomp.c utf8.c
8604 ____________________________________________________________________________
8605 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
8606         Log: Upgrade to Net::Ping 2.12.
8607      Branch: perl
8608            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8609            ! lib/Net/Ping/t/110_icmp_inst.t
8610 ____________________________________________________________________________
8611 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
8612         Log: After much rewriting we are now pretty much
8613              back to where we started.
8614      Branch: perl
8615            ! utf8.c
8616 ____________________________________________________________________________
8617 [ 14736] By: ams                                   on 2002/02/18  01:23:00
8618         Log: Subject: [PATCH B::Deparse] two fixes
8619              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8620              Date: Sun, 17 Feb 2002 23:58:59 +0100
8621              Message-Id: <20020217235859.A32513@rafael>
8622      Branch: perl
8623            ! ext/B/B/Deparse.pm
8624 ____________________________________________________________________________
8625 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
8626         Log: Buglet.
8627      Branch: perl
8628            ! ext/Encode/lib/Encode/JP/JIS.pm
8629 ____________________________________________________________________________
8630 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
8631         Log: Clearing up to_utf8_case() continues: this time use
8632              a single return, and EBCDICification for all paths.
8633      Branch: perl
8634            ! utf8.c
8635 ____________________________________________________________________________
8636 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
8637         Log: Small tweaks to get the test running (fix @INC and
8638              do not overwrite the table.utf8 and table.rnd).
8639      Branch: perl
8640            ! ext/Encode/t/JP.t
8641 ____________________________________________________________________________
8642 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
8643         Log: Tiny tweak.
8644      Branch: perl
8645            ! utf8.c
8646 ____________________________________________________________________________
8647 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
8648         Log: Redundant casts.
8649      Branch: perl
8650            ! utf8.c
8651 ____________________________________________________________________________
8652 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
8653         Log: More filename portability tips.
8654      Branch: perl
8655            ! pod/perlport.pod
8656 ____________________________________________________________________________
8657 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
8658         Log: FAQ sync.
8659      Branch: perl
8660            ! pod/perlfaq3.pod pod/perlfaq5.pod
8661 ____________________________________________________________________________
8662 [ 14728] By: ams                                   on 2002/02/17  16:15:09
8663         Log: Subject: podlators 1.21 released
8664              From: Russ Allbery <rra@stanford.edu>
8665              Date: Sat, 16 Feb 2002 21:42:56 -0800
8666              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
8667      Branch: perl
8668            ! lib/Pod/Text/Overstrike.pm
8669 ____________________________________________________________________________
8670 [ 14727] By: sky                                   on 2002/02/17  11:36:52
8671         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
8672              From: Autrijus Tang <autrijus@autrijus.org>
8673              Date: Sun, 17 Feb 2002 19:46:47 +0800
8674              Message-ID: <20020217194647.A1410@not.autrijus.org>
8675      Branch: perl
8676            ! pp_ctl.c t/op/tiehandle.t util.c
8677 ____________________________________________________________________________
8678 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
8679         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
8680              input in native code points, not Unicode.
8681      Branch: perl
8682            ! utf8.c
8683 ____________________________________________________________________________
8684 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
8685         Log: Regen Glossary.
8686      Branch: perl
8687            ! Porting/Glossary Porting/config.sh Porting/config_H
8688 ____________________________________________________________________________
8689 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
8690         Log: The #14715 and #14716 were okay: they just revealed
8691              a bug in the EXACTF matching.
8692      Branch: perl
8693            ! regexec.c utf8.c
8694 ____________________________________________________________________________
8695 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
8696         Log: Retreat, retreat! (retract #14715 and #14716)
8697      Branch: perl
8698            ! utf8.c
8699 ____________________________________________________________________________
8700 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
8701         Log: Encode 0.40, from Dan Kogai.
8702      Branch: perl
8703            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8704            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
8705            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
8706            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8707            + ext/Encode/lib/Encode/JP/Constants.pm
8708            + ext/Encode/lib/Encode/JP/H2Z.pm
8709            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8710            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
8711            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
8712            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
8713            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
8714            - ext/Encode/t/Japanese.t
8715            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
8716            ! ext/Encode/t/Encode.t
8717 ____________________________________________________________________________
8718 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
8719         Log: metaconfig unit change for #14720.
8720      Branch: perl
8721            ! Configure
8722 ____________________________________________________________________________
8723 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
8724         Log: Regenerate Configure (small tweaks on Yitzchak's,
8725              main difference being that the preference variables are
8726              called gconvert_...).
8727      Branch: metaconfig
8728            ! U/compline/d_gconvert.U
8729 ____________________________________________________________________________
8730 [ 14719] By: ams                                   on 2002/02/16  14:11:01
8731         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
8732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8733              Date: Thu, 14 Feb 2002 22:27:33 -0800
8734              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
8735              (Applied by hand.)
8736      Branch: perl
8737            ! Configure
8738 ____________________________________________________________________________
8739 [ 14718] By: ams                                   on 2002/02/16  13:45:28
8740         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
8741              From: Philip Newton <Philip.Newton@gmx.net>
8742              Date: Sat, 16 Feb 2002 10:05:05 +0100
8743              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
8744              (Applied by hand.)
8745      Branch: perl
8746            ! pod/perlport.pod
8747 ____________________________________________________________________________
8748 [ 14717] By: ams                                   on 2002/02/16  04:30:23
8749         Log: Remove dubious test.
8750      Branch: perl
8751            ! t/io/open.t
8752 ____________________________________________________________________________
8753 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
8754         Log: Tiny tweak.
8755      Branch: perl
8756            ! utf8.c
8757 ____________________________________________________________________________
8758 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
8759         Log: Restructure to_utf8_case() for simpler execution paths.
8760      Branch: perl
8761            ! utf8.c
8762 ____________________________________________________________________________
8763 [ 14714] By: ams                                   on 2002/02/16  02:43:59
8764         Log: Absorb #14701 by Sarathy from maint-5.6.
8765      Branch: perl
8766            ! doio.c t/io/open.t
8767 ____________________________________________________________________________
8768 [ 14713] By: ams                                   on 2002/02/16  01:51:27
8769         Log: Subject: [PATCH] VOS patches for perl 5.8
8770              From: Paul_GreenVOS@vos.stratus.com
8771              Date: Fri, 15 Feb 02 17:41 est
8772              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
8773      Branch: perl
8774            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
8775            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8776            ! vos/install_perl.cm
8777 ____________________________________________________________________________
8778 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
8779         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
8780              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8781              Date: Fri, 15 Feb 2002 23:05:44 +0100
8782              Message-ID: <20020215230544.A690@rafael>
8783      Branch: perl
8784            ! ext/B/B/Deparse.pm
8785 ____________________________________________________________________________
8786 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
8787         Log: Add $VERSION.
8788      Branch: perl
8789            ! lib/Tie/Memoize.pm
8790 ____________________________________________________________________________
8791 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
8792         Log: Update Changes.
8793      Branch: perl
8794            ! Changes patchlevel.h
8795 ____________________________________________________________________________
8796 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
8797         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
8798              From: Robin Barker <rmb1@cise.npl.co.uk>
8799              Date: Thu, 14 Feb 2002 19:07:40 GMT
8800              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
8801              
8802              (the hints part only)
8803      Branch: perl
8804            ! hints/solaris_2.sh
8805 ____________________________________________________________________________
8806 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
8807         Log: metaconfig unit changes for #14707.
8808      Branch: metaconfig
8809            ! U/modified/cc.U
8810      Branch: metaconfig/U/perl
8811            ! Checkcc.U
8812 ____________________________________________________________________________
8813 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
8814         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
8815              From: Robin Barker <rmb1@cise.npl.co.uk>
8816              Date: Fri, 15 Feb 2002 12:14:39 GMT
8817              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
8818              
8819              Split checking-for-gcc and checking-for-cc.
8820      Branch: perl
8821            ! Configure
8822 ____________________________________________________________________________
8823 [ 14706] By: ams                                   on 2002/02/15  13:57:15
8824         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
8825              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
8826              Date: 15 Feb 2002 10:53:06 +0200
8827              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
8828      Branch: perl
8829            ! lib/Pod/Html.pm
8830 ____________________________________________________________________________
8831 [ 14705] By: ams                                   on 2002/02/15  08:42:55
8832         Log: Subject: [PATCH @14577] OS/2 tests and more
8833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8834              Date: Fri, 15 Feb 2002 03:56:24 -0500
8835              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
8836      Branch: perl
8837            + os2/OS2/Process/t/os2_process.t
8838            + os2/OS2/Process/t/os2_process_kid.t
8839            + os2/OS2/Process/t/os2_process_text.t
8840            ! MANIFEST configpm hints/os2.sh makedef.pl
8841            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
8842            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
8843            ! os2/os2ish.h
8844 ____________________________________________________________________________
8845 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
8846         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
8847              avoid wasteful PL_fdpid fiddling where that is not warranted;
8848              mostly whitespace fixes
8849              
8850              these were longstanding todo items from:
8851              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
8852      Branch: maint-5.6/perl
8853            ! doio.c
8854 ____________________________________________________________________________
8855 [ 14702] By: nick                                  on 2002/02/15  08:31:41
8856         Log: Integrate mainline
8857      Branch: perlio
8858           +> lib/if.pm lib/if.t
8859           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
8860           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8861           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
8862           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
8863           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
8864           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
8865           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
8866           !> t/lib/warnings/pp_sys
8867 ____________________________________________________________________________
8868 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
8869         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
8870              (and also dies quickly on Windows); this bug crept in as
8871              change#610, a.k.a change#646
8872      Branch: maint-5.6/perl
8873            ! doio.c t/io/open.t
8874 ____________________________________________________________________________
8875 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
8876         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
8877              From: Ville "Skyttä" <ville.skytta@iki.fi>
8878              Date: Wed, 13 Feb 2002 22:29:39 +0200
8879              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
8880      Branch: perl
8881            ! lib/Pod/Html.pm
8882 ____________________________________________________________________________
8883 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
8884         Log: Document and test the C0 and C1.
8885      Branch: perl
8886            ! lib/charnames.pm lib/charnames.t
8887 ____________________________________________________________________________
8888 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
8889         Log: metaconfig unit change for #14697.
8890      Branch: metaconfig
8891            ! U/modified/Init.U
8892 ____________________________________________________________________________
8893 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
8894         Log: Also OS/2 seems to need exe set early.
8895      Branch: perl
8896            ! Configure
8897 ____________________________________________________________________________
8898 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
8899         Log: Document pack U0U.
8900      Branch: perl
8901            ! pod/perluniintro.pod
8902 ____________________________________________________________________________
8903 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
8904         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
8905              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8906              Date: Thu, 14 Feb 2002 23:58:00 +0100
8907              Message-ID: <20020214235800.A12901@rafael>
8908      Branch: perl
8909            ! pp_sys.c t/lib/warnings/pp_sys
8910 ____________________________________________________________________________
8911 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
8912         Log: Subject: [PATCH @13746] conditional pragmas
8913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8914              Date: Mon, 31 Dec 2001 18:18:09 -0500
8915              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
8916      Branch: perl
8917            + lib/if.pm lib/if.t
8918            ! MANIFEST
8919 ____________________________________________________________________________
8920 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
8921         Log: Deparse bug introduced by #14615: the fix is just a workaround,
8922              I suspect there to be another deeper bug, must distill simpler
8923              test case.
8924      Branch: perl
8925            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8926 ____________________________________________________________________________
8927 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
8928         Log: Integrate perlio; 
8929              
8930              Make dependencies more precise (for nmake)
8931      Branch: perl
8932           !> ext/Encode/EUC_JP/Makefile.PL
8933 ____________________________________________________________________________
8934 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
8935         Log: Just a guess.
8936      Branch: perl
8937            ! lib/Tie/Handle.pm
8938 ____________________________________________________________________________
8939 [ 14690] By: nick                                  on 2002/02/14  16:30:56
8940         Log: Integrate mainline
8941      Branch: perlio
8942           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
8943           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
8944           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
8945           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
8946           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
8947           !> utf8.c
8948 ____________________________________________________________________________
8949 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
8950         Log: Upgrade to Net::Ping 2.11.
8951      Branch: perl
8952            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8953            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
8954            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
8955            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
8956 ____________________________________________________________________________
8957 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
8958         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
8959              From: Robin Barker <rmb1@cise.npl.co.uk>
8960              Date: Wed, 13 Feb 2002 17:37:07 GMT
8961              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
8962              
8963              (updated version of the above)
8964      Branch: perl
8965            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
8966 ____________________________________________________________________________
8967 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
8968         Log: Excise inexact blather.
8969      Branch: perl
8970            ! utf8.c
8971 ____________________________________________________________________________
8972 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
8973         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
8974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8975              Date: Mon, 31 Dec 2001 20:28:46 -0500
8976              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
8977      Branch: perl
8978            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
8979            ! MANIFEST
8980 ____________________________________________________________________________
8981 [ 14685] By: nick                                  on 2002/02/14  14:20:20
8982         Log: Make dependencies more precise (for nmake)
8983      Branch: perlio
8984            ! ext/Encode/EUC_JP/Makefile.PL
8985 ____________________________________________________________________________
8986 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
8987         Log: Subject: [PATCH @13746] tied hashes
8988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
8989              Date: Mon, 31 Dec 2001 19:15:39 -0500
8990              Message-ID: <20011231191539.A46@math.ohio-state.edu>
8991      Branch: perl
8992            ! lib/Tie/Hash.pm pod/perltie.pod
8993 ____________________________________________________________________________
8994 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
8995         Log: Subject: Re: [PATCH] Configure followed by make minitest
8996              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8997              Date: Sun, 10 Feb 2002 23:22:05 -0800
8998              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
8999      Branch: perl
9000            ! Makefile.SH
9001 ____________________________________________________________________________
9002 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
9003         Log: Subject: Re: perl@14647
9004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9005              Date: Mon, 11 Feb 2002 19:30:36 +0100
9006              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
9007      Branch: perl
9008            ! t/op/groups.t
9009 ____________________________________________________________________________
9010 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
9011         Log: Update Changes.
9012      Branch: perl
9013            ! Changes patchlevel.h
9014 ____________________________________________________________________________
9015 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
9016         Log: Integrate perlio;
9017              
9018              Do not lc() the file names before doing dirname() or they don't match.
9019      Branch: perl
9020           !> lib/ExtUtils/t/Installed.t
9021 ____________________________________________________________________________
9022 [ 14679] By: sky                                   on 2002/02/13  12:56:13
9023         Log: rename mutex to make a bit more sense
9024      Branch: perl
9025            ! ext/threads/threads.xs
9026 ____________________________________________________________________________
9027 [ 14678] By: sky                                   on 2002/02/13  12:46:11
9028         Log: Track active threads....
9029      Branch: perl
9030            ! ext/threads/threads.pm ext/threads/threads.xs
9031 ____________________________________________________________________________
9032 [ 14677] By: nick                                  on 2002/02/13  09:30:42
9033         Log: Do not lc() the file names before doing dirname() or they don't match.
9034      Branch: perlio
9035            ! lib/ExtUtils/t/Installed.t
9036 ____________________________________________________________________________
9037 [ 14676] By: sky                                   on 2002/02/13  09:03:37
9038         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
9039              From: Michael G Schwern <schwern@pobox.com>
9040              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
9041              Message-Id: <20020213100017.GA6288@blackrider>
9042      Branch: perl
9043            ! lib/File/Spec/t/rel2abs2rel.t
9044 ____________________________________________________________________________
9045 [ 14675] By: sky                                   on 2002/02/13  09:00:24
9046         Log: Do not propagate END blocks to child threads, test.
9047      Branch: perl
9048            + ext/threads/t/end.t
9049            ! MANIFEST ext/threads/threads.xs
9050 ____________________________________________________________________________
9051 [ 14674] By: nick                                  on 2002/02/13  08:34:55
9052         Log: Integrate mainline
9053      Branch: perlio
9054           +> ext/threads/t/join.t
9055           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
9056           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
9057           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
9058 ____________________________________________________________________________
9059 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
9060         Log: metaconfig unit change for #14672.
9061      Branch: metaconfig
9062            ! U/modified/lns.U
9063 ____________________________________________________________________________
9064 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
9065         Log: $ln is supposed to be already set to $ln + executable suffix
9066              on platforms that need it, from Paul Green.
9067      Branch: perl
9068            ! Configure
9069 ____________________________________________________________________________
9070 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
9071         Log: Subject: New command syntax for 'x' command
9072              From: Mark-Jason Dominus <mjd@plover.com>
9073              Date: Tue, 12 Feb 2002 20:54:01 -0500
9074              Message-ID: <20020213015401.25685.qmail@plover.com>
9075      Branch: perl
9076            ! lib/perl5db.pl pod/perldebug.pod
9077 ____________________________________________________________________________
9078 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
9079         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
9080              From: Mark-Jason Dominus <mjd@plover.com>
9081              Date: Tue, 12 Feb 2002 20:20:42 -0500
9082              Message-ID: <20020213012042.25245.qmail@plover.com>
9083      Branch: perl
9084            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
9085 ____________________________________________________________________________
9086 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
9087         Log: Iteration continues.
9088      Branch: perl
9089            ! utf8.c
9090 ____________________________________________________________________________
9091 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
9092         Log: Duh.
9093      Branch: perl
9094            ! pp_pack.c t/op/length.t
9095 ____________________________________________________________________________
9096 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
9097         Log: Retract #14666.
9098      Branch: perl
9099            ! t/op/lc.t
9100 ____________________________________________________________________________
9101 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
9102         Log: (retracted by #14667)
9103      Branch: perl
9104            ! t/op/lc.t
9105 ____________________________________________________________________________
9106 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
9107         Log: Tiny test script tweaks.
9108      Branch: perl
9109            ! t/uni/fold.t
9110 ____________________________________________________________________________
9111 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
9112         Log: Rewrite the "special mapping" part of to_utf8_case(),
9113              this time with fewer bugs.  (See: The Law of Cybernetic
9114              Entymology.)
9115      Branch: perl
9116            ! utf8.c
9117 ____________________________________________________________________________
9118 [ 14663] By: sky                                   on 2002/02/12  18:26:16
9119         Log: Stop failures if you pass an object, sv_dup might not be the right 
9120              thing to use since I have a feeling we end up cloning far too much. 
9121              (Like the stash for example).... Maybe we need a lightweight sv_dup 
9122              that searches the target for things....
9123              Real fix is another option to perl_clone which controls if you should 
9124              save stashes.
9125      Branch: perl
9126            ! ext/threads/threads.xs
9127 ____________________________________________________________________________
9128 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
9129         Log: Retract #14661.
9130      Branch: perl
9131            ! hints/solaris_2.sh
9132 ____________________________________________________________________________
9133 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
9134         Log: (retracted by #14662)
9135      Branch: perl
9136            ! hints/solaris_2.sh
9137 ____________________________________________________________________________
9138 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
9139         Log: EBCDIC: another "can't happen".
9140      Branch: perl
9141            ! utf8.c
9142 ____________________________________________________________________________
9143 [ 14659] By: sky                                   on 2002/02/12  14:38:21
9144         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
9145      Branch: perl
9146            + ext/threads/t/join.t
9147            ! MANIFEST ext/threads/threads.xs
9148 ____________________________________________________________________________
9149 [ 14658] By: nick                                  on 2002/02/12  13:54:06
9150         Log: Integrate mainline
9151      Branch: perlio
9152           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
9153           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
9154           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
9155 ____________________________________________________________________________
9156 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
9157         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
9158              From: Jan Dubois <JanD@ActiveState.com> 
9159              Date: Tue, 12 Feb 2002 00:56:31 -0800
9160              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
9161      Branch: perl
9162            ! lib/Win32.pod win32/win32.c win32/win32.h
9163 ____________________________________________________________________________
9164 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
9165         Log: Subject: [PATCH] Re: 14654 introduced a bug 
9166              From: Michael G Schwern <schwern@pobox.com> 
9167              Date: Tue, 12 Feb 2002 05:37:36 -0500
9168              Message-ID: <20020212103736.GC14327@blackrider>
9169      Branch: perl
9170            ! lib/File/Spec/t/rel2abs2rel.t
9171 ____________________________________________________________________________
9172 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
9173         Log: More unset installman[13]dir tweaks from chromatic.
9174      Branch: perl
9175            ! lib/ExtUtils/Installed.pm
9176 ____________________________________________________________________________
9177 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
9178         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
9179              From: Michael G Schwern <schwern@pobox.com>
9180              Date: Mon, 11 Feb 2002 12:23:02 -0500
9181              Message-ID: <20020211172302.GD9556@blackrider>
9182      Branch: perl
9183            ! lib/File/Spec/t/rel2abs2rel.t
9184 ____________________________________________________________________________
9185 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
9186         Log: Use `` instead of -| to be a little bit more portable,
9187              from Michael Schwern.
9188      Branch: perl
9189            ! lib/ExtUtils/t/Embed.t
9190 ____________________________________________________________________________
9191 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
9192         Log: EBCDIC: this change for \N{} in particular is now
9193              unnecessary because of the recent more general
9194              pack U change.
9195      Branch: perl
9196            ! toke.c
9197 ____________________________________________________________________________
9198 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
9199         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
9200              From: "Craig A. Berry" <craigberry@mac.com>
9201              Date: Mon, 11 Feb 2002 17:13:47 -0600
9202              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
9203      Branch: perl
9204            ! t/test.pl
9205 ____________________________________________________________________________
9206 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
9207         Log: EBCDIC: pack U bytes change.
9208      Branch: perl
9209            ! t/op/length.t
9210 ____________________________________________________________________________
9211 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
9212         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
9213      Branch: perl
9214            ! t/op/each.t
9215 ____________________________________________________________________________
9216 [ 14648] By: nick                                  on 2002/02/11  16:14:50
9217         Log: Integrate mainline
9218      Branch: perlio
9219           !> Changes Configure Makefile.SH autodoc.pl
9220           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
9221           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
9222           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
9223 ____________________________________________________________________________
9224 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
9225         Log: Update Changes.
9226      Branch: perl
9227            ! Changes patchlevel.h
9228 ____________________________________________________________________________
9229 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
9230         Log: Regen toc.
9231      Branch: perl
9232            ! pod/perltoc.pod
9233 ____________________________________________________________________________
9234 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
9235         Log: Forgot from #14641.
9236      Branch: perl
9237            ! lib/ExtUtils/t/Embed.t
9238 ____________________________________________________________________________
9239 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
9240         Log: A forgotten metaconfig unit.
9241      Branch: metaconfig/U/perl
9242            + i_features.U
9243 ____________________________________________________________________________
9244 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
9245         Log: metaconfig unit changes for #14642.
9246      Branch: metaconfig
9247            + U/modified/lns.U
9248      Branch: metaconfig/U/perl
9249            ! issymlink.U
9250 ____________________________________________________________________________
9251 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
9252         Log: -Dmksymlinks was broken by #14628.
9253      Branch: perl
9254            ! Configure
9255 ____________________________________________________________________________
9256 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
9257         Log: Subject: [PATCH @14577] OS/2 build
9258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9259              Date: Mon, 11 Feb 2002 06:56:41 -0500
9260              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
9261              
9262              (sans the Configure, perlio.sym, and t/op/stat.t parts)
9263      Branch: perl
9264            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
9265            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
9266            ! os2/os2ish.h
9267 ____________________________________________________________________________
9268 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
9269         Log: Integrate perlio;
9270              
9271              Re-structure Japanese encodings - part 1
9272              
9273              Split Japanese encodings - part 2
9274              - build separate .c files with separate 'compile' steps
9275              - overall Japanese.xs / Japanese.pm which loads them
9276              
9277              Add test for Japanese encoding (well euc-jp anyway).
9278              Fix one bug shown by above
9279              Skip test which does not pass yet.
9280              
9281              Patch up the failing multi-byte write case, and un-skip
9282              the test.
9283      Branch: perl
9284           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
9285           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
9286            - ext/Encode/EUC_JP/EUC_JP.pm
9287           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
9288 ____________________________________________________________________________
9289 [ 14639] By: nick                                  on 2002/02/11  11:59:18
9290         Log: Patch up the failing multi-byte write case, and un-skip
9291              the test.
9292      Branch: perlio
9293            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
9294 ____________________________________________________________________________
9295 [ 14638] By: nick                                  on 2002/02/11  10:55:39
9296         Log: Add test for Japanese encoding (well euc-jp anyway).
9297              Fix one bug shown by above
9298              Skip test which does not pass yet.
9299      Branch: perlio
9300            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
9301            + ext/Encode/t/table.ref
9302            ! MANIFEST ext/Encode/Encode.xs
9303 ____________________________________________________________________________
9304 [ 14637] By: nick                                  on 2002/02/11  09:07:04
9305         Log: Split Japanese encodings - part 2
9306              - build separate .c files with separate 'compile' steps
9307              - overall Japanese.xs / Japanese.pm which loads them
9308      Branch: perlio
9309            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
9310 ____________________________________________________________________________
9311 [ 14636] By: nick                                  on 2002/02/11  08:15:42
9312         Log: Re-structure Japanese encodings - part 1
9313      Branch: perlio
9314           +> ext/Encode/EUC_JP/Japanese.pm
9315            - ext/Encode/EUC_JP/EUC_JP.pm
9316            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
9317 ____________________________________________________________________________
9318 [ 14635] By: nick                                  on 2002/02/11  08:05:12
9319         Log: Integrate mainline
9320      Branch: perlio
9321           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
9322           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
9323           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
9324 ____________________________________________________________________________
9325 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
9326         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
9327              From: Mike Guy <mjtg@cam.ac.uk>
9328              Date: Mon, 11 Feb 2002 02:50:42 +0000
9329              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
9330      Branch: perl
9331            ! t/op/arith.t
9332 ____________________________________________________________________________
9333 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
9334         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
9335              Stepping backward in the string would be majorly bad.
9336      Branch: perl
9337            ! regcomp.c
9338 ____________________________________________________________________________
9339 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
9340         Log: The debugger part of
9341              
9342              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
9343              From: Michael G Schwern <schwern@pobox.com> 
9344              Date: Wed, 6 Feb 2002 17:32:12 -0500
9345              Message-ID: <20020206223212.GG1346@blackrider>
9346      Branch: perl
9347            ! lib/perl5db.pl
9348 ____________________________________________________________________________
9349 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
9350         Log: Integrate perlio;
9351              
9352              Borland/Win32 tuning
9353              
9354              Move PerlIO_perlio to layer_syms where it belongs?
9355      Branch: perl
9356           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
9357 ____________________________________________________________________________
9358 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
9359         Log: EBCDIC: the low 256 needs to be shuffled also
9360              in pack/unpack U (this breaks the equivalence
9361              of pack U and v-strings, but I think if someone
9362              has to give, v-strings are a good victim)
9363      Branch: perl
9364            ! pp_pack.c t/op/pack.t
9365 ____________________________________________________________________________
9366 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
9367         Log: metaconfig unit changes for #14628.
9368      Branch: metaconfig/U/perl
9369            ! d_u32align.U issymlink.U
9370 ____________________________________________________________________________
9371 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
9372         Log: Two Configure tweaks; the u32align test was trying
9373              to write into a string literal, the ln -s test was
9374              failing in VOS.
9375      Branch: perl
9376            ! Configure
9377 ____________________________________________________________________________
9378 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
9379         Log: DJGPP tweaks from Laszlo Molnar.
9380      Branch: perl
9381            ! djgpp/djgpp.c lib/File/Spec.pm
9382 ____________________________________________________________________________
9383 [ 14626] By: nick                                  on 2002/02/10  18:36:47
9384         Log: Move PerlIO_perlio to layer_syms where it belongs?
9385      Branch: perlio
9386            ! makedef.pl
9387 ____________________________________________________________________________
9388 [ 14625] By: nick                                  on 2002/02/10  18:02:21
9389         Log: Borland/Win32 tuning
9390      Branch: perlio
9391            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
9392 ____________________________________________________________________________
9393 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
9394         Log: Additional explanation for the [:...:] failure.
9395      Branch: perl
9396            ! pod/perldiag.pod
9397 ____________________________________________________________________________
9398 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
9399         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
9400              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9401              Date: Sun, 10 Feb 2002 13:32:48 +0100
9402              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
9403      Branch: perl
9404            ! makedef.pl
9405 ____________________________________________________________________________
9406 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
9407         Log: Test tweaks from chromatic for cases where there
9408              are no installman1dir or installman3dir.
9409      Branch: perl
9410            ! lib/ExtUtils/t/Installed.t
9411 ____________________________________________________________________________
9412 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
9413         Log: Integrate perlio;
9414              
9415              Nick Clark's tweaks to Encode compile process
9416              1. Use decimal constants to unit string arrays rather than
9417              very long string litterals (latter having possible "\0"
9418              on end issues, and needing ANSI C line splicing).
9419              2. Replace tail-recursion during insert process with itteration.
9420              Nick C sees 12% speedup from these.
9421      Branch: perl
9422           !> ext/Encode/Encode.pm ext/Encode/compile
9423 ____________________________________________________________________________
9424 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
9425         Log: Portability notes: filename characters, character sets.
9426      Branch: perl
9427            ! pod/perlport.pod
9428 ____________________________________________________________________________
9429 [ 14619] By: nick                                  on 2002/02/10  11:06:05
9430         Log: Integrate mainline
9431      Branch: perlio
9432            ! ext/Encode/Encode.pm
9433           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
9434           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
9435           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
9436           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
9437           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
9438 ____________________________________________________________________________
9439 [ 14618] By: nick                                  on 2002/02/10  10:48:15
9440         Log: Nick Clark's tweaks to Encode compile process
9441              1. Use decimal constants to unit string arrays rather than
9442              very long string litterals (latter having possible "\0"
9443              on end issues, and needing ANSI C line splicing).
9444              2. Replace tail-recursion during insert process with itteration.
9445              Nick C sees 12% speedup from these.
9446      Branch: perlio
9447            ! ext/Encode/compile
9448 ____________________________________________________________________________
9449 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
9450         Log: Use the "Unicode 1.0" name field for control characters,
9451              as suggested by Mark Davis.  Note that Unicode 3.2 will
9452              require some more legwork on this because of certain
9453              alternative names.
9454      Branch: perl
9455            ! lib/unicore/Name.pl lib/unicore/mktables
9456 ____________________________________________________________________________
9457 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
9458         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
9459      Branch: perl
9460            ! hints/os390.sh
9461 ____________________________________________________________________________
9462 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
9463         Log: EBCDIC: the non-printable characters are different.
9464      Branch: perl
9465            ! ext/B/B/Deparse.pm
9466 ____________________________________________________________________________
9467 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
9468         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
9469              From: Nicholas Clark <nick@unfortu.net> 
9470              Date: Sat, 9 Feb 2002 22:31:29 +0000
9471              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
9472      Branch: perl
9473            ! t/lib/warnings/pp_hot
9474 ____________________________________________________________________________
9475 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
9476         Log: Subject: [PATCH] Re: Modulus operator inconsistency
9477              From: Nicholas Clark <nick@unfortu.net>
9478              Date: Sat, 9 Feb 2002 21:00:13 +0000
9479              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
9480      Branch: perl
9481            ! op.c t/op/arith.t
9482 ____________________________________________________________________________
9483 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
9484         Log: Use the same escaping mechanism for all the *flags.
9485      Branch: perl
9486            ! lib/ExtUtils/Embed.pm
9487 ____________________________________________________________________________
9488 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
9489         Log: Protect possible parentheses in ccflags, ccdlflags, and
9490              ldflags.  (In OS/390 there are parentheses in ccflags.)
9491      Branch: perl
9492            ! lib/ExtUtils/Embed.pm
9493 ____________________________________________________________________________
9494 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
9495         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
9496              From: Peter Scott <Peter@PSDT.com>
9497              Date: Fri, 08 Feb 2002 19:20:19 -0800
9498              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
9499      Branch: perl
9500            ! lib/perl5db.pl
9501 ____________________________________________________________________________
9502 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
9503         Log: FAQ sync.
9504      Branch: perl
9505            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
9506 ____________________________________________________________________________
9507 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
9508         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
9509              From: Chris Nandor <pudge@pobox.com>
9510              Date: Fri, 08 Feb 2002 16:31:41 -0500
9511              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
9512      Branch: perl
9513            ! cop.h deb.c pp_ctl.c toke.c util.c
9514 ____________________________________________________________________________
9515 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
9516         Log: Redo CopFILE / MacPerl_MPWFIleName patch
9517      Branch: maint-5.6/macperl
9518            ! cop.h deb.c pp_ctl.c toke.c util.c
9519 ____________________________________________________________________________
9520 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
9521         Log: The metaconfig unit change to go with #14605.
9522      Branch: metaconfig/U/perl
9523            ! libperl.U
9524 ____________________________________________________________________________
9525 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
9526         Log: The Configure change to go with #14604.
9527      Branch: perl
9528            ! Configure
9529 ____________________________________________________________________________
9530 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
9531         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
9532              From: Andy Dougherty <doughera@lafayette.edu>
9533              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
9534              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
9535      Branch: perl
9536            ! hints/bsdos.sh
9537 ____________________________________________________________________________
9538 [ 14603] By: nick                                  on 2002/02/08  18:16:09
9539         Log: Integrate mainline
9540      Branch: perlio
9541           +> ext/threads/t/libc.t
9542           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
9543           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
9544 ____________________________________________________________________________
9545 [ 14602] By: sky                                   on 2002/02/08  15:19:15
9546         Log: Start testing for safe localtime functions, TODO, test more functions.
9547      Branch: perl
9548            + ext/threads/t/libc.t
9549            ! MANIFEST
9550 ____________________________________________________________________________
9551 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
9552         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
9553              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9554              Date: Fri, 8 Feb 2002 00:21:07 +0100
9555              Message-ID: <20020208002107.E763@rafael>
9556      Branch: perl
9557            ! doio.c pp_sys.c t/io/argv.t
9558 ____________________________________________________________________________
9559 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
9560         Log: Subject: [PATCH] Configure followed by make minitest
9561              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9562              Date: Wed, 06 Feb 2002 21:35:20 -0800
9563              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
9564      Branch: perl
9565            ! t/op/taint.t t/run/fresh_perl.t
9566 ____________________________________________________________________________
9567 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
9568         Log: Integrate perlio;
9569              
9570              Extract something from yesterdays effort - convert my mail on pad
9571              data structures (incoporating Sarathy's corrections/clarifications)
9572              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
9573      Branch: perl
9574           !> cv.h pod/perlapi.pod pod/perlintern.pod
9575 ____________________________________________________________________________
9576 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
9577         Log: metaconfig unit changes for #14597.
9578      Branch: metaconfig
9579            ! U/modified/Loc.U
9580      Branch: metaconfig/U/perl
9581            ! libperl.U
9582 ____________________________________________________________________________
9583 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
9584         Log: Configure DJGPP tweak from Laszlo Molnar.
9585      Branch: perl
9586            ! Configure
9587 ____________________________________________________________________________
9588 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
9589         Log: DJGPP tweaks from Laszlo Molnar.
9590      Branch: perl
9591            ! djgpp/djgppsed.sh perl.c
9592 ____________________________________________________________________________
9593 [ 14595] By: nick                                  on 2002/02/08  09:19:29
9594         Log: Extract something from yesterdays effort - convert my mail on pad
9595              data structures (incoporating Sarathy's corrections/clarifications)
9596              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
9597      Branch: perlio
9598            ! cv.h pod/perlapi.pod pod/perlintern.pod
9599 ____________________________________________________________________________
9600 [ 14594] By: nick                                  on 2002/02/08  08:34:49
9601         Log: Integrate mainline
9602      Branch: perlio
9603           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
9604           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
9605           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
9606           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
9607           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
9608           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
9609 ____________________________________________________________________________
9610 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
9611         Log: To really skip the test an exit() is needed.
9612      Branch: perl
9613            ! lib/encoding.t
9614 ____________________________________________________________________________
9615 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
9616         Log: More diagnostics from Nicholas Clark.
9617      Branch: perl
9618            ! lib/Benchmark.t
9619 ____________________________________________________________________________
9620 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
9621         Log: In case of failure be more verbose.
9622      Branch: perl
9623            ! t/base/num.t
9624 ____________________________________________________________________________
9625 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
9626         Log: Update Changes
9627      Branch: maint-5.6/macperl
9628            ! macos/Changes
9629 ____________________________________________________________________________
9630 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
9631         Log: Merge AEGizmos library into PPC binary
9632      Branch: maint-5.6/macperl
9633            ! macos/Makefile.mk
9634 ____________________________________________________________________________
9635 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
9636         Log: Add -ansifor for MrCpp options
9637      Branch: maint-5.6/macperl
9638            ! macos/BuildRules.mk
9639 ____________________________________________________________________________
9640 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
9641         Log: Check ownership of CatInfos (MacPerl Bug #494482)
9642      Branch: maint-5.6/macperl
9643            ! macos/ext/Mac/Files/Files.xs
9644 ____________________________________________________________________________
9645 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
9646         Log: Resource updates
9647      Branch: maint-5.6/macperl
9648            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
9649 ____________________________________________________________________________
9650 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
9651         Log: Empty path is ENOENT (MacPerl Bug #512351)
9652      Branch: maint-5.6/macperl
9653            ! macos/macperl/MPAppleEvents.c
9654 ____________________________________________________________________________
9655 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
9656         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
9657      Branch: maint-5.6/macperl
9658            ! macos/macperl/MPAEVTStream.cp
9659 ____________________________________________________________________________
9660 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
9661         Log: macify(ABSTRACT_FROM)
9662      Branch: maint-5.6/macperl
9663            ! macos/lib/ExtUtils/MM_MacOS.pm
9664 ____________________________________________________________________________
9665 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
9666         Log: Use correct Mac filenames in error messages, caller()
9667      Branch: maint-5.6/macperl
9668            ! deb.c pp_ctl.c toke.c util.c
9669 ____________________________________________________________________________
9670 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
9671         Log: Sanity checks to see that the IV/NV and the PV of numeric
9672              scalars stay in sync (unearthed this via the OS/390 gcvt()
9673              brokenness)
9674      Branch: perl
9675            + t/base/num.t
9676            ! MANIFEST
9677 ____________________________________________________________________________
9678 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
9679         Log: Retract the anon leak subpatch of #14418 and #14431
9680              (the latter came into bleadperl as part of #14433).
9681      Branch: perl
9682            ! op.c t/run/fresh_perl.t
9683 ____________________________________________________________________________
9684 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
9685         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
9686              mangles 0.1 to "10".  sprintf() seems more well-behaved.
9687      Branch: perl
9688            ! hints/os390.sh
9689 ____________________________________________________________________________
9690 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
9691         Log: Subject: [PATCH @14557] another Encode fix for VMS
9692              From: "Craig A. Berry" <craigberry@mac.com>
9693              Date: Wed, 06 Feb 2002 14:44:20 -0600
9694              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
9695      Branch: perl
9696            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
9697 ____________________________________________________________________________
9698 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
9699         Log: Integrate perlio;
9700              
9701              One way to avoid OS390 winge about #line directives.
9702      Branch: perl
9703           !> ext/Encode/EUC_JP/Makefile.PL
9704 ____________________________________________________________________________
9705 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
9706         Log: Update Changes.
9707      Branch: perl
9708            ! Changes patchlevel.h
9709 ____________________________________________________________________________
9710 [ 14575] By: nick                                  on 2002/02/06  15:23:24
9711         Log: One way to avoid OS390 winge about #line directives.
9712      Branch: perlio
9713            ! ext/Encode/EUC_JP/Makefile.PL
9714 ____________________________________________________________________________
9715 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
9716         Log: s/Netware/NetWare/
9717      Branch: perl
9718            ! MANIFEST
9719 ____________________________________________________________________________
9720 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
9721         Log: New Netware scripts.
9722      Branch: perl
9723            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
9724            + NetWare/t/NWScripts-Exist.pl
9725            ! MANIFEST
9726 ____________________________________________________________________________
9727 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
9728         Log: EBCDIC: the encoding pragma would need some rethinking,
9729              probably a pass of EBCDIC->Unicode mapping.  For now,
9730              disable it on EBCDIC.
9731      Branch: perl
9732            ! lib/encoding.pm lib/encoding.t
9733 ____________________________________________________________________________
9734 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
9735         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
9736              for the low 256.  Now tweaked the tests, but maybe it's
9737              the module that needs few NATIVE_TO_UNI()s somewhere?
9738      Branch: perl
9739            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
9740 ____________________________________________________________________________
9741 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
9742         Log: Subject: [PATCH utf8.c] format problem
9743              From: Robin Barker <rmb1@cise.npl.co.uk>
9744              Date: Wed, 6 Feb 2002 14:01:43 GMT
9745              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
9746      Branch: perl
9747            ! utf8.c
9748 ____________________________________________________________________________
9749 [ 14569] By: nick                                  on 2002/02/06  09:52:23
9750         Log: Integrate mainline
9751      Branch: perlio
9752           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
9753           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
9754           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
9755           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
9756           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
9757           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
9758 ____________________________________________________________________________
9759 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
9760         Log: EBCDIC: 0x41 is not cricket.
9761      Branch: perl
9762            ! ext/Encode/t/Encode.t
9763 ____________________________________________________________________________
9764 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
9765         Log: NetWare update from Ananth Kesari.
9766      Branch: perl
9767            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
9768            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
9769            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
9770            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
9771            ! NetWare/t/NWScripts.pl makedef.pl
9772 ____________________________________________________________________________
9773 [ 14566] By: sky                                   on 2002/02/05  18:39:13
9774         Log: Subject: Re: File::Spec::rel2abs2rel (?)
9775              From: Michael G Schwern <schwern@pobox.com>
9776              Date: Tue, 5 Feb 2002 13:47:39 -0500
9777              Message-ID: <20020205184739.GB17375@blackrider>
9778      Branch: perl
9779            ! lib/File/Spec/t/rel2abs2rel.t
9780 ____________________________________________________________________________
9781 [ 14565] By: nick                                  on 2002/02/05  17:31:24
9782         Log: Integrate mainline
9783      Branch: perlio
9784           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
9785           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
9786           !> utf8.h
9787 ____________________________________________________________________________
9788 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
9789         Log: Integrate perlio;
9790              
9791              More Encode tweaks:
9792              - make expensive and marginal substring search optional (-O)
9793              - enable -O for ASCII-oid encodings (search space is small)
9794              - add ASCII-oid jis0201 to basic Encode.so
9795              - add some other Japanese encodings to EUC_JP bundle (without -O)
9796      Branch: perl
9797           +> ext/Encode/Encode/jis0201.ucm
9798           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
9799           !> ext/Encode/compile
9800 ____________________________________________________________________________
9801 [ 14563] By: nick                                  on 2002/02/05  16:01:15
9802         Log: More Encode tweaks:
9803              - make expensive and marginal substring search optional (-O)
9804              - enable -O for ASCII-oid encodings (search space is small)
9805              - add ASCII-oid jis0201 to basic Encode.so
9806              - add some other Japanese encodings to EUC_JP bundle (without -O)
9807      Branch: perlio
9808            + ext/Encode/Encode/jis0201.ucm
9809            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
9810            ! ext/Encode/compile
9811 ____________________________________________________________________________
9812 [ 14562] By: sky                                   on 2002/02/05  14:50:36
9813         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
9814      Branch: perl
9815            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
9816 ____________________________________________________________________________
9817 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
9818         Log: EBCDIC: SHARP S is different.
9819      Branch: perl
9820            ! regexec.c utf8.h
9821 ____________________________________________________________________________
9822 [ 14560] By: sky                                   on 2002/02/05  13:49:40
9823         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
9824      Branch: perl
9825            ! t/op/filetest.t
9826 ____________________________________________________________________________
9827 [ 14559] By: sky                                   on 2002/02/05  11:39:24
9828         Log: Add . first to the PATH environment to test that we really
9829              get ./perl and not some other older perl.
9830      Branch: perl
9831            ! lib/File/Spec/t/rel2abs2rel.t
9832 ____________________________________________________________________________
9833 [ 14558] By: sky                                   on 2002/02/05  11:20:21
9834         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
9835      Branch: perl
9836            ! ext/POSIX/t/posix.t
9837 ____________________________________________________________________________
9838 [ 14557] By: sky                                   on 2002/02/05  10:30:58
9839         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
9840      Branch: perl
9841            ! hints/darwin.sh perl.h
9842 ____________________________________________________________________________
9843 [ 14556] By: nick                                  on 2002/02/05  06:58:52
9844         Log: Integrate mainline
9845      Branch: perlio
9846           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
9847           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
9848           !> lib/File/Find/t/taint.t
9849 ____________________________________________________________________________
9850 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
9851         Log: Integrate change #14439 from maintperl
9852      Branch: maint-5.6/macperl
9853           !> op.c
9854 ____________________________________________________________________________
9855 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
9856         Log: Subject: [PATCH] File::Find tests not cleaning up properly
9857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9858              Date: Mon, 4 Feb 2002 22:09:07 +0100
9859              Message-ID: <20020204220907.A8288@rafael>
9860      Branch: perl
9861            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
9862 ____________________________________________________________________________
9863 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
9864         Log: Signedness mumblings from Tru64.
9865      Branch: perl
9866            ! ext/Encode/Encode.xs
9867 ____________________________________________________________________________
9868 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
9869         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
9870              From: "Craig A. Berry" <craigberry@mac.com>
9871              Date: Mon, 04 Feb 2002 17:16:00 -0600
9872              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
9873      Branch: perl
9874            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
9875            ! ext/Encode/Encode.xs
9876 ____________________________________________________________________________
9877 [ 14551] By: nick                                  on 2002/02/04  16:00:31
9878         Log: Integrate mainline
9879      Branch: perlio
9880           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
9881           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
9882           !> regcomp.c
9883 ____________________________________________________________________________
9884 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
9885         Log: Update Changes.
9886      Branch: perl
9887            ! Changes patchlevel.h
9888 ____________________________________________________________________________
9889 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
9890         Log: Comment microtweaks.
9891      Branch: perl
9892            ! lib/locale.t
9893 ____________________________________________________________________________
9894 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
9895         Log: Subject: trivial docu patch
9896              From: andreas.koenig@anima.de (Andreas J. Koenig)
9897              Date: 04 Feb 2002 08:15:19 +0100
9898              Message-ID: <m3pu3l7m60.fsf@anima.de>
9899      Branch: perl
9900            ! pod/perluniintro.pod
9901 ____________________________________________________________________________
9902 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
9903         Log: Subject: [PATCH] (??{ }) anomaly
9904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9905              Date: Sun, 03 Feb 2002 20:21:45 -0800
9906              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
9907      Branch: perl
9908            ! regcomp.c
9909 ____________________________________________________________________________
9910 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
9911         Log: Integrate perlio.
9912              
9913              Carry on where we left off if we have to grow destination
9914              SV during XS encode/decode
9915              
9916              Remove debugging warning, be consistent about API fails.
9917      Branch: perl
9918           !> ext/Encode/Encode.xs
9919 ____________________________________________________________________________
9920 [ 14545] By: nick                                  on 2002/02/03  20:03:38
9921         Log: Remove debugging warning, be consistent about API fails.
9922      Branch: perlio
9923            ! ext/Encode/Encode.xs
9924 ____________________________________________________________________________
9925 [ 14544] By: nick                                  on 2002/02/03  19:47:48
9926         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
9927      Branch: perlio
9928            ! ext/Encode/Encode.xs
9929 ____________________________________________________________________________
9930 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
9931         Log: Subject: PATCH CPAN.pm
9932              From: Mark-Jason Dominus <mjd@plover.com>
9933              Date: Sun, 03 Feb 2002 12:36:36 -0500
9934              Message-ID: <20020203173636.27451.qmail@plover.com>
9935      Branch: perl
9936            ! lib/CPAN.pm
9937 ____________________________________________________________________________
9938 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
9939         Log: Must search further back.
9940      Branch: perl
9941            ! lib/h2xs.t
9942 ____________________________________________________________________________
9943 [ 14541] By: nick                                  on 2002/02/03  18:52:09
9944         Log: Integrate mainline
9945      Branch: perlio
9946           !> (integrate 29 files)
9947 ____________________________________________________________________________
9948 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
9949         Log: EBCDIC: more natification.
9950      Branch: perl
9951            ! regcomp.c
9952 ____________________________________________________________________________
9953 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
9954         Log: Debug noise.
9955      Branch: perl
9956            ! ext/Encode/Encode.xs
9957 ____________________________________________________________________________
9958 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
9959         Log: Integrate perlio;
9960              
9961              Stable intermediate point in Encode cleanup.
9962              :encode(euc-jp) works on Dan's table.euc
9963              Much buffer copying and other silliness remains.
9964      Branch: perl
9965           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9966           !> ext/Encode/lib/Encode/Encoding.pm
9967 ____________________________________________________________________________
9968 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
9969         Log: Prettify.
9970      Branch: perl
9971            ! lib/unicore/mktables
9972 ____________________________________________________________________________
9973 [ 14536] By: nick                                  on 2002/02/03  17:32:03
9974         Log: Stable intermediate point in Encode cleanup.
9975              :encode(euc-jp) works on Dan's table.euc
9976              Much buffer copying and other silliness remains.
9977      Branch: perlio
9978            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9979            ! ext/Encode/lib/Encode/Encoding.pm
9980 ____________________________________________________________________________
9981 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
9982         Log: EBCDIC: it's much nicer to compare Unicode code points
9983              to Unicode code points.
9984      Branch: perl
9985            ! regexec.c
9986 ____________________________________________________________________________
9987 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
9988         Log: EBCDIC: character classes must remap the low 256.
9989      Branch: perl
9990            ! regcomp.c
9991 ____________________________________________________________________________
9992 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
9993         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
9994      Branch: perl
9995            ! lib/I18N/LangTags/List.pm
9996 ____________________________________________________________________________
9997 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
9998         Log: FAQ sync.
9999      Branch: perl
10000            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
10001            ! pod/perlfaq6.pod pod/perlfaq7.pod
10002 ____________________________________________________________________________
10003 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
10004         Log: Integrate perlio;
10005              
10006              Re-indent Encode.xs
10007              
10008              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
10009              (Mis-feature discovered by Encode.)
10010      Branch: perl
10011           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
10012 ____________________________________________________________________________
10013 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
10014         Log: Subject: [PATCH] lstat FH and -l FH warnings
10015              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10016              Date: Sat, 2 Feb 2002 22:24:54 +0100           
10017              Message-ID: <20020202222454.A11608@rafael>       
10018      Branch: perl
10019            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
10020            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
10021 ____________________________________________________________________________
10022 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
10023         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
10024              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10025              Date: Sat, 2 Feb 2002 13:11:01 +0100           
10026              Message-ID: <20020202131101.A722@rafael>               
10027              
10028              Subject: [PATCH t/op/ver.t] another false positive
10029              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10030              Date: Sat, 2 Feb 2002 13:38:22 +0100           
10031              Message-ID: <20020202133822.E722@rafael>         
10032              
10033              Subject: [PATCH] t/test.pl:ok() doesn't work
10034              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
10035              Date: Sun, 03 Feb 2002 00:02:38 -0800          
10036              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
10037      Branch: perl
10038            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
10039            ! t/test.pl
10040 ____________________________________________________________________________
10041 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
10042         Log: Subject: [PATCH @13746] OS2::Process's constants
10043              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10044              Date: Sat, 2 Feb 2002 01:00:55 -0500           
10045              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
10046      Branch: perl
10047            ! os2/OS2/Process/Makefile.PL
10048 ____________________________________________________________________________
10049 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
10050         Log: Subject: [PATCH @13746] h2xs   
10051              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10052              Date: Sat, 2 Feb 2002 00:58:44 -0500           
10053              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
10054      Branch: perl
10055            ! utils/h2xs.PL
10056 ____________________________________________________________________________
10057 [ 14526] By: nick                                  on 2002/02/03  14:54:18
10058         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
10059              (Mis-feature discovered by Encode.)
10060      Branch: perlio
10061            ! sv.c
10062 ____________________________________________________________________________
10063 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
10064         Log: EBCDIC: since #14519 made \N{...} to remap,
10065              the test cannot expect an ASCII code point.
10066      Branch: perl
10067            ! lib/charnames.t
10068 ____________________________________________________________________________
10069 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
10070         Log: Sub-MANIFEST-tweak.
10071      Branch: perl
10072            ! ext/Encode/MANIFEST
10073 ____________________________________________________________________________
10074 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
10075         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
10076              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10077              Date: Fri, 01 Feb 2002 23:51:03 +0900
10078              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
10079      Branch: perl
10080            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10081 ____________________________________________________________________________
10082 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
10083         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
10084              From: Andy Dougherty <doughera@lafayette.edu>
10085              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
10086              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
10087      Branch: perl
10088            ! README.solaris hints/solaris_2.sh
10089 ____________________________________________________________________________
10090 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
10091         Log: EBCDIC: no hope to get the low 256 right in unifolding.
10092      Branch: perl
10093            ! t/uni/fold.t
10094 ____________________________________________________________________________
10095 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
10096         Log: todo entry for missing pack formats.
10097      Branch: perl
10098            ! pod/perltodo.pod
10099 ____________________________________________________________________________
10100 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
10101         Log: EBCDIC: the low 256 \N{...} need to be remapped.
10102      Branch: perl
10103            ! toke.c
10104 ____________________________________________________________________________
10105 [ 14518] By: nick                                  on 2002/02/01  18:32:03
10106         Log: indent -kr -nce and some manual tweaks to match perl style.
10107      Branch: perlio
10108            ! ext/Encode/Encode.xs
10109 ____________________________________________________________________________
10110 [ 14517] By: nick                                  on 2002/02/01  18:20:46
10111         Log: Integrate mainline
10112      Branch: perlio
10113           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
10114           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
10115           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
10116           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
10117           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
10118           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
10119           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
10120 ____________________________________________________________________________
10121 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
10122         Log: Integrate perlio; 
10123              
10124              Minor Encode tweaks:
10125              - move Encode.pm back to top of Encode like normal XS extension
10126              - avoid .def as a file extension (Win32 builds)
10127      Branch: perl
10128            ! MANIFEST
10129           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
10130           !> ext/Encode/Makefile.PL ext/Encode/compile
10131 ____________________________________________________________________________
10132 [ 14515] By: nick                                  on 2002/02/01  16:27:59
10133         Log: Minor Encode tweaks:
10134              - move Encode.pm back to top of Encode like normal XS extension
10135              - avoid .def as a file extension (Win32 builds)
10136      Branch: perlio
10137           +> ext/Encode/Encode.pm
10138            - ext/Encode/lib/Encode.pm
10139            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
10140            ! ext/Encode/Makefile.PL ext/Encode/compile
10141 ____________________________________________________________________________
10142 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
10143         Log: Subject: [PATCH utf8.t] temp file not cleaned up
10144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10145              Date: Fri, 1 Feb 2002 15:47:46 +0100
10146              Message-ID: <20020201154746.A24079@rafael>
10147      Branch: perl
10148            ! t/io/utf8.t
10149 ____________________________________________________________________________
10150 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
10151         Log: Subject: [PATCH] make "lstat FH" croak
10152              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10153              Date: Fri, 1 Feb 2002 15:12:50 +0100
10154              Message-ID: <20020201151250.A738@rafael>
10155      Branch: perl
10156            ! pod/perldiag.pod pp_sys.c t/op/stat.t
10157 ____________________________________________________________________________
10158 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
10159         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
10160              From: Kay Röpke <kroepke@dolphin-services.de>
10161              Date: Fri, 1 Feb 2002 01:10:43 +0100
10162              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
10163      Branch: perl
10164            ! t/op/stat.t
10165 ____________________________________________________________________________
10166 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
10167         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
10168              I got it in Tru64 + ithreads but only without -g, took
10169              some debugging by printf (which was no fun either since
10170              adding some debug printfs hid the error)
10171      Branch: perl
10172            ! regexec.c utf8.c
10173 ____________________________________________________________________________
10174 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
10175         Log: Subject: Re: [PATCH] perl -V:
10176              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
10177              Date: Thu, 31 Jan 2002 12:10:20 -0800
10178              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
10179              
10180              Subject: Re: [PATCH] perl -V:
10181              From: Michael G Schwern <schwern@pobox.com>
10182              Date: Thu, 31 Jan 2002 16:43:13 -0500
10183              Message-ID: <20020131214313.GH6498@blackrider>
10184      Branch: perl
10185            ! t/run/switches.t
10186 ____________________________________________________________________________
10187 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
10188         Log: #14505 effect.
10189      Branch: perl
10190            ! pod/perluniintro.pod
10191 ____________________________________________________________________________
10192 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
10193         Log: Daniel S. Lewart adopts the Math::Complex.
10194      Branch: perl
10195            ! lib/Math/Complex.pm
10196 ____________________________________________________________________________
10197 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
10198         Log: More Complex DWIMmery.
10199      Branch: perl
10200            ! lib/Math/Complex.pm lib/Math/Complex.t
10201 ____________________________________________________________________________
10202 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
10203         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
10204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10205              Date: Thu, 31 Jan 2002 14:37:52 +0100
10206              Message-ID: <20020131143752.A1452@rafael>
10207      Branch: perl
10208            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
10209 ____________________________________________________________________________
10210 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
10211         Log: Turn the I/O Unicode error by default on, but the
10212              character-generating Unicode error by default off,
10213              as Larry suggested.
10214      Branch: perl
10215            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
10216            ! utf8.c
10217 ____________________________________________________________________________
10218 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
10219         Log: Subject: [PATCH] open.pm minor cleanup
10220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10221              Date: Thu, 31 Jan 2002 15:03:02 +0100
10222              Message-ID: <20020131150302.C1452@rafael>
10223      Branch: perl
10224            ! lib/open.pm
10225 ____________________________________________________________________________
10226 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
10227         Log: Update Changes.
10228      Branch: perl
10229            ! Changes patchlevel.h
10230 ____________________________________________________________________________
10231 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
10232         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
10233              From: Robin Barker <rmb1@cise.npl.co.uk>
10234              Date: Wed, 30 Jan 2002 11:58:33 GMT
10235              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
10236      Branch: perl
10237            ! lib/CPAN.pm
10238 ____________________________________________________________________________
10239 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
10240         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
10241              re-sort MANIFEST.
10242      Branch: perl
10243            + ext/Encode/Encode.pm
10244            - ext/Encode/lib/Encode.pm
10245            ! MANIFEST ext/Encode/Makefile.PL
10246 ____________________________________________________________________________
10247 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
10248         Log: Integrate perlio;
10249              
10250              Collect some stats during compile process.
10251              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
10252              as one XS - inconclusive - marginal win?
10253              Add some comments to encode.h
10254      Branch: perl
10255           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
10256           !> ext/Encode/encode.h
10257 ____________________________________________________________________________
10258 [ 14499] By: nick                                  on 2002/01/30  09:57:47
10259         Log: Collect some stats during compile process.
10260              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
10261              as one XS - inconclusive - marginal win?
10262              Add some comments to encode.h
10263      Branch: perlio
10264            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
10265            ! ext/Encode/encode.h
10266 ____________________________________________________________________________
10267 [ 14498] By: nick                                  on 2002/01/30  07:27:55
10268         Log: Integrate Jarkko's path/INC tweaks
10269      Branch: perlio
10270           !> ext/Encode/compile
10271 ____________________________________________________________________________
10272 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
10273         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
10274              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10275              Date: Tue, 29 Jan 2002 01:13:09 -0800
10276              Message-ID: <lemV8gzkgu/K092yn@efn.org>
10277      Branch: perl
10278            ! configpm
10279 ____________________________________________________________________________
10280 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
10281         Log: Subject: [PATCH t/op/inccode.t] new test
10282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10283              Date: Tue, 29 Jan 2002 22:03:45 +0100
10284              Message-ID: <20020129220345.A704@rafael>
10285      Branch: perl
10286            ! t/op/inccode.t
10287 ____________________________________________________________________________
10288 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
10289         Log: EBCDIC: t/op/lc.t now passes.
10290      Branch: perl
10291            ! t/op/lc.t
10292 ____________________________________________________________________________
10293 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
10294         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
10295      Branch: perl
10296            ! utf8.c
10297 ____________________________________________________________________________
10298 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
10299         Log: Must find stuff during build.
10300      Branch: perl
10301            ! ext/Encode/compile
10302 ____________________________________________________________________________
10303 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
10304         Log: Integrate with perlio;
10305              
10306              Basics of a compiled Encode XS extension
10307      Branch: perl
10308           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
10309           +> ext/Encode/Encode/euc-jp.ucm
10310           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
10311           !> ext/Encode/encode.h
10312 ____________________________________________________________________________
10313 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
10314         Log: EBCDIC tweaks-- no new test passes, but getting closer.
10315      Branch: perl
10316            ! utf8.c
10317 ____________________________________________________________________________
10318 [ 14490] By: nick                                  on 2002/01/29  21:20:57
10319         Log: Basics of a compiled Encode XS extension
10320      Branch: perlio
10321            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
10322            + ext/Encode/Encode/euc-jp.ucm
10323            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
10324            ! ext/Encode/encode.h
10325 ____________________________________________________________________________
10326 [ 14489] By: nick                                  on 2002/01/29  18:40:54
10327         Log: Integrate mainline
10328      Branch: perlio
10329           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
10330           +> ext/Encode/lib/Encode/Encoding.pm
10331           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
10332           +> ext/Encode/lib/Encode/Tcl/Escape.pm
10333           +> ext/Encode/lib/Encode/Tcl/Extended.pm
10334           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
10335           +> ext/Encode/lib/Encode/Tcl/Table.pm
10336           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10337           +> ext/Encode/lib/Encode/iso10646_1.pm
10338           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10339           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
10340           +> ext/Encode/t/Tcl.t
10341            - ext/Encode.t ext/Encode/Encode.pm
10342            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
10343            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
10344           !> (integrate 33 files)
10345 ____________________________________________________________________________
10346 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
10347         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
10348              From: Richard Clamp <richardc@unixbeard.net>
10349              Date: Mon, 28 Jan 2002 02:17:55 +0000
10350              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
10351      Branch: perl
10352            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
10353 ____________________________________________________________________________
10354 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
10355         Log: OS/390 seems to do length 0 udp reads, Nicholas says
10356              skippage is for now the best cause of action.
10357      Branch: perl
10358            ! ext/Socket/socketpair.t
10359 ____________________________________________________________________________
10360 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
10361         Log: Encode cleanup from Dan Kogai; reworked even further.
10362      Branch: perl
10363            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
10364            + ext/Encode/lib/Encode/Encoding.pm
10365            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
10366            + ext/Encode/lib/Encode/Tcl/Escape.pm
10367            + ext/Encode/lib/Encode/Tcl/Extended.pm
10368            + ext/Encode/lib/Encode/Tcl/HanZi.pm
10369            + ext/Encode/lib/Encode/Tcl/Table.pm
10370            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10371            + ext/Encode/lib/Encode/iso10646_1.pm
10372            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10373            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
10374            + ext/Encode/t/Tcl.t
10375            - ext/Encode.t ext/Encode/Encode.pm
10376            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
10377            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
10378            ! MANIFEST ext/Encode/Encode/8859-1.ucm
10379            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
10380            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
10381            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
10382            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
10383            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
10384            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
10385            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
10386            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
10387            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
10388            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
10389            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
10390            ! ext/Encode/compile
10391 ____________________________________________________________________________
10392 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
10393         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
10394      Branch: perl
10395            ! djgpp/djgpp.c perlio.c
10396 ____________________________________________________________________________
10397 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
10398         Log: Prettier printing from Michael Schwern.
10399      Branch: perl
10400            ! t/test.pl
10401 ____________________________________________________________________________
10402 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
10403         Log: Show also the debug and debugcolor as known pragmas.
10404      Branch: perl
10405            ! ext/re/re.pm
10406 ____________________________________________________________________________
10407 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
10408         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
10409              From: "Craig A. Berry" <craigberry@mac.com>
10410              Date: Mon, 28 Jan 2002 16:30:30 -0600
10411              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
10412      Branch: perl
10413            ! ext/B/t/assembler.t
10414 ____________________________________________________________________________
10415 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
10416         Log: metaconfig unit change for #14480.
10417      Branch: metaconfig
10418            ! U/modified/Init.U
10419 ____________________________________________________________________________
10420 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
10421         Log: DJGPP needs to know its exe soon, too.
10422      Branch: perl
10423            ! Configure
10424 ____________________________________________________________________________
10425 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
10426         Log: Round #2 on EBCDICation.
10427      Branch: perl
10428            ! t/op/append.t
10429 ____________________________________________________________________________
10430 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
10431         Log: Integrate perlio;
10432              
10433              Set makefile.mk CCHOME etc. for default locations of MinGW and free
10434              Borland compilers. (Borland builds one or two oddities.)
10435      Branch: perl
10436           !> win32/config.bc win32/makefile.mk
10437 ____________________________________________________________________________
10438 [ 14477] By: nick                                  on 2002/01/28  20:12:31
10439         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
10440              Borland compilers. (Borland builds one or two oddities.)
10441      Branch: perlio
10442            ! win32/config.bc win32/makefile.mk
10443 ____________________________________________________________________________
10444 [ 14476] By: nick                                  on 2002/01/28  18:43:47
10445         Log: Integrate mainline
10446      Branch: perlio
10447           !> Configure hints/hpux.sh
10448 ____________________________________________________________________________
10449 [ 14475] By: nick                                  on 2002/01/28  17:15:12
10450         Log: Integrate mainline
10451      Branch: perlio
10452           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
10453           !> patchlevel.h pp_sys.c t/lib/warnings/perl
10454 ____________________________________________________________________________
10455 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
10456         Log: metaconfig unit change for #14472.
10457      Branch: metaconfig/U/perl
10458            ! d_u32align.U
10459 ____________________________________________________________________________
10460 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
10461         Log: Misunderstood Merijn's patch.
10462      Branch: perl
10463            ! hints/hpux.sh
10464 ____________________________________________________________________________
10465 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
10466         Log: Misapplied Merijn's patch.
10467      Branch: perl
10468            ! Configure
10469 ____________________________________________________________________________
10470 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
10471         Log: Update Changes.
10472      Branch: perl
10473            ! Changes patchlevel.h
10474 ____________________________________________________________________________
10475 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
10476         Log: BeOS has sockets but not true ones.
10477      Branch: perl
10478            ! pp_sys.c
10479 ____________________________________________________________________________
10480 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
10481         Log: metaconfig unit change for #14467.
10482      Branch: metaconfig/U/perl
10483            ! d_u32align.U
10484 ____________________________________________________________________________
10485 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
10486         Log: For some strange reason under the smoke harness the alignment
10487              test hangs in HP-UX 10.20.  So hint it to avoid the test.
10488      Branch: perl
10489            ! hints/hpux.sh
10490 ____________________________________________________________________________
10491 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
10492         Log: Allow d_u32align to be hinted.
10493      Branch: perl
10494            ! Configure
10495 ____________________________________________________________________________
10496 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
10497         Log: The shift key is important.
10498      Branch: perl
10499            ! ext/B/B.xs
10500 ____________________________________________________________________________
10501 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
10502         Log: The "used only once" warnings (from gv_check) come
10503              in pseudorandom hash order-- in EBCDIC the order
10504              is different.  Add a new option that allow the warnings
10505              to come in any order (Paul Marquess).
10506      Branch: perl
10507            ! lib/warnings.t t/lib/warnings/perl
10508 ____________________________________________________________________________
10509 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
10510         Log: Integrate perlio; the 0nothread test failure without threads.
10511      Branch: perl
10512           !> ext/threads/shared/t/0nothread.t
10513 ____________________________________________________________________________
10514 [ 14463] By: nick                                  on 2002/01/28  08:22:36
10515         Log: Integrate mainline
10516      Branch: perlio
10517           !> (integrate 37 files)
10518 ____________________________________________________________________________
10519 [ 14462] By: nick                                  on 2002/01/28  08:09:53
10520         Log: 1st attempt at skipping broke threads case.
10521      Branch: perlio
10522            ! ext/threads/shared/t/0nothread.t
10523 ____________________________________________________________________________
10524 [ 14461] By: nick                                  on 2002/01/28  07:25:58
10525         Log: Skip new threads::shared test unless -Duseithreads
10526      Branch: perlio
10527            ! ext/threads/shared/t/0nothread.t
10528 ____________________________________________________________________________
10529 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
10530         Log: FAQ sync.
10531      Branch: perl
10532            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10533            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10534            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10535            ! pod/perlfaq9.pod
10536 ____________________________________________________________________________
10537 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
10538         Log: Upgrade to podlators 1.20.
10539      Branch: perl
10540            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
10541 ____________________________________________________________________________
10542 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
10543         Log: Retract #14448, a better patch coming up.
10544      Branch: perl
10545            ! lib/Pod/t/basic.t
10546 ____________________________________________________________________________
10547 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
10548         Log: EBCDIC portability.
10549      Branch: perl
10550            ! t/op/append.t
10551 ____________________________________________________________________________
10552 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
10553         Log: Further cygwin installperl tweak from Gerrit P. Haase.
10554      Branch: perl
10555            ! installperl
10556 ____________________________________________________________________________
10557 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
10558         Log: A bug in Bulgarian EBCDIC locale (this sounds like
10559              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
10560              locales failed, too.  The patch works around the bug by
10561              skipping the test, but the real problem may be deeper
10562              (affecting probably only EBCDIC platforms, though):
10563              see the comment in locale.t for more details.
10564      Branch: perl
10565            ! lib/locale.t
10566 ____________________________________________________________________________
10567 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
10568         Log: metaconfig unit change for #14453.
10569      Branch: metaconfig/U/perl
10570            ! libperl.U
10571 ____________________________________________________________________________
10572 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
10573         Log: Subject: Bleadperl on Cygwin today
10574              From: "Gerrit P. Haase" <gp@familiehaase.de>              
10575              Date: Sun, 27 Jan 2002 22:30:41 +0100
10576              Message-ID: <462007239437.20020127223041@familiehaase.de>
10577      Branch: perl
10578            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
10579            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
10580            ! lib/ExtUtils/t/MM_Cygwin.t
10581 ____________________________________________________________________________
10582 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
10583         Log: Unfinished EBCDIC branch.
10584      Branch: perl
10585            ! t/op/ver.t
10586 ____________________________________________________________________________
10587 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
10588         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
10589      Branch: perl
10590            ! ext/B/B.xs ext/B/B/Deparse.pm
10591 ____________________________________________________________________________
10592 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
10593         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
10594              platforms.
10595      Branch: perl
10596            ! ext/B/t/stash.t
10597 ____________________________________________________________________________
10598 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
10599         Log: Apparently no need for EBCDIC exception any more.
10600      Branch: perl
10601            ! ext/B/t/showlex.t
10602 ____________________________________________________________________________
10603 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
10604         Log: (retracted by #14458)
10605              (Russ Allbery) OS/390 is using a high-bit character for ESC,
10606              skip the test for now.  A better fix would be to override
10607              the notion of the platform's escape sequence in the test
10608              of Pod::Text::Termcap.  We may have to apply a filter to
10609              the output to substitute back in the ESC character that
10610              the test expects, but only on OS/390.
10611      Branch: perl
10612            ! lib/Pod/t/basic.t
10613 ____________________________________________________________________________
10614 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
10615         Log: Detypo.
10616      Branch: perl
10617            ! ext/Devel/Peek/Peek.t
10618 ____________________________________________________________________________
10619 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
10620         Log: OS/390 USS has a different idea of the pw* functions.
10621              Also, test the name with eq, not with ==.
10622      Branch: perl
10623            ! lib/User/pwent.t
10624 ____________________________________________________________________________
10625 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
10626         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
10627      Branch: perl
10628            ! doio.c
10629 ____________________________________________________________________________
10630 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
10631         Log: ASCIIisms.
10632      Branch: perl
10633            ! ext/PerlIO/t/encoding.t
10634 ____________________________________________________________________________
10635 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
10636         Log: chr(42) ne '*'  if one is in EBCDIC.
10637      Branch: perl
10638            ! t/op/pack.t
10639 ____________________________________________________________________________
10640 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
10641         Log: Subject: [PATCH] Fix up recent op/stat.t failures
10642              From: Andy Dougherty <doughera@lafayette.edu>
10643              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
10644              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
10645      Branch: perl
10646            ! t/op/stat.t
10647 ____________________________________________________________________________
10648 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
10649         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
10650              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10651              Date: Sun, 27 Jan 2002 15:03:18 +0100
10652              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
10653      Branch: perl
10654            ! lib/ExtUtils/t/Command.t
10655 ____________________________________________________________________________
10656 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
10657         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
10658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10659              Date: Sun, 27 Jan 2002 14:51:10 +0100
10660              Message-ID: <20020127145110.A16332@rafael>
10661      Branch: perl
10662            ! ext/B/B/Deparse.pm
10663 ____________________________________________________________________________
10664 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
10665         Log: integrate change#14431 from perlio branch (Nick's fix for
10666              change#13474 to be more defensive about looking at pad entries
10667              that may not exist yet)
10668      Branch: maint-5.6/perl
10669            ! op.c
10670 ____________________________________________________________________________
10671 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
10672         Log: Comment to avoid later "cleanups."
10673      Branch: perl
10674            ! lib/ExtUtils/MakeMaker.pm
10675 ____________________________________________________________________________
10676 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
10677         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
10678              instead of just FOO=... cmd ...
10679      Branch: perl
10680            ! Makefile.SH
10681 ____________________________________________________________________________
10682 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
10683         Log: Overquoting bad (in UNIX one would get
10684              Can't open perl script "'-I../lib'": No such file or directory)
10685      Branch: perl
10686            ! lib/Pod/t/Usage.t
10687 ____________________________________________________________________________
10688 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
10689         Log: Integrate perlio;
10690              
10691              "All tests successful" VC6.0 Win32
10692              (Update config.vc to need cppstdin so those tests are skipped...)
10693      Branch: perl
10694           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10695           !> win32/config_H.vc
10696 ____________________________________________________________________________
10697 [ 14434] By: nick                                  on 2002/01/26  22:27:08
10698         Log: "All tests successful" VC6.0 Win32
10699              (Update config.vc to need cppstdin so those tests are skipped...)
10700      Branch: perlio
10701            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10702            ! win32/config_H.vc
10703 ____________________________________________________________________________
10704 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
10705         Log: Integrate perlio;
10706              
10707              1st two tests of File/Find/t/find.t and taint.t were run after 
10708              calling cleanup(). If previous fail had left for_find directory,
10709              but no content in it then cleanup() returned cd'ed to that directory.
10710              So tests failed. Fixed cleanup()-s.
10711              
10712              If we get to sighandler by mistake (no perl handler set) then
10713              warn() and exit() rather than die() - should never happen
10714              but if it does context needed to die is likely to be trashed
10715              as well.
10716              
10717              Win32 signal emulation cleanup.
10718              
10719              Tinkering with thread cleanup mutex-ing - not the problem 
10720              (op.c is) but could have been...
10721              
10722              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
10723              Should really be looked at by someone that knows about pads.
10724              
10725              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
10726              for CRLF line endings.
10727      Branch: perl
10728           !> ext/threads/threads.xs lib/File/Find/t/find.t
10729           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
10730           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10731 ____________________________________________________________________________
10732 [ 14432] By: nick                                  on 2002/01/26  21:10:38
10733         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
10734              for CRLF line endings.
10735      Branch: perlio
10736            ! lib/Filter/Simple.pm
10737 ____________________________________________________________________________
10738 [ 14431] By: nick                                  on 2002/01/26  21:08:35
10739         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
10740              Should really be looked at by someone that knows about pads.
10741      Branch: perlio
10742            ! op.c
10743 ____________________________________________________________________________
10744 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
10745         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
10746              From: "Craig A. Berry" <craigberry@mac.com>       
10747              Date: Sat, 26 Jan 2002 11:19:44 -0600
10748              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
10749      Branch: perl
10750            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
10751 ____________________________________________________________________________
10752 [ 14429] By: nick                                  on 2002/01/26  18:04:22
10753         Log: Tinkering with thread cleanup mutex-ing - not the problem 
10754              (op.c is) but could have been...
10755      Branch: perlio
10756            ! ext/threads/threads.xs
10757 ____________________________________________________________________________
10758 [ 14428] By: nick                                  on 2002/01/26  18:03:13
10759         Log: Win32 signal emulation cleanup.
10760      Branch: perlio
10761            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10762 ____________________________________________________________________________
10763 [ 14427] By: nick                                  on 2002/01/26  13:59:33
10764         Log: If we get to sighandler by mistake (no perl handler set) then
10765              warn() and exit() rather than die() - should never happen
10766              but if it does context needed to die is likely to be trashed
10767              as well.
10768      Branch: perlio
10769            ! mg.c
10770 ____________________________________________________________________________
10771 [ 14426] By: nick                                  on 2002/01/26  13:56:23
10772         Log: Integrate mainline
10773      Branch: perlio
10774           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
10775           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
10776           !> t/run/fresh_perl.t
10777 ____________________________________________________________________________
10778 [ 14425] By: nick                                  on 2002/01/26  08:11:33
10779         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
10780              calling cleanup(). If previous fail had left for_find directory,
10781              but no content in it then cleanup() returned cd'ed to that directory.
10782              So tests failed. Fixed cleanup()-s.
10783      Branch: perlio
10784            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
10785 ____________________________________________________________________________
10786 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
10787         Log: Integrate perlio;
10788              
10789              Fix winsystem.t's attempt to build showav.exe to work
10790              with gcc (which writes a.exe unless told with -o ).
10791              Also put in a few more fail-safes to check .exe got
10792              built somehow.
10793              
10794              More Win32 tuning
10795              
10796              Save $! so that other syscalls don't disturb it before
10797              we test it.
10798      Branch: perl
10799           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
10800           !> t/op/winsystem.t
10801 ____________________________________________________________________________
10802 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
10803         Log: Subject: [PATCH] new test in op/universal.t
10804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10805              Date: Fri, 25 Jan 2002 23:17:33 +0100
10806              Message-ID: <20020125231733.A11733@rafael>
10807      Branch: perl
10808            ! t/op/universal.t
10809 ____________________________________________________________________________
10810 [ 14422] By: nick                                  on 2002/01/25  21:37:03
10811         Log: Save $! so that other syscalls don't disturb it before 
10812              we test it.
10813      Branch: perlio
10814            ! ext/Socket/socketpair.t
10815 ____________________________________________________________________________
10816 [ 14421] By: nick                                  on 2002/01/25  19:05:57
10817         Log: More Win32 tuning
10818      Branch: perlio
10819            ! t/op/stat.t t/op/taint.t
10820 ____________________________________________________________________________
10821 [ 14420] By: nick                                  on 2002/01/25  18:21:42
10822         Log: Fix winsystem.t's attempt to build showav.exe to work 
10823              with gcc (which writes a.exe unless told with -o ).
10824              Also put in a few more fail-safes to check .exe got 
10825              built somehow.
10826      Branch: perlio
10827            ! t/op/winsystem.t
10828 ____________________________________________________________________________
10829 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
10830         Log: Subject: [Patch Encode.xs] calculation of need overflows
10831              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10832              Date: Sat, 26 Jan 2002 00:58:50 +0900
10833              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
10834      Branch: perl
10835            ! ext/Encode/Encode.xs
10836 ____________________________________________________________________________
10837 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
10838         Log: Integrate changes 13474+13478+13584 from maintperl;
10839              anon sub leakage.
10840      Branch: perl
10841            ! op.c t/run/fresh_perl.t
10842 ____________________________________________________________________________
10843 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
10844         Log: Update Changes.
10845      Branch: perl
10846            ! Changes patchlevel.h
10847 ____________________________________________________________________________
10848 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
10849         Log: Integrate perlio; extensive threads and threads::shared work
10850              (note that the below is a chronological list of perlio
10851              check-in entries since the last integrate)
10852              
10853              Nearly-working threads re-structuring. Do not integrate,
10854              submit-ing to get to Win32, and as "off site" backup.
10855              
10856              threads work again on Win32. (Not threads::shared yet)
10857              Submit to see if they do on Linux.
10858              
10859              Add new threads/typemap to MANIFEST
10860              
10861              XS side of new threads::shared designed, coded and compiles,
10862              and mostly commented but is totaly untested.
10863              submit in case anyone wants a preview.
10864              
10865              Miss mg_len == 0 meaning don't Safefree
10866              
10867              Shared scalars working, some shared array ops working.
10868              
10869              Implement recursive lock and use of scope for PL_sharedsv_space,
10870              so now croak() from asserts does not leave locks.
10871              Make hv_simple compile (new prototype for debugging probe).
10872              
10873              thread::shared nearly working again - remaining issue
10874              is references withing shared space.
10875              Added bulk test with no threads involved (for debugging)
10876              Tuned tests to skip those needing _thrcnt
10877              
10878              SvTEMP_off to stop private PV's being stolen and stored in shared space
10879              
10880              Except Win32 from echo tests. (Alarm does not break into connect)
10881              
10882              Expand command line test globs on Win32.
10883              
10884              threads::shared tidy up:
10885              - Add _id() function to shared.xs so we can test refs point at same thing.
10886              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
10887              - Allow no_share to pass if sharing to works despite mis-ordering.
10888              - Change docs of threads to document ->create() (as used in tests),
10889              and not mention "new".
10890              
10891              Linux/NFS hackery was not faking right number of passes.
10892      Branch: perl
10893           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
10894           +> ext/threads/typemap
10895            - ext/threads/threads.h sharedsv.c sharedsv.h
10896            ! NetWare/config_H.wc
10897           !> (integrate 38 files)
10898 ____________________________________________________________________________
10899 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
10900         Log: Subject: Re: perldebguts minor tweaks
10901              From: Joe McMahon <mcmahon@metalab.unc.edu>
10902              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
10903              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
10904      Branch: perl
10905            ! pod/perldebguts.pod
10906 ____________________________________________________________________________
10907 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
10908         Log: metaconfig unit change for #14413.
10909      Branch: metaconfig
10910            ! U/modified/prototype.U
10911 ____________________________________________________________________________
10912 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
10913         Log: Okay, you can come home now, _().
10914      Branch: perl
10915            ! config_h.SH
10916 ____________________________________________________________________________
10917 [ 14412] By: nick                                  on 2002/01/25  11:01:49
10918         Log: Integrate mainline
10919              All but ../lib/Unicode/UCD.t pass.
10920      Branch: perlio
10921           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
10922           +> lib/unicore/CaseFolding.txt
10923           +> lib/unicore/CompositionExclusions.txt
10924           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
10925           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
10926           +> vos/vos.c
10927            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
10928            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
10929            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
10930            - lib/unicore/NamesList.html lib/unicore/PropList.html
10931            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
10932            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
10933            - lib/unicore/rename
10934           !> (integrate 424 files)
10935 ____________________________________________________________________________
10936 [ 14411] By: nick                                  on 2002/01/25  09:45:13
10937         Log: Linux/NFS hackery was not faking right number of passes.
10938      Branch: perlio
10939            ! t/io/fs.t
10940 ____________________________________________________________________________
10941 [ 14410] By: nick                                  on 2002/01/25  09:35:07
10942         Log: threads::shared tidy up:
10943              - Add _id() function to shared.xs so we can test refs point at same thing.
10944              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
10945              - Allow no_share to pass if sharing to works despite mis-ordering.
10946              - Change docs of threads to document ->create() (as used in tests),
10947              and not mention "new".
10948      Branch: perlio
10949            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10950            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
10951            ! ext/threads/threads.pm
10952 ____________________________________________________________________________
10953 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
10954         Log: Subject: perldebguts minor tweaks
10955              From: Joe McMahon <mcmahon@metalab.unc.edu>
10956              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
10957              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
10958      Branch: perl
10959            ! pod/perldebguts.pod
10960 ____________________________________________________________________________
10961 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
10962         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
10963              From: Peter Scott <Peter@PSDT.com>
10964              Date: Thu, 24 Jan 2002 08:51:34 -0800
10965              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
10966      Branch: perl
10967            ! pod/perldebguts.pod
10968 ____________________________________________________________________________
10969 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
10970         Log: Few more paranoia checks for Unicode hash keys.
10971      Branch: perl
10972            ! t/op/each.t
10973 ____________________________________________________________________________
10974 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
10975         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
10976              From: Andy Dougherty <doughera@lafayette.edu>
10977              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
10978              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
10979      Branch: perl
10980            ! t/op/stat.t
10981 ____________________________________________________________________________
10982 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
10983         Log: The
10984              
10985              Subject: Very old debugger UTF-8 bug
10986              From: andreas.koenig@anima.de (Andreas J. Koenig)
10987              Date: 24 Jan 2002 12:45:44 +0100
10988              Message-ID: <m3y9iot1jr.fsf@anima.de>
10989              
10990              still broken, but this should work as a stopgap
10991              measure to stop pp_match accessing naughty data.
10992      Branch: perl
10993            ! pod/perldiag.pod pp_hot.c
10994 ____________________________________________________________________________
10995 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
10996         Log: metaconfig unit change for #14403.
10997      Branch: metaconfig/U/perl
10998            ! d_u32align.U
10999 ____________________________________________________________________________
11000 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
11001         Log: Pacify picky compilers (this time Sun Workshop).
11002      Branch: perl
11003            ! Configure
11004 ____________________________________________________________________________
11005 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
11006         Log: Subject: Very old debugger UTF-8 bug
11007              From: andreas.koenig@anima.de (Andreas J. Koenig)
11008              Date: 24 Jan 2002 12:45:44 +0100
11009              Message-ID: <m3y9iot1jr.fsf@anima.de>
11010      Branch: perl
11011            ! lib/dumpvar.pl
11012 ____________________________________________________________________________
11013 [ 14401] By: nick                                  on 2002/01/24  07:50:38
11014         Log: Expand command line test globs on Win32.
11015      Branch: perlio
11016            ! t/harness
11017 ____________________________________________________________________________
11018 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
11019         Log: Sprinkle some copyrights (use the oldest timestamp to
11020              be found in the repository, which is most often not right,
11021              but at least consistent)
11022      Branch: perl
11023            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
11024            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
11025            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
11026            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
11027            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
11028            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
11029            ! unixish.h xsutils.c
11030 ____________________________________________________________________________
11031 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
11032         Log: Don't crash on Help for long text (bug #506672)
11033      Branch: maint-5.6/macperl
11034            ! macos/macperl/MPHelp.c
11035 ____________________________________________________________________________
11036 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
11037         Log: Fix minor path problem
11038      Branch: maint-5.6/macperl
11039            ! macos/macperl/Droplets/tarzipme.plx
11040 ____________________________________________________________________________
11041 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
11042         Log: Minor text changes
11043      Branch: maint-5.6/macperl
11044            ! macos/Perl.r
11045 ____________________________________________________________________________
11046 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
11047         Log: Bump versions, dates, etc.
11048      Branch: maint-5.6/macperl
11049            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
11050 ____________________________________________________________________________
11051 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
11052         Log: coderefs in @INC and absolute paths
11053      Branch: maint-5.6/macperl
11054            ! embed.h pp_ctl.c proto.h
11055 ____________________________________________________________________________
11056 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
11057         Log: Minor module thingys
11058      Branch: maint-5.6/macperl
11059            ! macos/ext/Mac/Controls/Controls.xs
11060            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
11061            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
11062            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
11063            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
11064            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
11065            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
11066            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
11067            ! macos/ext/Mac/Movies/Movies.xs
11068            ! macos/ext/Mac/Navigation/Navigation.pm
11069            ! macos/ext/Mac/Navigation/Navigation.xs
11070            ! macos/ext/Mac/Notification/Notification.xs
11071            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
11072            ! macos/ext/Mac/Processes/Processes.xs
11073            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
11074            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
11075            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
11076            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
11077            ! macos/ext/Mac/Resources/Resources.pm
11078            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
11079            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
11080            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
11081            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
11082            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
11083 ____________________________________________________________________________
11084 [ 14393] By: nick                                  on 2002/01/23  19:52:19
11085         Log: Except Win32 from echo tests. (Alarm does not break into connect)
11086      Branch: perlio
11087            ! ext/Socket/Socket.t
11088 ____________________________________________________________________________
11089 [ 14392] By: nick                                  on 2002/01/23  19:31:57
11090         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
11091      Branch: perlio
11092            ! ext/threads/shared/shared.xs
11093 ____________________________________________________________________________
11094 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
11095         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
11096      Branch: perl
11097            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
11098            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
11099            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
11100            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
11101            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
11102            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
11103            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
11104            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
11105            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
11106            ! x2p/util.c x2p/util.h x2p/walk.c
11107 ____________________________________________________________________________
11108 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
11109         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
11110              therefore quite probably also obsolete code.
11111      Branch: perl
11112            ! sv.c
11113 ____________________________________________________________________________
11114 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
11115         Log: Update Changes.
11116      Branch: perl
11117            ! Changes patchlevel.h
11118 ____________________________________________________________________________
11119 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
11120         Log: Small update on todo.  Could use a lot more.
11121      Branch: perl
11122            ! pod/perltodo.pod
11123 ____________________________________________________________________________
11124 [ 14387] By: nick                                  on 2002/01/23  14:19:30
11125         Log: thread::shared nearly working again - remaining issue
11126              is references withing shared space.
11127              Added bulk test with no threads involved (for debugging)
11128              Tuned tests to skip those needing _thrcnt
11129      Branch: perlio
11130            + ext/threads/shared/t/0nothread.t
11131            ! MANIFEST ext/threads/shared/shared.pm
11132            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
11133            ! ext/threads/shared/t/hv_refs.t
11134            ! ext/threads/shared/t/hv_simple.t
11135            ! ext/threads/shared/t/sv_simple.t
11136 ____________________________________________________________________________
11137 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
11138         Log: Subject: [ID 20020121.003] perldata doco bug
11139              From: John Stumbles <jstumbles@bluearc.com>
11140              Date: Mon, 21 Jan 2002 14:19:56 -0000
11141              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
11142      Branch: perl
11143            ! pod/perldata.pod
11144 ____________________________________________________________________________
11145 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
11146         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
11147              From: Michael G Schwern <schwern@pobox.com>
11148              Date: Mon, 21 Jan 2002 15:16:42 -0500
11149              Message-ID: <20020121201642.GA6659@blackrider>
11150      Branch: perl
11151            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
11152 ____________________________________________________________________________
11153 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
11154         Log: Subject: [PATCH] Re: eval not catching warnings?
11155              From: abigail@foad.org
11156              Date: Wed, 23 Jan 2002 15:35:47 +0100
11157              Message-ID: <20020123143547.24798.qmail@foad.org>
11158      Branch: perl
11159            ! pod/perlfunc.pod
11160 ____________________________________________________________________________
11161 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
11162         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
11163              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11164              Date: Tue, 22 Jan 2002 17:00:54 -0800            
11165              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
11166      Branch: perl
11167            ! t/run/fresh_perl.t
11168 ____________________________________________________________________________
11169 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
11170         Log: metaconfig unit change for #14381.
11171      Branch: metaconfig/U/perl
11172            ! d_u32align.U
11173 ____________________________________________________________________________
11174 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
11175         Log: HP-UX 10.20 cc pacifying from Merijn.
11176      Branch: perl
11177            ! Configure
11178 ____________________________________________________________________________
11179 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
11180         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
11181              From: "Craig A. Berry" <craigberry@mac.com> 
11182              Date: Tue, 22 Jan 2002 22:14:26 -0600
11183              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
11184      Branch: perl
11185            ! vms/test.com
11186 ____________________________________________________________________________
11187 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
11188         Log: AIX cpp bug: having macro arguments and character constants
11189              "the same" means trouble (here s and 's')
11190              What broke now was 841 and 842 of t/op/pat.t, because of the
11191              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
11192              (note that breakage happened only under cc_r and usethreads+
11193              useithreads)
11194      Branch: perl
11195            ! utf8.h
11196 ____________________________________________________________________________
11197 [ 14378] By: nick                                  on 2002/01/22  20:33:15
11198         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
11199              so now croak() from asserts does not leave locks.
11200              Make hv_simple compile (new prototype for debugging probe).
11201      Branch: perlio
11202            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11203            ! ext/threads/shared/t/hv_simple.t
11204 ____________________________________________________________________________
11205 [ 14377] By: nick                                  on 2002/01/22  17:32:21
11206         Log: Shared scalars working, some shared array ops working.
11207      Branch: perlio
11208            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11209            ! ext/threads/shared/t/sv_refs.t
11210            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
11211 ____________________________________________________________________________
11212 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
11213         Log: Subject: [PATCH] Support truncate() in VOS port
11214              From: Paul_GreenVOS@vos.stratus.com
11215              Date: Mon, 21 Jan 02 23:27 est
11216              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
11217      Branch: perl
11218            + vos/vos.c
11219            ! MANIFEST hints/vos.sh vos/vosish.h
11220 ____________________________________________________________________________
11221 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
11222         Log: metaconfig unit changes for #14374.  Couldn't figure
11223              how to get completely rid of _() (some weird dependency
11224              pulling it in?) so renamed it as PROTO_().
11225      Branch: metaconfig
11226            + U/modified/d_shmat.U U/modified/prototype.U
11227            ! U/protos/d_drand48proto.U
11228      Branch: metaconfig/U/perl
11229            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
11230 ____________________________________________________________________________
11231 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
11232         Log: Get rid of the _() macro since (1) we require ANSI anyway
11233              (2) Other software (GNU) seems to use it and we don't need it,
11234              so let's give it up.
11235      Branch: perl
11236            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11237            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
11238            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
11239            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
11240            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
11241            ! wince/config.h wince/config_H.ce
11242 ____________________________________________________________________________
11243 [ 14373] By: nick                                  on 2002/01/22  10:10:48
11244         Log: Miss mg_len == 0 meaning don't Safefree
11245      Branch: perlio
11246            ! mg.c
11247 ____________________________________________________________________________
11248 [ 14372] By: nick                                  on 2002/01/21  22:34:06
11249         Log: XS side of new threads::shared designed, coded and compiles,
11250              and mostly commented but is totaly untested.
11251              submit in case anyone wants a preview.
11252      Branch: perlio
11253            + ext/threads/shared/typemap
11254            ! MANIFEST ext/threads/shared/shared.pm
11255            ! ext/threads/shared/shared.xs
11256 ____________________________________________________________________________
11257 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
11258         Log: Subject: [BUG] /\_/ an unrecognized escape?
11259              From: Michael G Schwern <schwern@pobox.com>
11260              Date: Mon, 21 Jan 2002 15:22:54 -0500
11261              Message-ID: <20020121202254.GA6731@blackrider>
11262      Branch: perl
11263            ! t/lib/warnings/toke toke.c
11264 ____________________________________________________________________________
11265 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
11266         Log: Undo the renaming of the Unicode data files; the simple
11267              solution being not including the *.html files.  This means
11268              that in the future there is no need for any renamings
11269              (well, assuming that the Consortium doesn't cause any),
11270              and the files are named like they are in the Consortium
11271              website, thus alleviating confusion.
11272      Branch: perl
11273            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
11274            + lib/unicore/CaseFolding.txt
11275            + lib/unicore/CompositionExclusions.txt
11276            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
11277            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
11278            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
11279            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
11280            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
11281            - lib/unicore/NamesList.html lib/unicore/PropList.html
11282            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
11283            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
11284            - lib/unicore/rename
11285            ! (edit 285 files)
11286 ____________________________________________________________________________
11287 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
11288         Log: Update Changes.
11289      Branch: perl
11290            ! Changes patchlevel.h
11291 ____________________________________________________________________________
11292 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
11293         Log: Subject: RE: BCC for Win32 is unhappy @14331
11294              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
11295              Date: Mon, 21 Jan 2002 09:48:40 +0300
11296              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
11297              
11298              (using IV instead of int)
11299      Branch: perl
11300            ! hv.h
11301 ____________________________________________________________________________
11302 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
11303         Log: path_is_absolute() needs a prototype (and maybe
11304              a better name, but that's another story).
11305      Branch: perl
11306            ! embed.fnc embed.h pp_ctl.c proto.h
11307 ____________________________________________________________________________
11308 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
11309         Log: Subject: Re: coderefs in @INC
11310              From: Chris Nandor <pudge@pobox.com>
11311              Date: Thu, 17 Jan 2002 11:26:02 -0500
11312              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
11313      Branch: perl
11314            ! pp_ctl.c
11315 ____________________________________________________________________________
11316 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
11317         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
11318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11319              Date: Sun, 20 Jan 2002 22:53:56 +0100
11320              Message-ID: <20020120225356.A12093@rafael>
11321      Branch: perl
11322            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
11323            ! t/lib/warnings/9enabled warnings.h warnings.pl
11324 ____________________________________________________________________________
11325 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
11326         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
11327              From: "Craig A. Berry" <craigberry@mac.com>
11328              Date: Sun, 20 Jan 2002 22:49:42 -0600
11329              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
11330      Branch: perl
11331            ! lib/ExtUtils/MakeMaker.pm
11332 ____________________________________________________________________________
11333 [ 14363] By: nick                                  on 2002/01/20  20:38:23
11334         Log: Add new threads/typemap to MANIFEST
11335      Branch: perlio
11336            ! MANIFEST
11337 ____________________________________________________________________________
11338 [ 14362] By: nick                                  on 2002/01/20  20:34:36
11339         Log: Integrate mainline
11340      Branch: perlio
11341           +> lib/Pod/t/Usage.t
11342           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
11343           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
11344           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
11345           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
11346           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
11347           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
11348           !> util.c
11349 ____________________________________________________________________________
11350 [ 14361] By: nick                                  on 2002/01/20  18:51:47
11351         Log: Integrate MANIFEST
11352      Branch: perlio
11353           !> MANIFEST
11354 ____________________________________________________________________________
11355 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
11356         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
11357              From: Paul_GreenVOS@vos.stratus.com
11358              Date: Sat, 19 Jan 02 17:17 est
11359              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
11360              
11361              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
11362              From: Paul_GreenVOS@vos.stratus.com
11363              Date: Sat, 19 Jan 02 17:19 est
11364              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
11365      Branch: perl
11366            ! lib/ExtUtils/t/Command.t
11367 ____________________________________________________________________________
11368 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
11369         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
11370              From: Paul_GreenVOS@vos.stratus.com
11371              Date: Sat, 19 Jan 02 14:30 est
11372              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
11373      Branch: perl
11374            ! lib/AnyDBM_File.t
11375 ____________________________________________________________________________
11376 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
11377         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
11378              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
11379              Date: Sun, 20 Jan 2002 13:51:36 +0100
11380              Message-ID: <20020120135136.A710@rafael>
11381      Branch: perl
11382            ! ext/File/Glob/t/basic.t
11383 ____________________________________________________________________________
11384 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
11385         Log: #14352 deleted ext/threads/threads.h
11386      Branch: perlio
11387            ! MANIFEST
11388 ____________________________________________________________________________
11389 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
11390         Log: Eradicate sharedsv.*
11391      Branch: perlio
11392            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
11393 ____________________________________________________________________________
11394 [ 14355] By: nick                                  on 2002/01/20  11:50:22
11395         Log: threads work again on Win32. (Not threads::shared yet)
11396              Submit to see if they do on Linux.
11397      Branch: perlio
11398            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11399            ! win32/makefile.mk
11400 ____________________________________________________________________________
11401 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
11402         Log: Make also hex() and oct() to croak if their arguments
11403              cannot be downgraded (that is, if they contain wide
11404              characters), just like crypt() does (and use the croak
11405              feature of sv_utf8_downgrade()).
11406      Branch: perl
11407            ! pp.c t/op/oct.t
11408 ____________________________________________________________________________
11409 [ 14353] By: nick                                  on 2002/01/19  22:20:09
11410         Log: Integrate Time/Local and its test
11411      Branch: perlio
11412           !> lib/Time/Local.pm lib/Time/Local.t
11413 ____________________________________________________________________________
11414 [ 14352] By: nick                                  on 2002/01/19  22:17:07
11415         Log: Nearly-working threads re-structuring. Do not integrate,
11416              submit-ing to get to Win32, and as "off site" backup.
11417      Branch: perlio
11418            + ext/threads/typemap
11419            - ext/threads/threads.h sharedsv.c sharedsv.h
11420            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
11421            ! embedvar.h ext/threads/shared/shared.pm
11422            ! ext/threads/shared/shared.xs ext/threads/threads.pm
11423            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
11424            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
11425            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
11426 ____________________________________________________________________________
11427 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
11428         Log: Regen toc.
11429      Branch: perl
11430            ! pod/perltoc.pod
11431 ____________________________________________________________________________
11432 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
11433         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
11434              From: David Dyck <dcd@tc.fluke.com>
11435              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
11436              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
11437      Branch: perl
11438            ! pod/perl5004delta.pod pod/perl5005delta.pod
11439            ! pod/perl561delta.pod pod/perl56delta.pod
11440 ____________________________________________________________________________
11441 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
11442         Log: FAQ sync.
11443      Branch: perl
11444            ! pod/perlfaq1.pod pod/perlfaq2.pod
11445 ____________________________________________________________________________
11446 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
11447         Log: Subject: [PATCH lib/Pod/t/Usage.t]
11448              From: Abe Timmerman <abe@ztreet.demon.nl>
11449              Date: Sat, 19 Jan 2002 19:57:57 +0100
11450              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
11451      Branch: perl
11452            + lib/Pod/t/Usage.t
11453            ! MANIFEST
11454 ____________________________________________________________________________
11455 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
11456         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
11457              From: Paul_GreenVOS@vos.stratus.com
11458              Date: Sat, 19 Jan 02 13:15 est
11459              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
11460      Branch: perl
11461            ! ext/SDBM_File/sdbm.t
11462 ____________________________________________________________________________
11463 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
11464         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
11465      Branch: perl
11466           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
11467           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
11468 ____________________________________________________________________________
11469 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
11470         Log: Alternative Time::Local algorithm that uses matemathical formula
11471              for timegm instead of progressive guessing
11472      Branch: perl
11473            ! lib/Time/Local.pm
11474 ____________________________________________________________________________
11475 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
11476         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
11477              From: Paul_GreenVOS@vos.stratus.com
11478              Date: Sat, 19 Jan 02 11:20 est
11479              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
11480      Branch: perl
11481            ! ext/File/Glob/t/basic.t
11482 ____________________________________________________________________________
11483 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
11484         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
11485              From: Paul_GreenVOS@vos.stratus.com
11486              Date: Fri, 18 Jan 02 22:56 est
11487              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
11488      Branch: perl
11489            ! ext/Cwd/t/cwd.t
11490 ____________________________________________________________________________
11491 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
11492         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
11493              From: Paul_GreenVOS@vos.stratus.com
11494              Date: Fri, 18 Jan 02 22:48 est
11495              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
11496      Branch: perl
11497            ! lib/Time/Local.t
11498 ____________________________________________________________________________
11499 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
11500         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
11501              From: Paul_GreenVOS@vos.stratus.com
11502              Date: Fri, 18 Jan 02 16:22 est
11503              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
11504      Branch: perl
11505            ! ext/Devel/DProf/DProf.t
11506 ____________________________________________________________________________
11507 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
11508         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
11509              From: Tels <perl_dummy@bloodgate.com>
11510              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
11511              Message-Id: <200201182106.XAA19133@taku.hut.fi>
11512      Branch: perl
11513            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
11514 ____________________________________________________________________________
11515 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
11516         Log: Don't do socketpair udp unless you've got all what it takes.
11517      Branch: perl
11518            ! util.c
11519 ____________________________________________________________________________
11520 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
11521         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
11522              From: Tels <perl_dummy@bloodgate.com>
11523              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
11524              Message-Id: <200201182206.AAA15310@taku.hut.fi>
11525      Branch: perl
11526            ! lib/ExtUtils/MM_BeOS.pm
11527 ____________________________________________________________________________
11528 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
11529         Log: metaconfig unit change for #14336.
11530      Branch: metaconfig
11531            ! U/modified/myhostname.U
11532 ____________________________________________________________________________
11533 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
11534         Log: Avoid bare "set", and kiss .uucp goodbye.
11535      Branch: perl
11536            ! Configure
11537 ____________________________________________________________________________
11538 [ 14335] By: nick                                  on 2002/01/18  22:11:42
11539         Log: Split out core of sv_magic() into sv_magicext().
11540              sv_magic provides the extra restictions (no READONLY, only
11541              one of each type, canned set of vtables), and sv_magicext()
11542              does the actual data twiddling.
11543              Also enhances semantics of ->mg_ptr setting via name/namlen
11544              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
11545              scratch area (namlen > 0 && name == NULL).
11546              sv_magicext also returns the MAGIC * it added.
11547              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
11548              
11549              To come sv_unmagicext() - which will remove just one magic
11550              of particular type, and additionaly match against ->mg_ptr,
11551              or the MAGIC * (need to experiment as to which is more natural).
11552      Branch: perlio
11553            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
11554            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
11555 ____________________________________________________________________________
11556 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
11557         Log: Retract #14327 for now, going to the limit seems
11558              to be too much for many platforms.
11559      Branch: perl
11560            ! lib/Time/Local.t
11561 ____________________________________________________________________________
11562 [ 14333] By: nick                                  on 2002/01/18  18:58:33
11563         Log: Integrate mainline
11564      Branch: perlio
11565           !> Changes patchlevel.h
11566 ____________________________________________________________________________
11567 [ 14332] By: nick                                  on 2002/01/18  16:19:06
11568         Log: Integrate mainline
11569      Branch: perlio
11570           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
11571           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
11572            - lib/ExtUtils/inst
11573           !> (integrate 32 files)
11574 ____________________________________________________________________________
11575 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
11576         Log: Update Changes.
11577      Branch: perl
11578            ! Changes patchlevel.h
11579 ____________________________________________________________________________
11580 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
11581         Log: Try to make the connect/read/write timeouting.
11582      Branch: perl
11583            ! ext/Socket/Socket.t
11584 ____________________________________________________________________________
11585 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
11586         Log: Netware Makefile tweak from Ananth Kesari.
11587      Branch: perl
11588            ! NetWare/Makefile
11589 ____________________________________________________________________________
11590 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
11591         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
11592              From: Michael G Schwern <schwern@pobox.com>
11593              Date: Fri, 18 Jan 2002 03:10:27 -0500
11594              Message-ID: <20020118081027.GE7226@blackrider>
11595      Branch: perl
11596            ! lib/File/Find.pm
11597 ____________________________________________________________________________
11598 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
11599         Log: (retracted by #14334)
11600              
11601              Subject: [PATCH] Improving lib/Time/Local.t
11602              From: Paul_GreenVOS@vos.stratus.com        
11603              Date: Thu, 17 Jan 02 22:36 est
11604              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
11605      Branch: perl
11606            ! lib/Time/Local.t
11607 ____________________________________________________________________________
11608 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
11609         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
11610              From: Abe Timmerman <abe@ztreet.demon.nl>  
11611              Date: Fri, 18 Jan 2002 13:18:47 +0100
11612              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
11613      Branch: perl
11614            ! lib/ExtUtils/t/MM_Win32.t
11615 ____________________________________________________________________________
11616 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
11617         Log: Subject: [PATCH] Syncing with bleadperl 
11618              From: Michael G Schwern <schwern@pobox.com> 
11619              Date: Fri, 18 Jan 2002 03:04:33 -0500
11620              Message-ID: <20020118080432.GC7226@blackrider>
11621      Branch: perl
11622            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
11623            - lib/ExtUtils/inst
11624            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
11625            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11626            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
11627            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
11628            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
11629            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
11630            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
11631            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
11632            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
11633            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
11634            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
11635            ! lib/ExtUtils/testlib.pm
11636 ____________________________________________________________________________
11637 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
11638         Log: Detypo.
11639      Branch: perl
11640            ! AUTHORS
11641 ____________________________________________________________________________
11642 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
11643         Log: Subject: [PATCH] MM check_hints test
11644              From: Michael G Schwern <schwern@pobox.com>
11645              Date: Thu, 17 Jan 2002 20:25:57 -0500
11646              Message-ID: <20020118012557.GE32762@blackrider>
11647      Branch: perl
11648            + lib/ExtUtils/t/hints.t
11649            ! MANIFEST
11650 ____________________________________________________________________________
11651 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
11652         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
11653              From: Michael G Schwern <schwern@pobox.com> 
11654              Date: Thu, 17 Jan 2002 20:12:20 -0500
11655              Message-ID: <20020118011220.GC32762@blackrider>
11656              
11657              (#14317 replaced with this)
11658      Branch: perl
11659            ! lib/ExtUtils/MakeMaker.pm
11660 ____________________________________________________________________________
11661 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
11662         Log: Subject: [PATCH perldiag] overload.pm warnings
11663              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11664              Date: Thu, 17 Jan 2002 23:53:49 +0100
11665              Message-ID: <20020117235349.A14530@rafael>
11666      Branch: perl
11667            ! pod/perldiag.pod
11668 ____________________________________________________________________________
11669 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
11670         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
11671              From: Michael G Schwern <schwern@pobox.com>
11672              Date: Thu, 17 Jan 2002 16:35:47 -0500
11673              Message-ID: <20020117213546.GD23830@blackrider>
11674      Branch: perl
11675            ! lib/File/Find.pm
11676 ____________________________________________________________________________
11677 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
11678         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
11679              From: chromatic <chromatic@rmci.net>
11680              Date: Thu, 17 Jan 2002 13:04:22 -0700
11681              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
11682      Branch: perl
11683            ! pod/perltodo.pod
11684 ____________________________________________________________________________
11685 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
11686         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
11687              From: chromatic <chromatic@rmci.net>
11688              Date: Thu, 17 Jan 2002 12:59:04 -0700
11689              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
11690      Branch: perl
11691            ! lib/ExtUtils/t/Mkbootstrap.t
11692 ____________________________________________________________________________
11693 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
11694         Log: (replaced by #14322)
11695              The #14300 broke hints file handling.
11696      Branch: perl
11697            ! lib/ExtUtils/MakeMaker.pm
11698 ____________________________________________________________________________
11699 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
11700         Log: metaconfig unit change for #14315.
11701      Branch: metaconfig/U/perl
11702            ! uselongdbl.U
11703 ____________________________________________________________________________
11704 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
11705         Log: Subject: [PATCH] long doubles
11706              From: Nicholas Clark <nick@unfortu.net>
11707              Date: Thu, 17 Jan 2002 17:06:28 +0000
11708              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
11709      Branch: perl
11710            ! Configure
11711 ____________________________________________________________________________
11712 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
11713         Log: metaconfig unit change for #14313.
11714      Branch: metaconfig
11715            ! U/modified/i_ndbm.U
11716 ____________________________________________________________________________
11717 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
11718         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
11719              From: Andy Dougherty <doughera@lafayette.edu>
11720              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
11721              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
11722      Branch: perl
11723            ! Configure
11724 ____________________________________________________________________________
11725 [ 14312] By: nick                                  on 2002/01/17  21:38:38
11726         Log: Integrate mainline (for ndbm fixes etc.)
11727      Branch: perlio
11728           +> t/run/fresh_perl.t
11729            - t/run/kill_perl.t
11730           !> Changes MANIFEST ext/Opcode/Opcode.xs
11731           !> ext/SDBM_File/sdbm/Makefile.PL
11732           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
11733           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
11734           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
11735           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
11736           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
11737 ____________________________________________________________________________
11738 [ 14311] By: sky                                   on 2002/01/17  21:01:00
11739         Log: Simplify the code that duplicates the threads 
11740              init function and the parameters to the thread by using sv_dup. 
11741              Note,what happens if you pass a shared variable as a parameter?
11742      Branch: perl
11743            ! ext/threads/threads.xs
11744 ____________________________________________________________________________
11745 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
11746         Log: Update Changes.
11747      Branch: perl
11748            ! Changes patchlevel.h
11749 ____________________________________________________________________________
11750 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
11751         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
11752              with fresh_perl_is() and fresh_perl_like().
11753      Branch: perl
11754            + t/run/fresh_perl.t
11755            - t/run/kill_perl.t
11756            ! MANIFEST t/test.pl
11757 ____________________________________________________________________________
11758 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
11759         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
11760              From: Benjamin Goldberg <goldbb2@earthlink.net>
11761              Date: Wed, 09 Jan 2002 21:03:16 -0500
11762              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
11763      Branch: perl
11764            ! ext/Unicode/Normalize/Normalize.pm
11765 ____________________________________________________________________________
11766 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
11767         Log: Retract #14144 as Hugo isn't happy with it.
11768      Branch: perl
11769            ! scope.c t/run/kill_perl.t
11770 ____________________________________________________________________________
11771 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
11772         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
11773              From: Richard Clamp <richardc@unixbeard.net>
11774              Date: Wed, 16 Jan 2002 17:34:31 +0000
11775              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
11776      Branch: perl
11777            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
11778 ____________________________________________________________________________
11779 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
11780         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
11781              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11782              Date: Tue, 15 Jan 2002 21:23:30 +0100
11783              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
11784      Branch: perl
11785            ! ext/Opcode/Opcode.xs
11786 ____________________________________________________________________________
11787 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
11788         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
11789              From: Paul_GreenVOS@vos.stratus.com
11790              Date: Wed, 16 Jan 02 6:42 est
11791              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
11792      Branch: perl
11793            ! t/io/fs.t t/op/crypt.t
11794 ____________________________________________________________________________
11795 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
11796         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
11797              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11798              Date: Wed, 16 Jan 2002 13:43:39 +0100
11799              Message-ID: <20020116134339.A704@rafael>
11800              
11801              (replaces #14302)
11802      Branch: perl
11803            ! mg.c t/lib/warnings/mg
11804 ____________________________________________________________________________
11805 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
11806         Log: (replaced by #14303)
11807              Subject: [PATCH] length of undefined $(digit) should warn
11808              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11809              Date: Tue, 15 Jan 2002 23:02:44 +0100            
11810              Message-ID: <20020115230244.A31786@rafael>     
11811      Branch: perl
11812            ! mg.c t/lib/warnings/mg
11813 ____________________________________________________________________________
11814 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
11815         Log: The non-MakeMaker.pm parts of
11816              
11817              Subject: [PATCH] Re: MM_Beos.pm?
11818              From: Tels <perl_dummy@bloodgate.com>
11819              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
11820              Message-Id: <200201142006.WAA29544@taas.iki.fi>
11821      Branch: perl
11822            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
11823            ! lib/ExtUtils/t/MM_Unix.t
11824 ____________________________________________________________________________
11825 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
11826         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
11827              From: Michael G Schwern <schwern@pobox.com>    
11828              Date: Tue, 15 Jan 2002 20:07:50 -0500            
11829              Message-ID: <20020116010750.GH625@blackrider>  
11830      Branch: perl
11831            ! lib/ExtUtils/MakeMaker.pm
11832 ____________________________________________________________________________
11833 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
11834         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
11835              From: Jeffrey Friedl <jfriedl@yahoo.com>       
11836              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
11837              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
11838      Branch: perl
11839            ! lib/Text/Tabs.pm
11840 ____________________________________________________________________________
11841 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
11842         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
11843              From: "Green, Paul" <Paul.Green@stratus.com>
11844              Date: Tue, 15 Jan 2002 22:28:10 -0500
11845              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
11846      Branch: perl
11847            ! lib/ExtUtils/MM_Unix.pm
11848 ____________________________________________________________________________
11849 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
11850         Log: Integrate perlio; offsetof() is in <stddef.h>
11851      Branch: perl
11852           !> ext/Socket/Socket.xs
11853 ____________________________________________________________________________
11854 [ 14296] By: nick                                  on 2002/01/16  13:02:29
11855         Log: offsetof() is in <stddef.h>
11856      Branch: perlio
11857            ! ext/Socket/Socket.xs
11858 ____________________________________________________________________________
11859 [ 14295] By: nick                                  on 2002/01/16  07:25:29
11860         Log: Integrate mainline
11861      Branch: perlio
11862           +> (branch 262 files)
11863            - (delete 285 files)
11864           !> (integrate 34 files)
11865 ____________________________________________________________________________
11866 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
11867         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
11868              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
11869              Canonical.pl and Exact.pl.
11870      Branch: perl
11871            + (add 259 files)
11872            - (delete 288 files)
11873            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
11874            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
11875            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11876            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
11877 ____________________________________________________________________________
11878 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
11879         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
11880      Branch: perl
11881            ! ext/Socket/Socket.xs
11882 ____________________________________________________________________________
11883 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
11884         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
11885              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11886              Date: Tue, 15 Jan 2002 21:59:19 +0100
11887              Message-ID: <3C44A637.16602.25EB208@localhost>
11888      Branch: perl
11889            ! embed.fnc embed.h proto.h
11890 ____________________________________________________________________________
11891 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
11892         Log: Duh.  The updated In/*.pl weren't checked in.
11893      Branch: perl
11894            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
11895            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
11896            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
11897            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
11898            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
11899            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
11900            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
11901            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
11902            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
11903            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
11904            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
11905            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
11906            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
11907            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
11908            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
11909            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
11910            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
11911            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
11912            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
11913            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
11914            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
11915            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
11916            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
11917            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
11918            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
11919            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
11920            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
11921            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
11922            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
11923            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
11924            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
11925            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
11926            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
11927            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
11928            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
11929            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
11930            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
11931            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
11932            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
11933            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
11934            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
11935            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
11936            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
11937            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
11938            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
11939            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
11940            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
11941            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
11942 ____________________________________________________________________________
11943 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
11944         Log: Update Changes.
11945      Branch: perl
11946            ! Changes patchlevel.h
11947 ____________________________________________________________________________
11948 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
11949         Log: Jeffrey is trying very hard to avoid working on his
11950              book, it would seem :-) (better naming, better comments
11951              in the files)
11952      Branch: perl
11953            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
11954            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
11955            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
11956            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
11957            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
11958            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
11959            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
11960            - lib/unicore/Is/IDStart.pl
11961            ! (edit 200 files)
11962 ____________________________________________________________________________
11963 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
11964         Log: metaconfig unit changes for #14287.
11965      Branch: metaconfig
11966            + U/modified/Chk_MANI.U
11967            ! U/modified/Extract.U U/modified/Finish.U
11968      Branch: metaconfig/U/perl
11969            ! Extensions.U dlsrc.U
11970 ____________________________________________________________________________
11971 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
11972         Log: Some protection against spaces in directory names.
11973              (Tru64 still has some makedepend problems in such
11974              cases but that looks like Tru64's problem.)
11975      Branch: perl
11976            ! Configure Makefile.SH
11977 ____________________________________________________________________________
11978 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
11979         Log: Should have been in #14285 but I have sausages for fingers.
11980      Branch: perl
11981            + lib/ExtUtils/MM_BeOS.pm
11982 ____________________________________________________________________________
11983 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
11984         Log: MM_BeOS from Tels.
11985      Branch: perl
11986            + lib/ExtUtils/t/MM_BeOS.t
11987            ! MANIFEST
11988 ____________________________________________________________________________
11989 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
11990         Log: Integrate perlio;
11991              
11992              (reintroduce #14251) Slab allocator for ops
11993              - moved the statics to intrpvar.h
11994              - implemented Slab_Free()
11995              - uses PerlMemShared (for now) if distinction exists.
11996              
11997              Slab allocator submit after resolve -ay to keep it!
11998              
11999              Hand merge of non slab allocator stuff
12000              
12001              const-ness fix in savepv's passing of NULL
12002              
12003              Typo in #else branch of PL_SLAB_ALLOC
12004              
12005              Integrate rest of mainline
12006              
12007              Regen embed enable slab for PERL_IMPLICIT_SYS
12008              
12009              Correct name of PL_OP_SLAB_ALLOC
12010              
12011              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
12012              e.g. -Duse64bitint on a 32-bit platform.
12013              Now uses I32 for use-count and is more careful with its casts.
12014      Branch: perl
12015           !> (integrate 28 files)
12016 ____________________________________________________________________________
12017 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
12018         Log: Add Shuck URL
12019      Branch: maint-5.6/macperl
12020            ! macos/macperl/MacPerl.podhelp
12021 ____________________________________________________________________________
12022 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
12023         Log: Remove obsolete docs
12024      Branch: maint-5.6/macperl
12025            ! ext/File/Glob/Glob.pm
12026 ____________________________________________________________________________
12027 [ 14281] By: nick                                  on 2002/01/15  15:08:43
12028         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
12029              e.g. -Duse64bitint on a 32-bit platform.
12030              Now uses I32 for use-count and is more careful with its casts.
12031      Branch: perlio
12032            ! intrpvar.h op.c
12033 ____________________________________________________________________________
12034 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
12035         Log: Update bundled modules.  Yow!
12036      Branch: maint-5.6/macperl
12037            + macos/bundled_ext/Compress/Zlib/constants.h
12038            + macos/bundled_ext/Compress/Zlib/constants.xs
12039            + macos/bundled_ext/Filter/Util/Call/ppport.h
12040            + macos/bundled_ext/Storable/t/compat-0.6.t
12041            + macos/bundled_ext/Storable/t/dump.pl
12042            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
12043            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
12044            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
12045            + macos/bundled_lib/blib/lib/URI/ssh.pm
12046            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
12047            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
12048            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
12049            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
12050            + macos/bundled_lib/t/Filter/Simple/data.t
12051            + macos/bundled_lib/t/Filter/Simple/export.t
12052            + macos/bundled_lib/t/Filter/Simple/filter_only.t
12053            + macos/bundled_lib/t/Filter/Simple/import.t
12054            + macos/bundled_lib/t/NEXT/actual.t
12055            + macos/bundled_lib/t/NEXT/actuns.t
12056            + macos/bundled_lib/t/NEXT/next.t
12057            + macos/bundled_lib/t/NEXT/unseen.t
12058            + macos/bundled_lib/t/libnet/netrc.t
12059            + macos/bundled_lib/t/libwww-perl/base/http.t
12060            + macos/bundled_lib/t/libwww-perl/live/activestate.t
12061            - macos/bundled_ext/Filter/t/FilterTest.pm
12062            - macos/bundled_ext/Storable/t/compat06.t
12063            - macos/bundled_ext/Storable/t/st-dump.pl
12064            - macos/bundled_lib/t/NEXT/test.pl
12065            - macos/bundled_lib/t/libwww-perl/live/google.t
12066            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
12067            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
12068            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
12069            ! macos/bundled_ext/Compress/Zlib/README
12070            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
12071            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
12072            ! macos/bundled_ext/Compress/Zlib/t/examples.t
12073            ! macos/bundled_ext/Filter/Util/Call/Call.pm
12074            ! macos/bundled_ext/Filter/Util/Call/Call.xs
12075            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
12076            ! macos/bundled_ext/Filter/t/call.t
12077            ! macos/bundled_ext/Filter/t/filter-util.pl
12078            ! macos/bundled_ext/Storable/ChangeLog
12079            ! macos/bundled_ext/Storable/README
12080            ! macos/bundled_ext/Storable/Storable.pm
12081            ! macos/bundled_ext/Storable/t/blessed.t
12082            ! macos/bundled_ext/Storable/t/canonical.t
12083            ! macos/bundled_ext/Storable/t/dclone.t
12084            ! macos/bundled_ext/Storable/t/forgive.t
12085            ! macos/bundled_ext/Storable/t/freeze.t
12086            ! macos/bundled_ext/Storable/t/lock.t
12087            ! macos/bundled_ext/Storable/t/overload.t
12088            ! macos/bundled_ext/Storable/t/recurse.t
12089            ! macos/bundled_ext/Storable/t/retrieve.t
12090            ! macos/bundled_ext/Storable/t/store.t
12091            ! macos/bundled_ext/Storable/t/tied.t
12092            ! macos/bundled_ext/Storable/t/tied_hook.t
12093            ! macos/bundled_ext/Storable/t/tied_items.t
12094            ! macos/bundled_ext/Storable/t/utf8.t
12095            ! macos/bundled_lib/blib/lib/File/Sort.pm
12096            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
12097            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
12098            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
12099            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
12100            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
12101            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
12102            ! macos/bundled_lib/blib/lib/LWP.pm
12103            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
12104            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
12105            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
12106            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
12107            ! macos/bundled_lib/blib/lib/Mail/Address.pm
12108            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
12109            ! macos/bundled_lib/blib/lib/Mail/Field.pm
12110            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
12111            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
12112            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
12113            ! macos/bundled_lib/blib/lib/Mail/Header.pm
12114            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
12115            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
12116            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
12117            ! macos/bundled_lib/blib/lib/Mail/Send.pm
12118            ! macos/bundled_lib/blib/lib/Mail/Util.pm
12119            ! macos/bundled_lib/blib/lib/NEXT.pm
12120            ! macos/bundled_lib/blib/lib/Net/Config.pm
12121            ! macos/bundled_lib/blib/lib/Net/Domain.pm
12122            ! macos/bundled_lib/blib/lib/Net/FTP.pm
12123            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
12124            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
12125            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
12126            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
12127            ! macos/bundled_lib/blib/lib/Net/POP3.pm
12128            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
12129            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
12130            ! macos/bundled_lib/blib/lib/Switch.pm
12131            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
12132            ! macos/bundled_lib/blib/lib/URI/Escape.pm
12133            ! macos/bundled_lib/blib/lib/URI/ftp.pm
12134            ! macos/bundled_lib/blib/lib/lwpcook.pod
12135            ! macos/bundled_lib/t/Filter/Simple/filter.t
12136            ! macos/bundled_lib/t/Switch/t/nested.t
12137            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
12138            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
12139            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
12140            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
12141            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
12142            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
12143            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
12144            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
12145            ! macos/bundled_lib/t/libnet/config.t
12146            ! macos/bundled_lib/t/libnet/ftp.t
12147            ! macos/bundled_lib/t/libnet/hostname.t
12148            ! macos/bundled_lib/t/libnet/nntp.t
12149            ! macos/bundled_lib/t/libnet/require.t
12150            ! macos/bundled_lib/t/libnet/smtp.t
12151            ! macos/bundled_lib/t/libwww-perl/base/headers.t
12152            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
12153            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
12154            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
12155            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
12156            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
12157            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
12158            ! macos/bundled_lib/t/libwww-perl/live/validator.t
12159            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
12160 ____________________________________________________________________________
12161 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
12162         Log: Subject: [PATCH] Socket::sockaddr_family
12163              From: Gisle Aas <gisle@ActiveState.com> 
12164              Date: 15 Jan 2002 06:35:28 -0800
12165              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
12166      Branch: perl
12167            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
12168 ____________________________________________________________________________
12169 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
12170         Log: Subject: [PATCH perldiag] Style issue
12171              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12172              Date: Tue, 15 Jan 2002 15:36:30 +0100                
12173              Message-ID: <20020115153630.A11568@rafael>
12174      Branch: perl
12175            ! pod/perldiag.pod
12176 ____________________________________________________________________________
12177 [ 14277] By: nick                                  on 2002/01/15  14:30:51
12178         Log: Correct name of PL_OP_SLAB_ALLOC
12179      Branch: perlio
12180            ! perl.h
12181 ____________________________________________________________________________
12182 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
12183         Log: NetWare tweak from Ananth Kesari.
12184      Branch: perl
12185            ! lib/ExtUtils/MakeMaker.pm
12186 ____________________________________________________________________________
12187 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
12188         Log: Throwback.
12189      Branch: perl
12190            ! MANIFEST
12191 ____________________________________________________________________________
12192 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
12193         Log: A couple of additional character classes from Jeffrey,
12194              hopefully useful in future for internal use for implementing
12195              some special cases of casing.
12196              
12197              Also regenerate once more all the character classes,
12198              now without the timestamp.  A timestamp would be kind of
12199              nice but it's not: having a timestamp in a file means that
12200              even if the effective contents of file really didn't
12201              change, the file looks as if it changed.
12202      Branch: perl
12203            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
12204            + lib/unicore/Is/CombAbov.pl
12205            ! (edit 304 files)
12206 ____________________________________________________________________________
12207 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
12208         Log: Make the test harder.
12209      Branch: perl
12210            ! t/op/pat.t
12211 ____________________________________________________________________________
12212 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
12213         Log: Additional utf8_heavy.pl tweak from Jeffrey.
12214      Branch: perl
12215            ! lib/utf8_heavy.pl
12216 ____________________________________________________________________________
12217 [ 14271] By: nick                                  on 2002/01/15  11:29:47
12218         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
12219      Branch: perlio
12220            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
12221            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
12222 ____________________________________________________________________________
12223 [ 14270] By: nick                                  on 2002/01/15  08:19:08
12224         Log: Integrate rest of mainline
12225      Branch: perlio
12226           !> (integrate 28 files)
12227 ____________________________________________________________________________
12228 [ 14269] By: nick                                  on 2002/01/15  08:02:44
12229         Log: Typo in #else branch of PL_SLAB_ALLOC
12230      Branch: perlio
12231            ! op.c
12232 ____________________________________________________________________________
12233 [ 14268] By: nick                                  on 2002/01/15  07:57:47
12234         Log: const-ness fix in savepv's passing of NULL
12235      Branch: perlio
12236            ! util.c
12237 ____________________________________________________________________________
12238 [ 14267] By: nick                                  on 2002/01/15  07:42:17
12239         Log: Hand merge of non slab allocator stuff
12240      Branch: perlio
12241            ! op.c
12242 ____________________________________________________________________________
12243 [ 14266] By: nick                                  on 2002/01/15  07:39:33
12244         Log: Slab allocator submit after resolve -ay to keep it!
12245      Branch: perlio
12246           !> op.c
12247 ____________________________________________________________________________
12248 [ 14265] By: nick                                  on 2002/01/15  07:05:06
12249         Log: Blind integrate of bulk of mainline.
12250      Branch: perlio
12251           +> (branch 173 files)
12252            - (delete 184 files)
12253           !> (integrate 146 files)
12254 ____________________________________________________________________________
12255 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
12256         Log: Pod nits.
12257      Branch: perl
12258            ! lib/Unicode/UCD.pm pod/perlunicode.pod
12259 ____________________________________________________________________________
12260 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
12261         Log: The Unicode categories doc patch to go with #14254,
12262              from Jeffrey.
12263      Branch: perl
12264            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
12265 ____________________________________________________________________________
12266 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
12267         Log: There isn't going to be perl.third.exe.
12268      Branch: perl
12269            ! Makefile.SH
12270 ____________________________________________________________________________
12271 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
12272         Log: Subject: [PATCH] small coredump correction
12273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12274              Date: Tue, 15 Jan 2002 00:22:52 +0100
12275              Message-ID: <20020115002252.I691@rafael>
12276      Branch: perl
12277            ! op.c
12278 ____________________________________________________________________________
12279 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
12280         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
12281              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12282              Date: Mon, 14 Jan 2002 23:03:04 +0100
12283              Message-ID: <20020114230304.A691@rafael>   
12284              
12285              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
12286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12287              Date: Mon, 14 Jan 2002 23:18:43 +0100
12288              Message-ID: <20020114231843.E691@rafael>   
12289      Branch: perl
12290            ! pod/perlsub.pod t/op/override.t toke.c
12291 ____________________________________________________________________________
12292 [ 14259] By: nick                                  on 2002/01/14  22:02:49
12293         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
12294              Need to use CopXXXXX macros everywhere and add CopSTASH_free
12295              Add new scope type and add support for it to scope.c and scope stack
12296              dup-er in sv.c. Add savesharedpv().
12297              Also zealous version of Win32's vmem.h to catch all the abuses.
12298              With this t/op/fork.t passes even with zealous checking and 
12299              checker is point a finger at various threads/shared issues.
12300              
12301              PL_curcop->cop_io is still an issue.
12302      Branch: perlio
12303            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
12304            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
12305            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
12306            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
12307            ! win32/vmem.h win32/win32.c win32/win32.h
12308 ____________________________________________________________________________
12309 [ 14258] By: nick                                  on 2002/01/14  20:24:28
12310         Log: Integrate build parts of mainline
12311      Branch: perlio
12312           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
12313           !> lib/ExtUtils/t/MM_Win32.t
12314 ____________________________________________________________________________
12315 [ 14257] By: nick                                  on 2002/01/14  16:10:54
12316         Log: Inverted sense of special-ness of specialCopIO - supposed to 
12317              be true if value is "special" i.e. NOT an SV.
12318      Branch: perlio
12319            ! perlio.h
12320 ____________________________________________________________________________
12321 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
12322         Log: Update Changes.
12323      Branch: perl
12324            ! Changes patchlevel.h
12325 ____________________________________________________________________________
12326 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
12327         Log: Retract #14251 (the op slab allocator from perlio)
12328              until we figure out why 2.2.19 x86 debian gets
12329              a circular sibling chain and therefore hangs in
12330              the Perl_ck_subr() sibling for-loop.
12331      Branch: perl
12332            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
12333            ! perlapi.c perlapi.h proto.h
12334 ____________________________________________________________________________
12335 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
12336         Log: Big mktables rewrite from Jeffrey;
12337              documentation not yet updated.
12338      Branch: perl
12339            + (add 171 files)
12340            - (delete 182 files)
12341            ! (edit 135 files)
12342 ____________________________________________________________________________
12343 [ 14253] By: ams                                   on 2002/01/14  03:15:05
12344         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
12345              From: Michael G Schwern <schwern@pobox.com>
12346              Date: Sun, 13 Jan 2002 21:00:07 -0500
12347              Message-Id: <20020114020007.GB2877@blackrider>
12348      Branch: perl
12349            ! lib/Cwd.pm
12350 ____________________________________________________________________________
12351 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
12352         Log: Subject: Re: Win32 status - progress !
12353              From: Abe Timmerman <abe@ztreet.demon.nl>       
12354              Date: Mon, 14 Jan 2002 02:29:51 +0100
12355              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
12356      Branch: perl
12357            ! lib/ExtUtils/t/MM_Win32.t
12358 ____________________________________________________________________________
12359 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
12360         Log: Integrate perlio.
12361              
12362              Slab allocator for ops
12363              - moved the statics to intrpvar.h
12364              - implemented Slab_Free()
12365              - uses PerlMemShared (for now) if distinction exists.
12366      Branch: perl
12367           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
12368           !> perlapi.c perlapi.h proto.h
12369 ____________________________________________________________________________
12370 [ 14250] By: nick                                  on 2002/01/13  23:22:34
12371         Log: Slab allocator for ops
12372              - moved the statics to intrpvar.h
12373              - implemented Slab_Free()
12374              - uses PerlMemShared (for now) if distinction exists.
12375      Branch: perlio
12376            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
12377            ! perlapi.c perlapi.h proto.h
12378 ____________________________________________________________________________
12379 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
12380         Log: Start a new test category: uni.  Much of t/op/pat
12381              should probably be moved here, but holding on that
12382              until Jeffrey finishes his big mktables rewrite.
12383              Bits and pieces of op/split, op/pack, op/append,
12384              op/join, could probably be moved to respective uni
12385              tests, too.
12386      Branch: perl
12387            + t/uni/fold.t t/uni/sprintf.t
12388            - t/op/unifold.t t/op/unisprintf.t
12389            ! MANIFEST t/TEST t/harness
12390 ____________________________________________________________________________
12391 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
12392         Log: Subject: [PATCH] enable Win32 to build again
12393              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12394              Date: Sun, 13 Jan 2002 21:49:24 +0100
12395              Message-ID: <3C4200E4.15926.23F6131@localhost>
12396              
12397              miniperl.exe.exe does not exe that well.
12398      Branch: perl
12399            ! lib/ExtUtils/MM_Unix.pm
12400 ____________________________________________________________________________
12401 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
12402         Log: Mention some of the load-affected tests.
12403      Branch: perl
12404            ! INSTALL
12405 ____________________________________________________________________________
12406 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
12407         Log: Move the UTF-8 conversion code earlier so that
12408              op/ver is happy.
12409      Branch: perl
12410            ! sv.c t/op/ver.t
12411 ____________________________________________________________________________
12412 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
12413         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
12414              have diverged quite a bit so no updates there.
12415      Branch: perl
12416            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
12417            ! ext/List/Util/lib/List/Util.pm
12418            ! ext/List/Util/lib/Scalar/Util.pm
12419 ____________________________________________________________________________
12420 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
12421         Log: Make the crypt() pickier: if downgrading doesn't work,
12422              croak.
12423      Branch: perl
12424            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
12425 ____________________________________________________________________________
12426 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
12427         Log: Grow the buffer in case Unicode caused size changes
12428              (and it very probably did).
12429      Branch: perl
12430            ! sv.c
12431 ____________________________________________________________________________
12432 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
12433         Log: Future-proofing from Jeffrey Friedl (for conflicting
12434              In* and Is* names).
12435      Branch: perl
12436            ! lib/utf8_heavy.pl
12437 ____________________________________________________________________________
12438 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
12439         Log: Subject: [PATCH] Re: Warning in B.xs
12440              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12441              Date: Sun, 13 Jan 2002 19:39:52 +0100
12442              Message-ID: <3C41E288.20562.1C8C895@localhost>
12443      Branch: perl
12444            ! ext/B/B.xs
12445 ____________________________________________________________________________
12446 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
12447         Log: Subject: Re: lookbehind broken with latest bleedperl
12448              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12449              Date: Sun, 13 Jan 2002 18:06:22 +0000
12450              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
12451      Branch: perl
12452            ! regexec.c t/op/re_tests
12453 ____________________________________________________________________________
12454 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
12455         Log: Subject: [PATCH] more MM_Unix.t tests
12456              From: Tels <perl_dummy@bloodgate.com>
12457              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
12458              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
12459              
12460              Subject: [PATCH] 14220 misunderstood, I bet          
12461              From: andreas.koenig@anima.de (Andreas J. Koenig)
12462              Date: 12 Jan 2002 21:31:58 +0100
12463              Message-ID: <m3k7un8g5d.fsf@anima.de>
12464      Branch: perl
12465            ! lib/ExtUtils/t/MM_Unix.t
12466 ____________________________________________________________________________
12467 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
12468         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
12469              From: Tels <perl_dummy@bloodgate.com>
12470              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
12471              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
12472              
12473              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
12474              From: Tels <perl_dummy@bloodgate.com>
12475              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
12476              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
12477      Branch: perl
12478            ! lib/ExtUtils/MM_Unix.pm
12479 ____________________________________________________________________________
12480 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
12481         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
12482              From: Nicholas Clark <nick@unfortu.net> 
12483              Date: Sun, 13 Jan 2002 15:58:34 +0000
12484              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
12485      Branch: perl
12486            ! lib/Benchmark.t
12487 ____________________________________________________________________________
12488 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
12489         Log: Anton Berezin did more reading and the uid setting story
12490              gets more complex.
12491      Branch: perl
12492            ! pod/perltodo.pod utils/perldoc.PL
12493 ____________________________________________________________________________
12494 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
12495         Log: Integrate perlio;
12496              
12497              Win32 fixes:
12498              - vmem.h hack to handle free-by-wrong-thread after eval "".
12499              - Initialize timerid 
12500      Branch: perl
12501           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
12502 ____________________________________________________________________________
12503 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
12504         Log: Subject: Re: HiRes
12505              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12506              Date: Sun, 13 Jan 2002 10:18:46 +0100
12507              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
12508              
12509              Give up on socketpair in HP-UX.
12510      Branch: perl
12511            ! ext/Socket/socketpair.t
12512 ____________________________________________________________________________
12513 [ 14233] By: nick                                  on 2002/01/13  16:29:30
12514         Log: Integrate mainline
12515      Branch: perlio
12516           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
12517           !> (integrate 46 files)
12518 ____________________________________________________________________________
12519 [ 14232] By: nick                                  on 2002/01/13  15:37:48
12520         Log: Win32 fixes:
12521              - vmem.h hack to handle free-by-wrong-thread after eval "".
12522              - Initialize timerid 
12523      Branch: perlio
12524            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
12525 ____________________________________________________________________________
12526 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
12527         Log: *groan*
12528      Branch: perl
12529            ! t/op/pat.t
12530 ____________________________________________________________________________
12531 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
12532         Log: One more sharp s case found by Jeffrey.
12533      Branch: perl
12534            ! regexec.c t/op/pat.t
12535 ____________________________________________________________________________
12536 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
12537         Log: Comment tweak.
12538      Branch: perl
12539            ! regexec.c
12540 ____________________________________________________________________________
12541 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
12542         Log: Don't bother checking for the Greek special
12543              cases if the node is too short.
12544      Branch: perl
12545            ! regcomp.c
12546 ____________________________________________________________________________
12547 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
12548         Log: Update Changes.
12549      Branch: perl
12550            ! Changes patchlevel.h
12551 ____________________________________________________________________________
12552 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
12553         Log: metaconfig unit change for #14225.
12554      Branch: metaconfig
12555            + U/modified/i_ndbm.U
12556 ____________________________________________________________________________
12557 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
12558         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
12559              From: Jonathan Stowe <gellyfish@gellyfish.com>
12560              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
12561              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
12562      Branch: perl
12563            ! Configure config_h.SH
12564 ____________________________________________________________________________
12565 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
12566         Log: Quick reformat using indent -kr -nce, as requested
12567              by Dan Kogai and suggest by NI-S.
12568      Branch: perl
12569            ! ext/Encode/encengine.c
12570 ____________________________________________________________________________
12571 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
12572         Log: Couple more Unicode lookbehind tests.
12573      Branch: perl
12574            ! t/op/pat.t
12575 ____________________________________________________________________________
12576 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
12577         Log: Sharp S as a special treat for our German UTF-8 testers :-)
12578      Branch: perl
12579            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
12580 ____________________________________________________________________________
12581 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
12582         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
12583              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12584              Date: Sat, 12 Jan 2002 20:37:32 +0100
12585              Message-ID: <3C409E8C.16203.196C2D3@localhost>
12586      Branch: perl
12587            ! ext/B/B/Deparse.pm
12588 ____________________________________________________________________________
12589 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
12590         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
12591              really worth the bits it's printed on?
12592      Branch: perl
12593            ! lib/ExtUtils/t/MM_Unix.t
12594 ____________________________________________________________________________
12595 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
12596         Log: Special treatment for U+03B0 and U+0390 in //i,
12597              this means that we can remove the minlen pessimisations
12598              introduced by the #14096.
12599      Branch: perl
12600            ! pp_hot.c regcomp.c regexec.c
12601 ____________________________________________________________________________
12602 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
12603         Log: Integrate perlio;
12604              
12605              Abstract out the cloning of SvPVX and handle shared pv in a 
12606              safe (if suboptimal) manner. Does not fix op/fork.t :-(
12607              
12608              Win32-ize socketpair test
12609              - Win32 can fork even though $Config{d_fork} is undef
12610              - SOCK_DGRAM does not work - skip those tests.
12611      Branch: perl
12612           !> ext/Socket/socketpair.t sv.c
12613 ____________________________________________________________________________
12614 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
12615         Log: One should first drop the real uid, not the effective uid.
12616              [ID 20020110.003]
12617      Branch: perl
12618            ! utils/perldoc.PL
12619 ____________________________________________________________________________
12620 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
12621         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
12622              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12623              Date: Fri, 11 Jan 2002 23:29:48 +0100
12624              Message-ID: <3C3F756C.4581.2E2A938@localhost>
12625      Branch: perl
12626            + ext/B/C/C.xs ext/B/C/Makefile.PL
12627            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
12628            ! utils/perlcc.PL
12629 ____________________________________________________________________________
12630 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
12631         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
12632              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
12633              Date: Fri, 11 Jan 2002 14:29:30 -0800
12634              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
12635      Branch: perl
12636            ! ext/B/t/concise.t
12637 ____________________________________________________________________________
12638 [ 14214] By: nick                                  on 2002/01/12  12:31:12
12639         Log: Win32-ize socketpair test
12640              - Win32 can fork even though $Config{d_fork} is undef
12641              - SOCK_DGRAM does not work - skip those tests.
12642      Branch: perlio
12643            ! ext/Socket/socketpair.t
12644 ____________________________________________________________________________
12645 [ 14213] By: nick                                  on 2002/01/12  11:46:28
12646         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
12647              safe (if suboptimal) manner. Does not fix op/fork.t :-(
12648      Branch: perlio
12649            ! sv.c
12650 ____________________________________________________________________________
12651 [ 14212] By: ams                                   on 2002/01/12  06:10:52
12652         Log: Subject: [PATCH] More fixes for Stratus VOS
12653              From: "Green, Paul" <Paul.Green@stratus.com>
12654              Date: Fri, 11 Jan 2002 17:30:37 -0500
12655              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
12656      Branch: perl
12657            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
12658 ____________________________________________________________________________
12659 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
12660         Log: Upgrade to CGI.pm 2.80.
12661      Branch: perl
12662            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
12663 ____________________________________________________________________________
12664 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
12665         Log: FAQ sync.
12666      Branch: perl
12667            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12668            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12669            ! pod/perlfaq8.pod
12670 ____________________________________________________________________________
12671 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
12672         Log: This is getting embarrassing.
12673      Branch: perl
12674            ! t/op/pat.t
12675 ____________________________________________________________________________
12676 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
12677         Log: Doc tweaks.
12678      Branch: perl
12679            ! pod/perlunicode.pod
12680 ____________________________________________________________________________
12681 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
12682         Log: Updating the test count is good; also rephrasing
12683              so that there is no ok output containing "not".
12684      Branch: perl
12685            ! t/op/pat.t
12686 ____________________________________________________________________________
12687 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
12688         Log: Andreas is busy :-)
12689      Branch: perl
12690            ! doop.c t/op/unisprintf.t
12691 ____________________________________________________________________________
12692 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
12693         Log: Unicode lookbehind looked bad.
12694      Branch: perl
12695            ! regexec.c t/op/pat.t
12696 ____________________________________________________________________________
12697 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
12698         Log: Garbage collection.
12699      Branch: perl
12700            ! t/run/kill_perl.t
12701 ____________________________________________________________________________
12702 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
12703         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
12704              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12705              Date: Fri, 11 Jan 2002 23:29:48 +0100
12706              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
12707      Branch: perl
12708            ! embed.fnc global.sym makedef.pl
12709 ____________________________________________________________________________
12710 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
12711         Log: Subject: [PATCH] perldelta nit?
12712              From: Robert Spier <rspier@pobox.com>
12713              Date: Fri, 11 Jan 2002 15:19:16 -0800
12714              Message-ID: <15423.29428.164185.251700@rls.cx>
12715      Branch: perl
12716            ! pod/perldelta.pod
12717 ____________________________________________________________________________
12718 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
12719         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
12720              From: Michael G Schwern <schwern@pobox.com>
12721              Date: Fri, 11 Jan 2002 17:08:17 -0500
12722              Message-ID: <20020111220817.GG2838@blackrider>
12723      Branch: perl
12724            ! t/run/kill_perl.t t/test.pl
12725 ____________________________________________________________________________
12726 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
12727         Log: Subject: [PATCH] Correct misleading error message
12728              From: Mike Guy <mjtg@cam.ac.uk>
12729              Date: Fri, 11 Jan 2002 18:36:33 +0000
12730              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
12731              
12732              hash assignment -> anonymous hash
12733      Branch: perl
12734            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
12735 ____________________________________________________________________________
12736 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
12737         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
12738              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12739              Date: Fri, 11 Jan 2002 16:58:14 +0100
12740              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
12741      Branch: perl
12742            ! ext/Unicode/Normalize/mkheader
12743 ____________________________________________________________________________
12744 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
12745         Log: Add a new test for is-sprintf-preserving Unicodeness:
12746              #14194 and an old one from kill_perl.t (I could have used
12747              sprintf.t, but it's format was quite fixed, and I didn't
12748              feel like breaking the format)
12749      Branch: perl
12750            + t/op/unisprintf.t
12751            ! MANIFEST t/run/kill_perl.t
12752 ____________________________________________________________________________
12753 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
12754         Log: Integrate perlio;
12755              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
12756      Branch: perl
12757           !> win32/win32.c
12758 ____________________________________________________________________________
12759 [ 14196] By: nick                                  on 2002/01/11  20:58:20
12760         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
12761              as C runtime seems to get its hands on them even though we said
12762              they were handled.
12763              Still an issue with "die" out of signal handler - get panic: pp_iter
12764      Branch: perlio
12765            ! win32/win32.c
12766 ____________________________________________________________________________
12767 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
12768         Log: Integrate perlio;
12769              A mostly-stable version of "new" Win32 signal/kill support.
12770      Branch: perl
12771           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
12772           !> win32/config.gc win32/config.vc win32/config_H.bc
12773           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
12774           !> win32/makefile.mk win32/win32.c win32/win32.h
12775 ____________________________________________________________________________
12776 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
12777         Log: Fix for
12778              
12779              Subject: UTF-8 sprintf bug in bleadperl
12780              From: andreas.koenig@anima.de (Andreas J. Koenig)
12781              Date: 11 Jan 2002 15:47:15 +0100
12782              Message-ID: <m3vge99c7g.fsf@anima.de>
12783              
12784              I have tests, have just to figure out where to put them
12785              since op/sprintf looks a bit unfriendly for tests of
12786              somewhat freer form.
12787      Branch: perl
12788            ! doop.c sv.c
12789 ____________________________________________________________________________
12790 [ 14193] By: nick                                  on 2002/01/11  18:25:34
12791         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
12792              Builds and passes a few tests.
12793      Branch: perlio
12794           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
12795           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
12796           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
12797           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
12798           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12799           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12800           +> t/lib/sample-tests/lone_not_bug
12801           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
12802           +> t/lib/sample-tests/vms_nit
12803           !> (integrate 63 files)
12804 ____________________________________________________________________________
12805 [ 14192] By: nick                                  on 2002/01/11  17:49:39
12806         Log: A mostly-stable version of "new" Win32 signal/kill support.
12807      Branch: perlio
12808            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
12809            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12810            ! win32/config_h.PL win32/makefile.mk win32/win32.c
12811            ! win32/win32.h
12812 ____________________________________________________________________________
12813 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
12814         Log: Update Changes.
12815      Branch: perl
12816            ! Changes patchlevel.h
12817 ____________________________________________________________________________
12818 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
12819         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
12820              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12821              Date: Thu, 10 Jan 2002 18:21:34 -0800
12822              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
12823      Branch: perl
12824            + ext/B/t/concise.t
12825            ! MANIFEST
12826 ____________________________________________________________________________
12827 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
12828         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
12829              necessary in form.t and html.t @INC setups.
12830      Branch: perl
12831            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
12832 ____________________________________________________________________________
12833 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
12834         Log: Yet another twist.
12835      Branch: perl
12836            ! t/test.pl
12837 ____________________________________________________________________________
12838 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
12839         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
12840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12841              Date: Fri, 11 Jan 2002 13:04:15 +0100      
12842              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
12843      Branch: perl
12844            ! hints/aix.sh
12845 ____________________________________________________________________________
12846 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
12847         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
12848              From: Jonathan Stowe <gellyfish@gellyfish.com> 
12849              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
12850              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
12851      Branch: perl
12852            ! lib/AnyDBM_File.t
12853 ____________________________________________________________________________
12854 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
12855         Log: Arguments were being mangled.
12856      Branch: perl
12857            ! t/test.pl
12858 ____________________________________________________________________________
12859 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
12860         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
12861              From: Jonathan Stowe <gellyfish@gellyfish.com>
12862              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
12863              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
12864      Branch: perl
12865            ! lib/AnyDBM_File.t
12866 ____________________________________________________________________________
12867 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
12868         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
12869              From: Michael G Schwern <schwern@pobox.com> 
12870              Date: Fri, 11 Jan 2002 04:26:27 -0500
12871              Message-ID: <20020111092626.GA16544@blackrider>
12872      Branch: perl
12873            ! t/run/kill_perl.t t/test.pl
12874 ____________________________________________________________________________
12875 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
12876         Log: Subject: [PATCH] Test::Harness 2.01
12877              From: Michael G Schwern <schwern@pobox.com> 
12878              Date: Thu, 10 Jan 2002 21:11:24 -0500
12879              Message-ID: <20020111021123.GA30666@blackrider>
12880      Branch: perl
12881            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
12882            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
12883            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
12884            + lib/Test/Harness/t/nonumbers.t
12885            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12886            + t/lib/sample-tests/lone_not_bug
12887            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
12888            + t/lib/sample-tests/vms_nit
12889            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
12890            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
12891 ____________________________________________________________________________
12892 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
12893         Log: patch is silly when creating new files: don't run
12894              patch more than once.
12895      Branch: perl
12896            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12897 ____________________________________________________________________________
12898 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
12899         Log: Forgot from #14179.
12900      Branch: perl
12901            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
12902 ____________________________________________________________________________
12903 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
12904         Log: Subject: [PATCH] is() undef/'' behavior change
12905              From: Michael G Schwern <schwern@pobox.com> 
12906              Date: Fri, 11 Jan 2002 03:35:51 -0500
12907              Message-ID: <20020111083551.GC30666@blackrider>
12908              
12909              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
12910              From: Michael G Schwern <schwern@pobox.com> 
12911              Date: Fri, 11 Jan 2002 03:37:44 -0500
12912              Message-ID: <20020111083744.GD30666@blackrider>
12913      Branch: perl
12914            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
12915            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
12916            ! lib/Pod/t/InputObjects.t lib/blib.t
12917 ____________________________________________________________________________
12918 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
12919         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
12920              From: Michael G Schwern <schwern@pobox.com> 
12921              Date: Thu, 10 Jan 2002 19:56:23 -0500
12922              Message-ID: <20020111005623.GA13192@blackrider>
12923      Branch: perl
12924            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12925            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
12926            ! lib/Test/Simple.pm lib/Test/Simple/Changes
12927            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
12928            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12929            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
12930            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
12931            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
12932            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
12933            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
12934            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
12935            ! lib/Test/Simple/t/plan_is_noplan.t
12936            ! lib/Test/Simple/t/plan_no_plan.t
12937            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
12938            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
12939            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
12940            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
12941            ! lib/Test/Tutorial.pod
12942 ____________________________________________________________________________
12943 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
12944         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
12945              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
12946              
12947              turns out even the malloc() was never really needed to begin with,
12948              so get rid of it
12949      Branch: perl
12950            ! sv.c
12951 ____________________________________________________________________________
12952 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
12953         Log: Small doc tweaks.
12954      Branch: perl
12955            ! pod/perluniintro.pod
12956 ____________________________________________________________________________
12957 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
12958         Log: support using the CRT's malloc() family of functions instead of
12959              the internal one when ithreads is enabled; allocate large blocks
12960              using VirtualAlloc() since the Heap*() functions may only be tuned
12961              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
12962              
12963              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
12964              also see comments at the top of win32/vmem.h for other options that
12965              can be set
12966      Branch: perl
12967            ! win32/vmem.h
12968 ____________________________________________________________________________
12969 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
12970         Log: Subject: micropatch
12971              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12972              Date: Thu, 10 Jan 2002 18:20:58 +0000
12973              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
12974      Branch: perl
12975            ! regcomp.c
12976 ____________________________________________________________________________
12977 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
12978         Log: Subject: [PATCH] Embed.t on Win32
12979              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12980              Date: Thu, 10 Jan 2002 18:56:21 +0100
12981              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
12982      Branch: perl
12983            ! lib/ExtUtils/t/Embed.t
12984 ____________________________________________________________________________
12985 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
12986         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
12987              From: Gisle Aas <gisle@ActiveState.com>
12988              Date: 10 Jan 2002 08:56:05 -0800
12989              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
12990      Branch: perl
12991            ! toke.c
12992 ____________________________________________________________________________
12993 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
12994         Log: Subject: [PATCH] doc fixes
12995              From: "Brendan O'Dea" <bod@debian.org>
12996              Date: Fri, 11 Jan 2002 03:49:54 +1100
12997              Message-ID: <20020110164954.GA21891@compusol.com.au>
12998      Branch: perl
12999            ! lib/I18N/Collate.pm pod/perlfunc.pod
13000 ____________________________________________________________________________
13001 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
13002         Log: Integrate perlio; More signal hackery.
13003      Branch: perl
13004           !> win32/win32.c
13005 ____________________________________________________________________________
13006 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
13007         Log: No need to show internal encodings, or return them
13008              in random order.
13009      Branch: perl
13010            ! ext/Encode/Encode.pm
13011 ____________________________________________________________________________
13012 [ 14168] By: nick                                  on 2002/01/10  17:33:31
13013         Log: Integrate mainline
13014      Branch: perlio
13015            - ext/Unicode/Normalize/Normalize.pod
13016           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
13017           !> ext/Unicode/Normalize/Makefile.PL
13018           !> ext/Unicode/Normalize/Normalize.pm
13019           !> ext/Unicode/Normalize/Normalize.xs
13020           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
13021           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
13022           !> t/run/kill_perl.t toke.c
13023 ____________________________________________________________________________
13024 [ 14167] By: nick                                  on 2002/01/10  17:08:35
13025         Log: More signal hackery
13026      Branch: perlio
13027            ! win32/win32.c
13028 ____________________________________________________________________________
13029 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
13030         Log: I think we can claim to be supporting Unicode
13031              "loose matching" now.
13032      Branch: perl
13033            ! pod/perlunicode.pod
13034 ____________________________________________________________________________
13035 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
13036         Log: Subject: doc patch
13037              From: mjd@plover.com
13038              Date: 10 Jan 2002 15:12:27 -0000
13039              Message-ID: <20020110151227.14850.qmail@plover.com>
13040      Branch: perl
13041            ! pod/perlrun.pod
13042 ____________________________________________________________________________
13043 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
13044         Log: Subject: Re: [ID 20011223.001] accept leaks memory
13045              From: Andy Dougherty <doughera@lafayette.edu>
13046              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
13047              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
13048      Branch: perl
13049            ! hints/linux.sh
13050 ____________________________________________________________________________
13051 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
13052         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
13053      Branch: perl
13054           !> win32/win32.c
13055 ____________________________________________________________________________
13056 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
13057         Log: Subject: [PATCH] Magic numbers in B::Concise
13058              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
13059              Date: Wed, 9 Jan 2002 23:04:01 -0800
13060              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
13061      Branch: perl
13062            ! ext/B/B/Concise.pm ext/B/O.pm
13063 ____________________________________________________________________________
13064 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
13065         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
13066              From: Gisle Aas <gisle@ActiveState.com>
13067              Date: 09 Jan 2002 21:52:40 -0800
13068              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
13069      Branch: perl
13070            ! t/lib/strict/vars toke.c
13071 ____________________________________________________________________________
13072 [ 14160] By: nick                                  on 2002/01/09  21:29:39
13073         Log: Skeleton coding of more kill() support on Win32.
13074      Branch: perlio
13075            ! win32/win32.c
13076 ____________________________________________________________________________
13077 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
13078         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
13079              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13080              Date: Wed, 9 Jan 2002 23:24:32 +0100
13081              Message-ID: <20020109232432.A692@rafael>
13082      Branch: perl
13083            ! ext/B/B/Deparse.pm
13084 ____________________________________________________________________________
13085 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
13086         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
13087              From: Jonathan Stowe <gellyfish@gellyfish.com>
13088              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
13089              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
13090      Branch: perl
13091            ! t/run/kill_perl.t
13092 ____________________________________________________________________________
13093 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
13094         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
13095              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13096              Date: Wed, 09 Jan 2002 20:16:54 +0000
13097              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
13098      Branch: perl
13099            ! regexec.c
13100 ____________________________________________________________________________
13101 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
13102         Log: Subject: [Patch @14129] fixes Unicode::Normalize
13103              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13104              Date: Thu, 10 Jan 2002 01:08:56 +0900
13105              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
13106      Branch: perl
13107            - ext/Unicode/Normalize/Normalize.pod
13108            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
13109            ! ext/Unicode/Normalize/Normalize.pm
13110            ! ext/Unicode/Normalize/Normalize.xs
13111            ! ext/Unicode/Normalize/mkheader
13112 ____________________________________________________________________________
13113 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
13114         Log: Integrate perlio; (Re-)implement alarm() for Win32.
13115      Branch: perl
13116           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
13117           !> win32/win32iop.h
13118 ____________________________________________________________________________
13119 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
13120         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
13121              From: Nicholas Clark <nick@unfortu.net>
13122              Date: Wed, 9 Jan 2002 17:56:04 +0000
13123              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
13124      Branch: perl
13125            ! t/op/readdir.t
13126 ____________________________________________________________________________
13127 [ 14153] By: nick                                  on 2002/01/09  16:18:57
13128         Log: Integrate mainline
13129      Branch: perlio
13130           +> ext/threads/t/stress_re.t t/op/unifold.t
13131            - lib/unifold.t
13132           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
13133           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
13134           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
13135 ____________________________________________________________________________
13136 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
13137         Log: Update Changes.
13138      Branch: perl
13139            ! Changes patchlevel.h
13140 ____________________________________________________________________________
13141 [ 14151] By: nick                                  on 2002/01/09  14:27:36
13142         Log: (Re-)implement alarm() for Win32.
13143      Branch: perlio
13144            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
13145            ! win32/win32iop.h
13146 ____________________________________________________________________________
13147 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
13148         Log: Thinko.
13149      Branch: perl
13150            ! ext/threads/t/stress_re.t
13151 ____________________________________________________________________________
13152 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
13153         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
13154              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
13155              Date: Wed, 09 Jan 2002 13:37:17 +0000                
13156              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
13157      Branch: perl
13158            ! regexec.c t/op/re_tests
13159 ____________________________________________________________________________
13160 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
13161         Log: Subject: Re: Weird Malformed warning in bleadperl    
13162              From: andreas.koenig@anima.de (Andreas J. Koenig)    
13163              Date: 09 Jan 2002 11:12:37 +0100
13164              Message-ID: <m3itabbzoq.fsf@anima.de>
13165      Branch: perl
13166            ! regexec.c t/op/pat.t
13167 ____________________________________________________________________________
13168 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
13169         Log: Forgot stress_re.t from MANIFEST.
13170      Branch: perl
13171            ! MANIFEST
13172 ____________________________________________________________________________
13173 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
13174         Log: In dumping use isPRINT() instead of isprint() so that locale
13175              does not come into play.
13176      Branch: perl
13177            ! utf8.c
13178 ____________________________________________________________________________
13179 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
13180         Log: Add a threads stress test for regular expressions
13181              (mostly just a modified stress_string.t) and doesn't
13182              test that much of regular expressions, just that $1
13183              doesn't get stomped by competing threads (as it does
13184              in the 5005threads of old).
13185      Branch: perl
13186            + ext/threads/t/stress_re.t
13187            ! MANIFEST
13188 ____________________________________________________________________________
13189 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
13190         Log: (retracted by #14307)
13191              Subject: Re: [ID 20010912.007] substr reference core dump
13192              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13193              Date: Tue, 08 Jan 2002 19:17:50 +0000
13194              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
13195      Branch: perl
13196            ! scope.c t/run/kill_perl.t
13197 ____________________________________________________________________________
13198 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
13199         Log: SANY (. with /s) wasn't happy on Unicode.
13200      Branch: perl
13201            ! regexec.c t/op/pat.t
13202 ____________________________________________________________________________
13203 [ 14142] By: ams                                   on 2002/01/08  22:42:10
13204         Log: Subject: [PATCH] perldebug nit
13205              From: Tels <tels@bloodgate.com>
13206              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
13207      Branch: perl
13208            ! pod/perldebug.pod
13209 ____________________________________________________________________________
13210 [ 14141] By: ams                                   on 2002/01/08  21:32:59
13211         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
13212              From: "Green, Paul" <Paul.Green@stratus.com>
13213              Date: Tue, 8 Jan 2002 17:31:35 -0500
13214              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
13215      Branch: perl
13216            ! Makefile.SH
13217 ____________________________________________________________________________
13218 [ 14140] By: ams                                   on 2002/01/08  21:27:57
13219         Log: Subject: [PATCH] Re: Slight chokage from Deparse
13220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13221              Date: Tue, 8 Jan 2002 23:04:45 +0100
13222              Message-Id: <20020108230445.A4798@rafael>
13223      Branch: perl
13224            ! ext/B/B/Deparse.pm
13225 ____________________________________________________________________________
13226 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
13227         Log: Subject: [patch] peep() is rude
13228              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
13229              Date: Tue, 08 Jan 2002 19:17:50 +0000            
13230              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
13231      Branch: perl
13232            ! op.c t/run/kill_perl.t
13233 ____________________________________________________________________________
13234 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
13235         Log: unifold is really an op test since it requires
13236              no external modules for its actual testing:
13237              only the unicore CaseFold.txt file, and File::Spec
13238              to portably access that file.
13239      Branch: perl
13240            + t/op/unifold.t
13241            - lib/unifold.t
13242            ! MANIFEST
13243 ____________________________________________________________________________
13244 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
13245         Log: Subject: [patch] save a test 
13246              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13247              Date: Tue, 08 Jan 2002 16:18:47 +0000
13248              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
13249      Branch: perl
13250            ! regcomp.c
13251 ____________________________________________________________________________
13252 [ 14136] By: nick                                  on 2002/01/08  16:11:55
13253         Log: Integrate mainline
13254      Branch: perlio
13255           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
13256           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
13257           !> (integrate 37 files)
13258 ____________________________________________________________________________
13259 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
13260         Log: Subject: Not OK 13843 
13261              From: andreas.koenig@anima.de (Andreas J. Koenig)
13262              Date: 08 Jan 2002 14:12:29 +0100
13263              Message-ID: <m38zb9c7gi.fsf@anima.de>
13264      Branch: perl
13265            ! op.c t/op/subst.t
13266 ____________________________________________________________________________
13267 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
13268         Log: Missed one variant of the fold testing, noticed bu Hugo.
13269      Branch: perl
13270            ! lib/unifold.t
13271 ____________________________________________________________________________
13272 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
13273         Log: Enchance the Storable magic description.
13274      Branch: perl
13275            ! ext/Storable/Storable.pm
13276 ____________________________________________________________________________
13277 [ 14132] By: ams                                   on 2002/01/08  09:16:12
13278         Log: Subject: [PATCH] don't installperl pods
13279              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13280              Date: Tue, 08 Jan 2002 10:36:01 +0100
13281              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
13282      Branch: perl
13283            ! installperl
13284 ____________________________________________________________________________
13285 [ 14131] By: ams                                   on 2002/01/08  03:38:40
13286         Log: Subject: Math-BigInt v1.49 released
13287              From: Tels <perl_dummy@bloodgate.com>
13288              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
13289      Branch: perl
13290            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
13291            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
13292            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13293            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13294            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13295            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
13296            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
13297            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
13298            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
13299            ! t/lib/Math/BigInt/Subclass.pm
13300 ____________________________________________________________________________
13301 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
13302         Log: A little better comments.
13303      Branch: perl
13304            ! regexec.c
13305 ____________________________________________________________________________
13306 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
13307         Log: No normalization form DNF.
13308      Branch: perl
13309            ! ext/Unicode/Normalize/Normalize.pm
13310 ____________________________________________________________________________
13311 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
13312         Log: Extension nits found by -Wall (several from threads
13313              and threads::shared, but leaving them to Arthur).
13314      Branch: perl
13315            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
13316            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
13317            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
13318            ! ext/Unicode/Normalize/mkheader x2p/str.c
13319 ____________________________________________________________________________
13320 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
13321         Log: Sync up Changes etc.
13322      Branch: maint-5.6/macperl
13323            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
13324 ____________________________________________________________________________
13325 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
13326         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
13327      Branch: maint-5.6/macperl
13328            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
13329 ____________________________________________________________________________
13330 [ 14125] By: ams                                   on 2002/01/07  22:03:22
13331         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
13332              From: Nicholas Clark (sans From field in mail header)
13333              Date: Mon, 7 Jan 2002 16:18:23 +0000
13334              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
13335      Branch: perl
13336            ! lib/Exporter.pm
13337 ____________________________________________________________________________
13338 [ 14124] By: ams                                   on 2002/01/07  21:46:11
13339         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
13340              From: "Green, Paul" <Paul.Green@stratus.com>
13341              Date: Mon, 7 Jan 2002 16:59:38 -0500
13342              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
13343      Branch: perl
13344            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
13345 ____________________________________________________________________________
13346 [ 14123] By: nick                                  on 2002/01/07  18:49:55
13347         Log: Integrate mainline
13348      Branch: perlio
13349           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
13350           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
13351           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
13352           !> regexec.c t/op/re_tests utf8.c utf8.h
13353 ____________________________________________________________________________
13354 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
13355         Log: Update Changes.
13356      Branch: perl
13357            ! Changes patchlevel.h
13358 ____________________________________________________________________________
13359 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
13360         Log: Subject: [PATCH] Correct module name in perldelta*
13361              From: Mike Guy <mjtg@cam.ac.uk>
13362              Date: Mon, 07 Jan 2002 17:02:43 +0000
13363              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
13364      Branch: perl
13365            ! pod/perl561delta.pod pod/perl56delta.pod
13366 ____________________________________________________________________________
13367 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
13368         Log: AUTHORS update.
13369      Branch: perl
13370            ! AUTHORS
13371 ____________________________________________________________________________
13372 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
13373         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
13374      Branch: perl
13375            ! ext/Storable/Storable.pm
13376 ____________________________________________________________________________
13377 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
13378         Log: perldelta updates.
13379      Branch: perl
13380            ! pod/perldelta.pod
13381 ____________________________________________________________________________
13382 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
13383         Log: Document the flags of pv_uni_display().
13384      Branch: perl
13385            ! pod/perlapi.pod utf8.c
13386 ____________________________________________________________________________
13387 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
13388         Log: Forgot from #14115.
13389      Branch: perl
13390            ! t/op/re_tests
13391 ____________________________________________________________________________
13392 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
13393         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
13394              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13395              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
13396              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
13397      Branch: perl
13398            ! regcomp.c
13399 ____________________________________________________________________________
13400 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
13401         Log: More regex and utf8 debug dumping.
13402      Branch: perl
13403            ! dump.c regcomp.c regexec.c utf8.c utf8.h
13404 ____________________________________________________________________________
13405 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
13406         Log: Unused variable.
13407      Branch: perl
13408            ! regcomp.c
13409 ____________________________________________________________________________
13410 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
13411         Log: Regen toc.
13412      Branch: perl
13413            ! pod/perltoc.pod
13414 ____________________________________________________________________________
13415 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
13416         Log: capitalize correctly, noticed by David Dyck.
13417      Branch: perl
13418            ! lib/sort.pm
13419 ____________________________________________________________________________
13420 [ 14110] By: nick                                  on 2002/01/06  22:05:19
13421         Log: Integrate mainline - threads mended, DB_File sick?
13422      Branch: perlio
13423           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
13424           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13425           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13426           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
13427           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
13428 ____________________________________________________________________________
13429 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
13430         Log: No need to overqualify.
13431      Branch: perl
13432            ! lib/sort.pm
13433 ____________________________________________________________________________
13434 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
13435         Log: PL_debug_pad wasn't initialized to zeroes which broke
13436              ithreads + DEBUGGING.
13437      Branch: perl
13438            ! sv.c
13439 ____________________________________________________________________________
13440 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
13441         Log: Update Changes.
13442      Branch: perl
13443            ! Changes patchlevel.h
13444 ____________________________________________________________________________
13445 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
13446         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
13447              From: Jonathan Stowe <gellyfish@gellyfish.com>
13448              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
13449              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
13450      Branch: perl
13451            ! pp_sys.c
13452 ____________________________________________________________________________
13453 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
13454         Log: DB_File sync from Paul Marquess.
13455      Branch: perl
13456            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13457            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13458            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
13459 ____________________________________________________________________________
13460 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
13461         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
13462              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
13463              Date: Sun, 6 Jan 2002 11:44:30 +0100
13464              Message-ID: <3C38389E.7831.493570@localhost>
13465      Branch: perl
13466            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
13467            ! utils/perlcc.PL
13468 ____________________________________________________________________________
13469 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
13470         Log: Tests for #14098.
13471      Branch: perl
13472            ! t/op/lc.t
13473 ____________________________________________________________________________
13474 [ 14102] By: nick                                  on 2002/01/06  11:33:55
13475         Log: Integrate mainline (PPPort still multi-building).
13476      Branch: perlio
13477           +> lib/unifold.t
13478           !> (integrate 30 files)
13479 ____________________________________________________________________________
13480 [ 14101] By: ams                                   on 2002/01/06  04:52:50
13481         Log: Subject: [PATCH] Bad prototype detection now an optional warning
13482              From: Sam Tregar <sam@tregar.com>
13483              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
13484              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
13485      Branch: perl
13486            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
13487            ! t/comp/proto.t toke.c
13488 ____________________________________________________________________________
13489 [ 14100] By: ams                                   on 2002/01/06  01:56:59
13490         Log: Subject: [PATCH] Correct several Stratus VOS build issues
13491              From: "Green, Paul" <Paul.Green@stratus.com>
13492              Date: Sat, 5 Jan 2002 21:30:56 -0500
13493              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
13494      Branch: perl
13495            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
13496 ____________________________________________________________________________
13497 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
13498         Log: Further perl.org URL elaboration from Ask.
13499      Branch: perl
13500            ! pod/perlfaq1.pod pod/perlfaq2.pod
13501 ____________________________________________________________________________
13502 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
13503         Log: The same problem with To{Lower,Title,Upper}
13504              as earlier with ToFold.
13505      Branch: perl
13506            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
13507            ! lib/unicore/To/Upper.pl lib/unicore/mktables
13508 ____________________________________________________________________________
13509 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
13510         Log: Retract #14057 for now; the alarm/setitimer timers
13511              seen to be the same in many systems, which leads into
13512              hangups.
13513      Branch: perl
13514            ! ext/Time/HiRes/HiRes.t
13515 ____________________________________________________________________________
13516 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
13517         Log: Finish up (ha!) the Unicode case folding;
13518              enhance regex dumping code.
13519      Branch: perl
13520            + lib/unifold.t
13521            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
13522            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
13523 ____________________________________________________________________________
13524 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
13525         Log: Use the perl.org news gw instead of the perl.com one
13526              (from Ask).
13527      Branch: perl
13528            ! pod/perlfaq1.pod pod/perlfaq2.pod
13529 ____________________________________________________________________________
13530 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
13531         Log: Zero() wasn't documented.
13532      Branch: perl
13533            ! pod/perlclib.pod
13534 ____________________________________________________________________________
13535 [ 14093] By: ams                                   on 2002/01/05  17:58:35
13536         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
13537              From: Nicholas Clark <nick@unfortu.net>
13538              Date: Sat, 5 Jan 2002 18:55:39 +0000
13539              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
13540      Branch: perl
13541            ! lib/Memoize/t/tie_ndbm.t
13542 ____________________________________________________________________________
13543 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
13544         Log: Also UNICOS/mk has deviant socketpair().
13545      Branch: perl
13546            ! ext/Socket/socketpair.t
13547 ____________________________________________________________________________
13548 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
13549         Log: Ooops.  Retract the regex parts of #14090.
13550      Branch: perl
13551            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
13552 ____________________________________________________________________________
13553 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
13554         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
13555              From: Nicholas Clark <nick@unfortu.net> 
13556              Date: Sat, 5 Jan 2002 18:10:13 +0000
13557              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
13558      Branch: perl
13559            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
13560            ! regcomp.h regexec.c
13561 ____________________________________________________________________________
13562 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
13563         Log: Integrate perlio; a missing aTHX.
13564      Branch: perl
13565           !> op.c
13566 ____________________________________________________________________________
13567 [ 14088] By: nick                                  on 2002/01/05  12:35:01
13568         Log: One missing aTHX_
13569      Branch: perlio
13570            ! op.c
13571 ____________________________________________________________________________
13572 [ 14087] By: nick                                  on 2002/01/05  12:00:48
13573         Log: Raw integrate of mainline - op.c looks dodgy.
13574      Branch: perlio
13575           +> lib/Pod/t/Functions.t t/op/winsystem.t
13576            - lib/File/Spec/NW5.pm t/op/system.t
13577           !> (integrate 77 files)
13578 ____________________________________________________________________________
13579 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
13580         Log: integrate changes from maint-5.6/macperl branch
13581      Branch: maint-5.6/perl
13582           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
13583           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
13584 ____________________________________________________________________________
13585 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
13586         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
13587              found by Marc Lehmann.
13588      Branch: perl
13589            ! pp.c
13590 ____________________________________________________________________________
13591 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
13592         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
13593              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13594              Date: Sat, 5 Jan 2002 00:31:12 +0100
13595              Message-ID: <20020105003112.E1850@rafael>              
13596      Branch: perl
13597            ! t/comp/proto.t
13598 ____________________________________________________________________________
13599 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
13600         Log: A bit of "perl.com" cleanup.
13601      Branch: perl
13602            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
13603            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13604            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
13605            ! pod/perlmodlib.PL pod/perlmodlib.pod
13606 ____________________________________________________________________________
13607 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
13608         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
13609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13610              Date: Fri, 4 Jan 2002 23:35:19 +0100
13611              Message-ID: <20020104233519.A1850@rafael>
13612      Branch: perl
13613            ! op.c
13614 ____________________________________________________________________________
13615 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
13616         Log: Integrate change #14062 from macperl;
13617              Define setbuf, setvbuf for Mac OS
13618      Branch: perl
13619           !> ext/IO/IO.xs
13620 ____________________________________________________________________________
13621 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
13622         Log: Bump version, update Changes
13623      Branch: maint-5.6/macperl
13624            ! macos/Changes macos/MPVersion.r
13625 ____________________________________________________________________________
13626 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
13627         Log: Add more droplets
13628      Branch: maint-5.6/macperl
13629            + macos/macperl/Droplets/gluedialect.plx
13630            + macos/macperl/Droplets/glueedit.plx
13631            + macos/macperl/Droplets/gluemac.plx
13632            + macos/macperl/Droplets/gluescriptadds.plx
13633            + macos/macperl/Droplets/installme.plx
13634            + macos/macperl/Droplets/show_glue_pods.plx
13635            + macos/macperl/Droplets/tarzipme.plx
13636            + macos/macperl/Droplets/untarzipme.plx
13637 ____________________________________________________________________________
13638 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
13639         Log: Display the native pwd command.
13640      Branch: perl
13641            ! ext/Cwd/t/cwd.t
13642 ____________________________________________________________________________
13643 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
13644         Log: Under Mac OS X /dev/stdout is normally a symlink,
13645              but when running the test it seems to become a socket.
13646              So let's extend our censorship.
13647      Branch: perl
13648            ! t/op/stat.t
13649 ____________________________________________________________________________
13650 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
13651         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
13652      Branch: maint-5.6/macperl
13653            + macos/HandleSocket.cp
13654            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
13655            ! macos/macperl.sym
13656 ____________________________________________________________________________
13657 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
13658         Log: Doc updates
13659      Branch: maint-5.6/macperl
13660            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
13661 ____________________________________________________________________________
13662 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
13663         Log: Update libraries
13664      Branch: maint-5.6/macperl
13665            ! macos/macperl/Makefile.mk
13666 ____________________________________________________________________________
13667 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
13668         Log: Update tests to Mac::StandardFile from StandardFile.pl,
13669              plus other fixes
13670      Branch: maint-5.6/macperl
13671            ! macos/ext/Mac/Menus/t/MenuBar.t
13672            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
13673            ! macos/ext/Mac/Movies/t/PlayMovie.t
13674            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
13675            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
13676            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
13677            ! macos/ext/Mac/Resources/t/Resources.t
13678 ____________________________________________________________________________
13679 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
13680         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
13681      Branch: maint-5.6/macperl
13682            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
13683            ! macos/ext/Mac/Movies/Movies.xs
13684            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
13685            ! macos/ext/Mac/StandardFile/StandardFile.xs
13686            ! macos/ext/Mac/Windows/Windows.xs
13687 ____________________________________________________________________________
13688 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
13689         Log: Updates for Universal Headers 3.4 (forgot one)
13690      Branch: maint-5.6/macperl
13691            ! macos/macperl/MPConsole.cp
13692 ____________________________________________________________________________
13693 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
13694         Log: Updates for Universal Headers 3.4
13695      Branch: maint-5.6/macperl
13696            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
13697            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
13698            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
13699            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
13700            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
13701            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
13702            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
13703            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
13704            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
13705 ____________________________________________________________________________
13706 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
13707         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
13708              from <200112112327.JAA25434@gpo.metropolis.net.au>;
13709              don't crash on quit for 68K (MacPerl Bug #490013)
13710      Branch: maint-5.6/macperl
13711            ! macos/macish.c macos/macperl/MPConsole.cp
13712 ____________________________________________________________________________
13713 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
13714         Log: If we do have socketpair(), make my_socketpair()
13715              just call the real socketpair().  This way we always
13716              have real code behind my_socketpair() and a symbol
13717              corresponding to the my_socketpair in global.sym.
13718      Branch: perl
13719            ! embed.fnc embed.h makedef.pl proto.h util.c
13720 ____________________________________________________________________________
13721 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
13722         Log: Disable sigaction (MacPerl Bug #470321)
13723      Branch: maint-5.6/macperl
13724            ! macos/config.h macos/config.sh
13725 ____________________________________________________________________________
13726 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
13727         Log: Make GUSI resource work (MacPerl Bug #464638)
13728      Branch: maint-5.6/macperl
13729            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
13730            ! macos/macperl/MacPerl.rsrc
13731 ____________________________________________________________________________
13732 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
13733         Log: Make AutoSplit go a little deeper
13734      Branch: maint-5.6/macperl
13735            ! macos/Makefile.mk
13736 ____________________________________________________________________________
13737 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
13738         Log: A few doc updates from bleadperl
13739      Branch: maint-5.6/macperl
13740            ! pod/perlmodinstall.pod pod/perlport.pod
13741 ____________________________________________________________________________
13742 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
13743         Log: Sync up to latest changes from bleadperl
13744      Branch: maint-5.6/macperl
13745            ! lib/File/Find.pm
13746 ____________________________________________________________________________
13747 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
13748         Log: Define setbuf, setvbuf for Mac OS
13749      Branch: maint-5.6/macperl
13750            ! ext/IO/IO.xs
13751 ____________________________________________________________________________
13752 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
13753         Log: Delete by request of Mark-Jason Dominus (change #13676)
13754      Branch: maint-5.6/macperl
13755            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
13756 ____________________________________________________________________________
13757 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
13758         Log: Spread the good word of "env".
13759      Branch: perl
13760            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
13761 ____________________________________________________________________________
13762 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
13763         Log: Till the system tests do something non-Win*, better rename
13764              the test so that people on other platforms don't get confused.
13765              (Not win32system, because assumedly there's win64, too.)
13766      Branch: perl
13767            + t/op/winsystem.t
13768            - t/op/system.t
13769            ! MANIFEST
13770 ____________________________________________________________________________
13771 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
13772         Log: Some tweaks.
13773      Branch: perl
13774            ! lib/Pod/t/Functions.t
13775 ____________________________________________________________________________
13776 [ 14057] By: ams                                   on 2002/01/04  17:40:31
13777         Log: (retracted by #14057)
13778              
13779              Subject: [PATCH] Time/HiRes/HiRes.t
13780              From: Nicholas Clark <nick@unfortu.net>
13781              Date: Fri, 4 Jan 2002 17:28:46 +0000
13782              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
13783      Branch: perl
13784            ! ext/Time/HiRes/HiRes.t
13785 ____________________________________________________________________________
13786 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
13787         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
13788              From: Abe Timmerman <abe@ztreet.demon.nl>
13789              Date: Fri, 04 Jan 2002 18:42:33 +0100
13790              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
13791      Branch: perl
13792            + lib/Pod/t/Functions.t
13793            ! MANIFEST lib/Pod/Functions.pm
13794 ____________________________________________________________________________
13795 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
13796         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
13797              From: "Craig A. Berry" <craigberry@mac.com>
13798              Date: Thu, 3 Jan 2002 17:32:20 -0600
13799              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
13800      Branch: perl
13801            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
13802 ____________________________________________________________________________
13803 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
13804         Log: Document the U+0085, U+2028, and U+2029.
13805      Branch: perl
13806            ! pod/perlre.pod pod/perlretut.pod
13807 ____________________________________________________________________________
13808 [ 14053] By: ams                                   on 2002/01/04  03:27:44
13809         Log: Subject: [PATCH] warn if not CORE::dump
13810              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13811              Date: Thu, 3 Jan 2002 22:04:00 +0100
13812              Message-Id: <20020103220400.A13958@rafael>
13813      Branch: perl
13814            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
13815 ____________________________________________________________________________
13816 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
13817         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
13818      Branch: perl
13819            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
13820 ____________________________________________________________________________
13821 [ 14051] By: ams                                   on 2002/01/04  03:00:12
13822         Log: Subject: [PATCH] File::Compare::VERSION
13823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13824              Date: Thu, 3 Jan 2002 23:42:52 +0100
13825              Message-Id: <20020103234252.G13958@rafael>
13826      Branch: perl
13827            ! lib/File/Compare.pm
13828 ____________________________________________________________________________
13829 [ 14050] By: ams                                   on 2002/01/04  02:58:05
13830         Log: Subject: [PATCH @14042] threads::shared doc
13831              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
13832              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
13833              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
13834      Branch: perl
13835            ! ext/threads/shared/shared.pm
13836 ____________________________________________________________________________
13837 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
13838         Log: #14048 exposed few false positives, to be fixed soonish.
13839      Branch: perl
13840            ! t/op/pat.t
13841 ____________________________________________________________________________
13842 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
13843         Log: Do not add the first characters of multicharacter foldings
13844              into character classes.
13845      Branch: perl
13846            ! regcomp.c
13847 ____________________________________________________________________________
13848 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
13849         Log: A bit of testing for #14046.
13850      Branch: perl
13851            ! t/op/pat.t
13852 ____________________________________________________________________________
13853 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
13854         Log: Allow emitting the foldcased version of "\x{df}", "ss"
13855              (among others, another example would be \x{fb00} -> "ff")
13856      Branch: perl
13857            ! regcomp.c
13858 ____________________________________________________________________________
13859 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
13860         Log: Subject: [PATCH] File::Spec & NetWare
13861              From: Dave Rolsky <autarch@urth.org>
13862              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
13863              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
13864      Branch: perl
13865            - lib/File/Spec/NW5.pm
13866            ! MANIFEST lib/File/Spec.pm
13867 ____________________________________________________________________________
13868 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
13869         Log: FAQ sync (RCS Ids only?)
13870      Branch: perl
13871            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
13872 ____________________________________________________________________________
13873 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
13874         Log: AUTHORs updates.
13875      Branch: perl
13876            ! AUTHORS
13877 ____________________________________________________________________________
13878 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
13879         Log: Update Changes.
13880      Branch: perl
13881            ! Changes patchlevel.h
13882 ____________________________________________________________________________
13883 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
13884         Log: Missed the =head1 additions.
13885      Branch: perl
13886            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
13887            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
13888            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
13889            ! util.c
13890 ____________________________________________________________________________
13891 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
13892         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
13893              From: Robin Barker <rmb1@cise.npl.co.uk>
13894              Date: Thu, 3 Jan 2002 15:26:20 GMT
13895              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
13896      Branch: perl
13897            ! lib/Carp.t lib/Carp/Heavy.pm
13898 ____________________________________________________________________________
13899 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
13900         Log: Subject: [PATCH hv.c] 
13901              From: Robin Barker <rmb1@cise.npl.co.uk>
13902              Date: Thu, 3 Jan 2002 14:49:06 GMT
13903              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
13904              
13905              -Wformat check.
13906      Branch: perl
13907            ! hv.c
13908 ____________________________________________________________________________
13909 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
13910         Log: NetWare tweaks from Ananth Kesari.
13911      Branch: perl
13912            ! NetWare/t/NWScripts.pl lib/File/Find.pm
13913 ____________________________________________________________________________
13914 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
13915         Log: Cast.
13916      Branch: perl
13917            ! regexec.c
13918 ____________________________________________________________________________
13919 [ 14036] By: ams                                   on 2002/01/03  12:12:31
13920         Log: Grammar fix suggested by Gwyn Judd.
13921      Branch: perl
13922            ! pod/perldiag.pod
13923 ____________________________________________________________________________
13924 [ 14035] By: nick                                  on 2002/01/03  09:22:42
13925         Log: More strange perlio != mainline differences where
13926              I have not been.
13927      Branch: perlio
13928           !> hints/unicos.sh hints/unicosmk.sh
13929 ____________________________________________________________________________
13930 [ 14034] By: nick                                  on 2002/01/03  09:19:37
13931         Log: Integrate mainline (including force integrate of
13932              lib/charnames.pm which had got out-of-step)
13933      Branch: perlio
13934           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
13935 ____________________________________________________________________________
13936 [ 14033] By: ams                                   on 2002/01/03  08:24:24
13937         Log: Subject: Not ok 14031: PPPort Makefile.PL
13938              From: andreas.koenig@anima.de (Andreas J. Koenig)
13939              Date: 03 Jan 2002 10:17:46 +0100
13940              Message-Id: <m3sn9n94jp.fsf@anima.de>
13941      Branch: perl
13942            ! ext/Devel/PPPort/Makefile.PL
13943 ____________________________________________________________________________
13944 [ 14032] By: nick                                  on 2002/01/03  08:24:00
13945         Log: Integrate mainline.
13946      Branch: perlio
13947           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
13948           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
13949           !> (integrate 31 files)
13950 ____________________________________________________________________________
13951 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
13952         Log: Off-by-one is my middle name.
13953      Branch: perl
13954            ! regexec.c
13955 ____________________________________________________________________________
13956 [ 14030] By: ams                                   on 2002/01/02  23:56:37
13957         Log: Subject: [PATCH @14015] threads::shared disabling
13958              From: Andy Bussey <andybussey@yahoo.co.uk>
13959              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
13960              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
13961      Branch: perl
13962            + ext/threads/shared/t/no_share.t
13963            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
13964 ____________________________________________________________________________
13965 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
13966         Log: Simon's new perlapi scheme, I hope I got all the pieces.
13967      Branch: perl
13968            + autodoc.pl embed.fnc
13969            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
13970 ____________________________________________________________________________
13971 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
13972         Log: Integrate perlio; more PPPort Makefile source dependence removal
13973      Branch: perl
13974           !> ext/Devel/PPPort/Makefile.PL perl.h
13975 ____________________________________________________________________________
13976 [ 14027] By: ams                                   on 2002/01/02  21:42:50
13977         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
13978              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13979              Date: Wed, 2 Jan 2002 23:09:13 +0100
13980              Message-Id: <20020102230913.A17373@rafael>
13981      Branch: perl
13982            ! pod/perldiag.pod
13983 ____________________________________________________________________________
13984 [ 14026] By: ams                                   on 2002/01/02  21:38:34
13985         Log: Subject: Re: PATCH: lib/Term/Cap.pm
13986              From: Jonathan Stowe <gellyfish@gellyfish.com>
13987              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
13988              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
13989      Branch: perl
13990            ! lib/Term/Cap.pm
13991 ____________________________________________________________________________
13992 [ 14025] By: ams                                   on 2002/01/02  18:34:26
13993         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
13994              From: Sam Tregar <sam@tregar.com>
13995              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
13996              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
13997      Branch: perl
13998            ! pod/perldiag.pod t/comp/proto.t toke.c
13999 ____________________________________________________________________________
14000 [ 14024] By: ams                                   on 2002/01/02  18:16:12
14001         Log: Subject: PATCH: lib/Term/Cap.pm
14002              From: Norton Allen <allen@huarp.harvard.edu>
14003              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
14004              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
14005      Branch: perl
14006            ! lib/Term/Cap.pm
14007 ____________________________________________________________________________
14008 [ 14023] By: ams                                   on 2002/01/02  18:12:31
14009         Log: Subject: PATCH: lib/Cwd.pm for QNX4
14010              From: Norton Allen <allen@huarp.harvard.edu>
14011              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
14012              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
14013      Branch: perl
14014            ! lib/Cwd.pm
14015 ____________________________________________________________________________
14016 [ 14022] By: nick                                  on 2002/01/02  18:01:21
14017         Log: More PPPort Makefile source dependence removal
14018      Branch: perlio
14019            ! ext/Devel/PPPort/Makefile.PL
14020 ____________________________________________________________________________
14021 [ 14021] By: nick                                  on 2002/01/02  17:44:36
14022         Log: Sort out muddle of editing on three machines ...
14023      Branch: perlio
14024           !> Changes MANIFEST cygwin/Makefile.SHs
14025           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
14026           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
14027           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
14028 ____________________________________________________________________________
14029 [ 14020] By: ams                                   on 2002/01/02  17:06:27
14030         Log: Fix misplaced application of #14016.
14031      Branch: perl
14032            ! op.c
14033 ____________________________________________________________________________
14034 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
14035         Log: Integrate perlio; avoid uninit debug_pad.
14036      Branch: perl
14037           !> sv.c
14038 ____________________________________________________________________________
14039 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
14040         Log: makedepend VOS fix from Paul Green.
14041      Branch: perl
14042            ! makedepend.SH
14043 ____________________________________________________________________________
14044 [ 14017] By: nick                                  on 2002/01/02  16:09:43
14045         Log: Avoid un-init perl_debug_pad in clones
14046      Branch: perlio
14047            ! sv.c
14048 ____________________________________________________________________________
14049 [ 14016] By: ams                                   on 2002/01/02  15:58:11
14050         Log: Subject: [PATCH] random crash in B::LISTOP::last
14051              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14052              Date: Wed, 2 Jan 2002 17:37:28 +0100
14053              Message-Id: <3C334558.3906.19CB98D@localhost>
14054      Branch: perl
14055            ! op.c
14056 ____________________________________________________________________________
14057 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
14058         Log: Update Changes.
14059      Branch: perl
14060            ! Changes patchlevel.h
14061 ____________________________________________________________________________
14062 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
14063         Log: One more iteration of the ibcmp_utf8() interface,
14064              hopefully this is a convergent iteration...
14065      Branch: perl
14066            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
14067 ____________________________________________________________________________
14068 [ 14013] By: ams                                   on 2002/01/02  13:43:58
14069         Log: Upgrade to podlators-1.19.
14070      Branch: perl
14071            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
14072            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
14073            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
14074            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
14075            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
14076 ____________________________________________________________________________
14077 [ 14012] By: ams                                   on 2002/01/02  09:48:51
14078         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
14079              From: martyn@inpharmatica.co.uk
14080              Date: Wed, 19 Dec 2001 19:05:00 +0000
14081              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
14082      Branch: perl
14083            ! lib/Pod/Usage.pm
14084 ____________________________________________________________________________
14085 [ 14011] By: nick                                  on 2002/01/02  08:38:18
14086         Log: Integrate mainline
14087      Branch: perlio
14088           !> (integrate 28 files)
14089 ____________________________________________________________________________
14090 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
14091         Log: Make ibcmp_utf8() optionally progress in either string for
14092              as long as it takes and optionally record how far it got.
14093      Branch: perl
14094            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
14095 ____________________________________________________________________________
14096 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
14097         Log: Once more try to get the PPPort Makefile right.
14098      Branch: perl
14099            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
14100 ____________________________________________________________________________
14101 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
14102         Log: -Wall silencing.
14103      Branch: perl
14104            ! utf8.c
14105 ____________________________________________________________________________
14106 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
14107         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
14108              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14109              Date: Tue, 1 Jan 2002 22:45:21 +0100       
14110              Message-ID: <20020101224521.A691@rafael>
14111      Branch: perl
14112            ! ext/B/B/Deparse.pm
14113 ____________________________________________________________________________
14114 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
14115         Log: VOS tweak from Paul Green: VOS has different O_BINARY
14116              and O_TEXT, but VOS always uses LF, never CRLF.
14117      Branch: perl
14118            ! perl.h
14119 ____________________________________________________________________________
14120 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
14121         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
14122      Branch: perl
14123            ! regexec.c utf8.c
14124 ____________________________________________________________________________
14125 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
14126         Log: Now that to_utf8_fold() was fixed.
14127      Branch: perl
14128            ! regcomp.c regexec.c
14129 ____________________________________________________________________________
14130 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
14131         Log: Integrate perlio; experimental binmode() re-coding.
14132      Branch: perl
14133           !> perlio.c
14134 ____________________________________________________________________________
14135 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
14136         Log: Document the to_utf8_*() functions.
14137      Branch: perl
14138            ! embed.pl pod/perlapi.pod utf8.c
14139 ____________________________________________________________________________
14140 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
14141         Log: Better support for multicharacter foldings.
14142              Now all but two of the CaseFold.txt cases work-- but
14143              only when the target string is single-character, more
14144              debugging needed.
14145      Branch: perl
14146            ! regexec.c
14147 ____________________________________________________________________________
14148 [ 14000] By: ams                                   on 2002/01/01  15:59:43
14149         Log: Subject: [PATCH] don't installperl pods
14150              From: Nicholas Clark <nick@unfortu.net>
14151              Date: Tue, 1 Jan 2002 16:44:12 +0000
14152              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
14153      Branch: perl
14154            ! installperl
14155 ____________________________________________________________________________
14156 [ 13999] By: ams                                   on 2002/01/01  14:34:04
14157         Log: Subject: [PATCH] perldiag.pod transposition
14158              From: Nicholas Clark <nick@unfortu.net>
14159              Date: Tue, 1 Jan 2002 15:03:52 +0000
14160              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
14161      Branch: perl
14162            ! pod/perldiag.pod
14163 ____________________________________________________________________________
14164 [ 13998] By: ams                                   on 2002/01/01  13:36:49
14165         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
14166              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14167              Date: Tue, 1 Jan 2002 15:12:36 +0100
14168              Message-Id: <20020101151236.A951@rafael>
14169      Branch: perl
14170            ! pod/perldiag.pod
14171 ____________________________________________________________________________
14172 [ 13997] By: ams                                   on 2002/01/01  13:33:06
14173         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
14174              From: Nicholas Clark <nick@unfortu.net>
14175              Date: Tue, 1 Jan 2002 13:13:17 +0000
14176              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
14177      Branch: perl
14178            ! ext/Socket/socketpair.t
14179 ____________________________________________________________________________
14180 [ 13996] By: ams                                   on 2002/01/01  04:44:28
14181         Log: Subject: [PATCH @13746] Leaner exporter
14182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14183              Date: Mon, 31 Dec 2001 18:16:08 -0500
14184              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
14185      Branch: perl
14186            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
14187 ____________________________________________________________________________
14188 [ 13995] By: ams                                   on 2002/01/01  04:29:44
14189         Log: Subject: [PATCH @13746] h2xs broken
14190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14191              Date: Mon, 31 Dec 2001 17:48:55 -0500
14192              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
14193      Branch: perl
14194            ! utils/h2xs.PL
14195 ____________________________________________________________________________
14196 [ 13994] By: ams                                   on 2002/01/01  04:25:46
14197         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
14198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14199              Date: Mon, 31 Dec 2001 17:42:25 -0500
14200              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
14201      Branch: perl
14202            ! lib/ExtUtils/MM_Unix.pm
14203 ____________________________________________________________________________
14204 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
14205         Log: Rename the variables to be a bit more consistent.
14206      Branch: perl
14207            ! utf8.c
14208 ____________________________________________________________________________
14209 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
14210         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
14211              (found by Jeffrey Friedl)
14212      Branch: perl
14213            ! regexec.c t/op/pat.t utf8.c
14214 ____________________________________________________________________________
14215 [ 13991] By: nick                                  on 2001/12/31  18:08:55
14216         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
14217      Branch: perlio
14218            ! perlio.c
14219 ____________________________________________________________________________
14220 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
14221         Log: Update Changes.
14222      Branch: perl
14223            ! Changes patchlevel.h
14224 ____________________________________________________________________________
14225 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
14226         Log: Less unused ones.
14227      Branch: perl
14228            ! regexec.c
14229 ____________________________________________________________________________
14230 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
14231         Log: Unused variable.
14232      Branch: perl
14233            ! regcomp.c
14234 ____________________________________________________________________________
14235 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
14236         Log: Forgotten file.
14237      Branch: perl
14238            ! MANIFEST
14239 ____________________________________________________________________________
14240 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
14241         Log: Subject: Re: Cygwin: one down one to go 
14242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14243              Date: Mon, 31 Dec 2001 18:34:36 +0100
14244              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
14245      Branch: perl
14246            ! cygwin/Makefile.SHs
14247 ____________________________________________________________________________
14248 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
14249         Log: Add some comments to the recent Unicode case-folding saga.
14250      Branch: perl
14251            ! regcomp.c regexec.c
14252 ____________________________________________________________________________
14253 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
14254         Log: Slight comment tweakage.
14255      Branch: perl
14256            ! ext/I18N/Langinfo/Langinfo.t
14257 ____________________________________________________________________________
14258 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
14259         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
14260      Branch: perl
14261            ! perl.h
14262 ____________________________________________________________________________
14263 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
14264         Log: Subject: [ PATCH] Cygwin: one down one to go
14265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14266              Date: Mon, 31 Dec 2001 17:03:40 +0100
14267              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
14268      Branch: perl
14269            ! lib/Pod/t/basic.t
14270 ____________________________________________________________________________
14271 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
14272         Log: Tweak the dependencies not to recompile everytime,
14273              as suggested by NI-S.
14274      Branch: perl
14275            ! ext/Devel/PPPort/Makefile.PL
14276 ____________________________________________________________________________
14277 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
14278         Log: Planning still not right.
14279      Branch: perl
14280            ! lib/User/grent.t
14281 ____________________________________________________________________________
14282 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
14283         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
14284              From: Michael G Schwern <schwern@pobox.com>
14285              Date: Sun, 30 Dec 2001 18:07:55 -0500
14286              Message-ID: <20011230230755.GG12840@blackrider>
14287              
14288              (lib/User/grent, really)
14289      Branch: perl
14290            ! lib/User/grent.t
14291 ____________________________________________________________________________
14292 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
14293         Log: Integrate perlio; cleanup, in particular avoid accidental
14294              PerlIO_flush(NULL) if PerlIONext is NULL.
14295      Branch: perl
14296           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
14297 ____________________________________________________________________________
14298 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
14299         Log: Subject: typo in IO::Socket::INET.pm
14300              From: mjd@plover.com
14301              Date: 31 Dec 2001 14:31:10 -0000
14302              Message-ID: <20011231143110.4989.qmail@plover.com>
14303      Branch: perl
14304            ! ext/IO/lib/IO/Socket/INET.pm
14305 ____________________________________________________________________________
14306 [ 13976] By: nick                                  on 2001/12/31  13:56:11
14307         Log: Integrate mainline
14308      Branch: perlio
14309           !> (integrate 29 files)
14310 ____________________________________________________________________________
14311 [ 13975] By: nick                                  on 2001/12/31  12:40:50
14312         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
14313              if PerlIONext is NULL.
14314      Branch: perlio
14315            ! perlio.c perliol.h
14316 ____________________________________________________________________________
14317 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
14318         Log: Subject: Re: [PATCH] Basic bad prototype detection
14319              From: Sam Tregar <sam@tregar.com>
14320              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
14321              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
14322      Branch: perl
14323            ! t/comp/proto.t toke.c
14324 ____________________________________________________________________________
14325 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
14326         Log: Subject: [PATCH] configure.com / scriptdirexp
14327              From: "Craig A. Berry" <craigberry@mac.com>
14328              Date: Sun, 30 Dec 2001 15:47:28 -0600
14329              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
14330      Branch: perl
14331            ! configure.com
14332 ____________________________________________________________________________
14333 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
14334         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
14335              From: Abe Timmerman <abe@ztreet.demon.nl>
14336              Date: Mon, 31 Dec 2001 03:55:27 +0100
14337              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
14338      Branch: perl
14339            ! lib/ExtUtils/t/MM_Win32.t
14340 ____________________________________________________________________________
14341 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
14342         Log: Subject: [PATCH] Basic bad prototype detection
14343              From: Sam Tregar <sam@tregar.com> 
14344              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
14345              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
14346      Branch: perl
14347            ! pod/perldiag.pod t/comp/proto.t toke.c
14348 ____________________________________________________________________________
14349 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
14350         Log: Makefiles are sloppy about the exe suffix
14351              (from Paul Green)
14352      Branch: perl
14353            ! Makefile.SH x2p/Makefile.SH
14354 ____________________________________________________________________________
14355 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
14356         Log: Delay folding until necessary; start of handling
14357              folding into several characters.
14358      Branch: perl
14359            ! regcomp.c regexec.c
14360 ____________________________________________________________________________
14361 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
14362         Log: gcc -Wall dewhine.
14363      Branch: perl
14364            ! regexec.c
14365 ____________________________________________________________________________
14366 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
14367         Log: More Unicode folding tweaks, avoid potential false matches.
14368      Branch: perl
14369            ! regexec.c
14370 ____________________________________________________________________________
14371 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
14372         Log: Make that six wrongs.
14373      Branch: perl
14374            ! regexec.c utf8.c
14375 ____________________________________________________________________________
14376 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
14377         Log: Four wrongs can make a right.
14378      Branch: perl
14379            ! regexec.c utf8.c
14380 ____________________________________________________________________________
14381 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
14382         Log: Fix all the I case foldings as per CaseFold.txt.
14383      Branch: perl
14384            ! regcomp.c regexec.c
14385 ____________________________________________________________________________
14386 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
14387         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
14388      Branch: perl
14389            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
14390            ! regexec.c utf8.c
14391 ____________________________________________________________________________
14392 [ 13962] By: nick                                  on 2001/12/30  18:33:41
14393         Log: Integrate 8.3 fix for PPPort fix
14394      Branch: perlio
14395           +> ext/Devel/PPPort/ppport_h.PL
14396            - ext/Devel/PPPort/ppport.h.PL
14397            ! ext/Devel/PPPort/MANIFEST
14398           !> ext/Devel/PPPort/Makefile.PL
14399 ____________________________________________________________________________
14400 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
14401         Log: Integrate perlio; more win32 stuff:
14402              
14403              A. Use Perl_my_socketpair()
14404              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
14405              load winsock.
14406              C. (In passing) work round fact that $$ is now SvREADONLY
14407              so we need to take special measures to set it during
14408              pseudo-fork.
14409      Branch: perl
14410           !> util.c win32/perlhost.h
14411 ____________________________________________________________________________
14412 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
14413         Log: Fix ppport.h for Unix.
14414      Branch: perl
14415            + ext/Devel/PPPort/ppport_h.PL
14416            - ext/Devel/PPPort/ppport.h.PL
14417            ! MANIFEST ext/Devel/PPPort/Makefile.PL
14418 ____________________________________________________________________________
14419 [ 13959] By: nick                                  on 2001/12/30  16:53:42
14420         Log: Win32 stuff:
14421              A. Use Perl_my_socketpair()
14422              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
14423              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
14424              take special measures to set it during pseudo-fork.
14425      Branch: perlio
14426            ! util.c win32/perlhost.h
14427 ____________________________________________________________________________
14428 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
14429         Log: Integrate perlio; win32 kicking.
14430      Branch: perl
14431           +> ext/Devel/PPPort/ppport.h.PL
14432           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
14433           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
14434           !> proto.h
14435 ____________________________________________________________________________
14436 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
14437         Log: metaconfig unit change for #13956.
14438      Branch: metaconfig
14439            ! U/modified/spitshell.U
14440 ____________________________________________________________________________
14441 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
14442         Log: Must look for cat also in $PATH (noticed by Philip Newton).
14443      Branch: perl
14444            ! Configure
14445 ____________________________________________________________________________
14446 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
14447         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
14448              From: Blair Zajac <blair@orcaware.com>
14449              Date: Sat, 29 Dec 2001 22:37:03 -0800
14450              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
14451      Branch: perl
14452            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
14453 ____________________________________________________________________________
14454 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
14455         Log: Regen files.
14456      Branch: perl
14457            ! embed.h global.sym pod/perlapi.pod uconfig.h
14458 ____________________________________________________________________________
14459 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
14460         Log: Subject: [PATCH] -t without -w 
14461              From: Michael G Schwern <schwern@pobox.com>
14462              Date: Sat, 29 Dec 2001 23:46:25 -0500
14463              Message-ID: <20011230044625.GA14386@blackrider>
14464      Branch: perl
14465            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
14466            ! warnings.pl
14467 ____________________________________________________________________________
14468 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
14469         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
14470              From: Dave Rolsky <autarch@urth.org>               
14471              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
14472              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
14473              
14474              $^O is NetWare, not Netware.
14475      Branch: perl
14476            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
14477 ____________________________________________________________________________
14478 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
14479         Log: Sarathy thinks undoing C++ comments from C++ files
14480              is a bit too zealous.
14481      Branch: perl
14482            ! win32/perlhost.h win32/vmem.h
14483 ____________________________________________________________________________
14484 [ 13950] By: nick                                  on 2001/12/30  14:30:02
14485         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
14486              This gets them into Errno.pm - yet to prove they end up in $!.
14487      Branch: perlio
14488            ! ext/Errno/Errno_pm.PL
14489 ____________________________________________________________________________
14490 [ 13949] By: nick                                  on 2001/12/30  12:02:21
14491         Log: Integrate Cwd muddle
14492      Branch: perlio
14493           !> MANIFEST installperl lib/Cwd.pm
14494 ____________________________________________________________________________
14495 [ 13948] By: nick                                  on 2001/12/30  11:51:40
14496         Log: remove embed.pl duplicates
14497      Branch: perlio
14498            ! embed.h embed.pl global.sym proto.h
14499 ____________________________________________________________________________
14500 [ 13947] By: nick                                  on 2001/12/30  11:35:51
14501         Log: More Cwd tidy up
14502      Branch: perl
14503            ! MANIFEST installperl
14504 ____________________________________________________________________________
14505 [ 13946] By: nick                                  on 2001/12/30  11:12:42
14506         Log: Undo a mess trying Cwd.pm in its ext directory
14507      Branch: perl
14508            + lib/Cwd.pm
14509            - ext/Cwd/Cwd.pm
14510 ____________________________________________________________________________
14511 [ 13945] By: nick                                  on 2001/12/30  10:03:43
14512         Log: Integrate mainline
14513      Branch: perl
14514           +> ext/Cwd/Cwd.pm
14515            - lib/Cwd.pm
14516            ! MANIFEST
14517      Branch: perlio
14518           !> (integrate 45 files)
14519 ____________________________________________________________________________
14520 [ 13944] By: nick                                  on 2001/12/30  09:27:16
14521         Log: "Port" Devel::PPPort to Win32:
14522              - need to set @INC before use in the test
14523              - {} are special to dmake, so use ppport.h.PL
14524              rather than commandline 
14525      Branch: perlio
14526            + ext/Devel/PPPort/ppport.h.PL
14527            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
14528 ____________________________________________________________________________
14529 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
14530         Log: Update Changes.
14531      Branch: perl
14532            ! Changes patchlevel.h
14533 ____________________________________________________________________________
14534 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
14535         Log: Subject: [PATCH] cleaner close on tests, take 2
14536              From: andreas.koenig@anima.de (Andreas J. Koenig)
14537              Date: 29 Dec 2001 21:42:37 +0100
14538              Message-ID: <m33d1tvjuq.fsf@anima.de>
14539              
14540              (the DB_File patches)
14541      Branch: perl
14542            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14543            ! ext/DB_File/t/db-recno.t
14544 ____________________________________________________________________________
14545 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
14546         Log: Integrate perlio; regen'ed config_H.?c
14547      Branch: perl
14548           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14549 ____________________________________________________________________________
14550 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
14551         Log: Subject: [PATCH] cleaner close on tests, take 2             
14552              From: andreas.koenig@anima.de (Andreas J. Koenig)
14553              Date: 29 Dec 2001 21:42:37 +0100
14554              Message-ID: <m33d1tvjuq.fsf@anima.de>
14555              
14556              (except for the three DB_File patch fragments)
14557      Branch: perl
14558            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
14559            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
14560            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
14561            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
14562            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
14563            ! t/op/runlevel.t t/op/write.t t/run/switches.t
14564 ____________________________________________________________________________
14565 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
14566         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
14567              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14568              Date: Sat, 29 Dec 2001 20:38:59 +0100
14569              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
14570              
14571              (NetWare tree not touched because it's very //)
14572      Branch: perl
14573            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
14574            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
14575            ! wince/include/errno.h wince/include/netdb.h
14576            ! wince/include/sys/socket.h wince/include/sys/stat.h
14577            ! wince/perllib.c wince/perlmain.c wince/win32.h
14578            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
14579            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
14580 ____________________________________________________________________________
14581 [ 13938] By: nick                                  on 2001/12/29  19:23:32
14582         Log: Integrate mainline (ok linux)
14583      Branch: perlio
14584           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
14585           !> (integrate 33 files)
14586 ____________________________________________________________________________
14587 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
14588         Log: Give up on serious testing of langinfo().  Leave the old
14589              code in place, though.
14590      Branch: perl
14591            ! ext/I18N/Langinfo/Langinfo.t
14592 ____________________________________________________________________________
14593 [ 13936] By: nick                                  on 2001/12/29  18:20:33
14594         Log: Routine regen_config_h - no real differences other than order of crypt 
14595      Branch: perlio
14596            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14597 ____________________________________________________________________________
14598 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
14599         Log: Integrate perlio;
14600              
14601              Define the two socket error numbers in terms of WSAEXXXXX equivalents
14602              
14603              Fudge Config.pm so File::Spec does not croak.
14604      Branch: perl
14605           !> win32/FindExt.pm win32/win32.h
14606 ____________________________________________________________________________
14607 [ 13934] By: nick                                  on 2001/12/29  17:27:50
14608         Log: Fudge Config.pm so File::Spec does not croak.
14609      Branch: perlio
14610            ! win32/FindExt.pm
14611 ____________________________________________________________________________
14612 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
14613         Log: metaconfig unit changes for #13932.
14614      Branch: metaconfig
14615            + U/modified/Init.U
14616            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
14617 ____________________________________________________________________________
14618 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
14619         Log: VOS tweaks from Paul Green.
14620              
14621              The Configure tweaks: the _exe needs to be
14622              set after the init; VOS has fd 3 hardwired to /dev/tty;
14623              the grep/ln/make substitutions really need to stick.
14624      Branch: perl
14625            ! Configure hints/vos.sh perl.h util.c vos/build.cm
14626            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14627            ! vos/config.ga.h vos/vosish.h
14628 ____________________________________________________________________________
14629 [ 13931] By: nick                                  on 2001/12/29  17:00:38
14630         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
14631              (just to get util.c to compile)
14632      Branch: perlio
14633            ! win32/win32.h
14634 ____________________________________________________________________________
14635 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
14636         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
14637              From: coral@eekeek.org
14638              Date: Fri, 28 Dec 2001 19:58:22 -0500      
14639              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
14640      Branch: perl
14641            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
14642            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
14643            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
14644            ! pod/perlunicode.pod pod/perlxs.pod util.c
14645 ____________________________________________________________________________
14646 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
14647         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
14648      Branch: perl
14649            ! t/op/exec.t
14650 ____________________________________________________________________________
14651 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
14652         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
14653              From: Abe Timmerman <abe@ztreet.demon.nl>
14654              Date: Sat, 29 Dec 2001 13:10:06 +0100
14655              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
14656      Branch: perl
14657            + lib/Pod/t/InputObjects.t
14658 ____________________________________________________________________________
14659 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
14660         Log: Integrate perlio;
14661              
14662              Quick fix (after couple of clever fixes failed) for
14663              "accept leaks memory" fail [ID 20011223.001]
14664              
14665              Nick Clark's embed.pl fix for my_socketpair
14666      Branch: perl
14667           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
14668 ____________________________________________________________________________
14669 [ 13926] By: nick                                  on 2001/12/29  15:23:21
14670         Log: Nick Clark's embed.pl fix for my_socketpair
14671      Branch: perlio
14672            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
14673 ____________________________________________________________________________
14674 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
14675         Log: Slight tweaks on the MM_Win32.t.
14676      Branch: perl
14677            ! lib/ExtUtils/t/MM_Win32.t
14678 ____________________________________________________________________________
14679 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
14680         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
14681              From: Abe Timmerman <abe@ztreet.demon.nl>
14682              Date: Sat, 29 Dec 2001 12:51:36 +0100
14683              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
14684      Branch: perl
14685            + lib/ExtUtils/t/MM_Win32.t
14686            ! MANIFEST
14687 ____________________________________________________________________________
14688 [ 13923] By: nick                                  on 2001/12/29  15:12:07
14689         Log: Quick fix (after couple of clever fixes failed) for
14690              "accept leaks memory" fail [ID 20011223.001]
14691      Branch: perlio
14692            ! pp_sys.c
14693 ____________________________________________________________________________
14694 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
14695         Log: Subject: [PATCH] Module names and other nits
14696              From: Autrijus Tang <autrijus@autrijus.org>                 
14697              Date: Sat, 29 Dec 2001 01:59:28 +0800
14698              Message-ID: <20011229015928.A29712@geb.elixus.org>              
14699      Branch: perl
14700            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
14701            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
14702            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
14703            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
14704            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
14705 ____________________________________________________________________________
14706 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
14707         Log: socketpair tweaks from Nicholas Clark.
14708      Branch: perl
14709            ! ext/Socket/socketpair.t util.c
14710 ____________________________________________________________________________
14711 [ 13920] By: nick                                  on 2001/12/29  12:36:21
14712         Log: Integrate mainline
14713      Branch: perlio
14714           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
14715           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
14716           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14717           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
14718           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
14719           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
14720           !> t/op/sysio.t
14721 ____________________________________________________________________________
14722 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
14723         Log: Retract #13917.
14724      Branch: perl
14725            ! doop.c
14726 ____________________________________________________________________________
14727 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
14728         Log: Subject: provisional MakeMaker patch for VMS
14729              From: "Craig A. Berry" <craigberry@mac.com> 
14730              Date: Thu, 27 Dec 2001 22:29:37 -0600
14731              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
14732      Branch: perl
14733            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14734 ____________________________________________________________________________
14735 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
14736         Log: (retracted by #13919)
14737      Branch: perl
14738            ! doop.c
14739 ____________________________________________________________________________
14740 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
14741         Log: metaconfig unit change for #13915.
14742      Branch: metaconfig/U/perl
14743            ! d_u32align.U
14744 ____________________________________________________________________________
14745 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
14746         Log: Remove debris in any case.
14747      Branch: perl
14748            ! Configure
14749 ____________________________________________________________________________
14750 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
14751         Log: Subject: [PATCH] Re: B::walksymtable oddness
14752              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14753              Date: Thu, 27 Dec 2001 19:14:24 +0100
14754              Message-ID: <3C2B7310.861.18820D0@localhost>
14755      Branch: perl
14756            ! ext/B/B.pm
14757 ____________________________________________________________________________
14758 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
14759         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
14760              From: Nicholas Clark <nick@unfortu.net> 
14761              Date: Fri, 28 Dec 2001 00:43:02 +0000
14762              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
14763      Branch: perl
14764            ! ext/Socket/socketpair.t
14765 ____________________________________________________________________________
14766 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
14767         Log: Fast Latin1<->UTF-8 conversion for older Perls.
14768      Branch: perl
14769            ! pod/perluniintro.pod
14770 ____________________________________________________________________________
14771 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
14772         Log: Update Changes.
14773      Branch: perl
14774            ! Changes patchlevel.h
14775 ____________________________________________________________________________
14776 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
14777         Log: More wait status trickery for BeOS.
14778      Branch: perl
14779            ! ext/POSIX/POSIX.xs
14780 ____________________________________________________________________________
14781 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
14782         Log: metaconfig unit change for #13908.
14783      Branch: metaconfig/U/perl
14784            ! d_u32align.U
14785 ____________________________________________________________________________
14786 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
14787         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
14788      Branch: perl
14789            ! Configure
14790 ____________________________________________________________________________
14791 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
14792         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
14793              From: gbarr@monty.mutatus.co.uk
14794              Date: 27 Dec 2001 14:41:36 -0000
14795              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
14796      Branch: perl
14797            ! lib/ExtUtils/t/Embed.t
14798 ____________________________________________________________________________
14799 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
14800         Log: Subject: [PATCH] Re: socketpair emulation
14801              From: Nicholas Clark <nick@unfortu.net> 
14802              Date: Wed, 26 Dec 2001 20:08:14 +0000
14803              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
14804      Branch: perl
14805            ! ext/Socket/socketpair.t
14806 ____________________________________________________________________________
14807 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
14808         Log: Subject: [DOC PATCH] left is right and right is left
14809              From: Philip Newton <Philip.Newton@gmx.net>
14810              Date: Thu, 27 Dec 2001 10:04:17 +0100
14811              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
14812      Branch: perl
14813            ! pod/perlfunc.pod pod/perlport.pod
14814 ____________________________________________________________________________
14815 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
14816         Log: Subject: [PATCH] check return of close
14817              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14818              Date: 27 Dec 2001 09:47:30 +0100
14819              Message-ID: <m3ellhgicd.fsf@anima.de> 
14820              
14821              Subject: [PATCH] improve error reporting
14822              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14823              Date: 27 Dec 2001 09:54:55 +0100
14824              Message-ID: <m3adw5gi00.fsf@anima.de> 
14825              
14826              Subject: [PATCH] check return value of close
14827              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14828              Date: 27 Dec 2001 10:03:55 +0100
14829              Message-ID: <m3666tghl0.fsf@anima.de> 
14830              
14831              Subject: [PATCH] return of close
14832              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14833              Date: 27 Dec 2001 10:22:15 +0100
14834              Message-ID: <m31yhhggqg.fsf@anima.de> 
14835      Branch: perl
14836            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
14837            ! t/io/fflush.t
14838 ____________________________________________________________________________
14839 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
14840         Log: Subject: [PATCH] check return of close
14841              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14842              Date: 27 Dec 2001 09:47:30 +0100
14843              Message-ID: <m3ellhgicd.fsf@anima.de> 
14844      Branch: perl
14845            ! t/base/rs.t
14846 ____________________________________________________________________________
14847 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
14848         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
14849              From: andreas.koenig@anima.de (Andreas J. Koenig)
14850              Date: 27 Dec 2001 09:21:16 +0100
14851              Message-ID: <m3n105gjk3.fsf@anima.de>
14852      Branch: perl
14853            ! t/op/sysio.t
14854 ____________________________________________________________________________
14855 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
14856         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
14857              From: "Gerrit P. Haase" <gp@familiehaase.de>
14858              Date: Thu, 27 Dec 2001 09:23:55 +0100 
14859              Message-ID: <98211521662.20011227092355@familiehaase.de>
14860      Branch: perl
14861            ! lib/ExtUtils/t/MM_Cygwin.t
14862 ____________________________________________________________________________
14863 [ 13900] By: nick                                  on 2001/12/27  11:11:51
14864         Log: Integrate mainline
14865      Branch: perlio
14866           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
14867           +> lib/File/Spec/NW5.pm
14868           !> (integrate 52 files)
14869 ____________________________________________________________________________
14870 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
14871         Log: Replace the awful (most likely generated and not very persistent)
14872              URL with something tangible.
14873      Branch: perl
14874            ! README.hpux
14875 ____________________________________________________________________________
14876 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
14877         Log: Naughty /dev/printer (ls -l, really) of IRIX.
14878      Branch: perl
14879            ! t/op/stat.t
14880 ____________________________________________________________________________
14881 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
14882         Log: Upgrade to Net::Ping 2.10.
14883      Branch: perl
14884            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
14885            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
14886            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
14887            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
14888 ____________________________________________________________________________
14889 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
14890         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
14891              (this showed up in Benchmark.t)
14892      Branch: perl
14893            ! pp_sys.c
14894 ____________________________________________________________________________
14895 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
14896         Log: BeOS updates.
14897      Branch: perl
14898            ! README.beos beos/beos.c
14899 ____________________________________________________________________________
14900 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
14901         Log: Subject: Re: bleadperl doesn't compile
14902              From: "Gerrit P. Haase" <gp@familiehaase.de>
14903              Date: Wed, 26 Dec 2001 21:29:08 +0100
14904              Message-ID: <22168634623.20011226212908@familiehaase.de>
14905              
14906              Cygwin with multiplicity.
14907      Branch: perl
14908            ! perlio.c
14909 ____________________________________________________________________________
14910 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
14911         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
14912              From: Nicholas Clark <nick@ccl4.org>
14913              Date: Wed, 26 Dec 2001 19:07:33 +0000
14914              Message-ID: <20011226190732.J48842@plum.flirble.org>            
14915              
14916              socketpair() (un)signedness nit.
14917      Branch: perl
14918            ! util.c
14919 ____________________________________________________________________________
14920 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
14921         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
14922              From: Nicholas Clark <nick@ccl4.org>
14923              Date: Wed, 26 Dec 2001 19:19:47 +0000
14924              Message-ID: <20011226191946.K48842@plum.flirble.org>
14925              
14926              Use report_evil_fh().
14927      Branch: perl
14928            ! doio.c
14929 ____________________________________________________________________________
14930 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
14931         Log: Bad $? assumptions.
14932      Branch: perl
14933            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
14934 ____________________________________________________________________________
14935 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
14936         Log: Net::Ping isn't going to work much without
14937              the Socket extension; fail more gracefully.
14938      Branch: perl
14939            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14940            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14941            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
14942            ! lib/Net/Ping/t/300_ping_stream.t
14943 ____________________________________________________________________________
14944 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
14945         Log: metaconfig unit change for #13888.
14946      Branch: metaconfig
14947            ! U/modified/Oldconfig.U
14948 ____________________________________________________________________________
14949 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
14950         Log: test -d /system is a bit too generic test for VOS
14951              (false hit in BeOS)
14952      Branch: perl
14953            ! Configure
14954 ____________________________________________________________________________
14955 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
14956         Log: No AF_UNIX in BeOS.
14957      Branch: perl
14958            ! util.c
14959 ____________________________________________________________________________
14960 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
14961         Log: FAQ sync.
14962      Branch: perl
14963            ! pod/perlfaq5.pod
14964 ____________________________________________________________________________
14965 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
14966         Log: Update Changes.
14967      Branch: perl
14968            ! Changes patchlevel.h
14969 ____________________________________________________________________________
14970 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
14971         Log: Make -t equal -tw.
14972      Branch: perl
14973            ! perl.c pod/perlrun.pod
14974 ____________________________________________________________________________
14975 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
14976         Log: Subject: Re: Not OK 13881
14977              From: John Peacock <jpeacock@rowman.com>
14978              Date: Tue, 25 Dec 2001 06:02:12 -0500
14979              Message-ID: <3C285CB4.8040006@rowman.com>
14980      Branch: perl
14981            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
14982 ____________________________________________________________________________
14983 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
14984         Log: Subject: Re: Not OK 13881
14985              From: andreas.koenig@anima.de (Andreas J. Koenig)
14986              Date: 25 Dec 2001 07:33:23 +0100
14987              Message-ID: <m3bsgnajws.fsf@anima.de>
14988      Branch: perl
14989            ! op.c
14990 ____________________________________________________________________________
14991 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
14992         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
14993              From: Mark-Jason Dominus <mjd@plover.com>    
14994              Date: Mon, 24 Dec 2001 18:14:48 -0500
14995              Message-ID: <20011224231448.25826.qmail@plover.com>
14996      Branch: perl
14997            ! op.c t/op/eval.t
14998 ____________________________________________________________________________
14999 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
15000         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
15001              From: Dave Rolsky <autarch@urth.org>
15002              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
15003              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
15004      Branch: perl
15005            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
15006            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
15007            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
15008            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15009            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
15010 ____________________________________________________________________________
15011 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
15012         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
15013              From: Jeffrey Friedl <jfriedl@yahoo.com>
15014              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
15015              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
15016              
15017              The rest of the tests for plus few extras.
15018      Branch: perl
15019            ! t/op/pat.t
15020 ____________________________________________________________________________
15021 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
15022         Log: metaconfig unit change for #13877.
15023      Branch: metaconfig
15024            ! U/modified/Unix.U
15025 ____________________________________________________________________________
15026 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
15027         Log: No-op.
15028      Branch: perl
15029            ! Configure
15030 ____________________________________________________________________________
15031 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
15032         Log: More constant casting.
15033      Branch: perl
15034            ! regexec.c
15035 ____________________________________________________________________________
15036 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
15037         Log: Subject: perlhack.pod 
15038              From: "John P. Linderman" <jpl@research.att.com>
15039              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
15040              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
15041      Branch: perl
15042            ! pod/perlhack.pod
15043 ____________________________________________________________________________
15044 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
15045         Log: File::Find patch patches from Thomas Wegner.
15046      Branch: perl
15047            ! lib/File/Find.pm
15048 ____________________________________________________________________________
15049 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
15050         Log: Subject: Re: socketpair emulation 
15051              From: Nicholas Clark <nick@unfortu.net>                 
15052              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
15053              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
15054      Branch: perl
15055            ! ext/Socket/socketpair.t
15056 ____________________________________________________________________________
15057 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
15058         Log: Must cast constants if they can be quads.
15059      Branch: perl
15060            ! regcomp.c
15061 ____________________________________________________________________________
15062 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
15063         Log: Promote the e/uid to wide enough un/signed integers
15064              and printf them as such.
15065      Branch: perl
15066            ! taint.c
15067 ____________________________________________________________________________
15068 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
15069         Log: metaconfig unit change for #13869.
15070      Branch: metaconfig/U/perl
15071            ! d_u32align.U
15072 ____________________________________________________________________________
15073 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
15074         Log: The U32 alignment test wasn't really working, noticed
15075              by Paul Green.  Now the test works, but this means that
15076              we may see coredumps from the test.   I sure hope MMUless
15077              places don't crash on the test.
15078      Branch: perl
15079            ! Configure
15080 ____________________________________________________________________________
15081 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
15082         Log: metaconfig unit changes for #13867.
15083      Branch: metaconfig
15084            ! U/compline/nblock_io.U U/modified/Unix.U
15085            ! U/modified/spitshell.U
15086 ____________________________________________________________________________
15087 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
15088         Log: More VOS tweaks.
15089      Branch: perl
15090            ! Configure
15091 ____________________________________________________________________________
15092 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
15093         Log: The funky final sigma casefolding.
15094      Branch: perl
15095            ! regcomp.c regexec.c t/op/pat.t utf8.h
15096 ____________________________________________________________________________
15097 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
15098         Log: Update Changes.
15099      Branch: perl
15100            ! Changes patchlevel.h
15101 ____________________________________________________________________________
15102 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
15103         Log: Move the \C and \X to pat.t.
15104      Branch: perl
15105            ! t/op/pat.t t/op/re_tests
15106 ____________________________________________________________________________
15107 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
15108         Log: More logical test ordering.
15109      Branch: perl
15110            ! perl.h
15111 ____________________________________________________________________________
15112 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
15113         Log: Integrate perlio;
15114              
15115              Add at least the "important" PerlIO_xxxx functions to embed.pl
15116              so that they get implicit pTHX_ and we can avoid slow dTHX.
15117              
15118              Put PerlIO stuff inside EXTERN C
15119              
15120              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
15121      Branch: perl
15122           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
15123           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
15124           !> win32/win32.c
15125 ____________________________________________________________________________
15126 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
15127         Log: Even more \X fixing.
15128      Branch: perl
15129            ! regexec.c t/op/pat.t
15130 ____________________________________________________________________________
15131 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
15132         Log: More \X fixing.
15133      Branch: perl
15134            ! regexec.c t/op/pat.t
15135 ____________________________________________________________________________
15136 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
15137         Log: Fix encoding pragma.
15138      Branch: perl
15139            ! regcomp.c
15140 ____________________________________________________________________________
15141 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
15142         Log: Subject: socketpair emulation
15143              From: Nicholas Clark <nick@unfortu.net>
15144              Date: Sat, 22 Dec 2001 18:38:18 +0000
15145              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
15146      Branch: perl
15147            + ext/Socket/socketpair.t
15148            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
15149            ! pp_sys.c proto.h util.c
15150 ____________________________________________________________________________
15151 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
15152         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
15153              From: Jeffrey Friedl <jfriedl@yahoo.com>
15154              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
15155              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
15156              
15157              (partially applied, most of the new tests need to be rethought)
15158      Branch: perl
15159            ! regcomp.c t/op/re_tests
15160 ____________________________________________________________________________
15161 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
15162         Log: Small tweaks.
15163      Branch: perl
15164            ! handy.h regexec.c
15165 ____________________________________________________________________________
15166 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
15167         Log: Unicode casefolding continues.
15168              (lib/encoding.t still failing.)
15169      Branch: perl
15170            ! regexec.c t/op/pat.t
15171 ____________________________________________________________________________
15172 [ 13854] By: nick                                  on 2001/12/22  20:01:27
15173         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
15174      Branch: perlio
15175            ! makedef.pl perlio.h perlio.sym win32/win32.c
15176 ____________________________________________________________________________
15177 [ 13853] By: nick                                  on 2001/12/22  19:58:53
15178         Log: Put PerlIO stuff inside EXTERN C
15179      Branch: perlio
15180            ! embed.pl proto.h
15181 ____________________________________________________________________________
15182 [ 13852] By: nick                                  on 2001/12/22  18:04:34
15183         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
15184              so that they get implicit pTHX_ and we can avoid slow dTHX.
15185      Branch: perlio
15186            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
15187            ! perlio.h pod/perlapi.pod proto.h
15188 ____________________________________________________________________________
15189 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
15190         Log: metaconfig unit change for #13850.
15191      Branch: metaconfig
15192            ! U/modified/Loc.U
15193 ____________________________________________________________________________
15194 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
15195         Log: Rework the make logic (again).
15196      Branch: perl
15197            ! Configure
15198 ____________________________________________________________________________
15199 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
15200         Log: Integrate perlio;
15201              Fix mis-parse of autoloaded usage code by declaring the sub
15202              Correct checking code which Ilya spotted was tripped by CR at EOF.
15203              The CR at EOF fix earlier broke CR at end-of-buffer.
15204      Branch: perl
15205            ! regexec.c
15206           !> ext/POSIX/POSIX.pm perlio.c sv.c
15207 ____________________________________________________________________________
15208 [ 13848] By: nick                                  on 2001/12/22  15:11:17
15209         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
15210              This should be okay for both?
15211      Branch: perlio
15212            ! perlio.c
15213 ____________________________________________________________________________
15214 [ 13847] By: nick                                  on 2001/12/22  12:26:32
15215         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
15216              Also tone down perl -DP tracing of sv_gets.
15217      Branch: perlio
15218            ! perlio.c sv.c
15219 ____________________________________________________________________________
15220 [ 13846] By: nick                                  on 2001/12/22  10:49:27
15221         Log: Fix mis-parse of autoloaded usage code by declaring the sub
15222      Branch: perlio
15223            ! ext/POSIX/POSIX.pm
15224 ____________________________________________________________________________
15225 [ 13845] By: nick                                  on 2001/12/22  10:44:11
15226         Log: Integrate mainline - some fails:
15227              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
15228              -------------------------------------------------------------------------------
15229              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
15230              ../lib/encoding.t                    19    2  10.53%  17-18
15231              op/pat.t                            770    3   0.39%  754-755 757
15232      Branch: perlio
15233           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
15234           !> (integrate 36 files)
15235 ____________________________________________________________________________
15236 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
15237         Log: More Unicode casing fixes.
15238      Branch: perl
15239            ! regexec.c t/op/pat.t
15240 ____________________________________________________________________________
15241 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
15242         Log: Unicode casefolding fixes.
15243      Branch: perl
15244            ! op.c regcomp.c regexec.c t/op/pat.t
15245 ____________________________________________________________________________
15246 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
15247         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
15248              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
15249              Date: Sat, 22 Dec 2001 00:01:29 +0100
15250              Message-ID: <20011222000129.A713@rafael>
15251      Branch: perl
15252            ! ext/B/B/Deparse.pm
15253 ____________________________________________________________________________
15254 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
15255         Log: VOS config from Paul Green.
15256      Branch: perl
15257            ! hints/vos.sh
15258 ____________________________________________________________________________
15259 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
15260         Log: Subject: [PATCH @13746] CreateTTY on OS/2
15261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15262              Date: Fri, 21 Dec 2001 15:59:45 -0500
15263              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
15264      Branch: perl
15265            ! lib/perl5db.pl
15266 ____________________________________________________________________________
15267 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
15268         Log: Subject: [PATCH @13746] uninstalled build of modules broken
15269              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15270              Date: Fri, 21 Dec 2001 15:49:09 -0500
15271              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
15272      Branch: perl
15273            ! lib/ExtUtils/MM_Unix.pm
15274 ____________________________________________________________________________
15275 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
15276         Log: Subject: [PATCH @13746] OS/2 File::* modules
15277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15278              Date: Fri, 21 Dec 2001 15:43:24 -0500
15279              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
15280      Branch: perl
15281            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
15282 ____________________________________________________________________________
15283 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
15284         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
15285              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15286              Date: Fri, 21 Dec 2001 17:29:07 +0100
15287              Message-ID: <3C236353.6625C4C0@alcatel.at>
15288      Branch: perl
15289            ! pod/perltie.pod
15290 ____________________________________________________________________________
15291 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
15292         Log: metaconfig unit changes for #13835
15293      Branch: metaconfig
15294            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
15295            ! U/modified/sh.U
15296 ____________________________________________________________________________
15297 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
15298         Log: Further VOS tweaks: the _exe needs to be introduced
15299              in the very beginning, and the make/gmake needs special
15300              VOS logic.
15301      Branch: perl
15302            ! Configure Makefile.SH
15303 ____________________________________________________________________________
15304 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
15305         Log: Update Changes.
15306      Branch: perl
15307            ! Changes patchlevel.h
15308 ____________________________________________________________________________
15309 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
15310         Log: metaconfig unit change for #13832.
15311      Branch: metaconfig
15312            ! U/modified/spitshell.U
15313 ____________________________________________________________________________
15314 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
15315         Log: Also the search for cat needs to be _exe-aware.
15316      Branch: perl
15317            ! Configure
15318 ____________________________________________________________________________
15319 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
15320         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
15321              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15322              Date: Fri, 21 Dec 2001 14:02:01 +0100
15323              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
15324      Branch: perl
15325            ! ext/B/B/Xref.pm
15326 ____________________________________________________________________________
15327 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
15328         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
15329      Branch: perl
15330            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
15331            ! ext/B/t/assembler.t
15332 ____________________________________________________________________________
15333 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
15334         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
15335              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15336              Date: Fri, 21 Dec 2001 11:15:38 +0100
15337              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
15338      Branch: perl
15339            ! hv.c
15340 ____________________________________________________________________________
15341 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
15342         Log: A plan is good.
15343      Branch: perl
15344            ! ext/re/re.t
15345 ____________________________________________________________________________
15346 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
15347         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
15348              From: chromatic <chromatic@rmci.net>
15349              Date: Thu, 20 Dec 2001 16:16:48 -0700
15350              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
15351      Branch: perl
15352            + ext/re/re.t
15353            ! MANIFEST
15354 ____________________________________________________________________________
15355 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
15356         Log: Synchronize the skippage message.
15357      Branch: perl
15358            ! lib/ExtUtils/t/MM_OS2.t
15359 ____________________________________________________________________________
15360 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
15361         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
15362              From: chromatic <chromatic@rmci.net>
15363              Date: Thu, 20 Dec 2001 16:09:10 -0700
15364              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
15365      Branch: perl
15366            + lib/ExtUtils/t/MM_OS2.t
15367            ! MANIFEST
15368 ____________________________________________________________________________
15369 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
15370         Log: Subject: perlfunc.pod patch re flock via fcntl
15371              From: "Tye McQueen" <tye@metronet.com>
15372              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
15373              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
15374      Branch: perl
15375            ! pod/perlfunc.pod
15376 ____________________________________________________________________________
15377 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
15378         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
15379              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
15380              (the Unicode maximum code point) warnable offenses.
15381      Branch: perl
15382            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
15383            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
15384 ____________________________________________________________________________
15385 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
15386         Log: Sterner admonishment on -t.
15387      Branch: perl
15388            ! pod/perlrun.pod
15389 ____________________________________________________________________________
15390 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
15391         Log: Subject: [PATCH B::Dpparse] minor qr// fix
15392              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15393              Date: Thu, 20 Dec 2001 22:53:34 +0100
15394              Message-ID: <20011220225334.A735@rafael>
15395      Branch: perl
15396            ! ext/B/B/Deparse.pm
15397 ____________________________________________________________________________
15398 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
15399         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
15400              From: Robert Spier <rspier@pobox.com>
15401              Date: Thu, 20 Dec 2001 08:10:00 -0800
15402              Message-ID: <15394.3416.693353.107334@rls.cx>
15403      Branch: perl
15404            ! lib/Carp/Heavy.pm
15405 ____________________________________________________________________________
15406 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
15407         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
15408      Branch: perl
15409           !> win32/win32io.c
15410 ____________________________________________________________________________
15411 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
15412         Log: Subject: Re: [PATCH pod/perliol.pod] resend
15413              From: Stas Bekman <stas@stason.org>
15414              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
15415              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
15416      Branch: perl
15417            ! pod/perliol.pod
15418 ____________________________________________________________________________
15419 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
15420         Log: Fix up the APIs noone hopefully uses.
15421      Branch: perl
15422            ! utf8.c
15423 ____________________________________________________________________________
15424 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
15425         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
15426              Date: Wed, 19 Dec 2001 14:13:38 -0800
15427              From: Robert Spier <rspier@pobox.com>
15428              Message-ID: <15393.4370.605214.548582@rls.cx>
15429      Branch: perl
15430            ! lib/Carp.t lib/Carp/Heavy.pm
15431 ____________________________________________________________________________
15432 [ 13815] By: nick                                  on 2001/12/20  10:23:42
15433         Log: pTHX_ fixes for :win32 layer
15434      Branch: perlio
15435            ! win32/win32io.c
15436 ____________________________________________________________________________
15437 [ 13814] By: nick                                  on 2001/12/20  08:20:11
15438         Log: Integrate mainline (mostly) utf8.c does not compile.
15439      Branch: perlio
15440           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
15441           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15442           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15443           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
15444           +> lib/Net/Ping/t/300_ping_stream.t
15445           !> Changes MANIFEST embed.h embed.pl embedvar.h
15446           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
15447           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
15448           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
15449           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
15450           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
15451 ____________________________________________________________________________
15452 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
15453         Log: Some bincompat clawbacks.
15454      Branch: perl
15455            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
15456            ! wince/perldll.def
15457 ____________________________________________________________________________
15458 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
15459         Log: gcc pacifying (RH 7.1/ia64).
15460      Branch: perl
15461            ! pp.c
15462 ____________________________________________________________________________
15463 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
15464         Log: Update Changes.
15465      Branch: perl
15466            ! Changes patchlevel.h
15467 ____________________________________________________________________________
15468 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
15469         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
15470              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15471              Date: Wed, 19 Dec 2001 12:35:07 +0100
15472              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
15473              
15474              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
15475              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15476              Date: Wed, 19 Dec 2001 17:34:51 +0000
15477              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
15478      Branch: perl
15479            ! pod/perlre.pod
15480 ____________________________________________________________________________
15481 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
15482         Log: Integrate perlio.
15483      Branch: perl
15484           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15485           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
15486 ____________________________________________________________________________
15487 [ 13808] By: nick                                  on 2001/12/19  16:08:27
15488         Log: Add pTHX to all vtable functions for future-proofing and
15489              consistency of PerlIO layers.
15490      Branch: perlio
15491            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15492            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
15493 ____________________________________________________________________________
15494 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
15495         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
15496      Branch: perl
15497            ! ext/B/B/Assembler.pm
15498 ____________________________________________________________________________
15499 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
15500         Log: Reword the alarm explanation.
15501      Branch: perl
15502            ! pod/perlfunc.pod
15503 ____________________________________________________________________________
15504 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
15505         Log: Subject: [PATCH @13746] OS/2 build
15506              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
15507              Date: Wed, 19 Dec 2001 02:45:41 -0500
15508              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
15509              
15510              (skipped the t/TEST change)
15511      Branch: perl
15512            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
15513            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
15514            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
15515 ____________________________________________________________________________
15516 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
15517         Log: Upgrade to Net::Ping 2.09.
15518      Branch: perl
15519            + lib/Net/Ping/CHANGES lib/Net/Ping/README
15520            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15521            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15522            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
15523            + lib/Net/Ping/t/300_ping_stream.t
15524            ! MANIFEST lib/Net/Ping.pm
15525 ____________________________________________________________________________
15526 [ 13803] By: nick                                  on 2001/12/19  14:43:24
15527         Log: Integrate mainline
15528      Branch: perlio
15529           +> ext/B/t/assembler.t lib/lib.t
15530           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
15531           !> lib/lib_pm.PL t/op/glob.t utf8.c
15532 ____________________________________________________________________________
15533 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
15534         Log: B::Assembler/B::Disassembler patches and test;
15535              from Wolfgang Laun.
15536              
15537              TODO: getting perlcc working.
15538      Branch: perl
15539            + ext/B/t/assembler.t
15540            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
15541 ____________________________________________________________________________
15542 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
15543         Log: Can't printf U8s as UVs.
15544      Branch: perl
15545            ! utf8.c
15546 ____________________________________________________________________________
15547 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
15548         Log: Subject: Re: [PATCH] ...while $var = glob(...)
15549              From: Robin Houston <robin@kitsite.com> 
15550              Date: Wed, 19 Dec 2001 13:48:55 +0000
15551              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
15552              
15553              Not exactly a glob test but internal-logically correct.
15554      Branch: perl
15555            ! t/op/glob.t
15556 ____________________________________________________________________________
15557 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
15558         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
15559              From: Michael G Schwern <schwern@pobox.com> 
15560              Date: Wed, 19 Dec 2001 07:42:54 -0500
15561              Message-ID: <20011219124254.GF8630@blackrider>
15562      Branch: perl
15563            + lib/lib.t
15564            ! MANIFEST lib/lib_pm.PL
15565 ____________________________________________________________________________
15566 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
15567         Log: Integrate with perlio.
15568      Branch: perl
15569           !> hv.c hv.h scope.c util.c
15570 ____________________________________________________________________________
15571 [ 13797] By: nick                                  on 2001/12/19  12:03:21
15572         Log: Remove the sometimes-lvalue cast
15573      Branch: perlio
15574            ! hv.h
15575 ____________________________________________________________________________
15576 [ 13796] By: nick                                  on 2001/12/19  11:02:27
15577         Log: alarm.t with -Uuseperlio fix
15578              - SA_RESTART should only be function of PERL_OLD_SIGNALS
15579              not USE_PERLIO
15580      Branch: perlio
15581            ! util.c
15582 ____________________________________________________________________________
15583 [ 13795] By: nick                                  on 2001/12/19  10:19:40
15584         Log: Fix READONLY hashes:
15585              1. Discovered need for disabled scope.c part of Jeff's patch.
15586              2. Corrected hv_delete* - entry was being de-linked from
15587              chain (patch program not smart enough?)
15588      Branch: perlio
15589            ! hv.c scope.c
15590 ____________________________________________________________________________
15591 [ 13794] By: nick                                  on 2001/12/19  09:35:13
15592         Log: Integrate mainline
15593      Branch: perlio
15594           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
15595           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
15596           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
15597           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
15598           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
15599 ____________________________________________________________________________
15600 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
15601         Log: Regen toc.
15602      Branch: perl
15603            ! pod/perltoc.pod
15604 ____________________________________________________________________________
15605 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
15606         Log: FAQ sync.
15607      Branch: perl
15608            ! pod/perlfaq5.pod
15609 ____________________________________________________________________________
15610 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
15611         Log: Reformat round.
15612      Branch: perl
15613            ! pod/perlunicode.pod
15614 ____________________________________________________________________________
15615 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
15616         Log: Subject: [PATCH] pod/perlunicode.pod
15617              From: Jeffrey Friedl <jfriedl@yahoo.com>
15618              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
15619              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
15620      Branch: perl
15621            ! pod/perlunicode.pod
15622 ____________________________________________________________________________
15623 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
15624         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
15625              From: Jeffrey Friedl <jfriedl@yahoo.com>
15626              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
15627              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
15628      Branch: perl
15629            ! pod/perluniintro.pod
15630 ____________________________________________________________________________
15631 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
15632         Log: Slight pod reformatting.
15633      Branch: perl
15634            ! pod/perluniintro.pod
15635 ____________________________________________________________________________
15636 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
15637         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
15638              From: Jeffrey Friedl <jfriedl@yahoo.com>    
15639              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
15640              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
15641      Branch: perl
15642            ! pod/perluniintro.pod
15643 ____________________________________________________________________________
15644 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
15645         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
15646              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15647              Date: Wed, 19 Dec 2001 01:45:23 +0000
15648              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
15649      Branch: perl
15650            ! sv.c
15651 ____________________________________________________________________________
15652 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
15653         Log: Subject: Porting/checkURL.pl
15654              From: abigail@foad.org
15655              Date: Tue, 18 Dec 2001 19:03:22 +0100          
15656              Message-ID: <20011218180322.8278.qmail@foad.org> 
15657      Branch: perl
15658            ! Porting/checkURL.pl
15659 ____________________________________________________________________________
15660 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
15661         Log: metaconfig unit change for #13783.
15662      Branch: metaconfig
15663            ! U/modified/Loc.U
15664 ____________________________________________________________________________
15665 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
15666         Log: A bit too oversweeping matching in #13778.
15667      Branch: perl
15668            ! Configure
15669 ____________________________________________________________________________
15670 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
15671         Log: Re-gen Configure based on #13778..13781.
15672      Branch: perl
15673            ! Configure config_h.SH
15674 ____________________________________________________________________________
15675 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
15676         Log: First assume that crypt() can live happy normal life in
15677              the libc or the moral equivalent; only then try magic.
15678      Branch: metaconfig
15679            + U/modified/d_crypt.U
15680 ____________________________________________________________________________
15681 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
15682         Log: In VOS ACLs confuse the testing.
15683      Branch: metaconfig
15684            ! U/modified/Findhdr.U
15685 ____________________________________________________________________________
15686 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
15687         Log: Either make or gmake.
15688      Branch: metaconfig
15689            ! U/modified/Loc.U
15690 ____________________________________________________________________________
15691 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
15692         Log: If your _exe is different from .exe and your test -f $foo
15693              doesn't do magic to recognize $foo$_exe, you will need to
15694              specify -D_exe=... on command line-- and this patch.
15695      Branch: metaconfig
15696            + U/modified/sh.U
15697            ! U/modified/Loc.U
15698 ____________________________________________________________________________
15699 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
15700         Log: Fix the bugs in #13768..13776, and regen Configure.
15701      Branch: metaconfig
15702            ! U/compline/nblock_io.U U/modified/Findhdr.U
15703            ! U/modified/spitshell.U
15704      Branch: metaconfig/U/perl
15705            ! issymlink.U perlpath.U
15706      Branch: perl
15707            ! Configure config_h.SH
15708 ____________________________________________________________________________
15709 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
15710         Log: Must test with $_exe. (There are plenty of similar
15711              spots earlier but they are a tad more complex to fix
15712              since they come before the hints are run.)
15713      Branch: metaconfig
15714            + U/modified/yacc.U
15715 ____________________________________________________________________________
15716 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
15717         Log: F_SETFL might require <fcntl.h>
15718      Branch: metaconfig
15719            ! U/compline/nblock_io.U
15720 ____________________________________________________________________________
15721 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
15722         Log: Don't require make; have both make and gmake optional.
15723              (Maybe have a check that at least one of them is available?)
15724      Branch: metaconfig
15725            ! U/modified/Loc.U
15726 ____________________________________________________________________________
15727 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
15728         Log: cat might be farther than /bin or /usr/bin.
15729      Branch: metaconfig
15730            ! U/modified/spitshell.U
15731 ____________________________________________________________________________
15732 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
15733         Log: In VOS the path component separator is >, not /.
15734      Branch: metaconfig
15735            ! U/modified/Findhdr.U
15736 ____________________________________________________________________________
15737 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
15738         Log: The VOS shell doesn't implement the ? wildcard
15739              (? is used for other purposes, I assume); but
15740              it does implement the * wildcard, and that works
15741              in the general case just fine.
15742      Branch: metaconfig/U/perl
15743            ! d_dlsymun.U
15744 ____________________________________________________________________________
15745 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
15746         Log: VOS detection.
15747      Branch: metaconfig
15748            ! U/modified/Oldconfig.U
15749 ____________________________________________________________________________
15750 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
15751         Log: Proper path for VOS.
15752      Branch: metaconfig
15753            ! U/modified/Head.U
15754 ____________________________________________________________________________
15755 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
15756         Log: Change s/>& 4/>&4/g for consistency.
15757      Branch: metaconfig
15758            + U/modified/d_dosuid.U
15759            ! U/modified/d_socket.U
15760      Branch: metaconfig/U/perl
15761            ! issymlink.U perlxvf.U
15762 ____________________________________________________________________________
15763 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
15764         Log: Subject: Re: Benchmark.t failure on Linux
15765              From: Nicholas Clark <nick@ccl4.org>
15766              Date: Tue, 18 Dec 2001 22:51:25 +0000
15767              Message-ID: <20011218225124.N21702@plum.flirble.org>
15768      Branch: perl
15769            ! lib/Benchmark.t
15770 ____________________________________________________________________________
15771 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
15772         Log: Re-applying #13752 until a better solution can be found.
15773      Branch: perl
15774            ! lib/ExtUtils/t/MM_Unix.t
15775 ____________________________________________________________________________
15776 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
15777         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
15778              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
15779              Date: Tue, 18 Dec 2001 12:05:40 -0500
15780              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
15781      Branch: perl
15782            ! lib/Exporter.pm
15783 ____________________________________________________________________________
15784 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
15785         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
15786              findings -- some of the warnings I can't explain except
15787              by NVgf being detected wrong, though.
15788      Branch: perl
15789            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
15790 ____________________________________________________________________________
15791 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
15792         Log: Subject: [PATCH] pod/perluniintro.pod
15793              From: Jeffrey Friedl <jfriedl@yahoo.com>
15794              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
15795              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
15796      Branch: perl
15797            ! pod/perluniintro.pod
15798 ____________________________________________________________________________
15799 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
15800         Log: ".pm" is the native executable suffix in VOS.
15801      Branch: perl
15802            ! hints/vos.sh
15803 ____________________________________________________________________________
15804 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
15805         Log: Integrate perlio;
15806              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
15807      Branch: perl
15808           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
15809 ____________________________________________________________________________
15810 [ 13760] By: nick                                  on 2001/12/18  15:55:22
15811         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
15812              - added delete of READONLY value inhibit & test for same
15813              - re-tabbed
15814      Branch: perlio
15815            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
15816 ____________________________________________________________________________
15817 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
15818         Log: (Undone by #13766.)
15819              Retract #13752.
15820      Branch: perl
15821            ! lib/ExtUtils/t/MM_Unix.t
15822 ____________________________________________________________________________
15823 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
15824         Log: Echoes of #13757.
15825      Branch: perl
15826            ! t/lib/warnings/utf8
15827 ____________________________________________________________________________
15828 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
15829         Log: Make the utf8 malformedness messages more verbose.
15830      Branch: perl
15831            ! lib/utf8.t utf8.c
15832 ____________________________________________________________________________
15833 [ 13756] By: nick                                  on 2001/12/18  14:43:58
15834         Log: Integrate mainline
15835      Branch: perlio
15836           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
15837           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
15838           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
15839           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
15840           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
15841           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
15842            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
15843            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
15844            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
15845            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
15846            - lib/ExtUtils/testlib.t
15847           !> (integrate 28 files)
15848 ____________________________________________________________________________
15849 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
15850         Log: README.aix updates from Jens-Uwe Mager.
15851      Branch: perl
15852            ! README.aix
15853 ____________________________________________________________________________
15854 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
15855         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
15856              From: Michael G Schwern <schwern@pobox.com>
15857              Date: Tue, 18 Dec 2001 00:58:18 -0500
15858              Message-ID: <20011218055818.GC4362@blackrider>
15859      Branch: perl
15860            ! lib/Benchmark.t
15861 ____________________________________________________________________________
15862 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
15863         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
15864              From: Michael G Schwern <schwern@pobox.com>
15865              Date: Tue, 18 Dec 2001 00:40:38 -0500
15866              Message-ID: <20011218054038.GB4362@blackrider>
15867      Branch: perl
15868            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
15869 ____________________________________________________________________________
15870 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
15871         Log: (reintroduced by #13766)
15872              (retracted by #13759)
15873              
15874              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
15875              From: Michael G Schwern <schwern@pobox.com>  
15876              Date: Tue, 18 Dec 2001 00:00:23 -0500
15877              Message-ID: <20011218050023.GA27893@blackrider>
15878      Branch: perl
15879            ! lib/ExtUtils/t/MM_Unix.t
15880 ____________________________________________________________________________
15881 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
15882         Log: Re-patch #13749.
15883      Branch: perl
15884            ! t/op/glob.t
15885 ____________________________________________________________________________
15886 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
15887         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
15888              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15889              Date: Tue, 18 Dec 2001 12:55:43 +0000
15890              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
15891      Branch: perl
15892            ! ext/Devel/Peek/Peek.pm
15893 ____________________________________________________________________________
15894 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
15895         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
15896              From: Robin Houston <robin@kitsite.com> 
15897              Date: Tue, 18 Dec 2001 14:54:33 +0000
15898              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
15899      Branch: perl
15900            ! t/op/glob.t
15901 ____________________________________________________________________________
15902 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
15903         Log: Subject: [PATCH] slightly more for Exporter.pm
15904              From: Nicholas Clark <nick@ccl4.org>
15905              Date: Tue, 18 Dec 2001 00:22:03 +0000
15906              Message-ID: <20011218002203.M21702@plum.flirble.org>
15907      Branch: perl
15908            ! lib/Exporter.pm
15909 ____________________________________________________________________________
15910 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
15911         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
15912              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15913              Date: Mon, 17 Dec 2001 16:37:18 +0100
15914              Message-ID: <20011217163718.A2292@rafael>
15915              
15916              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
15917              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15918              Date: Mon, 17 Dec 2001 23:17:06 +0100
15919              Message-ID: <20011217231706.A730@rafael>
15920      Branch: perl
15921            ! pod/perlsub.pod pp.c toke.c
15922 ____________________________________________________________________________
15923 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
15924         Log: Update Changes.
15925      Branch: perl
15926            ! Changes patchlevel.h
15927 ____________________________________________________________________________
15928 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
15929         Log: New test warrants a MANIFEST entry.
15930      Branch: perl
15931            ! MANIFEST
15932 ____________________________________________________________________________
15933 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
15934         Log: Subject: Re: [PATCH] ...while $var = glob(...)
15935              From: Robin Houston <robin@kitsite.com>
15936              Date: Mon, 17 Dec 2001 20:27:30 +0000
15937              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
15938              
15939              Can't portably unlink open files.
15940      Branch: perl
15941            ! t/op/glob.t
15942 ____________________________________________________________________________
15943 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
15944         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
15945      Branch: perl
15946            ! pod/perluniintro.pod
15947 ____________________________________________________________________________
15948 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
15949         Log: Move typeglob test from glob.t to gv.t.
15950      Branch: perl
15951            ! t/op/glob.t t/op/gv.t
15952 ____________________________________________________________________________
15953 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
15954         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
15955              From: Robin Houston <robin@kitsite.com> 
15956              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
15957              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
15958      Branch: perl
15959            ! t/op/glob.t
15960 ____________________________________________________________________________
15961 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
15962         Log: Demote the surrogate and non-character errors to warnings.
15963      Branch: perl
15964            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
15965 ____________________________________________________________________________
15966 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
15967         Log: Subject: [PATCH] more POSIX tests, and more autoloading
15968              From: Nicholas Clark <nick@ccl4.org>
15969              Date: Mon, 17 Dec 2001 18:27:47 +0000
15970              Message-ID: <20011217182747.D21702@plum.flirble.org>
15971      Branch: perl
15972            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
15973 ____________________________________________________________________________
15974 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
15975         Log: Subject: [PATCH] ...while $var = glob(...)
15976              From: Robin Houston <robin@kitsite.com> 
15977              Date: Mon, 17 Dec 2001 15:51:54 +0000
15978              Message-ID: <20011217155153.A311@robin.kitsite.com>
15979      Branch: perl
15980            ! op.c
15981 ____________________________________________________________________________
15982 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
15983         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
15984              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15985              Date: Mon, 17 Dec 2001 15:23:01 +0100
15986              Message-ID: <20011217152301.A704@rafael>
15987      Branch: perl
15988            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
15989 ____________________________________________________________________________
15990 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
15991         Log: The system() vs $SIG{ARLM} is no more a todo.
15992      Branch: perl
15993            ! t/op/alarm.t
15994 ____________________________________________________________________________
15995 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
15996         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
15997              From: Michael G Schwern <schwern@pobox.com>
15998              Date: Sun, 16 Dec 2001 23:59:01 -0500
15999              Message-ID: <20011217045901.GL17232@blackrider>
16000      Branch: perl
16001            + t/op/alarm.t
16002            ! MANIFEST
16003 ____________________________________________________________________________
16004 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
16005         Log: s/UNIX/Unix/
16006      Branch: perl
16007            ! MANIFEST
16008 ____________________________________________________________________________
16009 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
16010         Log: Move ExtUtils tests to lib/ExtUtils/t.
16011      Branch: perl
16012            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
16013            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
16014            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
16015            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
16016            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
16017            + lib/ExtUtils/t/testlib.t
16018            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
16019            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
16020            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
16021            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
16022            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
16023            ! MANIFEST
16024 ____________________________________________________________________________
16025 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
16026         Log: Subject: [PATCH] MM_Unix tests, and some questions
16027              From: Tels <perl_dummy@bloodgate.com>
16028              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
16029              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
16030              
16031              Subject: Re: [PATCH] MM_Unix tests, and some questions
16032              From: Tels <perl_dummy@bloodgate.com>
16033              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
16034              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
16035      Branch: perl
16036            + lib/ExtUtils/MM_Unix.t
16037            ! MANIFEST lib/ExtUtils/MM_Unix.pm
16038 ____________________________________________________________________________
16039 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
16040         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
16041              From: Michael G Schwern <schwern@pobox.com>
16042              Date: Sun, 16 Dec 2001 17:53:55 -0500
16043              Message-ID: <20011216225354.GE8900@blackrider>
16044      Branch: perl
16045            ! lib/ExtUtils/MM_Unix.pm
16046 ____________________________________________________________________________
16047 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
16048         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
16049              From: Michael G Schwern <schwern@pobox.com>                
16050              Date: Sun, 16 Dec 2001 16:12:55 -0500
16051              Message-ID: <20011216211255.GV8900@blackrider>
16052      Branch: perl
16053            ! ext/B/B/Deparse.pm
16054 ____________________________________________________________________________
16055 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
16056         Log: Subject: [PATCH] Exporter.pm
16057              From: Nicholas Clark <nick@ccl4.org>
16058              Date: Sun, 16 Dec 2001 19:24:25 +0000
16059              Message-ID: <20011216192425.R21702@plum.flirble.org>
16060      Branch: perl
16061            ! lib/Exporter.pm
16062 ____________________________________________________________________________
16063 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
16064         Log: Subject: [PATCH] Exporter.t (and question)
16065              From: Nicholas Clark <nick@ccl4.org>
16066              Date: Sun, 16 Dec 2001 17:24:55 +0000
16067              Message-ID: <20011216172455.P21702@plum.flirble.org>
16068      Branch: perl
16069            ! lib/Exporter.t
16070 ____________________________________________________________________________
16071 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
16072         Log: Subject: Re: perl@13661
16073              From: "John P. Linderman" <jpl@research.att.com>              
16074              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
16075              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
16076      Branch: perl
16077            ! pp_sort.c
16078 ____________________________________________________________________________
16079 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
16080         Log: Subject: Will the real Unicode encoding please stand up?
16081              From: Jeffrey Friedl <jfriedl@yahoo.com>
16082              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
16083              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
16084      Branch: perl
16085            ! pod/perluniintro.pod
16086 ____________________________________________________________________________
16087 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
16088         Log: Integrate perlio; interruptable system().
16089      Branch: perl
16090           !> util.c
16091 ____________________________________________________________________________
16092 [ 13724] By: nick                                  on 2001/12/17  09:16:50
16093         Log: Fix for alarm() breaking into wait*().
16094              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
16095              signal handler before caller re-does the system call.
16096      Branch: perlio
16097            ! util.c
16098 ____________________________________________________________________________
16099 [ 13723] By: nick                                  on 2001/12/17  07:45:13
16100         Log: Integrate mainline
16101      Branch: perlio
16102           +> (branch 26 files)
16103           !> (integrate 47 files)
16104 ____________________________________________________________________________
16105 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
16106         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
16107              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
16108              and characters beyond 0x10FFF should be disallowed, too,
16109              but some tests would need changing, but more importantly some
16110              APIs would need remodeling since one can easily generate such
16111              characters either by bitwise complements, tr complements, or
16112              v-strings.
16113      Branch: perl
16114            ! pod/perldiag.pod utf8.c
16115 ____________________________________________________________________________
16116 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
16117         Log: Make surrogates illegal also on EBCDIC.
16118      Branch: perl
16119            ! utf8.c
16120 ____________________________________________________________________________
16121 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
16122         Log: Subject: [patch @13687] Unicode::Collate 0.10
16123              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
16124              Date: Sun, 16 Dec 2001 21:22:12 +0900
16125              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
16126      Branch: perl
16127            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16128            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16129 ____________________________________________________________________________
16130 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
16131         Log: More documentation for the encoding pragma.
16132      Branch: perl
16133            ! lib/encoding.pm
16134 ____________________________________________________________________________
16135 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
16136         Log: Subject: [PATCH] lib/open.pm 
16137              From: Jeffrey Friedl <jfriedl@yahoo.com>
16138              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
16139              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
16140      Branch: perl
16141            ! lib/open.pm
16142 ____________________________________________________________________________
16143 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
16144         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
16145              From: chromatic <chromatic@rmci.net>
16146              Date: Sat, 15 Dec 2001 23:24:40 -0700
16147              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
16148      Branch: perl
16149            + lib/ExtUtils/Installed.t
16150            ! MANIFEST
16151 ____________________________________________________________________________
16152 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
16153         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
16154              From: Michael G Schwern <schwern@pobox.com>
16155              Date: Sun, 16 Dec 2001 01:14:00 -0500
16156              Message-ID: <20011216061400.GC8900@blackrider>
16157      Branch: perl
16158            ! lib/diagnostics.pm
16159 ____________________________________________________________________________
16160 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
16161         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
16162              From: Michael G Schwern <schwern@pobox.com>
16163              Date: Sun, 16 Dec 2001 01:12:42 -0500
16164              Message-ID: <20011216061242.GB8900@blackrider>
16165      Branch: perl
16166            ! t/test.pl
16167 ____________________________________________________________________________
16168 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
16169         Log: I sometimes outsmart myself.
16170      Branch: perl
16171            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
16172 ____________________________________________________________________________
16173 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
16174         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
16175              From: Michael G Schwern <schwern@pobox.com>
16176              Date: Sat, 15 Dec 2001 15:08:29 -0500
16177              Message-ID: <20011215200829.GK1548@blackrider>
16178      Branch: perl
16179            ! lib/AutoSplit.pm
16180 ____________________________________________________________________________
16181 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
16182         Log: perlunicode enchancements suggested by Jeffrey Friedl.
16183      Branch: perl
16184            ! pod/perlunicode.pod
16185 ____________________________________________________________________________
16186 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
16187         Log: Subject: [PATCH] perlunicode.pod
16188              From: Jeffrey Friedl <jfriedl@yahoo.com>
16189              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
16190              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
16191      Branch: perl
16192            ! pod/perlunicode.pod
16193 ____________________________________________________________________________
16194 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
16195         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
16196              From: Jeffrey Friedl <jfriedl@yahoo.com>
16197              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
16198              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
16199      Branch: perl
16200            ! lib/utf8_heavy.pl
16201 ____________________________________________________________________________
16202 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
16203         Log: Can't create surrogates; so can't match them, either.
16204      Branch: perl
16205            ! pod/perlunicode.pod
16206 ____________________________________________________________________________
16207 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
16208         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
16209              From: Michael G Schwern <schwern@pobox.com>
16210              Date: Sat, 15 Dec 2001 21:20:35 -0500
16211              Message-ID: <20011216022035.GE5672@blackrider>
16212      Branch: perl
16213            ! t/test.pl
16214 ____________________________________________________________________________
16215 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
16216         Log: Make creating UTF-8 surrogates a punishable act.
16217      Branch: perl
16218            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
16219 ____________________________________________________________________________
16220 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
16221         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
16222      Branch: perl
16223            + lib/unicore/In/172.pl lib/unicore/In/173.pl
16224            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
16225            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
16226            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
16227            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
16228            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
16229 ____________________________________________________________________________
16230 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
16231         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
16232              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16233              Date: Sat, 15 Dec 2001 23:21:43 +0100
16234              Message-ID: <20011215232143.A11790@rafael>
16235      Branch: perl
16236            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
16237 ____________________________________________________________________________
16238 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
16239         Log: Make charnames more robust.
16240      Branch: perl
16241            ! lib/charnames.pm
16242 ____________________________________________________________________________
16243 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
16244         Log: The hoops one has to jump through.
16245      Branch: perl
16246            ! ext/I18N/Langinfo/Langinfo.pm
16247 ____________________________________________________________________________
16248 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
16249         Log: Subject: [PATCH] perlstyle.pod nit on warnings
16250              From: Autrijus Tang <autrijus@egb.elixus.org>
16251              Date: Sat, 15 Dec 2001 04:24:34 -0800
16252              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
16253      Branch: perl
16254            ! pod/perlstyle.pod
16255 ____________________________________________________________________________
16256 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
16257         Log: I don't think we are in FooOS, Toto.
16258      Branch: perl
16259            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
16260 ____________________________________________________________________________
16261 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
16262         Log: Subject: Re: Untested modules update:  There's more than we thought
16263              From: chromatic <chromatic@rmci.net>
16264              Date: Fri, 14 Dec 2001 17:20:24 -0700
16265              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
16266      Branch: perl
16267            + lib/ExtUtils/MM_Cygwin.t
16268            ! MANIFEST
16269 ____________________________________________________________________________
16270 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
16271         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
16272              From: Michael G Schwern <schwern@pobox.com> 
16273              Date: Fri, 14 Dec 2001 20:59:42 -0500
16274              Message-ID: <20011215015942.GF28596@blackrider>
16275      Branch: perl
16276            ! t/TEST
16277 ____________________________________________________________________________
16278 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
16279         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
16280              From: Michael G Schwern <schwern@pobox.com> 
16281              Date: Fri, 14 Dec 2001 20:03:46 -0500
16282              Message-ID: <20011215010346.GD28596@blackrider>
16283      Branch: perl
16284            + ext/B/t/bblock.t
16285            ! MANIFEST
16286 ____________________________________________________________________________
16287 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
16288         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
16289              From: Michael G Schwern <schwern@pobox.com> 
16290              Date: Fri, 14 Dec 2001 19:59:13 -0500
16291              Message-ID: <20011215005913.GC28596@blackrider>
16292      Branch: perl
16293            ! ext/B/B/Bblock.pm
16294 ____________________________________________________________________________
16295 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
16296         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
16297              From: Michael G Schwern <schwern@pobox.com> 
16298              Date: Fri, 14 Dec 2001 19:36:12 -0500
16299              Message-ID: <20011215003611.GA28596@blackrider>
16300      Branch: perl
16301            + ext/B/t/asmdata.t
16302            ! MANIFEST
16303 ____________________________________________________________________________
16304 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
16305         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
16306              From: Michael G Schwern <schwern@pobox.com> 
16307              Date: Fri, 14 Dec 2001 19:14:14 -0500
16308              Message-ID: <20011215001414.GA25077@blackrider>
16309      Branch: perl
16310            ! bytecode.pl ext/B/B/Asmdata.pm
16311 ____________________________________________________________________________
16312 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
16313         Log: Permissions.
16314      Branch: perl
16315            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
16316            ! ext/Devel/PPPort/module3.c
16317 ____________________________________________________________________________
16318 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
16319         Log: Benchmark test from Nicholas Clark.
16320      Branch: perl
16321            + lib/Benchmark.t
16322            ! MANIFEST lib/Benchmark.pm
16323 ____________________________________________________________________________
16324 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
16325         Log: Mithing.
16326      Branch: perl
16327            + lib/Attribute/Handlers/demo/demo2.pl
16328            + lib/Attribute/Handlers/demo/demo3.pl
16329            + lib/Attribute/Handlers/demo/demo4.pl
16330 ____________________________________________________________________________
16331 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
16332         Log: Silence compiler worries found by Schwern/Digital cc.
16333      Branch: perl
16334            ! perlio.c sv.c x2p/str.c
16335 ____________________________________________________________________________
16336 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
16337         Log: User may not have a valid home directory even if
16338              getpwuid() succedds.
16339      Branch: perl
16340            ! ext/File/Glob/t/basic.t
16341 ____________________________________________________________________________
16342 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
16343         Log: Integrate with perlio.  (No changes, but that's okay.)
16344      Branch: perl
16345           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
16346 ____________________________________________________________________________
16347 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
16348         Log: Add a Configure hints file for VOS: the POSIX support
16349              of VOS is getting close to the point where it can run
16350              Configure (some Configure tweaks will be required).
16351      Branch: perl
16352            + hints/vos.sh
16353            ! MANIFEST
16354 ____________________________________________________________________________
16355 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
16356         Log: Update Changes.
16357      Branch: perl
16358            ! Changes patchlevel.h
16359 ____________________________________________________________________________
16360 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
16361         Log: Reintroduce Attribute::Handlers with Spider's fixes.
16362      Branch: perl
16363            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
16364            + lib/Attribute/Handlers/README
16365            + lib/Attribute/Handlers/demo/Demo.pm
16366            + lib/Attribute/Handlers/demo/Descriptions.pm
16367            + lib/Attribute/Handlers/demo/MyClass.pm
16368            + lib/Attribute/Handlers/demo/demo.pl
16369            + lib/Attribute/Handlers/demo/demo_call.pl
16370            + lib/Attribute/Handlers/demo/demo_chain.pl
16371            + lib/Attribute/Handlers/demo/demo_cycle.pl
16372            + lib/Attribute/Handlers/demo/demo_hashdir.pl
16373            + lib/Attribute/Handlers/demo/demo_phases.pl
16374            + lib/Attribute/Handlers/demo/demo_range.pl
16375            + lib/Attribute/Handlers/demo/demo_rawdata.pl
16376            + lib/Attribute/Handlers/t/multi.t
16377            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
16378 ____________________________________________________________________________
16379 [ 13685] By: nick                                  on 2001/12/14  15:57:00
16380         Log: Integrate mainline
16381      Branch: perlio
16382           +> t/run/switcht.t
16383           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
16384           !> perlapi.h pod/perlrun.pod t/TEST taint.c
16385 ____________________________________________________________________________
16386 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
16387         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
16388              From: Michael G Schwern <schwern@pobox.com> 
16389              Date: Thu, 13 Dec 2001 19:27:08 -0500
16390              Message-ID: <20011214002707.GA10532@blackrider>
16391              
16392              (reword the perlrun -t description a bit,
16393              and move the Itaint_warn to the bottom of
16394              the intrpvar.h for binary compatibility)
16395      Branch: perl
16396            + t/run/switcht.t
16397            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
16398            ! perlapi.h pod/perlrun.pod t/TEST taint.c
16399 ____________________________________________________________________________
16400 [ 13683] By: nick                                  on 2001/12/14  12:29:41
16401         Log: Integrate mainline
16402      Branch: perlio
16403           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
16404           +> lib/Term/ReadLine.t t/op/hashassign.t
16405            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
16406            - lib/Attribute/Handlers/README
16407            - lib/Attribute/Handlers/demo/Demo.pm
16408            - lib/Attribute/Handlers/demo/Descriptions.pm
16409            - lib/Attribute/Handlers/demo/MyClass.pm
16410            - lib/Attribute/Handlers/demo/demo.pl
16411            - lib/Attribute/Handlers/demo/demo2.pl
16412            - lib/Attribute/Handlers/demo/demo3.pl
16413            - lib/Attribute/Handlers/demo/demo4.pl
16414            - lib/Attribute/Handlers/demo/demo_call.pl
16415            - lib/Attribute/Handlers/demo/demo_chain.pl
16416            - lib/Attribute/Handlers/demo/demo_cycle.pl
16417            - lib/Attribute/Handlers/demo/demo_hashdir.pl
16418            - lib/Attribute/Handlers/demo/demo_phases.pl
16419            - lib/Attribute/Handlers/demo/demo_range.pl
16420            - lib/Attribute/Handlers/demo/demo_rawdata.pl
16421            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
16422           !> (integrate 101 files)
16423 ____________________________________________________________________________
16424 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
16425         Log: Detypo.
16426      Branch: perl
16427            ! utf8.c
16428 ____________________________________________________________________________
16429 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
16430         Log: Buffer overflow checks.
16431      Branch: perl
16432            ! utf8.c
16433 ____________________________________________________________________________
16434 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
16435         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
16436              From: Spider Boardman <spider@leggy.zk3.dec.com>
16437              Date: Thu, 13 Dec 2001 15:32:51 -0500
16438              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
16439      Branch: perl
16440            ! lib/ExtUtils/Embed.t
16441 ____________________________________________________________________________
16442 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
16443         Log: More on the Unicode "line" definition.
16444      Branch: perl
16445            ! pod/perlunicode.pod
16446 ____________________________________________________________________________
16447 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
16448         Log: Open-ended VERSION?
16449      Branch: perl
16450            ! lib/ExtUtils/Install.pm
16451 ____________________________________________________________________________
16452 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
16453         Log: Subject: [PATCH] Better make distclean
16454              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16455              Date: Thu, 13 Dec 2001 21:10:18 +0100
16456              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
16457      Branch: perl
16458            ! Makefile.SH
16459 ____________________________________________________________________________
16460 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
16461         Log: Remove Memoize::Saves as requested by mjd.
16462      Branch: perl
16463            - lib/Memoize/Saves.pm
16464            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
16465 ____________________________________________________________________________
16466 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
16467         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
16468              From: Michael G Schwern <schwern@pobox.com>
16469              Date: Tue, 11 Dec 2001 23:17:32 -0500
16470              Message-ID: <20011212041732.GS17250@blackrider>
16471      Branch: perl
16472            ! lib/ExtUtils/Install.pm
16473 ____________________________________________________________________________
16474 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
16475         Log: Subject: [PATCH] Re: use utf8; with bad utf8
16476              From: Nicholas Clark <nick@ccl4.org>
16477              Date: Thu, 13 Dec 2001 17:09:39 +0000
16478              Message-ID: <20011213170939.L21702@plum.flirble.org>
16479      Branch: perl
16480            ! t/lib/1_compile.t
16481 ____________________________________________________________________________
16482 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
16483         Log: Subject: (LONG!) Sort benchmarks and patch
16484              From: "John P. Linderman" <jpl@research.att.com>
16485              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
16486              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
16487      Branch: perl
16488            ! pp_sort.c
16489 ____________________________________________________________________________
16490 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
16491         Log: Unadorned numbers evil.
16492      Branch: perl
16493            ! pp.c regcomp.c regexec.c utf8.c utf8.h
16494 ____________________________________________________________________________
16495 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
16496         Log: "preprocessing directive not recognized within macro arg"
16497      Branch: perl
16498            ! ext/Data/Dumper/Dumper.xs
16499 ____________________________________________________________________________
16500 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
16501         Log: Subject: Clarifying the documentation of goto            
16502              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
16503              Date: Thu, 13 Dec 2001 08:57:38 -0500
16504              Message-ID: <3C18BD8B@operamail.com>
16505      Branch: perl
16506            ! pod/perlfunc.pod
16507 ____________________________________________________________________________
16508 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
16509         Log: It could be possible for the case-insensitive
16510              Unicode-aware string comparison to wander off
16511              to the la-la land.
16512      Branch: perl
16513            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
16514            ! regexec.c utf8.c
16515 ____________________________________________________________________________
16516 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
16517         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
16518              From: Michael G Schwern <schwern@pobox.com> 
16519              Date: Wed, 12 Dec 2001 21:53:46 -0500
16520              Message-ID: <20011213025346.GH25129@blackrider>
16521      Branch: perl
16522            ! lib/Net/hostent.t t/op/stat.t t/test.pl
16523 ____________________________________________________________________________
16524 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
16525         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
16526              From: Michael G Schwern <schwern@pobox.com> 
16527              Date: Wed, 12 Dec 2001 20:33:42 -0500
16528              Message-ID: <20011213013342.GX25129@blackrider>
16529      Branch: perl
16530            ! t/io/fs.t
16531 ____________________________________________________________________________
16532 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
16533         Log: Subject: Re: [PATCH] use utf8; tests
16534              From: Nicholas Clark <nick@ccl4.org>
16535              Date: Thu, 13 Dec 2001 00:16:58 +0000
16536              Message-ID: <20011213001658.I21702@plum.flirble.org>
16537      Branch: perl
16538            ! lib/utf8.t
16539 ____________________________________________________________________________
16540 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
16541         Log: EPOC fixes from Olaf Flebbe.
16542      Branch: perl
16543            ! README.epoc epoc/config.sh epoc/createpkg.pl
16544            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
16545 ____________________________________________________________________________
16546 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
16547         Log: Subject: [PATCH perl@13661] VMS test fix-ups
16548              From: "Craig A. Berry" <craigberry@mac.com>
16549              Date: Wed, 12 Dec 2001 16:27:48 -0600
16550              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
16551      Branch: perl
16552            ! lib/Net/hostent.t t/io/fs.t
16553 ____________________________________________________________________________
16554 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
16555         Log: Subject: Re: Next cygwin round.
16556              From: "Gerrit P. Haase" <gp@familiehaase.de>
16557              Date: Wed, 12 Dec 2001 21:59:00 +0100
16558              Message-ID: <122343874595.20011212215900@familiehaase.de>
16559      Branch: perl
16560            ! t/io/fs.t
16561 ____________________________________________________________________________
16562 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
16563         Log: Subject: [PATCH] use utf8; tests
16564              From: Nicholas Clark <nick@ccl4.org>
16565              Date: Wed, 12 Dec 2001 20:07:04 +0000
16566              Message-ID: <20011212200704.E21702@plum.flirble.org>
16567      Branch: perl
16568            ! lib/utf8.t t/test.pl
16569 ____________________________________________________________________________
16570 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
16571         Log: Update Changes.
16572      Branch: perl
16573            ! Changes patchlevel.h
16574 ____________________________________________________________________________
16575 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
16576         Log: Subject: [PATCH] Passing in env to perl_parse did not work
16577              From: Gisle Aas <gisle@ActiveState.com>
16578              Date: 11 Dec 2001 20:52:57 -0800
16579              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
16580      Branch: perl
16581            ! perl.c perl.h
16582 ____________________________________________________________________________
16583 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
16584         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
16585              mostly gcc -Wall complaining about the argument of %p not
16586              being a void *.
16587      Branch: perl
16588            ! perlio.c regcomp.c taint.c toke.c
16589 ____________________________________________________________________________
16590 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
16591         Log: metaconfig unit change for #13657.
16592      Branch: metaconfig
16593            ! U/modified/nis.U
16594 ____________________________________________________________________________
16595 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
16596         Log: Try YP/NIS also from /usr/lib/yp.
16597      Branch: perl
16598            ! Configure
16599 ____________________________________________________________________________
16600 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
16601         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
16602              From: Michael G Schwern <schwern@pobox.com>                
16603              Date: Wed, 12 Dec 2001 05:27:02 -0500      
16604              Message-ID: <20011212102702.GW17250@blackrider>
16605              
16606              (the op/grent part)
16607      Branch: perl
16608            ! t/op/grent.t
16609 ____________________________________________________________________________
16610 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
16611         Log: Weed out .files from ls and readdir() results.
16612      Branch: perl
16613            ! t/op/stat.t
16614 ____________________________________________________________________________
16615 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
16616         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
16617              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16618              Date: Wed, 12 Dec 2001 10:52:21 +0100
16619              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
16620      Branch: perl
16621            ! lib/File/Find.pm
16622 ____________________________________________________________________________
16623 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
16624         Log: Subject: [PATCH] doio fatal on cygwin for 13651
16625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
16626              Date: Wed, 12 Dec 2001 11:28:13 +0100      
16627              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
16628      Branch: perl
16629            ! doio.c
16630 ____________________________________________________________________________
16631 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
16632         Log: Get the whole line of ls, makes debugging easier
16633              (from Schwern)
16634      Branch: perl
16635            ! t/op/stat.t
16636 ____________________________________________________________________________
16637 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
16638         Log: rename() must be tested even without link()
16639              or the utime() and rename-directory tests fail.
16640              (Also got the BeOS utime atime/time the wrong way round.)
16641      Branch: perl
16642            ! t/io/fs.t
16643 ____________________________________________________________________________
16644 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
16645         Log: Now that the beos.c is compiled at the main level
16646              the header is in the beos/
16647      Branch: perl
16648            ! beos/beos.c
16649 ____________________________________________________________________________
16650 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
16651         Log: Must remember to require Socket.
16652      Branch: perl
16653            ! ext/Sys/Syslog/syslog.t
16654 ____________________________________________________________________________
16655 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
16656         Log: In BeOS Errno must resort to actual compilation
16657              and execution for some of the error constants.
16658      Branch: perl
16659            ! ext/Errno/Errno_pm.PL
16660 ____________________________________________________________________________
16661 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
16662         Log: BeOS still has no good sockets.
16663      Branch: perl
16664            ! ext/IO/lib/IO/t/io_sel.t
16665 ____________________________________________________________________________
16666 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
16667         Log: BeOS sockets are not true sockets.
16668      Branch: perl
16669            ! ext/IO/lib/IO/t/io_poll.t
16670 ____________________________________________________________________________
16671 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
16672         Log: No Socket, no Syslog.
16673      Branch: perl
16674            ! ext/Sys/Syslog/syslog.t
16675 ____________________________________________________________________________
16676 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
16677         Log: (On some platforms) missing truncate FH.
16678      Branch: perl
16679            ! pod/perltodo.pod
16680 ____________________________________________________________________________
16681 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
16682         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
16683              and vms would be muchly appreciated.
16684      Branch: perl
16685            ! t/io/fs.t
16686 ____________________________________________________________________________
16687 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
16688         Log: utime() updates only the mtime in BeOS. 
16689      Branch: perl
16690            ! pod/perlport.pod
16691 ____________________________________________________________________________
16692 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
16693         Log: No link(), no need to dSP.
16694      Branch: perl
16695            ! pp_sys.c
16696 ____________________________________________________________________________
16697 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
16698         Log: Missing argument.
16699      Branch: perl
16700            ! utf8.c
16701 ____________________________________________________________________________
16702 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
16703         Log: (1) To assume any setuid programs is silly.
16704              (2) Chaining tests with booleans means that some
16705              of them may not get run which means getting out
16706              of test count sync.
16707      Branch: perl
16708            ! t/op/stat.t
16709 ____________________________________________________________________________
16710 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
16711         Log: The beos.c needs to be in the main directory.
16712      Branch: perl
16713            ! hints/beos.sh
16714 ____________________________________________________________________________
16715 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
16716         Log: Detypo and rename.
16717      Branch: perl
16718            ! doio.c perl.h perlio.c perliol.h
16719 ____________________________________________________________________________
16720 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
16721         Log: This time I test compiled.  Honest.
16722      Branch: perl
16723            ! beos/beos.c
16724 ____________________________________________________________________________
16725 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
16726         Log: Subject: [PATCH] slightly more pack tests
16727              From: Nicholas Clark <nick@ccl4.org>
16728              Date: Tue, 11 Dec 2001 23:41:23 +0000
16729              Message-ID: <20011211234123.Y21702@plum.flirble.org>
16730      Branch: perl
16731            ! t/op/pack.t
16732 ____________________________________________________________________________
16733 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
16734         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
16735              From: "Craig A. Berry" <craigberry@mac.com>
16736              Date: Tue, 11 Dec 2001 16:39:13 -0600
16737              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
16738      Branch: perl
16739            ! configure.com
16740 ____________________________________________________________________________
16741 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
16742         Log: metaconfig unit change for #13632.
16743      Branch: metaconfig/U/perl
16744            ! perlpath.U
16745 ____________________________________________________________________________
16746 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
16747         Log: Subject: $Config{perlpath} and -Dversiononly
16748              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16749              Date: Tue, 11 Dec 2001 23:32:33 +0100
16750              Message-ID: <20011211233233.A11587@rafael>
16751      Branch: perl
16752            ! Configure
16753 ____________________________________________________________________________
16754 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
16755         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
16756              From: Nicholas Clark <nick@ccl4.org>
16757              Date: Tue, 11 Dec 2001 21:59:36 +0000
16758              Message-ID: <20011211215935.W21702@plum.flirble.org>
16759      Branch: perl
16760            ! t/op/pack.t
16761 ____________________________________________________________________________
16762 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
16763         Log: More UTF-8 API docs.
16764      Branch: perl
16765            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
16766 ____________________________________________________________________________
16767 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
16768         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
16769              From: Nicholas Clark <nick@ccl4.org>
16770              Date: Tue, 11 Dec 2001 20:08:59 +0000
16771              Message-ID: <20011211200859.S21702@plum.flirble.org>
16772      Branch: perl
16773            ! t/op/pack.t
16774 ____________________________________________________________________________
16775 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
16776         Log: Subject: Re: use utf8; with bad utf8
16777              From: Nicholas Clark <nick@ccl4.org>
16778              Date: Tue, 11 Dec 2001 19:49:21 +0000
16779              Message-ID: <20011211194921.R21702@plum.flirble.org>
16780      Branch: perl
16781            ! lib/utf8.t
16782 ____________________________________________________________________________
16783 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
16784         Log: Can't spell worth a dam.  (Try Three Gorges.)
16785      Branch: perl
16786            ! beos/beos.c
16787 ____________________________________________________________________________
16788 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
16789         Log: We need DWIM cpps.
16790      Branch: perl
16791            ! perlio.c
16792 ____________________________________________________________________________
16793 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
16794         Log: The unixish.h needs to be found and the waitpid wrapper
16795              could use a proto.
16796      Branch: perl
16797            ! beos/beosish.h
16798 ____________________________________________________________________________
16799 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
16800         Log: The BeOS waitpid() seems to be broken,
16801              have a wrapper for it.
16802      Branch: perl
16803            + beos/beos.c beos/beosish.h
16804            ! MANIFEST hints/beos.sh perl.h
16805 ____________________________________________________________________________
16806 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
16807         Log: Unlean the leaning tower of Babel.
16808      Branch: perl
16809            ! perl.h
16810 ____________________________________________________________________________
16811 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
16812         Log: Retract #13607 until we figure out what to do with autouse.
16813      Branch: perl
16814            ! lib/Carp.pm
16815 ____________________________________________________________________________
16816 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
16817         Log: Try to handle platforms that have O_TEXT != O_BINARY but
16818              which are not DOSish, BeOS being one of such platforms.
16819              Ideally this should be a Configure test, not a hardwired
16820              cpp symbol test... 
16821      Branch: perl
16822            ! doio.c perl.h perlio.c perliol.h
16823 ____________________________________________________________________________
16824 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
16825         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
16826              From: Jonathan Stowe <gellyfish@gellyfish.com>
16827              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
16828              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
16829      Branch: perl
16830            ! lib/Term/Cap.pm lib/Term/Cap.t
16831 ____________________________________________________________________________
16832 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
16833         Log: Subject: [patch perlio.c] test for NULL before derefencing
16834              From: Stas Bekman <stas@stason.org>
16835              Date: Tue, 11 Dec 2001 16:17:55 +0800
16836              Message-ID: <3C15C133.8@stason.org>
16837      Branch: perl
16838            ! perlio.c
16839 ____________________________________________________________________________
16840 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
16841         Log: metaconfig unit change for #13617.
16842      Branch: metaconfig/U/perl
16843            ! Extensions.U
16844 ____________________________________________________________________________
16845 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
16846         Log: BeOS has socket() but not enough to build a working Socket.
16847              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
16848              new networking implementation, which is rumored to fix the
16849              non-standardness of sockets, but it's apparently not publicly
16850              available, and anything to do with BeOS has become quite
16851              complicated with the sale of the Be assets to Palm.)
16852      Branch: perl
16853            ! Configure
16854 ____________________________________________________________________________
16855 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
16856         Log: Update changes
16857      Branch: maint-5.6/macperl
16858            ! macos/Changes
16859 ____________________________________________________________________________
16860 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
16861         Log: Add extra pod to help
16862      Branch: maint-5.6/macperl
16863            ! macos/macperl/MacPerl.podhelp
16864 ____________________________________________________________________________
16865 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
16866         Log: Return DoAppleScript errors in $@
16867      Branch: maint-5.6/macperl
16868            ! macos/ext/MacPerl/OSA.xs
16869 ____________________________________________________________________________
16870 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
16871         Log: Clear out $^E before each script run
16872      Branch: maint-5.6/macperl
16873            ! macos/macperl/MPScript.c
16874 ____________________________________________________________________________
16875 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
16876         Log: Integrate various changes from maint-5.6/perl/.
16877      Branch: maint-5.6/macperl
16878           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
16879           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
16880 ____________________________________________________________________________
16881 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
16882         Log: Subject: Exporter's documentation shouldn't lie               
16883              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
16884              Date: Mon, 10 Dec 2001 21:30:20 -0500
16885              Message-ID: <3C4AA201@operamail.com>
16886      Branch: perl
16887            ! lib/Exporter.pm
16888 ____________________________________________________________________________
16889 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
16890         Log: Make Errno better in BeOS (the second hunk is
16891              good on any platform).  Still not working in BeOS
16892              are the E constants that refer BeOS native error
16893              constants (B_...) which are enums (*groan*).
16894      Branch: perl
16895            ! ext/Errno/Errno_pm.PL
16896 ____________________________________________________________________________
16897 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
16898         Log: The BeOS linker seems to link the last seen symbol,
16899              not the first (so the symbols of op.o from libperl.so
16900              would get linked to miniperl instead of the symbols of
16901              opmini.o)-- use the same trick as for NeXT4 for linking
16902              miniperl.
16903      Branch: perl
16904            ! Makefile.SH
16905 ____________________________________________________________________________
16906 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
16907         Log: Subject: Re: [PATCH] tests for hash assignment
16908              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16909              Date: Tue, 11 Dec 2001 01:48:55 +0000
16910              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
16911      Branch: perl
16912            ! utf8.c
16913 ____________________________________________________________________________
16914 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
16915         Log: (retracted by #13622)
16916              
16917              Subject: RE: More verbose POD for Carp
16918              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
16919              Date: Mon, 10 Dec 2001 20:23:20 -0500
16920              Message-ID: <3C4A3566@operamail.com>
16921      Branch: perl
16922            ! lib/Carp.pm
16923 ____________________________________________________________________________
16924 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
16925         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
16926              From: "Craig A. Berry" <craigberry@mac.com>
16927              Date: Mon, 10 Dec 2001 18:25:37 -0600
16928              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
16929      Branch: perl
16930            ! t/op/write.t t/test.pl
16931 ____________________________________________________________________________
16932 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
16933         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
16934              From: Michael G Schwern <schwern@pobox.com>
16935              Date: Mon, 10 Dec 2001 08:00:01 -0500
16936              Message-ID: <20011210130000.GK1770@blackrider>
16937      Branch: perl
16938            ! t/comp/multiline.t
16939 ____________________________________________________________________________
16940 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
16941         Log: Subject: Re: [PATCH] tests for hash assignment
16942              From: Nicholas Clark <nick@ccl4.org>
16943              Date: Mon, 10 Dec 2001 23:22:28 +0000
16944              Message-ID: <20011210232228.M21702@plum.flirble.org>
16945      Branch: perl
16946            + t/op/hashassign.t
16947            ! MANIFEST t/op/each.t t/test.pl
16948 ____________________________________________________________________________
16949 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
16950         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
16951              From: "Craig A. Berry" <craigberry@mac.com>
16952              Date: Mon, 10 Dec 2001 16:38:14 -0600
16953              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
16954      Branch: perl
16955            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
16956 ____________________________________________________________________________
16957 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
16958         Log: Subject: [PATCH perl@13600] configure.com fixes
16959              From: "Craig A. Berry" <craigberry@mac.com>
16960              Date: Mon, 10 Dec 2001 14:40:20 -0600
16961              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
16962      Branch: perl
16963            ! configure.com
16964 ____________________________________________________________________________
16965 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
16966         Log: Silence BeOS compilation moaning.
16967      Branch: perl
16968            ! perl.h
16969 ____________________________________________________________________________
16970 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
16971         Log: Update Changes.
16972      Branch: perl
16973            ! Changes patchlevel.h
16974 ____________________________________________________________________________
16975 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
16976         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
16977              From: Michael G Schwern <schwern@pobox.com>
16978              Date: Mon, 10 Dec 2001 01:21:03 -0500
16979              Message-ID: <20011210062103.GC1770@blackrider>
16980      Branch: perl
16981            ! lib/ExtUtils/Command.t
16982 ____________________________________________________________________________
16983 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
16984         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
16985              From: Michael G Schwern <schwern@pobox.com>
16986              Date: Mon, 10 Dec 2001 01:10:57 -0500
16987              Message-ID: <20011210061057.GB1770@blackrider>
16988      Branch: perl
16989            ! t/op/groups.t
16990 ____________________________________________________________________________
16991 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
16992         Log: Retract #13596, #13593 should do the trick.
16993      Branch: perl
16994            ! t/op/stat.t
16995 ____________________________________________________________________________
16996 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
16997         Log: (retracted by #13597, #13593 does the job better)
16998              
16999              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
17000              From: Michael G Schwern <schwern@pobox.com>
17001              Date: Mon, 10 Dec 2001 00:53:16 -0500
17002              Message-ID: <20011210055316.GA1770@blackrider>
17003      Branch: perl
17004            ! t/op/stat.t
17005 ____________________________________________________________________________
17006 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
17007         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
17008              From: Michael G Schwern <schwern@pobox.com> 
17009              Date: Mon, 10 Dec 2001 02:19:14 -0500
17010              Message-ID: <20011210071914.GF1770@blackrider>
17011      Branch: perl
17012            ! lib/AutoSplit.t
17013 ____________________________________________________________________________
17014 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
17015         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
17016              From: Michael G Schwern <schwern@pobox.com>
17017              Date: Mon, 10 Dec 2001 02:47:40 -0500
17018              Message-ID: <20011210074739.GH1770@blackrider>
17019      Branch: perl
17020            ! t/op/pack.t
17021 ____________________________________________________________________________
17022 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
17023         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
17024              From: Michael G Schwern <schwern@pobox.com>
17025              Date: Mon, 10 Dec 2001 02:54:22 -0500
17026              Message-ID: <20011210075422.GI1770@blackrider>
17027      Branch: perl
17028            ! t/test.pl
17029 ____________________________________________________________________________
17030 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
17031         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
17032              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17033              Date: Mon, 10 Dec 2001 08:45:20 +0100
17034              Message-ID: <3C146810.60B5B7C0@alcatel.at>
17035      Branch: perl
17036            ! pp_pack.c
17037 ____________________________________________________________________________
17038 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
17039         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
17040              From: Michael G Schwern <schwern@pobox.com>
17041              Date: Mon, 10 Dec 2001 03:27:02 -0500
17042              Message-ID: <20011210082702.GN1770@blackrider>
17043      Branch: perl
17044            ! t/io/openpid.t
17045 ____________________________________________________________________________
17046 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
17047         Log: More chmod +w.
17048      Branch: perl
17049            ! Porting/makerel
17050 ____________________________________________________________________________
17051 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
17052         Log: Just skip the readability test if running as root.
17053      Branch: perl
17054            ! lib/Net/t/netrc.t
17055 ____________________________________________________________________________
17056 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
17057         Log: Tell about the downside of safe signals.
17058      Branch: perl
17059            ! pod/perldelta.pod
17060 ____________________________________________________________________________
17061 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
17062         Log: Make the whole -lperl thing NetBSD only until we
17063              find some other platform that needs the same.
17064      Branch: perl
17065            ! lib/ExtUtils/MM_Unix.pm
17066 ____________________________________________________________________________
17067 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
17068         Log: Subject: [PATCH t/op/pack.t] Cleanup
17069              From: Michael G Schwern <schwern@pobox.com> 
17070              Date: Sun, 9 Dec 2001 23:08:26 -0500
17071              Message-ID: <20011210040826.GD660@blackrider>
17072      Branch: perl
17073            ! t/op/pack.t
17074 ____________________________________________________________________________
17075 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
17076         Log: Add threads support for NetBSD.
17077              
17078              This is also the first (I think) Perl threads build with
17079              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
17080              NetBSD does not as of yet have true kernel POSIX threads,
17081              but the user-level pth seems to be doing pretty well--
17082              the only failure is that threads/t/basic okays 6 and 7
17083              consistently seem be arriving in the reverse order.
17084              Well, gdbm.t is also failing: 'Undefined PLT symbol
17085              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
17086              guessing that GDBM would need a threaded rebuild.
17087      Branch: perl
17088            ! hints/netbsd.sh
17089 ____________________________________________________________________________
17090 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
17091         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
17092              potential performance hit and change in semantics of closure
17093              lookups after C<undef &foo>)
17094      Branch: maint-5.6/perl
17095            ! op.c
17096 ____________________________________________________________________________
17097 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
17098         Log: metaconfig unit change for #13582.
17099      Branch: metaconfig
17100            ! U/threads/usethreads.U
17101 ____________________________________________________________________________
17102 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
17103         Log: Update the ithreads selection info in Configure,
17104              as suggested by Michael Schwern.
17105      Branch: perl
17106            ! Configure
17107 ____________________________________________________________________________
17108 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
17109         Log: Clearing locale environment simply doesn't seem to
17110              guarantee that (nl_)langinfo(CODESET) would return nil.
17111              (I for example get "ISO8859-1", so <guess>maybe there can
17112              be per-system default settings at work</guess>.)
17113      Branch: perl
17114            ! lib/open.t
17115 ____________________________________________________________________________
17116 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
17117         Log: Subject: RE: Exporter fixes reversed in 13540?
17118              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
17119              Date: Sun, 9 Dec 2001 12:55:15 -0500
17120              Message-ID: <3C13F455@operamail.com>
17121      Branch: perl
17122            ! lib/open.pm
17123 ____________________________________________________________________________
17124 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
17125         Log: Root is the lizard king.
17126      Branch: perl
17127            ! lib/Net/t/netrc.t
17128 ____________________________________________________________________________
17129 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
17130         Log: Telling how many tests we are expecting helps.
17131      Branch: perl
17132            ! ext/POSIX/t/waitpid.t
17133 ____________________________________________________________________________
17134 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
17135         Log: Add a test case for waitpid(): from Rocco Caputo.
17136      Branch: perl
17137            + ext/POSIX/t/waitpid.t
17138            ! MANIFEST
17139 ____________________________________________________________________________
17140 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
17141         Log: Subject: [PATCH] Term::ReadLine tweaks and test
17142              From: Richard Clamp <richardc@unixbeard.net>
17143              Date: Mon, 10 Dec 2001 00:51:47 +0000
17144              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
17145      Branch: perl
17146            + lib/Term/ReadLine.t
17147            ! MANIFEST lib/Term/ReadLine.pm
17148 ____________________________________________________________________________
17149 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
17150         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
17151              From: Rocco Caputo <troc@netrus.net>
17152              Date: Sun, 9 Dec 2001 18:12:38 -0500
17153              Message-ID: <20011209181238.A803@eyrie.homenet>
17154      Branch: perl
17155            ! win32/win32.c
17156 ____________________________________________________________________________
17157 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
17158         Log: make sure that va_start() has matching va_end();
17159              from OpenBSD 3.0.
17160      Branch: perl
17161            ! x2p/util.c
17162 ____________________________________________________________________________
17163 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
17164         Log: h2ph updates from OpenBSD 3.0.
17165      Branch: perl
17166            ! utils/h2ph.PL
17167 ____________________________________________________________________________
17168 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
17169         Log: OpenBSD hints update from OpenBSD 3.0.
17170      Branch: perl
17171            ! hints/openbsd.sh
17172 ____________________________________________________________________________
17173 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
17174         Log: DJGPP tweaks from Laszlo Molnar.
17175      Branch: perl
17176            ! djgpp/config.over lib/File/Find/t/find.t
17177            ! lib/File/Find/t/taint.t t/pod/find.t
17178 ____________________________________________________________________________
17179 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
17180         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
17181              From: Michael G Schwern <schwern@pobox.com> 
17182              Date: Sun, 9 Dec 2001 19:28:12 -0500
17183              Message-ID: <20011210002812.GF13586@blackrider>
17184      Branch: perl
17185            ! README.cygwin
17186 ____________________________________________________________________________
17187 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
17188         Log: README.cygwin update from Gerrit P. Haase.
17189      Branch: perl
17190            ! README.cygwin
17191 ____________________________________________________________________________
17192 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
17193         Log: Apply NetBSD patch-ag: shared/static linking,
17194              but make the change less intrusive on non-NetBSD.
17195      Branch: perl
17196            ! lib/ExtUtils/MM_Unix.pm
17197 ____________________________________________________________________________
17198 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
17199         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
17200      Branch: perl
17201            ! lib/ExtUtils/Liblist.pm
17202 ____________________________________________________________________________
17203 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
17204         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
17205      Branch: perl
17206            ! regcomp.c
17207 ____________________________________________________________________________
17208 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
17209         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
17210      Branch: perl
17211            ! pp.c
17212 ____________________________________________________________________________
17213 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
17214         Log: Apply NetBSD patch-ac.
17215              (the fix has already been done: change #9706, fully qualified
17216              pathnames in packlists)
17217      Branch: perl
17218            ! lib/ExtUtils/Install.pm
17219 ____________________________________________________________________________
17220 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
17221         Log: Apply NetBSD patch-ab: NetBSD hints update.
17222      Branch: perl
17223            ! hints/netbsd.sh
17224 ____________________________________________________________________________
17225 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
17226         Log: metaconfig unit changes for #13560.
17227      Branch: metaconfig/U/perl
17228            ! dlsrc.U i_ieeefp.U libperl.U
17229 ____________________________________________________________________________
17230 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
17231         Log: NetBSD has <ieeefp.h> but hidden.
17232      Branch: perl
17233            ! hints/netbsd.sh
17234 ____________________________________________________________________________
17235 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
17236         Log: Implement NetBSD patch-aa.
17237      Branch: perl
17238            ! Configure
17239 ____________________________________________________________________________
17240 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
17241         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
17242              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
17243              Date: Sun, 09 Dec 2001 13:40:58 +0100
17244              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
17245              
17246              (The lstat()s were there in 5.6.1: what happened to them?)
17247      Branch: perl
17248            ! lib/File/Find.pm
17249 ____________________________________________________________________________
17250 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
17251         Log: Quickie documentation of the C UTF-8 API.
17252      Branch: perl
17253            ! pod/perlunicode.pod
17254 ____________________________________________________________________________
17255 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
17256         Log: Subject: bleadperl on cygwin weirdness...
17257              From: "Gerrit P. Haase" <gp@familiehaase.de>
17258              Date: Sun, 9 Dec 2001 20:31:28 +0100
17259              Message-ID: <13779422183.20011209203128@familiehaase.de>          
17260              
17261              (plus libperl*.dll version portability tweaks)
17262      Branch: perl
17263            ! lib/ExtUtils/Embed.t
17264 ____________________________________________________________________________
17265 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
17266         Log: Instead of muting symbol export error if under eval,
17267              delay the errors until the croak().
17268              
17269              (replaces #13408)
17270      Branch: perl
17271            ! lib/Exporter/Heavy.pm
17272 ____________________________________________________________________________
17273 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
17274         Log: Basegroup 0 is a cygwin_nt thing.
17275      Branch: perl
17276            ! t/op/groups.t
17277 ____________________________________________________________________________
17278 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
17279         Log: Also WinME is LoseLink.
17280      Branch: perl
17281            ! t/op/stat.t
17282 ____________________________________________________________________________
17283 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
17284         Log: Forgotten checkin.
17285      Branch: perl
17286            ! lib/User/grent.t
17287 ____________________________________________________________________________
17288 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
17289         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
17290              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
17291              Date: Sun, 09 Dec 2001 13:45:06 +0100
17292              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
17293      Branch: perl
17294            ! lib/File/Find.pm
17295 ____________________________________________________________________________
17296 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
17297         Log: Tweakback.
17298      Branch: perl
17299            ! lib/Net/hostent.t
17300 ____________________________________________________________________________
17301 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
17302         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
17303              From: Michael G Schwern <schwern@pobox.com>
17304              Date: Sat, 8 Dec 2001 14:48:38 -0500
17305              Message-ID: <20011208194838.GA8650@blackrider>
17306      Branch: perl
17307            ! t/op/grent.t
17308 ____________________________________________________________________________
17309 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
17310         Log: Subject: [README.cygwin] Removing old expected test failures
17311              From: Michael G Schwern <schwern@pobox.com>
17312              Date: Sat, 8 Dec 2001 15:38:28 -0500
17313              Message-ID: <20011208203828.GB9017@blackrider>
17314      Branch: perl
17315            ! README.cygwin
17316 ____________________________________________________________________________
17317 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
17318         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
17319              From: Michael G Schwern <schwern@pobox.com>                
17320              Date: Sat, 8 Dec 2001 15:26:59 -0500
17321              Message-ID: <20011208202659.GA9017@blackrider> 
17322      Branch: perl
17323            ! lib/Net/hostent.t
17324 ____________________________________________________________________________
17325 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
17326         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
17327              From: Michael G Schwern <schwern@pobox.com> 
17328              Date: Sat, 8 Dec 2001 15:06:16 -0500
17329              Message-ID: <20011208200616.GA8915@blackrider>
17330      Branch: perl
17331            ! t/op/stat.t
17332 ____________________________________________________________________________
17333 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
17334         Log: Developer deprecations and an incompatibility.
17335      Branch: perl
17336            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
17337 ____________________________________________________________________________
17338 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
17339         Log: Shoo.
17340      Branch: perl
17341            - lib/Attribute/Handlers.pm
17342 ____________________________________________________________________________
17343 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
17344         Log: Remove Attribute::Handlers, as per Damian's request.
17345              (Because of fixing the my variables to be now handled
17346              in run-time, the whole internals of the A::H needs to
17347              be rewritten and Damian will not have time for that
17348              for months.)
17349      Branch: perl
17350            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
17351            - lib/Attribute/Handlers/demo/Demo.pm
17352            - lib/Attribute/Handlers/demo/Descriptions.pm
17353            - lib/Attribute/Handlers/demo/MyClass.pm
17354            - lib/Attribute/Handlers/demo/demo.pl
17355            - lib/Attribute/Handlers/demo/demo2.pl
17356            - lib/Attribute/Handlers/demo/demo3.pl
17357            - lib/Attribute/Handlers/demo/demo4.pl
17358            - lib/Attribute/Handlers/demo/demo_call.pl
17359            - lib/Attribute/Handlers/demo/demo_chain.pl
17360            - lib/Attribute/Handlers/demo/demo_cycle.pl
17361            - lib/Attribute/Handlers/demo/demo_hashdir.pl
17362            - lib/Attribute/Handlers/demo/demo_phases.pl
17363            - lib/Attribute/Handlers/demo/demo_range.pl
17364            - lib/Attribute/Handlers/demo/demo_rawdata.pl
17365            - lib/Attribute/Handlers/t/multi.t
17366            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
17367            ! pod/perlmodlib.pod pod/perltoc.pod
17368 ____________________________________________________________________________
17369 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
17370         Log: Subject: Re: attributes are broken
17371              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17372              Date: Sun, 09 Dec 2001 00:09:23 -0500
17373              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
17374      Branch: perl
17375            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
17376            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
17377            ! xsutils.c
17378 ____________________________________________________________________________
17379 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
17380         Log: Forgotten checkin.
17381      Branch: perl
17382            ! lib/Pod/Text.pm
17383 ____________________________________________________________________________
17384 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
17385         Log: uconfig.h update.
17386      Branch: perl
17387            ! uconfig.h
17388 ____________________________________________________________________________
17389 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
17390         Log: Update Changes.
17391      Branch: perl
17392            ! Changes patchlevel.h
17393 ____________________________________________________________________________
17394 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
17395         Log: Note that some of the Unicode features are
17396              dependent on perlio.
17397      Branch: perl
17398            ! pod/perluniintro.pod
17399 ____________________________________________________________________________
17400 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
17401         Log: Regen perlapi, regen toc.
17402      Branch: perl
17403            ! pod/perlapi.pod pod/perltoc.pod
17404 ____________________________________________________________________________
17405 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
17406         Log: FAQ sync.
17407      Branch: perl
17408            ! pod/perlfaq4.pod pod/perlfaq6.pod
17409 ____________________________________________________________________________
17410 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
17411         Log: Subject: [PATCH] Fix odd language in an sv.c comment
17412              From: coral@eekeek.org
17413              Date: Sat, 8 Dec 2001 12:19:39 -0500
17414              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
17415      Branch: perl
17416            ! sv.c
17417 ____________________________________________________________________________
17418 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
17419         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
17420              From: Michael G Schwern <schwern@pobox.com>
17421              Date: Fri, 7 Dec 2001 20:03:45 -0500
17422              Message-ID: <20011208010345.GD642@blackrider>
17423              
17424              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
17425              From: Michael G Schwern <schwern@pobox.com>
17426              Date: Fri, 7 Dec 2001 20:13:54 -0500
17427              Message-ID: <20011208011354.GE642@blackrider>
17428              
17429              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
17430              From: Michael G Schwern <schwern@pobox.com>
17431              Date: Fri, 7 Dec 2001 21:47:36 -0500
17432              Message-ID: <20011208024736.GH642@blackrider>
17433              
17434              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
17435              From: Michael G Schwern <schwern@pobox.com>
17436              Date: Fri, 7 Dec 2001 23:09:43 -0500
17437              Message-ID: <20011208040943.GK642@blackrider>
17438              
17439              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
17440              Message-Id: <a05101004b83754903506@[172.16.52.1]>
17441              Date: Fri, 7 Dec 2001 23:28:15 -0600
17442              From: "Craig A. Berry" <craigberry@mac.com>
17443      Branch: perl
17444            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
17445 ____________________________________________________________________________
17446 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
17447         Log: Integrate perlio.
17448      Branch: perl
17449           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
17450           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
17451 ____________________________________________________________________________
17452 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
17453         Log: Retract #11156 since Sarathy has found that it breaks code:
17454              http://bugs.ActiveState.com/show_bug.cgi?id=18457
17455              http://bugs.ActiveState.com/show_bug.cgi?id=18858
17456      Branch: perl
17457            ! op.c sv.c t/op/pos.t
17458 ____________________________________________________________________________
17459 [ 13532] By: nick                                  on 2001/12/08  14:11:12
17460         Log: Integrate mainline
17461      Branch: perlio
17462           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
17463           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
17464 ____________________________________________________________________________
17465 [ 13531] By: nick                                  on 2001/12/08  13:48:21
17466         Log: Tweak multi-arg open error messages
17467      Branch: perlio
17468            ! perlio.c
17469 ____________________________________________________________________________
17470 [ 13530] By: nick                                  on 2001/12/08  10:20:06
17471         Log: Allow multi-arg open() if opening layer declares this legal.
17472      Branch: perlio
17473            ! doio.c perlio.c perliol.h
17474 ____________________________________________________________________________
17475 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
17476         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
17477              From: Michael G Schwern <schwern@pobox.com>       
17478              Date: Fri, 7 Dec 2001 19:41:31 -0500
17479              Message-ID: <20011208004131.GC642@blackrider>
17480      Branch: perl
17481            ! t/run/switches.t t/test.pl
17482 ____________________________________________________________________________
17483 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
17484         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
17485              From: Michael G Schwern <schwern@pobox.com>       
17486              Date: Fri, 7 Dec 2001 19:12:44 -0500
17487              Message-ID: <20011208001244.GB642@blackrider>
17488      Branch: perl
17489            ! t/op/stat.t
17490 ____________________________________________________________________________
17491 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
17492         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
17493              From: Michael G Schwern <schwern@pobox.com>
17494              Date: Fri, 7 Dec 2001 17:28:57 -0500
17495              Message-ID: <20011207222857.GI23210@blackrider>
17496      Branch: perl
17497            ! t/op/magic.t
17498 ____________________________________________________________________________
17499 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
17500         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
17501      Branch: perl
17502            ! t/test.pl
17503 ____________________________________________________________________________
17504 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
17505         Log: which_perl: delay as much a possible till runtime.
17506      Branch: perl
17507            ! t/test.pl
17508 ____________________________________________________________________________
17509 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
17510         Log: Further tweakage to which_perl().
17511      Branch: perl
17512            ! t/test.pl
17513 ____________________________________________________________________________
17514 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
17515         Log: perluniintro tweaks.
17516      Branch: perl
17517            ! pod/perluniintro.pod
17518 ____________________________________________________________________________
17519 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
17520         Log: Tweak the $Perl computation.
17521      Branch: perl
17522            ! t/test.pl
17523 ____________________________________________________________________________
17524 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
17525         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
17526              From: Nicholas Clark <nick@ccl4.org>
17527              Date: Fri, 7 Dec 2001 17:06:56 +0000
17528              Message-ID: <20011207170656.G21702@plum.flirble.org>
17529      Branch: perl
17530            ! doop.c t/op/chop.t
17531 ____________________________________________________________________________
17532 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
17533         Log: Update Changes.
17534      Branch: perl
17535            ! Changes patchlevel.h
17536 ____________________________________________________________________________
17537 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
17538         Log: Missing ).
17539      Branch: perl
17540            ! t/test.pl
17541 ____________________________________________________________________________
17542 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
17543         Log: Allow several arguments to display().
17544      Branch: perl
17545            ! t/test.pl
17546 ____________________________________________________________________________
17547 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
17548         Log: /dev/stdout could be either a character special file
17549              or a named pipe, so let's pretend it doesn't exist.
17550      Branch: perl
17551            ! t/op/stat.t
17552 ____________________________________________________________________________
17553 [ 13516] By: nick                                  on 2001/12/07  15:09:23
17554         Log: Integrate again - can I catch up ?
17555      Branch: perlio
17556           !> t/test.pl
17557 ____________________________________________________________________________
17558 [ 13515] By: nick                                  on 2001/12/07  15:08:17
17559         Log: Integrate mainline some more
17560      Branch: perlio
17561           !> README.hpux hints/linux.sh pod/perlfunc.pod
17562 ____________________________________________________________________________
17563 [ 13514] By: nick                                  on 2001/12/07  15:07:15
17564         Log: Integrate mainline
17565      Branch: perlio
17566           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
17567           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
17568           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
17569           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
17570           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
17571           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
17572           +> t/lib/Math/BigInt/BareCalc.pm
17573            - ext/Devel/PPPort/harness/Harness.pm
17574            - ext/Devel/PPPort/harness/Harness.xs
17575            - ext/Devel/PPPort/harness/Makefile.PL
17576            - ext/Devel/PPPort/harness/module2.c
17577            - ext/Devel/PPPort/harness/module3.c
17578            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
17579            - lib/File/Spec/Functions.t
17580           !> (integrate 103 files)
17581 ____________________________________________________________________________
17582 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
17583         Log: Add display() for displaying icky scalars.
17584      Branch: perl
17585            ! t/test.pl
17586 ____________________________________________________________________________
17587 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
17588         Log: Subject: [ID 20011207.001] documentation bug for waitpid
17589              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
17590              Date: Fri, 7 Dec 2001 12:44:56 +0100
17591              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
17592      Branch: perl
17593            ! pod/perlfunc.pod
17594 ____________________________________________________________________________
17595 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
17596         Log: gcc version matching didn't.
17597      Branch: perl
17598            ! hints/linux.sh
17599 ____________________________________________________________________________
17600 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
17601         Log: Subject: HP renamed their servers              
17602              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17603              Date: Fri, 07 Dec 2001 12:07:22 +0100
17604              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
17605      Branch: perl
17606            ! README.hpux
17607 ____________________________________________________________________________
17608 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
17609         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
17610              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17611              Date: Fri, 7 Dec 2001 00:24:55 -0500
17612              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
17613      Branch: perl
17614            ! pod/perlport.pod
17615 ____________________________________________________________________________
17616 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
17617         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
17618              From: Michael G Schwern <schwern@pobox.com> 
17619              Date: Thu, 6 Dec 2001 22:56:34 -0500
17620              Message-ID: <20011207035634.GO22648@blackrider>
17621      Branch: perl
17622            ! t/base/lex.t t/op/exec.t
17623 ____________________________________________________________________________
17624 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
17625         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
17626              From: Michael G Schwern <schwern@pobox.com>
17627              Date: Thu, 6 Dec 2001 22:45:44 -0500
17628              Message-ID: <20011207034544.GN22648@blackrider>
17629              
17630              (plus op/ref tweak)
17631      Branch: perl
17632            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
17633            ! t/run/kill_perl.t t/test.pl
17634 ____________________________________________________________________________
17635 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
17636         Log: Upgrade to Math::BigInt 1.48.
17637      Branch: perl
17638            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
17639            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17640            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
17641            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
17642            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17643            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
17644            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
17645 ____________________________________________________________________________
17646 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
17647         Log: Mention also perl56delta in case someone is upgrading from
17648              Perl 5.005_03.
17649      Branch: perl
17650            ! pod/perldelta.pod
17651 ____________________________________________________________________________
17652 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
17653         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
17654              From: Michael G Schwern <schwern@pobox.com>
17655              Date: Thu, 6 Dec 2001 15:15:28 -0500
17656              Message-ID: <20011206201528.GF16414@blackrider>
17657              
17658              (just the term.t, not the lex.t)
17659              
17660              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
17661              From: Michael G Schwern <schwern@pobox.com>
17662              Date: Thu, 6 Dec 2001 15:22:22 -0500
17663              Message-ID: <20011206202222.GG16414@blackrider>
17664              
17665              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
17666              From: Michael G Schwern <schwern@pobox.com>
17667              Date: Thu, 6 Dec 2001 15:31:58 -0500
17668              Message-ID: <20011206203158.GI16414@blackrider>
17669              
17670              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
17671              From: Michael G Schwern <schwern@pobox.com>
17672              Date: Thu, 6 Dec 2001 17:38:55 -0500
17673              Message-ID: <20011206223855.GC22648@blackrider>
17674      Branch: perl
17675            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
17676            ! t/test.pl
17677 ____________________________________________________________________________
17678 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
17679         Log: Update the thr5005 situation.
17680      Branch: perl
17681            ! pod/perldelta.pod
17682 ____________________________________________________________________________
17683 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
17684         Log: perldelta borrowings from perl561delta.
17685      Branch: perl
17686            ! pod/perldelta.pod
17687 ____________________________________________________________________________
17688 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
17689         Log: Add the 5.6.1 perldelta as perl561delta.
17690              (Makes it easier to steal stuff for perldelta :-)
17691      Branch: perl
17692            + pod/perl561delta.pod
17693            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17694 ____________________________________________________________________________
17695 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
17696         Log: Retract #13496 for now.
17697      Branch: perl
17698            ! t/base/lex.t t/base/term.t
17699 ____________________________________________________________________________
17700 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
17701         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
17702              From: "Craig A. Berry" <craigberry@mac.com>
17703              Date: Thu, 6 Dec 2001 14:54:36 -0600
17704              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
17705      Branch: perl
17706            ! vms/ext/filespec.t
17707 ____________________________________________________________________________
17708 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
17709         Log: (retracted by #13499)
17710              
17711              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
17712              From: Michael G Schwern <schwern@pobox.com>
17713              Date: Thu, 6 Dec 2001 15:15:28 -0500
17714              Message-ID: <20011206201528.GF16414@blackrider>
17715      Branch: perl
17716            ! t/base/lex.t t/base/term.t
17717 ____________________________________________________________________________
17718 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
17719         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
17720              From: Michael G Schwern <schwern@pobox.com>
17721              Date: Thu, 6 Dec 2001 13:54:48 -0500
17722              Message-ID: <20011206185448.GC16414@blackrider>
17723      Branch: perl
17724            ! t/op/stat.t
17725 ____________________________________________________________________________
17726 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
17727         Log: The #4 has nothing to do with Unicode.
17728      Branch: perl
17729            ! t/op/tr.t
17730 ____________________________________________________________________________
17731 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
17732         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
17733              From: Michael G Schwern <schwern@pobox.com>
17734              Date: Thu, 6 Dec 2001 13:45:48 -0500
17735              Message-ID: <20011206184548.GB16414@blackrider>
17736      Branch: perl
17737            ! t/op/tr.t
17738 ____________________________________________________________________________
17739 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
17740         Log: Update Changes.
17741      Branch: perl
17742            ! Changes patchlevel.h
17743 ____________________________________________________________________________
17744 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
17745         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
17746              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17747              Date: Thu, 6 Dec 2001 11:41:25 EST
17748              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
17749      Branch: perl
17750            ! vms/vms.c vms/vmsish.h
17751 ____________________________________________________________________________
17752 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
17753         Log: Subject: [PATCH] Re: weirdness in regexps
17754              From: Robin Houston <robin@kitsite.com> 
17755              Date: Thu, 6 Dec 2001 14:44:01 +0000
17756              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
17757      Branch: perl
17758            ! op.c t/lib/strict/subs
17759 ____________________________________________________________________________
17760 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
17761         Log: Make the -b -c -S tests count all of the /dev, not just
17762              check the first one, as suggested by Benjamin Goldberg.
17763      Branch: perl
17764            ! t/op/stat.t
17765 ____________________________________________________________________________
17766 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
17767         Log: Subject: Re: [PATCH: bleadperl] casefold backref
17768              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17769              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
17770              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
17771      Branch: perl
17772            ! regexec.c
17773 ____________________________________________________________________________
17774 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
17775         Log: Nits noticed by Philip Newton, and de-tab DB.t.
17776      Branch: perl
17777            ! lib/DB.t
17778 ____________________________________________________________________________
17779 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
17780         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
17781              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17782              Date: 6 Dec 2001 11:06:01 -0000
17783              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
17784      Branch: perl
17785            ! op.c t/op/tr.t
17786 ____________________________________________________________________________
17787 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
17788         Log: Subject: [PATCH: bleadperl] casefold backref
17789              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
17790              Date: Wed, 05 Dec 2001 17:27:05 +0000
17791              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
17792      Branch: perl
17793            ! regexec.c t/op/re_tests
17794 ____________________________________________________________________________
17795 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
17796         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
17797              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17798              Date: Wed, 5 Dec 2001 22:34:53 EST
17799              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
17800      Branch: perl
17801            ! mg.c vms/vms.c vms/vmsish.h
17802 ____________________________________________________________________________
17803 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
17804         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
17805              From: Michael G Schwern <schwern@pobox.com>
17806              Date: Wed, 5 Dec 2001 19:52:58 -0500
17807              Message-ID: <20011205195257.A903@blackrider>
17808      Branch: perl
17809            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
17810            + lib/File/Spec/t/rel2abs2rel.t
17811            - lib/File/Spec.t lib/File/Spec/Functions.t
17812            ! MANIFEST
17813 ____________________________________________________________________________
17814 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
17815         Log: Subject: Re: Silly stat() portability questions                
17816              From: Benjamin Goldberg <goldbb2@earthlink.net>
17817              Date: Wed, 05 Dec 2001 22:52:35 -0500
17818              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
17819      Branch: perl
17820            ! pod/perlport.pod
17821 ____________________________________________________________________________
17822 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
17823         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
17824              From: "Craig A. Berry" <craigberry@mac.com>
17825              Date: Wed, 05 Dec 2001 16:41:59 -0600
17826              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
17827      Branch: perl
17828            ! README.vms configure.com lib/File/Spec/VMS.pm
17829            ! vms/ext/filespec.t
17830 ____________________________________________________________________________
17831 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
17832         Log: $apply->('club', $glibc_maintainers);
17833              
17834              (Nick Clark just reported that <langinfo.h> YESSTR
17835              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
17836      Branch: perl
17837            ! ext/I18N/Langinfo/Langinfo.t
17838 ____________________________________________________________________________
17839 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
17840         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
17841      Branch: perl
17842            ! pod/perlport.pod
17843 ____________________________________________________________________________
17844 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
17845         Log: tweak change#13474 (pad entries can apparently be null in some
17846              situations)
17847      Branch: maint-5.6/perl
17848            ! op.c
17849 ____________________________________________________________________________
17850 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
17851         Log: Restore the /dev -b -c -S part of the test.
17852      Branch: perl
17853            ! t/op/stat.t
17854 ____________________________________________________________________________
17855 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
17856         Log: Retract #13475 until Arthur gets back to the mine.
17857      Branch: perl
17858            ! op.c t/run/kill_perl.t
17859 ____________________________________________________________________________
17860 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
17861         Log: (retracted by #13476)
17862              
17863              Manually apply #13474; fixes stale reference to dead
17864              CvOUTSIDE(); this can happen when anonymous subroutines
17865              that aren't closures are returned from an eval""
17866              
17867              (threads/shared/sv_refs.t is coredump-unhappy about this change)
17868      Branch: perl
17869            ! op.c t/run/kill_perl.t
17870 ____________________________________________________________________________
17871 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
17872         Log: replacement for change#10451
17873              
17874              fixes stale reference to dead CvOUTSIDE(); this can happen when
17875              anonymous subroutines that aren't closures are returned from an
17876              eval""
17877      Branch: maint-5.6/perl
17878            ! op.c t/op/misc.t
17879 ____________________________________________________________________________
17880 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
17881         Log: revert change#10451,10472; it was a naive fix that simply
17882              reintroduced the memory leak!
17883      Branch: maint-5.6/perl
17884            ! op.c t/op/misc.t
17885 ____________________________________________________________________________
17886 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
17887         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
17888              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17889              Date: Wed, 05 Dec 2001 10:49:20 +0100
17890              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
17891      Branch: perl
17892            ! lib/File/Basename.pm lib/File/Basename.t
17893 ____________________________________________________________________________
17894 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
17895         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
17896              From: Michael G Schwern <schwern@pobox.com> 
17897              Date: Wed, 5 Dec 2001 02:47:59 -0500
17898              Message-ID: <20011205024759.H14333@blackrider>
17899      Branch: perl
17900            ! t/op/magic.t
17901 ____________________________________________________________________________
17902 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
17903         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
17904              From: Michael G Schwern <schwern@pobox.com>              
17905              Date: Wed, 5 Dec 2001 02:22:05 -0500
17906              Message-ID: <20011205022205.F14333@blackrider>
17907      Branch: perl
17908            ! t/op/stat.t vms/test.com
17909 ____________________________________________________________________________
17910 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
17911         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
17912              From: Michael G Schwern <schwern@pobox.com> 
17913              Date: Tue, 4 Dec 2001 23:40:10 -0500
17914              Message-ID: <20011204234010.B14333@blackrider>
17915      Branch: perl
17916            ! t/op/stat.t
17917 ____________________________________________________________________________
17918 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
17919         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
17920              From: Michael G Schwern <schwern@pobox.com> 
17921              Date: Tue, 4 Dec 2001 21:09:18 -0500           
17922              Message-ID: <20011204210918.D13279@blackrider>
17923              
17924              t/test.
17925      Branch: perl
17926            ! t/test.pl
17927 ____________________________________________________________________________
17928 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
17929         Log: (accidentally empty check-in)
17930      Branch: perl
17931            ! t/op/stat.t
17932 ____________________________________________________________________________
17933 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
17934         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
17935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17936              Date: Tue, 04 Dec 2001 23:40:27 +0100
17937              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
17938      Branch: perl
17939            ! mg.c
17940 ____________________________________________________________________________
17941 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
17942         Log: Subject: [PATCH] minor pod fix in Safe.pm
17943              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17944              Date: Tue, 4 Dec 2001 22:02:34 +0100
17945              Message-ID: <20011204220234.A17293@rafael>
17946      Branch: perl
17947            ! ext/Opcode/Safe.pm
17948 ____________________________________________________________________________
17949 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
17950         Log: CRLF GRRR.
17951      Branch: perl
17952            ! djgpp/configure.bat
17953 ____________________________________________________________________________
17954 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
17955         Log: DJGPP fixes from Laszlo Molnar.
17956      Branch: perl
17957            ! djgpp/configure.bat djgpp/djgpp.h
17958 ____________________________________________________________________________
17959 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
17960         Log: Update Changes.
17961      Branch: perl
17962            ! Changes patchlevel.h
17963 ____________________________________________________________________________
17964 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
17965         Log: Must wipe out the memory of real Socket before starting
17966              to use the new fake one.
17967      Branch: perl
17968            ! lib/Net/t/config.t
17969 ____________________________________________________________________________
17970 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
17971         Log: LC_ALL might trump LANG.
17972      Branch: perl
17973            ! lib/open.t
17974 ____________________________________________________________________________
17975 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
17976         Log: Make the eval runtime.
17977      Branch: perl
17978            ! lib/open.pm
17979 ____________________________________________________________________________
17980 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
17981         Log: Make the Langinfo test both more lenient (allow
17982              for any symbol not to exists) and stricter (add
17983              more symbols).
17984      Branch: perl
17985            ! ext/I18N/Langinfo/Langinfo.t
17986 ____________________________________________________________________________
17987 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
17988         Log: integrate change#13453 from maint-5.6
17989              
17990              tweak change#11399 to use an explicit flag rather than
17991              ass_u_ming w32_pseudo_id will only be zero for the real
17992              toplevel interpreter; avoids multiple hosts from diddling
17993              the environment at the same time
17994      Branch: perl
17995           !> win32/perlhost.h
17996 ____________________________________________________________________________
17997 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
17998         Log: Subject: [PATCH] VMS update for perldelta.pod
17999              From: "Craig A. Berry" <craigberry@mac.com> 
18000              Date: Tue, 4 Dec 2001 00:23:12 -0600
18001              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
18002      Branch: perl
18003            ! pod/perldelta.pod
18004 ____________________________________________________________________________
18005 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
18006         Log: NetWare tweak from Ananth Kesari.
18007      Branch: perl
18008            ! NetWare/Makefile
18009 ____________________________________________________________________________
18010 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
18011         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
18012              Not adding the test suite because of its many assumptions.
18013      Branch: perl
18014            ! lib/Net/Ping.pm
18015 ____________________________________________________________________________
18016 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
18017         Log: tweak change#11399 to use an explicit flag rather than
18018              ass_u_ming w32_pseudo_id will only be zero for the real
18019              toplevel interpreter; avoids multiple hosts from diddling
18020              the environment at the same time
18021      Branch: maint-5.6/perl
18022            ! win32/perlhost.h
18023 ____________________________________________________________________________
18024 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
18025         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
18026              from Len Makin.
18027      Branch: perl
18028            + hints/super-ux.sh
18029            ! MANIFEST
18030 ____________________________________________________________________________
18031 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
18032         Log: Add Mac OS X known failures to perldelta.
18033      Branch: perl
18034            ! pod/perldelta.pod
18035 ____________________________________________________________________________
18036 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
18037         Log: I think it's time to call the utf8 code non-test.
18038      Branch: perl
18039            ! utf8.c
18040 ____________________________________________________________________________
18041 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
18042         Log: Retract #13303, need rethink.
18043      Branch: perl
18044            ! utf8.c
18045 ____________________________________________________________________________
18046 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
18047         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
18048              From: "Craig A. Berry" <craigberry@mac.com>
18049              Date: Mon, 03 Dec 2001 16:28:06 -0600
18050              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
18051      Branch: perl
18052            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
18053 ____________________________________________________________________________
18054 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
18055         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
18056              From: Andy Dougherty <doughera@lafayette.edu>
18057              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
18058              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
18059      Branch: perl
18060            ! hints/solaris_2.sh
18061 ____________________________________________________________________________
18062 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
18063         Log: This test is not very robust on 8.3-constrained systems:
18064              all the "with truncated name" lines between "Autosplitting ..."
18065              and "some names are not unique" lines are unexpected,
18066              and the truncation message becomes:
18067              testtest.al, testtest.al truncate to testtest 
18068      Branch: perl
18069            ! lib/AutoSplit.t
18070 ____________________________________________________________________________
18071 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
18072         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
18073      Branch: perl
18074            ! ext/I18N/Langinfo/Langinfo.t
18075 ____________________________________________________________________________
18076 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
18077         Log: Test::Morify UCD.t
18078      Branch: perl
18079            ! lib/Unicode/UCD.t
18080 ____________________________________________________________________________
18081 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
18082         Log: If Socket has not been built (e.g. DJGPP) the libnet
18083              tests fall over with (too) much noise.
18084      Branch: perl
18085            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
18086            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
18087            ! lib/Net/t/smtp.t lib/Net/t/time.t
18088 ____________________________________________________________________________
18089 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
18090         Log: Subject: [PATCH] shared hash keys and ++/--
18091              From: Nicholas Clark <nick@ccl4.org>
18092              Date: Mon, 3 Dec 2001 16:37:16 +0000
18093              Message-ID: <20011203163716.C21702@plum.flirble.org>
18094      Branch: perl
18095            ! pp.c pp_hot.c sv.c t/op/inc.t
18096 ____________________________________________________________________________
18097 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
18098         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
18099              From: Jonathan Stowe <jns@gellyfish.com>
18100              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
18101              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
18102      Branch: perl
18103            ! lib/Term/Cap.pm
18104 ____________________________________________________________________________
18105 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
18106         Log: Update Changes.
18107      Branch: perl
18108            ! Changes patchlevel.h
18109 ____________________________________________________________________________
18110 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
18111         Log: perldelta tweaks.
18112      Branch: perl
18113            ! pod/perldelta.pod
18114 ____________________________________________________________________________
18115 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
18116         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
18117              From: Sam Tregar <sam@tregar.com> 
18118              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
18119              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
18120      Branch: perl
18121            ! pod/perlnewmod.pod
18122 ____________________________________________________________________________
18123 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
18124         Log: microperl casting nit.
18125      Branch: perl
18126            ! utf8.c
18127 ____________________________________________________________________________
18128 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
18129         Log: Make sharepvn a macro since all it does is a deref.
18130      Branch: perl
18131            ! embed.h embed.pl global.sym hv.c hv.h proto.h
18132 ____________________________________________________________________________
18133 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
18134         Log: perldelta updates.
18135      Branch: perl
18136            ! pod/perldelta.pod
18137 ____________________________________________________________________________
18138 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
18139         Log: PPPort update from Paul Marquess.
18140      Branch: perl
18141            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
18142            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
18143            + ext/Devel/PPPort/t/test.t
18144            - ext/Devel/PPPort/harness/Harness.pm
18145            - ext/Devel/PPPort/harness/Harness.xs
18146            - ext/Devel/PPPort/harness/Makefile.PL
18147            - ext/Devel/PPPort/harness/module2.c
18148            - ext/Devel/PPPort/harness/module3.c
18149            - ext/Devel/PPPort/harness/t/test.t
18150            ! MANIFEST ext/Devel/PPPort/MANIFEST
18151            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
18152            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
18153            ! ext/Devel/PPPort/soak
18154 ____________________________________________________________________________
18155 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
18156         Log: No use talking about dynamic library search patch
18157              unless we are having a dynamic build.
18158      Branch: perl
18159            ! t/TEST
18160 ____________________________________________________________________________
18161 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
18162         Log: Be more explicit on the List::Util build trick,
18163              should also stop unneeded rebuilds on static builds.
18164      Branch: perl
18165            ! ext/List/Util/Makefile.PL
18166 ____________________________________________________________________________
18167 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
18168         Log: We need to replace the optimize (-O1) with
18169              the -h scalar0 -h vector0, not append them
18170              to the ccflags.
18171      Branch: perl
18172            ! hints/unicos.sh hints/unicosmk.sh
18173 ____________________________________________________________________________
18174 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
18175         Log: Subject: [PATCH] Shared hash keys 
18176              From: Nicholas Clark <nick@ccl4.org>
18177              Date: Sun, 2 Dec 2001 20:52:32 +0000
18178              Message-ID: <20011202205232.U21702@plum.flirble.org>
18179      Branch: perl
18180            ! doop.c t/op/tr.t
18181 ____________________________________________________________________________
18182 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
18183         Log: Better add new files to MANIFEST, too.
18184      Branch: perl
18185            ! MANIFEST
18186 ____________________________________________________________________________
18187 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
18188         Log: Subject: {PATCH] perlpacktut.pod
18189              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
18190              Date: Sun, 02 Dec 2001 19:55:06 +0100
18191              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
18192      Branch: perl
18193            ! pod/perlpacktut.pod
18194 ____________________________________________________________________________
18195 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
18196         Log: Various small nits found by DJGPP build.
18197      Branch: perl
18198            ! doio.c mg.c pp.c util.c
18199 ____________________________________________________________________________
18200 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
18201         Log: Subject: RE: More verbose POD for Carp
18202              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
18203              Date: Sun, 2 Dec 2001 11:32:51 -0500
18204              Message-ID: <3C0A9748@operamail.com>
18205      Branch: perl
18206            ! lib/Carp.pm
18207 ____________________________________________________________________________
18208 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
18209         Log: Add a header for DJGPP with the function prototypes.
18210      Branch: perl
18211            + djgpp/djgpp.h
18212            ! MANIFEST djgpp/djgpp.c
18213 ____________________________________________________________________________
18214 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
18215         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
18216              From: Abe Timmerman <abe@ztreet.demon.nl>
18217              Date: Sun, 02 Dec 2001 02:41:25 +0100
18218              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
18219      Branch: perl
18220            ! pp_sys.c
18221 ____________________________________________________________________________
18222 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
18223         Log: There isn't PTR2INT(), there's PTR2IV().
18224      Branch: perl
18225            ! ext/Time/HiRes/HiRes.xs
18226 ____________________________________________________________________________
18227 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
18228         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
18229              From: Marc Lehmann <root@schmorp.de>
18230              Date: Sun, 02 Dec 2001 02:44:53 +0100
18231              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
18232      Branch: perl
18233            ! ext/Time/HiRes/HiRes.xs
18234 ____________________________________________________________________________
18235 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
18236         Log: encode()/decode() examples.
18237      Branch: perl
18238            ! ext/Encode/Encode.pm
18239 ____________________________________________________________________________
18240 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
18241         Log: DJGPP tweaks from Laszlo Molnar.
18242      Branch: perl
18243            ! djgpp/config.over djgpp/djgppsed.sh
18244 ____________________________________________________________________________
18245 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
18246         Log: Update Changes.
18247      Branch: perl
18248            ! Changes patchlevel.h
18249 ____________________________________________________________________________
18250 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
18251         Log: Integrate perlio;
18252              
18253              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
18254              which do not have file descriptors. Noticed a possibly
18255              worse problem in the process ...
18256      Branch: perl
18257           !> doio.c
18258 ____________________________________________________________________________
18259 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
18260         Log: Non-VMS-fixed and Win32-skipped version of
18261              
18262              Subject: [PATCH t/op/exec.t] Portabilty fix 
18263              From: Michael G Schwern <schwern@pobox.com> 
18264              Date: Fri, 30 Nov 2001 16:09:27 -0500
18265              Message-ID: <20011130160927.A10406@blackrider>
18266      Branch: perl
18267            ! t/op/exec.t
18268 ____________________________________________________________________________
18269 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
18270         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
18271              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
18272              Date: Sat, 1 Dec 2001 07:01:09 -0500
18273              Message-ID: <3C0D2E39@operamail.com>
18274              
18275              Subject: More verbose POD for Carp
18276              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
18277              Date: Sat, 1 Dec 2001 08:04:16 -0500
18278              Message-ID: <3C285C2B@operamail.com>
18279      Branch: perl
18280            ! lib/Carp.pm lib/Carp/Heavy.pm
18281 ____________________________________________________________________________
18282 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
18283         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
18284              From: chromatic <chromatic@rmci.net>
18285              Date: Sat, 01 Dec 2001 12:41:58 -0700
18286              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
18287      Branch: perl
18288            ! lib/DB.t
18289 ____________________________________________________________________________
18290 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
18291         Log: Try to make a missing RADIXCHAR a softer kinder error.
18292      Branch: perl
18293            ! ext/I18N/Langinfo/Langinfo.t
18294 ____________________________________________________________________________
18295 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
18296         Log: Have a little faith on nl_langinfo() itself.
18297      Branch: perl
18298            ! ext/I18N/Langinfo/Langinfo.xs
18299 ____________________________________________________________________________
18300 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
18301         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
18302              the max, not max plus one)
18303      Branch: perl
18304            ! ext/I18N/Langinfo/Langinfo.xs
18305 ____________________________________________________________________________
18306 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
18307         Log: Make reality agree with the comment.
18308      Branch: perl
18309            ! ext/I18N/Langinfo/Langinfo.xs
18310 ____________________________________________________________________________
18311 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
18312         Log: Try to protect against wild langinfo() arguments.
18313      Branch: perl
18314            ! ext/I18N/Langinfo/Langinfo.xs
18315 ____________________________________________________________________________
18316 [ 13409] By: nick                                  on 2001/12/01  18:19:59
18317         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
18318              have file descriptors. Noticed a possibly worse problem in the process ...
18319      Branch: perlio
18320            ! doio.c
18321 ____________________________________________________________________________
18322 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
18323         Log: (replaced by #13556)
18324              
18325              If we are inside an eval, let's be silent about
18326              separate symbols and just croak() in the end.
18327      Branch: perl
18328            ! lib/Exporter/Heavy.pm
18329 ____________________________________________________________________________
18330 [ 13407] By: nick                                  on 2001/12/01  17:14:05
18331         Log: Integrate mainline
18332      Branch: perlio
18333           !> (integrate 26 files)
18334 ____________________________________________________________________________
18335 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
18336         Log: Subject: Fix for Exporter error reporting behaviour
18337              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
18338              Date: Sat, 1 Dec 2001 06:34:48 -0500
18339              Message-ID: <3C0D1B9A@operamail.com>
18340      Branch: perl
18341            ! lib/Exporter.pm lib/Exporter/Heavy.pm
18342 ____________________________________________________________________________
18343 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
18344         Log: Need to hide behind an eval to avoid a warning
18345              about :utf8 on non-perlio configs.
18346      Branch: perl
18347            ! lib/open.t
18348 ____________________________________________________________________________
18349 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
18350         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
18351              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18352              Date: Fri, 30 Nov 2001 23:46:58 +0100
18353              Message-ID: <20011130234658.A717@rafael>
18354      Branch: perl
18355            ! op.c t/op/method.t
18356 ____________________________________________________________________________
18357 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
18358         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
18359              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18360              Date: Thu, 29 Nov 2001 22:46:12 +0100
18361              Message-ID: <20011129224612.A699@rafael>
18362      Branch: perl
18363            ! ext/B/B/Xref.pm
18364 ____________________________________________________________________________
18365 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
18366         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
18367              From: Tels <perl_dummy@bloodgate.com>
18368              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
18369              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
18370      Branch: perl
18371            ! pod/perlfunc.pod
18372 ____________________________________________________________________________
18373 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
18374         Log: Subject: [REPATCH] reference pointer comparison
18375              From: Nicholas Clark <nick@ccl4.org>
18376              Date: Sat, 1 Dec 2001 13:00:17 +0000
18377              Message-ID: <20011201130017.I21702@plum.flirble.org>
18378      Branch: perl
18379            ! pp.c
18380 ____________________________________________________________________________
18381 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
18382         Log: Upgrade to Storable 1.0.14.
18383      Branch: perl
18384            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18385 ____________________________________________________________________________
18386 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
18387         Log: Add simple caches for ::viacode() and ::vianame().
18388      Branch: perl
18389            ! lib/charnames.pm lib/charnames.t
18390 ____________________________________________________________________________
18391 [ 13398] By: nick                                  on 2001/12/01  10:36:24
18392         Log: Integrate mainline.
18393      Branch: perlio
18394           +> (branch 44 files)
18395            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
18396            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
18397            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
18398           !> (integrate 250 files)
18399 ____________________________________________________________________________
18400 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
18401         Log: Regen toc and modlib.
18402      Branch: perl
18403            ! pod/perlmodlib.pod pod/perltoc.pod
18404 ____________________________________________________________________________
18405 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
18406         Log: Upgrade to podlators-1.18.
18407      Branch: perl
18408            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
18409 ____________________________________________________________________________
18410 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
18411         Log: -h scalar0 -h vector0 seems to help for both
18412              UNICOS and UNICOS/mk on the unpack %65c problems.
18413              
18414              (replaces #13393)
18415      Branch: perl
18416            ! hints/unicos.sh hints/unicosmk.sh
18417 ____________________________________________________________________________
18418 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
18419         Log: More Socket constants.
18420      Branch: perl
18421            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
18422 ____________________________________________________________________________
18423 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
18424         Log: (replaced by #13395)
18425      Branch: perl
18426            ! hints/unicosmk.sh
18427 ____________________________________________________________________________
18428 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
18429         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
18430              From: Andy Dougherty <doughera@lafayette.edu>
18431              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
18432              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
18433              
18434              Simplify the test skippage criterion now that we are
18435              no more dependent on sed.
18436      Branch: perl
18437            ! t/comp/cpp.t t/run/switchPx.t
18438 ____________________________________________________________________________
18439 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
18440         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
18441              From: Michael G Schwern <schwern@pobox.com>
18442              Date: Fri, 30 Nov 2001 11:48:44 -0500
18443              Message-ID: <20011130114844.C1303@blackrider>
18444              
18445              (replaces #13381)
18446      Branch: perl
18447            ! t/op/stat.t
18448 ____________________________________________________________________________
18449 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
18450         Log: Let's not assume how much memory has been allocated
18451              to PVs.
18452      Branch: perl
18453            ! ext/Devel/Peek/Peek.t
18454 ____________________________________________________________________________
18455 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
18456         Log: VOS needs to know the modules, including pp_sort.
18457      Branch: perl
18458            ! vos/perl.bind
18459 ____________________________________________________________________________
18460 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
18461         Log: Unused variables.
18462      Branch: perl
18463            ! ext/Unicode/Normalize/Normalize.xs
18464 ____________________________________________________________________________
18465 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
18466         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
18467              From: John Peacock <jpeacock@rowman.com>     
18468              Date: Fri, 30 Nov 2001 10:24:00 -0500        
18469              Message-ID: <3C07A490.A22A76B0@rowman.com>   
18470      Branch: perl
18471            ! lib/ExtUtils/Embed.t
18472 ____________________________________________________________________________
18473 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
18474         Log: Tweak for the VOS building script from Paul Green.
18475      Branch: perl
18476            ! vos/configure_perl.cm
18477 ____________________________________________________________________________
18478 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
18479         Log: Update Changes.
18480      Branch: perl
18481            ! Changes patchlevel.h
18482 ____________________________________________________________________________
18483 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
18484         Log: Cannot test if cppstdin has not yet been installed.
18485      Branch: perl
18486            ! t/run/switchPx.t
18487 ____________________________________________________________________________
18488 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
18489         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
18490              From: Michael G Schwern <schwern@pobox.com> 
18491              Date: Thu, 29 Nov 2001 22:05:11 -0500
18492              Message-ID: <20011129220510.A18869@blackrider>
18493              
18494              TODO 1: if cppstdin is used and not yet installed,
18495              the Px.t will fail (must do the same as in cpp.t)
18496              
18497              TODO 2: does this work if no Perl whatsoever has
18498              yet been installed?  That is, we should be using
18499              the Perl we are building to execute the one-liner.
18500      Branch: perl
18501            + t/run/switchPx.aux t/run/switchPx.t
18502            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
18503            ! vms/test.com
18504 ____________________________________________________________________________
18505 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
18506         Log: Upgrade to Unicode::Normalize 0.12.
18507      Branch: perl
18508            ! ext/Unicode/Normalize/Changes
18509            ! ext/Unicode/Normalize/Normalize.pm
18510            ! ext/Unicode/Normalize/Normalize.xs
18511            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
18512            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18513            ! ext/Unicode/Normalize/t/test.t
18514 ____________________________________________________________________________
18515 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
18516         Log: (replaced by #13391)
18517              
18518              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
18519              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
18520              Date: 30 Nov 2001 11:41:53 -0000             
18521              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
18522              
18523              No need to die if we have high-paranoia (non-chdirable)
18524              system directories.
18525      Branch: perl
18526            ! t/op/stat.t
18527 ____________________________________________________________________________
18528 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
18529         Log: Paragraph rewrapping.
18530      Branch: perl
18531            ! pod/perliol.pod
18532 ____________________________________________________________________________
18533 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
18534         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
18535              From: Stas Bekman <stas@stason.org>
18536              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
18537              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
18538      Branch: perl
18539            ! pod/perliol.pod
18540 ____________________________________________________________________________
18541 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
18542         Log: Whether select() gets restarted on signals is
18543              implementation dependent.
18544      Branch: perl
18545            ! ext/Time/HiRes/HiRes.t
18546 ____________________________________________________________________________
18547 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
18548         Log: More forgotten checkins.
18549      Branch: perl
18550            ! embed.h embed.pl proto.h
18551 ____________________________________________________________________________
18552 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
18553         Log: Add a note about folding vs lowercase.
18554      Branch: perl
18555            ! regexec.c
18556 ____________________________________________________________________________
18557 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
18558         Log: Use to_uni_fold (and add changed global.sym)
18559      Branch: perl
18560            ! global.sym utf8.c
18561 ____________________________________________________________________________
18562 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
18563         Log: Make to Unicode character functions to use UVs
18564              instead of U32s and add to_uni_fold().
18565      Branch: perl
18566            ! embed.pl proto.h utf8.c
18567 ____________________________________________________________________________
18568 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
18569         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
18570              From: Nicholas Clark <nick@ccl4.org>
18571              Date: Thu, 29 Nov 2001 22:47:32 +0000
18572              Message-ID: <20011129224732.W37621@plum.flirble.org>
18573      Branch: perl
18574            ! pod/perlpacktut.pod
18575 ____________________________________________________________________________
18576 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
18577         Log: README.vos updates from Paul Green.
18578      Branch: perl
18579            ! README.vos
18580 ____________________________________________________________________________
18581 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
18582         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
18583              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18584              Date: Thu, 29 Nov 2001 14:18:51 EST
18585              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
18586      Branch: perl
18587            ! mg.c vms/vms.c vms/vmsish.h
18588 ____________________________________________________________________________
18589 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
18590         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
18591              From: Michael G Schwern <schwern@pobox.com>
18592              Date: Thu, 29 Nov 2001 13:12:31 -0500
18593              Message-ID: <20011129131231.E11300@blackrider>
18594      Branch: perl
18595            ! README.vms
18596 ____________________________________________________________________________
18597 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
18598         Log: BGET_IV was missing.
18599      Branch: perl
18600            ! ext/ByteLoader/bytecode.h
18601 ____________________________________________________________________________
18602 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
18603         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
18604              From: Jonathan Stowe <gellyfish@gellyfish.com>
18605              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
18606              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
18607      Branch: perl
18608            ! lib/Term/Cap.pm
18609 ____________________________________________________________________________
18610 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
18611         Log: Porting/checkURL.pl was missing.
18612      Branch: perl
18613            ! MANIFEST
18614 ____________________________________________________________________________
18615 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
18616         Log: Subject: INSTALL and READMEs should be reviewed
18617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18618              Date: Thu, 29 Nov 2001 16:49:36 +0100
18619              Message-ID: <20011129164936.A17492@rafael>         
18620      Branch: perl
18621            ! README.cygwin
18622 ____________________________________________________________________________
18623 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
18624         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
18625              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
18626              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
18627              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
18628      Branch: perl
18629            ! README.os390
18630 ____________________________________________________________________________
18631 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
18632         Log: Update Changes.
18633      Branch: perl
18634            ! Changes patchlevel.h
18635 ____________________________________________________________________________
18636 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
18637         Log: The changes to the curliffed files didn't stick in #13348.
18638      Branch: perl
18639            ! README.dos README.win32
18640 ____________________________________________________________________________
18641 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
18642         Log: Subject: Re: Found the rev where File::Glob broke
18643              From: Andy Dougherty <doughera@lafayette.edu>
18644              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
18645              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
18646      Branch: perl
18647            ! lib/ExtUtils/MM_Unix.pm
18648 ____________________________________________________________________________
18649 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
18650         Log: Use __DATA__ instead of __END__.
18651      Branch: perl
18652            ! lib/Term/Cap.pm
18653 ____________________________________________________________________________
18654 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
18655         Log: Subject: [PATCH toke.c] autosplit into @F fix
18656              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18657              Date: Thu, 29 Nov 2001 14:52:23 +0100
18658              Message-ID: <20011129145223.A25817@rafael>         
18659      Branch: perl
18660            ! toke.c
18661 ____________________________________________________________________________
18662 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
18663         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
18664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18665              Date: Thu, 29 Nov 2001 15:48:15 +0100
18666              Message-ID: <20011129154815.C25817@rafael>         
18667      Branch: perl
18668            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
18669 ____________________________________________________________________________
18670 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
18671         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
18672              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
18673              Date: Wed, 28 Nov 2001 20:35:29 +0100
18674              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
18675      Branch: perl
18676            ! pod/perlpacktut.pod
18677 ____________________________________________________________________________
18678 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
18679         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
18680              From: Stas Bekman <stas@stason.org>
18681              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
18682              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
18683              
18684              (with tweaks)
18685      Branch: perl
18686            ! pod/perlapio.pod
18687 ____________________________________________________________________________
18688 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
18689         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
18690              From: Tels <perl_dummy@bloodgate.com>
18691              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
18692              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
18693              
18694              (plus paragraph rewrapping)
18695      Branch: perl
18696            ! lib/Exporter.pm
18697 ____________________________________________________________________________
18698 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
18699         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
18700              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
18701              Date: Wed, 28 Nov 2001 21:47:59 +0000
18702              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
18703      Branch: perl
18704            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
18705 ____________________________________________________________________________
18706 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
18707         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
18708              From: Andy Dougherty <doughera@lafayette.edu>
18709              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
18710              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
18711      Branch: perl
18712            ! INSTALL ext/Time/HiRes/HiRes.t
18713 ____________________________________________________________________________
18714 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
18715         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
18716              From: Michael G Schwern <schwern@pobox.com> 
18717              Date: Wed, 28 Nov 2001 16:37:01 -0500
18718              Message-ID: <20011128163701.H676@blackrider>
18719      Branch: perl
18720            ! t/run/kill_perl.t
18721 ____________________________________________________________________________
18722 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
18723         Log: @INC tweak.
18724      Branch: perl
18725            ! t/op/ref.t
18726 ____________________________________________________________________________
18727 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
18728         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
18729              From: Nicholas Clark <nick@ccl4.org>
18730              Date: Wed, 28 Nov 2001 23:38:43 +0000
18731              Message-ID: <20011128233843.N37621@plum.flirble.org>  
18732      Branch: perl
18733            ! installman
18734 ____________________________________________________________________________
18735 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
18736         Log: Tweak the forking logic.
18737      Branch: perl
18738            ! Porting/checkURL.pl
18739 ____________________________________________________________________________
18740 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
18741         Log: Update perlmodlib.PL as per #13348.  The L<> got
18742              changed back because that is coming from ParseLink.pm.
18743      Branch: perl
18744            ! pod/perlmodlib.PL pod/perlmodlib.pod
18745 ____________________________________________________________________________
18746 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
18747         Log: URL fixups from Michael Schwern.
18748      Branch: perl
18749            ! README.cygwin README.dos README.hpux README.mint README.mpeix
18750            ! README.os390 README.qnx README.solaris README.vos README.win32
18751            ! pod/perlmodlib.pod
18752 ____________________________________________________________________________
18753 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
18754         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
18755              From: Barrie Slaymaker <barries@slaysys.com>
18756              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
18757              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
18758      Branch: perl
18759            ! lib/Exporter.pm
18760 ____________________________________________________________________________
18761 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
18762         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
18763      Branch: perl
18764            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
18765 ____________________________________________________________________________
18766 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
18767         Log: Subject: [PATCH] Re: $\ very broken
18768              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18769              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
18770              Message-ID: <20011128223308.E732@rafael>   
18771              
18772              Subject: Re: [PATCH] Re: $\ very broken     
18773              From: Nicholas Clark <nick@ccl4.org>
18774              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
18775              Message-ID: <20011128222859.K37621@plum.flirble.org>
18776      Branch: perl
18777            ! mg.c t/op/ref.t
18778 ____________________________________________________________________________
18779 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
18780         Log: Add Abigail's link checker with the following tweaks:
18781              - known dummy URLs (Peter Prymmer)
18782              - do also READMEs and INSTALL (Michael Schwern)
18783              - do also ftp URLs
18784              - add fork retry loop in case the allowed number
18785              of processes per user is low
18786      Branch: perl
18787            + Porting/checkURL.pl
18788            ! MANIFEST
18789 ____________________________________________________________________________
18790 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
18791         Log: Update Changes.
18792      Branch: perl
18793            ! Changes patchlevel.h
18794 ____________________________________________________________________________
18795 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
18796         Log: In Linux if we have modern enough gcc and supported
18797              enough CPU, crank up the optimization level to -O3.
18798      Branch: perl
18799            ! hints/linux.sh
18800 ____________________________________________________________________________
18801 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
18802         Log: Add perlpacktut from Wolfgang Laun; regen toc.
18803      Branch: perl
18804            + pod/perlpacktut.pod
18805            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
18806            ! pod/perltoc.pod
18807 ____________________________________________________________________________
18808 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
18809         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
18810              From: PPrymmer@factset.com
18811              Date: Wed, 28 Nov 2001 07:51:26 -0500
18812              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
18813      Branch: perl
18814            ! vms/test.com
18815 ____________________________________________________________________________
18816 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
18817         Log: Test cases for the first half of #13338.
18818      Branch: perl
18819            ! t/lib/h2ph.h t/lib/h2ph.pht
18820 ____________________________________________________________________________
18821 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
18822         Log: Subject: Re: h2ph confused by comments in an enum.
18823              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18824              Date: Wed, 28 Nov 2001 04:19:21 +0000
18825              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
18826              
18827              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
18828              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18829              Date: Wed, 28 Nov 2001 13:36:35 +0000
18830              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
18831      Branch: perl
18832            ! utils/h2ph.PL
18833 ____________________________________________________________________________
18834 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
18835         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
18836              From: Jonathan Stowe <gellyfish@gellyfish.com>
18837              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
18838              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
18839              
18840              (replace #13327)
18841      Branch: perl
18842            ! lib/Term/Cap.pm
18843 ____________________________________________________________________________
18844 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
18845         Log: Replace #13335 with
18846              
18847              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
18848              From: Russ Allbery <rra@stanford.edu>
18849              Date: 27 Nov 2001 20:42:49 -0800
18850              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
18851      Branch: perl
18852            ! lib/Pod/Text/Termcap.pm
18853 ____________________________________________________________________________
18854 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
18855         Log: (replaced by #13336)
18856              
18857              Subject: [PATCH perl@13323] Termcap.pm with no termios
18858              From: "Craig A. Berry" <craigberry@mac.com> 
18859              Date: Tue, 27 Nov 2001 22:28:50 -0600
18860              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
18861      Branch: perl
18862            ! lib/Pod/Text/Termcap.pm
18863 ____________________________________________________________________________
18864 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
18865         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
18866              From: "Craig A. Berry" <craigberry@mac.com> 
18867              Date: Tue, 27 Nov 2001 21:46:45 -0600
18868              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
18869      Branch: perl
18870            ! configure.com
18871 ____________________________________________________________________________
18872 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
18873         Log: Upgrade to podlators 1.17.
18874      Branch: perl
18875            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
18876            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
18877 ____________________________________________________________________________
18878 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
18879         Log: Fix for "a\x{100}" =~ /A/i.
18880      Branch: perl
18881            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
18882            ! utf8.c
18883 ____________________________________________________________________________
18884 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
18885         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
18886              From: "Craig A. Berry" <craigberry@mac.com>
18887              Date: Tue, 27 Nov 2001 17:11:49 -0600
18888              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
18889      Branch: perl
18890            ! lib/DB.t
18891 ____________________________________________________________________________
18892 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
18893         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
18894              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18895              Date: Tue, 27 Nov 2001 14:55:23 -0500
18896              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
18897              
18898              Subject: [PATCH: perl@13324] updates to perldelta.pod 
18899              From: PPrymmer@factset.com
18900              Date: Tue, 27 Nov 2001 18:06:04 -0500
18901              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
18902              
18903              plus added some known problems.
18904      Branch: perl
18905            ! pod/perldelta.pod
18906 ____________________________________________________________________________
18907 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
18908         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
18909              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18910              Date: Tue, 27 Nov 2001 15:38:02 EST 
18911              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
18912      Branch: perl
18913            ! configure.com vms/vms.c vms/vmsish.h
18914 ____________________________________________________________________________
18915 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
18916         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
18917              From: Michael G Schwern <schwern@pobox.com> 
18918              Date: Tue, 27 Nov 2001 15:31:12 -0500
18919              Message-ID: <20011127153112.G20929@blackrider>
18920      Branch: perl
18921            ! t/run/kill_perl.t
18922 ____________________________________________________________________________
18923 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
18924         Log: (replaced by #13337)
18925              
18926              VMS can safely hardcode a termcap entry for VT100.
18927      Branch: perl
18928            ! lib/Term/Cap.pm
18929 ____________________________________________________________________________
18930 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
18931         Log: VMS piping fixes from Charles Lane (perl -P should
18932              be working now).
18933      Branch: perl
18934            ! vms/vms.c
18935 ____________________________________________________________________________
18936 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
18937         Log: Subject: [PATCH] perlvar.pod fix
18938              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18939              Date: Tue, 27 Nov 2001 13:11:47 -0500
18940              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
18941      Branch: perl
18942            ! pod/perlvar.pod
18943 ____________________________________________________________________________
18944 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
18945         Log: Update Changes.
18946      Branch: perl
18947            ! Changes patchlevel.h
18948 ____________________________________________________________________________
18949 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
18950         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
18951              From: "Craig A. Berry" <craigberry@mac.com> 
18952              Date: Tue, 27 Nov 2001 10:21:18 -0600
18953              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
18954      Branch: perl
18955            ! lib/ExtUtils/MM_VMS.pm
18956 ____________________________________________________________________________
18957 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
18958         Log: Protect against accumulating -options -options -options.
18959      Branch: perl
18960            ! hints/hpux.sh
18961 ____________________________________________________________________________
18962 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
18963         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
18964              From: Barrie Slaymaker <barries@slaysys.com>
18965              Date: Tue, 27 Nov 2001 10:58:54 -0500
18966              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
18967      Branch: perl
18968            ! lib/Benchmark.pm
18969 ____________________________________________________________________________
18970 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
18971         Log: Tiny fix from John P. Linderman.
18972      Branch: perl
18973            ! lib/sort.pm
18974 ____________________________________________________________________________
18975 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
18976         Log: The Story of sort(), from John P. Linderman.
18977      Branch: perl
18978            ! pod/perldelta.pod
18979 ____________________________________________________________________________
18980 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
18981         Log: Add information what to do if you are reading
18982              perluniintro but using some older Perl.
18983      Branch: perl
18984            ! pod/perluniintro.pod
18985 ____________________________________________________________________________
18986 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
18987         Log: Update the 'wide characters' FAQ entry.
18988      Branch: perl
18989            ! pod/perlfaq6.pod
18990 ____________________________________________________________________________
18991 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
18992         Log: Fix for
18993              
18994              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
18995              From: Marc Lehmann <root@schmorp.de>
18996              Date: Tue, 27 Nov 2001 14:27:14 +0100
18997              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
18998      Branch: perl
18999            ! ext/Encode.t ext/Encode/Encode.xs
19000 ____________________________________________________________________________
19001 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
19002         Log: Subject: [PATCH] DB_File 1.801
19003              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19004              Date: Tue, 27 Nov 2001 15:06:45 -0000
19005              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
19006      Branch: perl
19007            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19008            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
19009 ____________________________________________________________________________
19010 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
19011         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
19012      Branch: perl
19013            ! pod/perlmodlib.pod
19014 ____________________________________________________________________________
19015 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
19016         Log: sort() doc tweaks from John P. Linderman.
19017      Branch: perl
19018            ! pod/perlfunc.pod
19019 ____________________________________________________________________________
19020 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
19021         Log: Subject: [PATCH] More perldelta.pod nits
19022              From: Simon Glover <scog@roe.ac.uk>
19023              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
19024              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
19025      Branch: perl
19026            ! pod/perldelta.pod
19027 ____________________________________________________________________________
19028 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
19029         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
19030              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19031              Date: Tue, 27 Nov 2001 11:52:31 -0000
19032              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
19033      Branch: perl
19034            ! ext/Devel/PPPort/harness/Makefile.PL
19035 ____________________________________________________________________________
19036 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
19037         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
19038              From: Michael G Schwern <schwern@pobox.com>
19039              Date: Tue, 27 Nov 2001 03:38:24 -0500
19040              Message-ID: <20011127033824.A17775@blackrider>
19041      Branch: perl
19042            ! t/TEST
19043 ____________________________________________________________________________
19044 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
19045         Log: Subject: Re: perlcc very broken
19046              From: John Peacock <jpeacock@rowman.com>
19047              Date: Tue, 27 Nov 2001 06:48:01 -0500
19048              Message-ID: <3C037D71.4030508@rowman.com>
19049      Branch: perl
19050            ! utils/perlcc.PL
19051 ____________________________________________________________________________
19052 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
19053         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
19054              From: David Dyck <dcd@tc.fluke.com>
19055              Date: Mon, 26 Nov 2001 22:04:38 -0800
19056              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
19057      Branch: perl
19058            ! t/op/pack.t
19059 ____________________________________________________________________________
19060 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
19061         Log: Subject: [ID 20011126.149] t/op/split fails step 37
19062              From: David Dyck <dcd@tc.fluke.com>
19063              Date: Mon, 26 Nov 2001 21:52:35 -0800
19064              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
19065      Branch: perl
19066            ! t/op/split.t
19067 ____________________________________________________________________________
19068 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
19069         Log: incorporate last minute change from libnet 1.0901-tobe
19070      Branch: perl
19071            ! lib/Net/SMTP.pm
19072 ____________________________________________________________________________
19073 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
19074         Log: Pass 7 at perldelta - random edits.
19075      Branch: perl
19076            ! pod/perldelta.pod
19077 ____________________________________________________________________________
19078 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
19079         Log: Portability and skippage tweaks.
19080      Branch: perl
19081            ! t/op/split.t
19082 ____________________________________________________________________________
19083 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
19084         Log: (retracted by #13449)
19085              Try to make Unicode casemapping to work for EBCDIC, too.
19086      Branch: perl
19087            ! utf8.c
19088 ____________________________________________________________________________
19089 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
19090         Log: Just printing 1..0 is not quite enough...
19091      Branch: perl
19092            ! lib/Dumpvalue.t
19093 ____________________________________________________________________________
19094 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
19095         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
19096              Delay the match until runtime.
19097      Branch: perl
19098            ! t/op/append.t
19099 ____________________________________________________________________________
19100 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
19101         Log: UTF-EBCDIC.
19102      Branch: perl
19103            ! ext/Devel/Peek/Peek.t
19104 ____________________________________________________________________________
19105 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
19106         Log: Be UTF-EBCDIC aware.
19107      Branch: perl
19108            ! lib/bytes.t
19109 ____________________________________________________________________________
19110 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
19111         Log: Bad assumption which way digits and letters sort.
19112      Branch: perl
19113            ! lib/English.t
19114 ____________________________________________________________________________
19115 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
19116         Log: If in EBCDIC but no Convert::EBCDIC
19117              the libnet tests will all fail.
19118      Branch: perl
19119            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
19120            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
19121            ! lib/Net/t/smtp.t lib/Net/t/time.t
19122 ____________________________________________________________________________
19123 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
19124         Log: Just sorting to guarantee order is not enough.
19125              (Think EBCDIC.) 
19126      Branch: perl
19127            ! lib/ExtUtils/Manifest.t
19128 ____________________________________________________________________________
19129 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
19130         Log: OS/390 cleanable gunk.
19131      Branch: perl
19132            ! lib/ExtUtils/MM_Unix.pm
19133 ____________________________________________________________________________
19134 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
19135         Log: Update the EBCDIC MD5 checksums.
19136      Branch: perl
19137            ! ext/Digest/MD5/t/files.t
19138 ____________________________________________________________________________
19139 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
19140         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
19141              From: Nicholas Clark <nick@ccl4.org>
19142              Date: Mon, 26 Nov 2001 23:06:34 +0000
19143              Message-ID: <20011126230633.Q37621@plum.flirble.org>
19144      Branch: perl
19145            ! installman
19146 ____________________________________________________________________________
19147 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
19148         Log: sort tweaks from John P. Linderman.
19149      Branch: perl
19150            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
19151 ____________________________________________________________________________
19152 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
19153         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
19154              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
19155              Date: Mon, 26 Nov 2001 18:47:25 -0600
19156              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
19157              
19158              Craig Berry submitted half of this patch just yesterday.
19159              Spooky cosmic resonance.
19160      Branch: perl
19161            ! ext/Socket/Socket.xs
19162 ____________________________________________________________________________
19163 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
19164         Log: Subject: [PATCH] doio slightly smaller
19165              From: Nicholas Clark <nick@ccl4.org>
19166              Date: Tue, 27 Nov 2001 00:40:23 +0000      
19167              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
19168      Branch: perl
19169            ! doio.c
19170 ____________________________________________________________________________
19171 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
19172         Log: perldelta nits from Autrijus Tang and Ron Kimball.
19173      Branch: perl
19174            ! pod/perldelta.pod
19175 ____________________________________________________________________________
19176 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
19177         Log: Subject: [PATCH] unpack P* uses random length for item
19178              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
19179              Date: Mon, 26 Nov 2001 19:56:32 +0100
19180              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
19181      Branch: perl
19182            ! pod/perldiag.pod pp_pack.c t/op/pack.t
19183 ____________________________________________________________________________
19184 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
19185         Log: Subject: [PATCH current] system and taintedness
19186              From: Radu Greab <radu@netsoft.ro>
19187              Date: Mon, 26 Nov 2001 18:42:29 +0200
19188              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
19189      Branch: perl
19190            ! pp_sys.c t/op/taint.t
19191 ____________________________________________________________________________
19192 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
19193         Log: Subject: [PATCH @ 13283] Devel::PPPort
19194              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19195              Date: Mon, 26 Nov 2001 14:37:17 -0000
19196              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
19197      Branch: perl
19198            + ext/Devel/PPPort/MANIFEST
19199            ! MANIFEST ext/Devel/PPPort/Makefile.PL
19200            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
19201            ! ext/Devel/PPPort/harness/Harness.xs
19202            ! ext/Devel/PPPort/harness/Makefile.PL
19203            ! ext/Devel/PPPort/harness/module2.c
19204            ! ext/Devel/PPPort/harness/module3.c
19205            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
19206 ____________________________________________________________________________
19207 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
19208         Log: Update the test list.
19209      Branch: perl
19210            ! t/lib/1_compile.t
19211 ____________________________________________________________________________
19212 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
19213         Log: Sync-up tests with libnet distribution
19214      Branch: perl
19215            + lib/Net/t/netrc.t
19216            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
19217 ____________________________________________________________________________
19218 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
19219         Log: Update Changes.
19220      Branch: perl
19221            ! Changes patchlevel.h
19222 ____________________________________________________________________________
19223 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
19224         Log: Upgrade to podlators 1.16.
19225      Branch: perl
19226            + lib/Pod/t/basic.cap
19227            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
19228            ! lib/Pod/t/basic.t pod/pod2man.PL
19229 ____________________________________________________________________________
19230 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
19231         Log: Pass 6 at perldelta - sort enhancements, generic and
19232              platform specific bug fixes.
19233      Branch: perl
19234            ! pod/perldelta.pod
19235 ____________________________________________________________________________
19236 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
19237         Log: PROPAGATE documentation from Tony Cook.
19238      Branch: perl
19239            ! pod/perlfunc.pod
19240 ____________________________________________________________________________
19241 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
19242         Log: DJGPP cannot do signals that well.
19243      Branch: perl
19244            ! ext/POSIX/t/sigaction.t
19245 ____________________________________________________________________________
19246 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
19247         Log: Can't do subsecond alarms without ualarm; and break out
19248              early if alarms do not seem to be coming in as expected.
19249      Branch: perl
19250            ! ext/Time/HiRes/HiRes.t
19251 ____________________________________________________________________________
19252 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
19253         Log: No Socket, little Net.
19254      Branch: perl
19255            ! t/lib/1_compile.t
19256 ____________________________________________________________________________
19257 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
19258         Log: Take the taint brush to the getcwds.
19259      Branch: perl
19260            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
19261 ____________________________________________________________________________
19262 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
19263         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
19264              From: "Craig A. Berry" <craigberry@mac.com>
19265              Date: Sun, 25 Nov 2001 16:20:45 -0600
19266              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
19267      Branch: perl
19268            ! ext/Socket/Socket.xs
19269 ____________________________________________________________________________
19270 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
19271         Log: Since in some DOS filesystems the timestamp granularity
19272              may be only two seconds, better sleep for three to play safe.
19273              (Helps CygWin, at least.)
19274      Branch: perl
19275            ! lib/Memoize/t/expire_file.t
19276 ____________________________________________________________________________
19277 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
19278         Log: For some reason CygWin wasn't collapsing multiple
19279              slashes into one, which made some Spec.t tests to fail.
19280              Either CygWin was being too prudish or the collapsing
19281              logic needs to be rethunk.
19282      Branch: perl
19283            ! lib/File/Spec/Unix.pm
19284 ____________________________________________________________________________
19285 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
19286         Log: Cygwin needs to have libperl.dll around if trying to link
19287              with -lperl.  Note: this change cures the test but whether
19288              it cures CygPerl installation, I don't know: hopefully the
19289              libperl5_7_2.dll, or the version equivalent, gets installed
19290              also as libperl.dll to the proper place(s).
19291      Branch: perl
19292            ! lib/ExtUtils/Embed.t
19293 ____________________________________________________________________________
19294 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
19295         Log: -I../lib/.. and -L../lib/..?  Strange.
19296      Branch: perl
19297            ! lib/ExtUtils/Embed.t
19298 ____________________________________________________________________________
19299 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
19300         Log: $MM?
19301      Branch: perl
19302            ! lib/ExtUtils/Embed.pm
19303 ____________________________________________________________________________
19304 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
19305         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
19306              From: Dave Rolsky <autarch@urth.org>
19307              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
19308              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
19309      Branch: perl
19310            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
19311            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19312 ____________________________________________________________________________
19313 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
19314         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
19315              From: chromatic <chromatic@rmci.net>
19316              Date: Sat, 24 Nov 2001 14:56:57 -0700
19317              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
19318              
19319              plus a tweak for ithreads builds.
19320      Branch: perl
19321            + lib/DB.t
19322            ! MANIFEST lib/DB.pm
19323 ____________________________________________________________________________
19324 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
19325         Log: Win32 compilation tweaks for Blair Zajac.
19326      Branch: perl
19327            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
19328 ____________________________________________________________________________
19329 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
19330         Log: I don't think trying to bracket the hires time with lores
19331              times is going to be portable enough: Cygwin seems to be
19332              capable of getting hires ones rather consistently lower
19333              than the lores ones.  So let's try average difference instead.
19334      Branch: perl
19335            ! ext/Time/HiRes/HiRes.t
19336 ____________________________________________________________________________
19337 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
19338         Log: Subject: Re: benchmarks, sorts and reproducibility
19339              From: "John P. Linderman" <jpl@research.att.com>
19340              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
19341              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
19342              
19343              Randomize large partitions for quicksort to dodge the
19344              angry gods of quadratic.
19345      Branch: perl
19346            ! pp_sort.c
19347 ____________________________________________________________________________
19348 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
19349         Log: The joys of portable quoting.
19350      Branch: perl
19351            ! ext/Devel/PPPort/harness/Makefile.PL
19352 ____________________________________________________________________________
19353 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
19354         Log: sort pragma tweaks.
19355      Branch: perl
19356            ! lib/sort.pm
19357 ____________________________________________________________________________
19358 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
19359         Log: Skip the link= directives of utils.lst if no mandir
19360              (if no manpages).
19361      Branch: perl
19362            ! installman
19363 ____________________________________________________________________________
19364 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
19365         Log: integrate changes#8340,13260 from mainline
19366              
19367              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
19368              
19369              change#3373 introduced a handle leak in backticks and piped open()s
19370              that fail
19371      Branch: maint-5.6/perl
19372            ! t/io/pipe.t util.c
19373 ____________________________________________________________________________
19374 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
19375         Log: change#3373 introduced a handle leak in backticks and piped open()s
19376              that fail
19377      Branch: perl
19378            ! util.c
19379 ____________________________________________________________________________
19380 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
19381         Log: metaconfig unit change for #13258.
19382      Branch: metaconfig/U/perl
19383            ! d_procselfexe.U
19384 ____________________________________________________________________________
19385 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
19386         Log: Extraenous breaks noticed by David Dyck.
19387      Branch: perl
19388            ! Configure
19389 ____________________________________________________________________________
19390 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
19391         Log: Revert the /proc/self/auxv experiment for now.
19392      Branch: perl
19393            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
19394 ____________________________________________________________________________
19395 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
19396         Log: Also ExtUtils.t had $^X assumptions.
19397      Branch: perl
19398            ! lib/ExtUtils.t
19399 ____________________________________________________________________________
19400 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
19401         Log: Now is Solaris if you start the t/perl in the t/
19402              as "./perl", the $^X will be "../perl", not "./perl".
19403      Branch: perl
19404            ! t/lib/1_compile.t
19405 ____________________________________________________________________________
19406 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
19407         Log: The new way of finding out $^X in Solaris
19408              requires a little tweak if the executable
19409              pathname is *not* absolute: prepend "./"
19410              (otherwise `$^X ...` will start perl from PATH...)
19411      Branch: perl
19412            ! perl.c
19413 ____________________________________________________________________________
19414 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
19415         Log: Avoid "will not stay shared" warnings.
19416      Branch: perl
19417            ! lib/ExtUtils/MM_Unix.pm
19418 ____________________________________________________________________________
19419 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
19420         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
19421              From: Michael G Schwern <schwern@pobox.com>
19422              Date: Sat, 24 Nov 2001 19:56:18 -0500
19423              Message-ID: <20011124195618.A14614@blackrider>            
19424      Branch: perl
19425            ! perl.c pp_sys.c t/op/magic.t util.c
19426 ____________________________________________________________________________
19427 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
19428         Log: In the MakeMaker pm_to_blib target don't copy all
19429              the files in one fell swoop, deal with them hunkwise,
19430              helps for CLIs with limited line lengths.
19431              (This seems to help for DJGPP building Encode,
19432              where there are dozens of files to copy.)
19433      Branch: perl
19434            ! lib/ExtUtils/MM_Unix.pm
19435 ____________________________________________________________________________
19436 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
19437         Log: testsuite leaves stray files behind on windows
19438      Branch: perl
19439            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
19440 ____________________________________________________________________________
19441 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
19442         Log: xsubpp produces a spurious warning on directories called 'typemap'
19443      Branch: perl
19444            ! lib/ExtUtils/xsubpp
19445 ____________________________________________________________________________
19446 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
19447         Log: xsubpp treats invalid (indented) cpp directives as comments
19448      Branch: perl
19449            ! ext/IO/IO.xs
19450 ____________________________________________________________________________
19451 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
19452         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
19453      Branch: perl
19454            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
19455 ____________________________________________________________________________
19456 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
19457         Log: The debug_pag needs to be visible at all times
19458              because of the re extension.
19459      Branch: perl
19460            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
19461 ____________________________________________________________________________
19462 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
19463         Log: Subject: Re: [PATCH] Tests are good
19464              From: Philip Newton <Philip.Newton@gmx.net>
19465              Date: Sat, 24 Nov 2001 21:24:00 +0100
19466              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
19467      Branch: perl
19468            ! pod/perlhack.pod
19469 ____________________________________________________________________________
19470 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
19471         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
19472              From: "Craig A. Berry" <craigberry@mac.com> 
19473              Date: Sat, 24 Nov 2001 12:45:44 -0600
19474              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
19475              
19476              (with tweaks, and combined with Sarathy's #13242)
19477      Branch: perl
19478            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
19479 ____________________________________________________________________________
19480 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
19481         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
19482              From: John Peacock <jpeacock@rowman.com>
19483              Date: Sat, 24 Nov 2001 14:27:46 -0500
19484              Message-ID: <3BFFF4B2.40509@rowman.com> 
19485      Branch: perl
19486            ! lib/Exporter/Heavy.pm
19487 ____________________________________________________________________________
19488 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
19489         Log: use portable quotes
19490      Branch: perl
19491            ! ext/Devel/PPPort/harness/Makefile.PL
19492 ____________________________________________________________________________
19493 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
19494         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
19495              From: Nicholas Clark <nick@ccl4.org>
19496              Date: Sat, 24 Nov 2001 18:06:26 +0000
19497              Message-ID: <20011124180626.T37621@plum.flirble.org>
19498      Branch: perl
19499            ! installman
19500 ____________________________________________________________________________
19501 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
19502         Log: Subject: [PATCH] perl5005delta.pod L<>
19503              From: Nicholas Clark <nick@ccl4.org>
19504              Date: Sat, 24 Nov 2001 18:04:21 +0000
19505              Message-ID: <20011124180421.S37621@plum.flirble.org>
19506      Branch: perl
19507            ! pod/perl5005delta.pod
19508 ____________________________________________________________________________
19509 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
19510         Log: fix typo in config.vc; regenerate win32 config_H.* files
19511      Branch: perl
19512            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19513            ! win32/config_H.vc
19514 ____________________________________________________________________________
19515 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
19516         Log: Mention the charnames::vianame().
19517      Branch: perl
19518            ! pod/perluniintro.pod
19519 ____________________________________________________________________________
19520 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
19521         Log: Add charnames::vianame() in case people want to access
19522              the codes in run-time (as opposed to the compile-timeness
19523              of \N{...}).
19524      Branch: perl
19525            ! lib/charnames.pm lib/charnames.t
19526 ____________________________________________________________________________
19527 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
19528         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
19529              From: Nicholas Clark <nick@ccl4.org>
19530              Date: Sat, 24 Nov 2001 16:30:42 +0000
19531              Message-ID: <20011124163042.R37621@plum.flirble.org>
19532      Branch: perl
19533            ! regcomp.c regcomp.h
19534 ____________________________________________________________________________
19535 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
19536         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
19537              From: Nicholas Clark <nick@ccl4.org>
19538              Date: Sat, 24 Nov 2001 16:24:33 +0000
19539              Message-ID: <20011124162433.Q37621@plum.flirble.org>
19540              
19541              cmp fixes.
19542      Branch: perl
19543            ! pp.c
19544 ____________________________________________________________________________
19545 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
19546         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
19547              (It seems that "./perl" gets resolved to "perl" now.)
19548      Branch: perl
19549            ! perl.c
19550 ____________________________________________________________________________
19551 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
19552         Log: Subject: [PATCH] DB_File 1.800        
19553              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
19554              Date: Sat, 24 Nov 2001 11:41:41 -0000
19555              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
19556      Branch: perl
19557            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19558            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
19559            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19560            ! ext/DB_File/t/db-recno.t
19561 ____________________________________________________________________________
19562 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
19563         Log: Tweak the PUSHED documentation.
19564      Branch: perl
19565            ! ext/PerlIO/Via/Via.pm
19566 ____________________________________________________________________________
19567 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
19568         Log: Update 1_compile for new known tests.
19569      Branch: perl
19570            ! t/lib/1_compile.t
19571 ____________________________________________________________________________
19572 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
19573         Log: Move the MBF/MBI test modules to t/lib.
19574      Branch: perl
19575            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
19576            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
19577            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
19578            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
19579            ! lib/Math/BigInt/t/sub_mbi.t
19580 ____________________________________________________________________________
19581 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
19582         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
19583              From: "Craig A. Berry" <craigberry@mac.com> 
19584              Date: Fri, 23 Nov 2001 18:05:35 -0600
19585              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
19586      Branch: perl
19587            ! configure.com
19588 ____________________________________________________________________________
19589 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
19590         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
19591              From: PPrymmer@factset.com 
19592              Date: Fri, 23 Nov 2001 17:03:07 -0500
19593              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
19594      Branch: perl
19595            ! ext/Unicode/Normalize/mkheader
19596 ____________________________________________________________________________
19597 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
19598         Log: Here are the right helper files.
19599      Branch: perl
19600            + t/lib/Filter/Simple/ExportTest.pm
19601            + t/lib/Filter/Simple/FilterOnlyTest.pm
19602            + t/lib/Filter/Simple/FilterTest.pm
19603            + t/lib/Filter/Simple/ImportTest.pm
19604            ! MANIFEST
19605 ____________________________________________________________________________
19606 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
19607         Log: Update Changes.
19608      Branch: perl
19609            ! Changes patchlevel.h
19610 ____________________________________________________________________________
19611 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
19612         Log: Never mind.
19613      Branch: perl
19614            - lib/Filter/Simple/lib/ExportTest.pm
19615            - lib/Filter/Simple/lib/ImportTest.pm
19616 ____________________________________________________________________________
19617 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
19618         Log: Mis-add.
19619      Branch: perl
19620            + lib/Filter/Simple/lib/ExportTest.pm
19621            + lib/Filter/Simple/lib/ImportTest.pm
19622 ____________________________________________________________________________
19623 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
19624         Log: Upgrade to Filter::Simple 0.77.
19625      Branch: perl
19626            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
19627            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
19628            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
19629            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
19630            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
19631 ____________________________________________________________________________
19632 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
19633         Log: Missing p4 add.
19634      Branch: perl
19635            + lib/ExtUtils/MM_VMS.t
19636 ____________________________________________________________________________
19637 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
19638         Log: Pass 5 at perldelta - module and utility updates cleanup.
19639      Branch: perl
19640            ! pod/perldelta.pod
19641 ____________________________________________________________________________
19642 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
19643         Log: metaconfig unit change for #13219.
19644      Branch: metaconfig/U/perl
19645            ! d_procselfexe.U
19646 ____________________________________________________________________________
19647 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
19648         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
19649      Branch: perl
19650            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19651            ! pod/buildtoc.PL pod/perltoc.pod
19652 ____________________________________________________________________________
19653 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
19654         Log: Add procselfexe and d_dirfd to strange lands.
19655      Branch: perl
19656            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
19657            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19658            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19659            ! win32/config.gc win32/config.vc win32/config.win64
19660            ! wince/config.ce
19661 ____________________________________________________________________________
19662 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
19663         Log: metaconfig unit change for #13216.
19664      Branch: metaconfig/U/perl
19665            ! d_procselfexe.U
19666 ____________________________________________________________________________
19667 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
19668         Log: Better to "quote" the pathname.
19669      Branch: perl
19670            ! Configure config_h.SH
19671 ____________________________________________________________________________
19672 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
19673         Log: Use PROCSELFEXE_PATH.
19674      Branch: perl
19675            ! perl.c
19676 ____________________________________________________________________________
19677 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
19678         Log: metaconfig unit change for #13213.
19679      Branch: metaconfig/U/perl
19680            ! d_procselfexe.U
19681 ____________________________________________________________________________
19682 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
19683         Log: Add probing for BSD-like /proc/curproc/file.
19684      Branch: perl
19685            ! Configure config_h.SH
19686 ____________________________________________________________________________
19687 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
19688         Log: metaconfig unit change for 13211.
19689      Branch: metaconfig/U/perl
19690            + d_dirfd.U
19691 ____________________________________________________________________________
19692 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
19693         Log: Add probing for dirfd() so that it can be added it IO::Dir.
19694      Branch: perl
19695            ! Configure config_h.SH perl.h
19696 ____________________________________________________________________________
19697 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
19698         Log: ...and update the test count.
19699      Branch: perl
19700            ! lib/Pod/t/basic.t
19701 ____________________________________________________________________________
19702 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
19703         Log: Must remove the cap test also from the test script.
19704      Branch: perl
19705            ! lib/Pod/t/basic.t
19706 ____________________________________________________________________________
19707 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
19708         Log: Subject: [PATCH] Tests are good
19709              From: Nicholas Clark <nick@ccl4.org>
19710              Date: Fri, 23 Nov 2001 18:12:21 +0000
19711              Message-ID: <20011123181220.F37621@plum.flirble.org>
19712      Branch: perl
19713            ! pod/perlhack.pod
19714 ____________________________________________________________________________
19715 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
19716         Log: The basic.cap from podlators 1.14 is not very portable.
19717      Branch: perl
19718            - lib/Pod/t/basic.cap
19719            ! MANIFEST
19720 ____________________________________________________________________________
19721 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
19722         Log: Subject: Re: [DOC PATCHES] pod cleanups
19723              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19724              Date: 22 Nov 2001 12:54:16 -0000
19725              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
19726      Branch: perl
19727            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
19728            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
19729 ____________________________________________________________________________
19730 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
19731         Log: FAQ sync.
19732      Branch: perl
19733            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
19734 ____________________________________________________________________________
19735 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
19736         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
19737              From: PPrymmer@factset.com
19738              Date: Fri, 23 Nov 2001 11:43:45 -0500
19739              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
19740      Branch: perl
19741            ! MANIFEST lib/ExtUtils/MM_VMS.pm
19742 ____________________________________________________________________________
19743 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
19744         Log: Corify podlators 1.14 test.
19745      Branch: perl
19746            ! lib/Pod/t/basic.t
19747 ____________________________________________________________________________
19748 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
19749         Log: Output tweak needed because of podlators 1.14.
19750      Branch: perl
19751            ! t/pod/multiline_items.xr
19752 ____________________________________________________________________________
19753 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
19754         Log: Upgrade to podlators 1.14.
19755      Branch: perl
19756            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
19757            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
19758            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
19759            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
19760            ! lib/Pod/Text/Overstrike.pm
19761 ____________________________________________________________________________
19762 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
19763         Log: perlmodinstall tweaks from Philip Newton.
19764      Branch: perl
19765            ! pod/perlmodinstall.pod
19766 ____________________________________________________________________________
19767 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
19768         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
19769              From: Autrijus Tang <autrijus@autrijus.org>           
19770              Date: Fri, 23 Nov 2001 23:55:53 +0800
19771              Message-ID: <20011123235553.A2310@not.autrijus.org>
19772      Branch: perl
19773            ! Porting/genlog
19774 ____________________________________________________________________________
19775 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
19776         Log: Subject: Re: regex oddness with \Z and $&
19777              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
19778              Date: Fri, 23 Nov 2001 15:15:24 +0000
19779              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
19780      Branch: perl
19781            ! regcomp.c t/op/re_tests
19782 ____________________________________________________________________________
19783 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
19784         Log: regen_headers.
19785      Branch: perl
19786            ! embed.h global.sym pod/perlapi.pod proto.h
19787 ____________________________________________________________________________
19788 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
19789         Log: Forgotten check-in.
19790      Branch: perl
19791            ! pod/perlapi.pod
19792 ____________________________________________________________________________
19793 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
19794         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
19795      Branch: perl
19796            ! lib/Test/Simple.pm
19797 ____________________________________________________________________________
19798 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
19799         Log: Retract #13173 (effectively retract Net::Ping 2.06,
19800              go back to 2.04, the 2.06 hasn't seen the patches
19801              that have gone to the blead version.)
19802      Branch: perl
19803            - lib/Net/Ping/CHANGES lib/Net/Ping/README
19804            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19805            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19806            - lib/Net/Ping/t/200_ping_tcp.t
19807            ! MANIFEST lib/Net/Ping.pm
19808 ____________________________________________________________________________
19809 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
19810         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
19811              From: Robin Barker <rmb1@cise.npl.co.uk>
19812              Date: Thu, 22 Nov 2001 11:00:38 GMT
19813              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
19814      Branch: perl
19815            ! utils/perldoc.PL
19816 ____________________________________________________________________________
19817 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
19818         Log: metaconfig unit change for #13191.
19819      Branch: metaconfig/U/perl
19820            ! d_procselfexe.U
19821 ____________________________________________________________________________
19822 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
19823         Log: procselfexe tweak: for some reason I had a ls in
19824              /proc/self/exe, not the ls Configure thought it
19825              would found.
19826      Branch: perl
19827            ! Configure
19828 ____________________________________________________________________________
19829 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
19830         Log: Corify the Net::Ping tests; skip the tests
19831              unless $ENV{PERL_TEST_Net_Ping} is true.
19832      Branch: perl
19833            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19834            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19835            ! lib/Net/Ping/t/200_ping_tcp.t
19836 ____________________________________________________________________________
19837 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
19838         Log: metaconfig units changes for #13188.
19839      Branch: metaconfig
19840            ! U/modified/Head.U
19841      Branch: metaconfig/U/perl
19842            ! issymlink.U
19843 ____________________________________________________________________________
19844 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
19845         Log: The #13182 didn't really help.  The real problem
19846              seems to be that 'sh' can in AIX mean at least three
19847              different things, and we can't know which one it is
19848              unless we export $newsh from an earlier run (and it's
19849              the 'bsh' aka 'sh' that has the the broken test -h).
19850      Branch: perl
19851            ! Configure
19852 ____________________________________________________________________________
19853 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
19854         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
19855      Branch: perl
19856            ! op.c t/op/override.t
19857 ____________________________________________________________________________
19858 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
19859         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
19860              From: PPrymmer@factset.com 
19861              Date: Wed, 21 Nov 2001 20:17:25 -0500
19862              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
19863      Branch: perl
19864            ! lib/Shell.t
19865 ____________________________________________________________________________
19866 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
19867         Log: Reapply perlmodinstall parts of #12897.
19868      Branch: perl
19869            ! pod/perlmodinstall.pod
19870 ____________________________________________________________________________
19871 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
19872         Log: perlmodinstall 2.01 from Jon Orwant.
19873      Branch: perl
19874            ! pod/perlmodinstall.pod
19875 ____________________________________________________________________________
19876 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
19877         Log: Subject: [PATCH @10907] REXX on OS/2
19878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19879              Date: Wed, 21 Nov 2001 15:26:11 -0500
19880              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
19881      Branch: perl
19882            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
19883            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
19884 ____________________________________________________________________________
19885 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
19886         Log: metaconfig unit change for #13181.
19887      Branch: metaconfig/U/perl
19888            ! issymlink.U
19889 ____________________________________________________________________________
19890 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
19891         Log: AIX has broken builtin 'test'.
19892      Branch: perl
19893            ! Configure
19894 ____________________________________________________________________________
19895 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
19896         Log: Subject: [PATCH 5.7.x] INSTALL size update
19897              From: Andy Dougherty <doughera@lafayette.edu>
19898              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
19899              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
19900      Branch: perl
19901            ! INSTALL
19902 ____________________________________________________________________________
19903 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
19904         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
19905              to pp_sort.c.  Includes the quicksort stabilizing layer
19906              from John P. Linderman.  -Msort=qsort or -Msort=fast is
19907              faster than without (or with -Msort=mergesort or -Msort=safe)
19908              for short random inputs, but for some reason not quite as fast
19909              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
19910              optimizing definitely needed.
19911      Branch: perl
19912            + lib/sort.pm lib/sort.t pp_sort.c
19913            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
19914            ! embed.pl global.sym perl.h pp_ctl.c proto.h
19915            ! vms/descrip_mms.template vos/build.cm win32/Makefile
19916            ! win32/makefile.mk wince/Makefile.ce
19917 ____________________________________________________________________________
19918 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
19919         Log: Sync file with libnet-1.0901-tobe
19920      Branch: perl
19921            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
19922            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
19923            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
19924            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
19925            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
19926 ____________________________________________________________________________
19927 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
19928         Log: Subject: [PATCH perldoc] problems with pod2man
19929              From: Robin Barker <rmb1@cise.npl.co.uk>
19930              Date: Wed, 21 Nov 2001 17:48:51 GMT
19931              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
19932      Branch: perl
19933            ! utils/perldoc.PL
19934 ____________________________________________________________________________
19935 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
19936         Log: debug_pad only visible when debugging.
19937      Branch: perl
19938            ! makedef.pl
19939 ____________________________________________________________________________
19940 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
19941         Log: metaconfig units changes for #13174.
19942      Branch: metaconfig/U/perl
19943            + d_procselfexe.U
19944            - procselfexe.U
19945 ____________________________________________________________________________
19946 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
19947         Log: procselfexe tweaks.
19948      Branch: perl
19949            ! Configure config_h.SH
19950 ____________________________________________________________________________
19951 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
19952         Log: Upgrade to Net::Ping 2.06.
19953      Branch: perl
19954            + lib/Net/Ping/CHANGES lib/Net/Ping/README
19955            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19956            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19957            + lib/Net/Ping/t/200_ping_tcp.t
19958            ! MANIFEST lib/Net/Ping.pm
19959 ____________________________________________________________________________
19960 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
19961         Log: Upgrade to Math::BigInt 1.47.
19962      Branch: perl
19963            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19964            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
19965            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
19966            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19967            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
19968            ! lib/Math/BigInt/t/sub_mbi.t
19969 ____________________________________________________________________________
19970 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
19971         Log: Dynaloading for POSIX-BC from Thomas Dorner.
19972      Branch: perl
19973            ! hints/posix-bc.sh
19974 ____________________________________________________________________________
19975 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
19976         Log: Strange: the same mysterious regex study bug
19977              seems to be present both in OS/390 and POSIX-BC.
19978              Deep EBCDIC magic that regex engine gets wrong,
19979              or a bug in some compiler/library shared by the
19980              two platforms?  From Thomas Dorner.
19981      Branch: perl
19982            ! t/op/study.t
19983 ____________________________________________________________________________
19984 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
19985         Log: More lost and found.
19986      Branch: perl
19987            + lib/Test/Simple/README
19988            ! MANIFEST
19989 ____________________________________________________________________________
19990 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
19991         Log: MANIFESTly missing.
19992      Branch: perl
19993            ! MANIFEST
19994 ____________________________________________________________________________
19995 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
19996         Log: Subject: Re: PERFORCE change 13162 for review               
19997              From: Philip Newton <Philip.Newton@gmx.net> 
19998              Date: Wed, 21 Nov 2001 16:44:30 +0100
19999              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
20000      Branch: perl
20001            ! ext/Devel/PPPort/PPPort.pm
20002 ____________________________________________________________________________
20003 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
20004         Log: Update Changes.
20005      Branch: perl
20006            ! Changes patchlevel.h
20007 ____________________________________________________________________________
20008 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
20009         Log: Small doc tweaks.
20010      Branch: perl
20011            ! ext/PerlIO/Via/Via.pm
20012 ____________________________________________________________________________
20013 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
20014         Log: Redundant return.
20015      Branch: perl
20016            ! ext/MIME/Base64/QuotedPrint.pm
20017 ____________________________________________________________________________
20018 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
20019         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
20020              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
20021              Date: Wed, 21 Nov 2001 10:23:16 +0100
20022              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
20023      Branch: perl
20024            ! pp_pack.c t/op/pack.t
20025 ____________________________________________________________________________
20026 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
20027         Log: Add Devel::PPPort originally from Kenneth Albanowski,
20028              revigorated by Paul Marquess: gives h2xs a Perl version
20029              portability boost.
20030      Branch: perl
20031            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
20032            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
20033            + ext/Devel/PPPort/harness/Harness.pm
20034            + ext/Devel/PPPort/harness/Harness.xs
20035            + ext/Devel/PPPort/harness/Makefile.PL
20036            + ext/Devel/PPPort/harness/module2.c
20037            + ext/Devel/PPPort/harness/module3.c
20038            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
20039            ! MANIFEST lib/h2xs.t utils/h2xs.PL
20040 ____________________________________________________________________________
20041 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
20042         Log: Oops.
20043      Branch: perl
20044            ! lib/Test/Simple/t/filehandles.t
20045 ____________________________________________________________________________
20046 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
20047         Log: Subject: Re: PERFORCE change 13152 for review               
20048              From: Philip Newton <Philip.Newton@gmx.net> 
20049              Date: Wed, 21 Nov 2001 09:04:05 +0100
20050              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
20051      Branch: perl
20052            ! lib/Test/Builder.pm
20053 ____________________________________________________________________________
20054 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
20055         Log: Subject: Re: PERFORCE change 13142 for review
20056              From: Philip Newton <Philip.Newton@gmx.net>
20057              Date: Wed, 21 Nov 2001 09:04:03 +0100
20058              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
20059              
20060              plus rewrap few paragraphs.
20061      Branch: perl
20062            ! lib/Pod/LaTeX.pm
20063 ____________________________________________________________________________
20064 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
20065         Log: Integrate #13154 from macperl; Remove comments.
20066      Branch: perl
20067           !> lib/File/Spec/Mac.pm
20068 ____________________________________________________________________________
20069 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
20070         Log: Update the list of modules having tests.
20071      Branch: perl
20072            ! t/lib/1_compile.t
20073 ____________________________________________________________________________
20074 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
20075         Log: Slight doc changes.
20076      Branch: maint-5.6/macperl
20077            ! macos/macperl/MacPerl.podhelp
20078 ____________________________________________________________________________
20079 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
20080         Log: Add UTF-16 coercion.
20081      Branch: maint-5.6/macperl
20082            ! macos/lib/Mac/AppleEvents/Simple.pm
20083 ____________________________________________________________________________
20084 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
20085         Log: Remove comments.
20086      Branch: maint-5.6/macperl
20087            ! lib/File/Spec/Mac.pm
20088 ____________________________________________________________________________
20089 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
20090         Log: Fix FSpGetCatInfo (and other functions) corrupting
20091              memory with bad filespecs (bug #471867)
20092      Branch: maint-5.6/macperl
20093            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
20094 ____________________________________________________________________________
20095 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
20096         Log: Upgrade to Test::Simple 0.33.
20097      Branch: perl
20098            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
20099            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
20100            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
20101 ____________________________________________________________________________
20102 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
20103         Log: Upgrade to Test::Harness 1.26.
20104      Branch: perl
20105            ! lib/Test/Harness.pm lib/Test/Harness/Changes
20106 ____________________________________________________________________________
20107 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
20108         Log: Integrate change #13145 from maintperl;
20109              another compatibility tweak to change#12559: avoid quoting
20110              arguments that already have quotes; add test case
20111      Branch: perl
20112           !> t/op/system_tests win32/win32.c
20113 ____________________________________________________________________________
20114 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
20115         Log: integrate change#13147 from mainline (fixes nit in change#10091)
20116              
20117              Subject: [PATCH] spaceship and refs
20118      Branch: maint-5.6/perl
20119            ! pp.c pp_hot.c t/op/cmp.t
20120 ____________________________________________________________________________
20121 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
20122         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
20123              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
20124              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
20125              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
20126      Branch: perl
20127            + lib/Pod/t/utils.t
20128            ! MANIFEST
20129 ____________________________________________________________________________
20130 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
20131         Log: Subject: [PATCH] spaceship and refs
20132              From: Nicholas Clark <nick@ccl4.org>
20133              Date: Tue, 20 Nov 2001 21:59:51 +0000
20134              Message-ID: <20011120215951.U62891@plum.flirble.org> 
20135      Branch: perl
20136            ! pp.c pp_hot.c t/op/cmp.t
20137 ____________________________________________________________________________
20138 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
20139         Log: Try to clarify which I/O call operates on bytes,
20140              which on characters, which on either.
20141      Branch: perl
20142            ! pod/perlfunc.pod
20143 ____________________________________________________________________________
20144 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
20145         Log: another compatibility tweak to change#12559: avoid quoting
20146              arguments that already have quotes; add test case
20147      Branch: maint-5.6/perl
20148            ! t/op/system_tests win32/win32.c
20149 ____________________________________________________________________________
20150 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
20151         Log: Give a simple example of writing PerlIO::Via handlers
20152              in Perl.
20153      Branch: perl
20154            ! ext/PerlIO/Via/Via.pm
20155 ____________________________________________________________________________
20156 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
20157         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
20158      Branch: perl
20159            + lib/Pod/t/latex.t
20160            ! MANIFEST
20161 ____________________________________________________________________________
20162 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
20163         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
20164              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20165              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
20166              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
20167      Branch: perl
20168            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
20169 ____________________________________________________________________________
20170 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
20171         Log: Spread d_procselfexe to far-off lands (undefined).
20172      Branch: perl
20173            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
20174            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20175            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20176            ! win32/config.gc win32/config.vc win32/config.win64
20177            ! wince/config.ce
20178 ____________________________________________________________________________
20179 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
20180         Log: Integrate perlio; add detection and use of /proc/self/exe
20181              (Linuxism for finding the absolute path of the executable)
20182      Branch: perl
20183           !> Configure config_h.SH perl.c t/op/magic.t
20184 ____________________________________________________________________________
20185 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
20186         Log: Really define do_report_used() only if DEBUGGING.
20187      Branch: perl
20188            ! sv.c
20189 ____________________________________________________________________________
20190 [ 13138] By: nick                                  on 2001/11/20  20:01:05
20191         Log: perl.c change to use HAS_PROCSELFEXE, also
20192              tweak to $^X test to comprehend full path to real executable
20193              being returned (like Cygwin as it happens...)
20194      Branch: perlio
20195            ! perl.c t/op/magic.t
20196 ____________________________________________________________________________
20197 [ 13137] By: nick                                  on 2001/11/20  19:46:00
20198         Log: Integrate mainline
20199      Branch: perlio
20200           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
20201           +> lib/NEXT/t/unseen.t
20202            - lib/NEXT/test.pl
20203           !> (integrate 34 files)
20204 ____________________________________________________________________________
20205 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
20206         Log: Subject: [?PATCH] terser pp_eq
20207              From: Nicholas Clark <nick@ccl4.org>
20208              Date: Mon, 19 Nov 2001 23:09:02 +0000
20209              Message-ID: <20011119230901.O62891@plum.flirble.org>
20210      Branch: perl
20211            ! pp_hot.c
20212 ____________________________________________________________________________
20213 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
20214         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
20215      Branch: perl
20216            ! pod/perldelta.pod
20217 ____________________________________________________________________________
20218 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
20219         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
20220              From: Andy Dougherty <doughera@lafayette.edu>
20221              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
20222              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
20223      Branch: perl
20224            ! ext/re/Makefile.PL ext/re/re.xs
20225 ____________________________________________________________________________
20226 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
20227         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
20228              From: Andy Dougherty <doughera@lafayette.edu>
20229              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
20230              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
20231      Branch: perl
20232            ! ext/re/re.xs
20233 ____________________________________________________________________________
20234 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
20235         Log: Integrate change #13119 from macperl.
20236              (No changes since already applied the patch,
20237              just keep perforce happy and well-fed.)
20238      Branch: perl
20239           !> lib/Pod/Html.pm
20240 ____________________________________________________________________________
20241 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
20242         Log: Subject: [PATCH] filter-util.pl for Mac OS
20243              From: Chris Nandor <pudge@pobox.com>
20244              Date: Tue, 20 Nov 2001 00:16:11 -0500
20245              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
20246      Branch: perl
20247            ! t/lib/filter-util.pl
20248 ____________________________________________________________________________
20249 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
20250         Log: Subject: [PATCH] Portability fix for Pod::Html
20251              From: Chris Nandor <pudge@pobox.com>
20252              Date: Tue, 20 Nov 2001 00:01:05 -0500
20253              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
20254      Branch: perl
20255            ! lib/Pod/Html.pm
20256 ____________________________________________________________________________
20257 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
20258         Log: Need to skip more tests if not perlio.
20259      Branch: perl
20260            ! lib/open.t
20261 ____________________________________________________________________________
20262 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
20263         Log: Pass 3 at perldelta - sort the lists of new modules,
20264              module improvements, and new platforms.
20265      Branch: perl
20266            ! pod/perldelta.pod
20267 ____________________________________________________________________________
20268 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
20269         Log: Document ${^OPEN}.
20270      Branch: perl
20271            ! pod/perlvar.pod
20272 ____________________________________________________________________________
20273 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
20274         Log: Make configpm work with extra keys
20275      Branch: maint-5.6/macperl
20276            ! macos/configpm
20277 ____________________________________________________________________________
20278 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
20279         Log: Version and doc updates
20280      Branch: maint-5.6/macperl
20281            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
20282 ____________________________________________________________________________
20283 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
20284         Log: More fixes for error message parsing (bug #470316)
20285      Branch: maint-5.6/macperl
20286            ! macos/macish.c
20287 ____________________________________________________________________________
20288 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
20289         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
20290              remove obsolete function (bug #465225)
20291      Branch: maint-5.6/macperl
20292            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
20293            ! macos/macperl/MPScript.c
20294 ____________________________________________________________________________
20295 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
20296         Log: Add p2as droplet to distribution.
20297      Branch: maint-5.6/macperl
20298            + macos/macperl/Droplets/p2as.plx
20299 ____________________________________________________________________________
20300 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
20301         Log: Bundle File::Sort.
20302      Branch: maint-5.6/macperl
20303            + macos/bundled_lib/blib/lib/File/Sort.pm
20304 ____________________________________________________________________________
20305 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
20306         Log: Various bundled module fixes.
20307      Branch: maint-5.6/macperl
20308            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
20309            ! macos/bundled_ext/Digest/MD5/t/files.t
20310            ! macos/bundled_ext/Filter/t/filter-util.pl
20311            ! macos/bundled_lib/blib/lib/Net/Config.pm
20312            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
20313 ____________________________________________________________________________
20314 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
20315         Log: Portability fix for Pod::Html.
20316      Branch: maint-5.6/macperl
20317            ! lib/Pod/Html.pm
20318 ____________________________________________________________________________
20319 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
20320         Log: Upgrade to Text::Balanced 1.89.
20321      Branch: perl
20322            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
20323            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
20324            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
20325            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
20326            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
20327            ! lib/Text/Balanced/t/gentag.t
20328 ____________________________________________________________________________
20329 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
20330         Log: Upgrade to NEXT 0.50.
20331      Branch: perl
20332            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
20333            + lib/NEXT/t/unseen.t
20334            - lib/NEXT/test.pl
20335            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
20336 ____________________________________________________________________________
20337 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
20338         Log: Integrate with maint-5.6/perl.
20339      Branch: maint-5.6/macperl
20340           !> win32/win32.c
20341 ____________________________________________________________________________
20342 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
20343         Log: Update the README.threads scary header a bit.
20344      Branch: perl
20345            ! README.threads
20346 ____________________________________________________________________________
20347 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
20348         Log: Pass 2 at perldelta: add some changes since 5.7.2.
20349      Branch: perl
20350            ! pod/perldelta.pod
20351 ____________________________________________________________________________
20352 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
20353         Log: Subject: [DOC PATCH] perlfaq4.pod 
20354              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20355              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
20356              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
20357      Branch: perl
20358            ! pod/perlfaq4.pod
20359 ____________________________________________________________________________
20360 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
20361         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
20362              From: Michael G Schwern <schwern@pobox.com> 
20363              Date: Mon, 19 Nov 2001 19:53:12 -0500
20364              Message-ID: <20011119195311.I11883@blackrider>
20365      Branch: perl
20366            ! perl.c
20367 ____________________________________________________________________________
20368 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
20369         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
20370              From: PPrymmer@factset.com
20371              Date: Mon, 19 Nov 2001 17:08:59 -0500
20372              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
20373      Branch: perl
20374            ! vms/descrip_mms.template
20375 ____________________________________________________________________________
20376 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
20377         Log: Create a per-interpeter debug scratchpad container
20378              and use that for the regexec debugging.
20379      Branch: perl
20380            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
20381 ____________________________________________________________________________
20382 [ 13109] By: nick                                  on 2001/11/19  22:01:45
20383         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
20384              Configure unit detects the feature).
20385      Branch: metaconfig/U/perl
20386            + procselfexe.U
20387      Branch: perlio
20388            ! Configure config_h.SH
20389 ____________________________________________________________________________
20390 [ 13108] By: nick                                  on 2001/11/19  20:39:17
20391         Log: Integrate mainline
20392      Branch: perlio
20393           +> t/op/or.t
20394           !> (integrate 44 files)
20395 ____________________________________________________________________________
20396 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
20397         Log: sysseek tweak.
20398      Branch: perl
20399            ! pod/perlfunc.pod
20400 ____________________________________________________________________________
20401 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
20402         Log: Move the sysio tests from io/utf8 to lib/open.
20403      Branch: perl
20404            ! lib/open.t t/io/utf8.t
20405 ____________________________________________________________________________
20406 [ 13105] By: nick                                  on 2001/11/19  20:15:39
20407         Log: Add a .package and a README to //depot/metaconfig
20408      Branch: metaconfig
20409            + .package README
20410 ____________________________________________________________________________
20411 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
20412         Log: Thou shalt not mix stdio and sysio.
20413      Branch: perl
20414            ! t/io/utf8.t
20415 ____________________________________________________________________________
20416 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
20417         Log: Update Changes.
20418      Branch: perl
20419            ! Changes patchlevel.h
20420 ____________________________________________________________________________
20421 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
20422         Log: The runops_debug needs to be present always, otherwise
20423              places like AIX which need an explicit symbol export list
20424              will croak when trying to build Devel::Peek (which uses
20425              the runops_debug).
20426      Branch: perl
20427            ! makedef.pl
20428 ____________________________________________________________________________
20429 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
20430         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
20431              From: PPrymmer@factset.com 
20432              Date: Mon, 19 Nov 2001 11:34:22 -0500
20433              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
20434      Branch: perl
20435            ! lib/Memoize/t/tie_sdbm.t
20436 ____________________________________________________________________________
20437 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
20438         Log: Retract #13088: it seems that unless dump.c is extensively
20439              reorganized as to what symbols it shows, when, and to whom,
20440              we are stuck with having the dump.o symbols in the libperl
20441              and thusly in the main Perl binary.
20442      Branch: perl
20443            ! embedvar.h perlapi.h perlvars.h
20444 ____________________________________________________________________________
20445 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
20446         Log: The _uni_display should not be in dump.c since they
20447              are used under normal operation (S_not_a_number()).
20448      Branch: perl
20449            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
20450 ____________________________________________________________________________
20451 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
20452         Log: Protect sv_dump() from being included unless DEBUGGING,
20453              as noticed by Ilya.
20454      Branch: perl
20455            ! sv.c
20456 ____________________________________________________________________________
20457 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
20458         Log: Pending further investigation skip the tell() tests.
20459              The tell() is okay on Solaris, HP-UX and Tru64, but fails
20460              (by returning too much) in Linux.
20461      Branch: perl
20462            ! t/io/utf8.t
20463 ____________________________________________________________________________
20464 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
20465         Log: Retract #13082 until a better solution is found:
20466              statics break ithreads.
20467      Branch: perl
20468            ! regexec.c
20469 ____________________________________________________________________________
20470 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
20471         Log: Figures 1 and 2 for UTF-8.
20472      Branch: perl
20473            ! pod/perlunicode.pod
20474 ____________________________________________________________________________
20475 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
20476         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
20477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20478              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
20479              Message-ID: <20011119132645.A15034@rafael>
20480      Branch: perl
20481            ! op.c pod/perldiag.pod t/lib/warnings/op
20482 ____________________________________________________________________________
20483 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
20484         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
20485              From: Michael G Schwern <schwern@pobox.com> 
20486              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
20487              Message-ID: <20011119031112.E786@blackrider>
20488      Branch: perl
20489            ! t/op/closure.t
20490 ____________________________________________________________________________
20491 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
20492         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
20493              From: Michael G Schwern <schwern@pobox.com>
20494              Date: Mon, 19 Nov 2001 03:42:56 -0500
20495              Message-ID: <20011119034256.I786@blackrider>
20496      Branch: perl
20497            + t/op/or.t
20498            ! MANIFEST
20499 ____________________________________________________________________________
20500 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
20501         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
20502              From: "Craig A. Berry" <craigberry@mac.com>
20503              Date: Sun, 18 Nov 2001 14:33:48 -0600
20504              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
20505      Branch: perl
20506            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
20507 ____________________________________________________________________________
20508 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
20509         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
20510              From: Dave Rolsky <autarch@urth.org>
20511              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
20512              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
20513      Branch: perl
20514            ! lib/ExtUtils/Manifest.pm
20515 ____________________________________________________________________________
20516 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
20517         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
20518              From: Dave Rolsky <autarch@urth.org>
20519              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
20520              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
20521      Branch: perl
20522            ! lib/ExtUtils/Install.pm
20523 ____________________________________________________________________________
20524 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
20525         Log: The runops_dbg should not be needed.
20526      Branch: perl
20527            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
20528 ____________________________________________________________________________
20529 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
20530         Log: do_spawn() cleanup from Charles Lane.
20531      Branch: perl
20532            ! vms/vms.c
20533 ____________________________________________________________________________
20534 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
20535         Log: Update the list of tests.
20536      Branch: perl
20537            ! t/lib/1_compile.t
20538 ____________________________________________________________________________
20539 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
20540         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
20541              From: Michael G Schwern <schwern@pobox.com> 
20542              Date: Fri, 16 Nov 2001 17:37:04 -0500
20543              Message-ID: <20011116173703.L30160@blackrider>
20544      Branch: perl
20545            ! t/lib/warnings/sv
20546 ____________________________________________________________________________
20547 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
20548         Log: FAQ sync.
20549      Branch: perl
20550            ! pod/perlfaq4.pod
20551 ____________________________________________________________________________
20552 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
20553         Log: Integrate perlio; win32 sync.
20554      Branch: perl
20555           !> perlio.c win32/win32io.c
20556 ____________________________________________________________________________
20557 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
20558         Log: (retracted by #13096)
20559              Debugging would be badly skewed by a malloc per regex dump.
20560      Branch: perl
20561            ! regexec.c
20562 ____________________________________________________________________________
20563 [ 13081] By: nick                                  on 2001/11/18  19:08:40
20564         Log: Win32 layer has a dup which needs to match new prototype.
20565      Branch: perlio
20566            ! win32/win32io.c
20567 ____________________________________________________________________________
20568 [ 13080] By: nick                                  on 2001/11/18  19:05:02
20569         Log: Wrong way to get stdio mode used.
20570      Branch: perlio
20571            ! perlio.c
20572 ____________________________________________________________________________
20573 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
20574         Log: Retract #13048: that introduced a malloc() (through savepvn())
20575              to *every* m//, which killed the performance quite badly.
20576      Branch: perl
20577            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
20578 ____________________________________________________________________________
20579 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
20580         Log: Pass 1 at perldelta.pod: sort the section contents
20581              together, drop all but the 5.7.2 known problems,
20582              leave the 5.7.1 security note since that's the
20583              fullest explanation (update the date on that).
20584      Branch: perl
20585            ! pod/perldelta.pod
20586 ____________________________________________________________________________
20587 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
20588         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
20589              
20590              Tiny problem in the test for 20011113.110: I hope
20591              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
20592      Branch: perl
20593            ! pp.c t/op/repeat.t
20594 ____________________________________________________________________________
20595 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
20596         Log: All of syswrite/send/sendto need to return character counts,
20597              and character counts from the offset, not the beginning of
20598              the scalar.
20599      Branch: perl
20600            ! pp_sys.c
20601 ____________________________________________________________________________
20602 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
20603         Log: Integrate PerlIO: duping fixes.
20604      Branch: perl
20605           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20606           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
20607           !> perliol.h sv.c
20608 ____________________________________________________________________________
20609 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
20610         Log: syswrite() was still returning byte counts, not character counts.
20611      Branch: perl
20612            ! pp_sys.c t/io/utf8.t
20613 ____________________________________________________________________________
20614 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
20615         Log: Add test for sysread().
20616      Branch: perl
20617            ! t/io/utf8.t
20618 ____________________________________________________________________________
20619 [ 13072] By: nick                                  on 2001/11/18  16:15:31
20620         Log: Allow dup'ing of PerlIO::Scalar etc.
20621      Branch: perlio
20622            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20623            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
20624            ! perliol.h sv.c
20625 ____________________________________________________________________________
20626 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
20627         Log: Prepend a null byte to the test set.
20628      Branch: perl
20629            ! t/io/utf8.t
20630 ____________________________________________________________________________
20631 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
20632         Log: Document how "no utf8;" can become handy.
20633      Branch: perl
20634            ! lib/utf8.pm
20635 ____________________________________________________________________________
20636 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
20637         Log: Integrate perlio; force the inclusion of the PL_runops_*
20638      Branch: perl
20639           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
20640 ____________________________________________________________________________
20641 [ 13068] By: nick                                  on 2001/11/18  13:23:33
20642         Log: embed.pl generated changes I forgot to include
20643      Branch: perlio
20644            ! embedvar.h perlapi.h pod/perlapi.pod
20645 ____________________________________________________________________________
20646 [ 13067] By: nick                                  on 2001/11/18  12:50:19
20647         Log: Force inclusion of both Perl_runops_* in perl itself,
20648              so they are available for Peek.xs etc.
20649      Branch: perlio
20650            ! perlvars.h
20651 ____________________________________________________________________________
20652 [ 13066] By: nick                                  on 2001/11/18  11:00:34
20653         Log: Integrate mainline - a few Devel::Peak fails.
20654      Branch: perlio
20655           +> (branch 29 files)
20656            - ext/Thread/Thread.pm lib/Benchmark.t
20657            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
20658            - lib/Lingua/KO/Hangul/Util/README
20659            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
20660            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
20661            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
20662            - vms/ext/vmsish.pm vms/ext/vmsish.t
20663            ! hv.c
20664           !> (integrate 389 files)
20665 ____________________________________________________________________________
20666 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
20667         Log: Start working on perldelta.  This is not yet any sort of
20668              editing; just concatenating perl570delta, perl571delta,
20669              and perl572delta.  Any sorting not done, any duplicate
20670              removal not done, any removal or update of obsolete items
20671              not done, any changes since 5.7.2 not included.  So there.
20672      Branch: perl
20673            ! pod/perldelta.pod
20674 ____________________________________________________________________________
20675 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
20676         Log: Banish "use utf8".
20677      Branch: perl
20678            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
20679 ____________________________________________________________________________
20680 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
20681         Log: Tweak from Charles Lane.
20682      Branch: perl
20683            ! vms/vms.c
20684 ____________________________________________________________________________
20685 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
20686         Log: Integrate change #13058 from maintperl;
20687              change#12559 breaks things on Win9x because command.com doesn't
20688              grok dquotes at all; disable all the system() smarts for
20689              command.com
20690      Branch: perl
20691           !> win32/win32.c
20692 ____________________________________________________________________________
20693 [ 13061] By: ams                                   on 2001/11/17  13:46:11
20694         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
20695              From: Jonathan Stowe <gellyfish@gellyfish.com>
20696              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
20697              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
20698      Branch: perl
20699            ! lib/Term/Cap.pm
20700 ____________________________________________________________________________
20701 [ 13060] By: ams                                   on 2001/11/17  09:49:10
20702         Log: Subject: [PATCH9 File/Find.pm doc nits
20703              From: Tels <perl_dummy@bloodgate.com>
20704              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
20705      Branch: perl
20706            ! lib/File/Find.pm
20707 ____________________________________________________________________________
20708 [ 13059] By: ams                                   on 2001/11/17  09:38:38
20709         Log: Subject: [PATCH] Benchmark.pm nit
20710              From: Tels <perl_dummy@bloodgate.com>
20711              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
20712      Branch: perl
20713            ! lib/Benchmark.pm
20714 ____________________________________________________________________________
20715 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
20716         Log: change#12559 breaks things on Win9x because command.com doesn't
20717              grok dquotes at all; disable all the system() smarts for
20718              command.com
20719      Branch: maint-5.6/perl
20720            ! win32/win32.c
20721 ____________________________________________________________________________
20722 [ 13057] By: ams                                   on 2001/11/16  20:30:03
20723         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
20724              From: Andy Dougherty <doughera@lafayette.edu>
20725              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
20726              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
20727      Branch: perl
20728            ! lib/Unicode/UCD.t
20729 ____________________________________________________________________________
20730 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
20731         Log: Subject: [Patch Perl@13023] VMS system() warning
20732              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20733              Date: Fri, 16 Nov 2001 15:20:11 EST
20734              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
20735      Branch: perl
20736            ! vms/vms.c
20737 ____________________________________________________________________________
20738 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
20739         Log: It's neither-nor, and protect against the impossible.
20740      Branch: perl
20741            ! lib/Thread.pm
20742 ____________________________________________________________________________
20743 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
20744         Log: 5005threads didn't work because $Thread::VERSION wasn't
20745              visible.  Oops.
20746      Branch: perl
20747            ! ext/Thread/Makefile.PL lib/Thread.pm
20748 ____________________________________________________________________________
20749 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
20750         Log: Robustness against Linux using something else than gcc;
20751              based on
20752              
20753              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
20754              From: Charles Randall <cfriv@yahoo.com>
20755              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
20756              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
20757      Branch: perl
20758            ! ext/Errno/Errno_pm.PL
20759 ____________________________________________________________________________
20760 [ 13052] By: ams                                   on 2001/11/16  16:46:39
20761         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
20762              From: Russ Allbery <rra@stanford.edu>
20763              Date: 16 Nov 2001 09:44:21 -0800
20764              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
20765      Branch: perl
20766            ! lib/Pod/ParseLink.pm
20767 ____________________________________________________________________________
20768 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
20769         Log: Update perluniintro on the UTF-8 output matters
20770              (that -w will warn unless the stream is explicitly UTF-8-ified).
20771      Branch: perl
20772            ! pod/perluniintro.pod
20773 ____________________________________________________________________________
20774 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
20775         Log: Adding new files to MANIFEST is nice.
20776      Branch: perl
20777            ! MANIFEST
20778 ____________________________________________________________________________
20779 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
20780         Log: Update Changes.
20781      Branch: perl
20782            ! Changes patchlevel.h
20783 ____________________________________________________________________________
20784 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
20785         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
20786              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
20787              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
20788              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
20789      Branch: perl
20790            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
20791 ____________________________________________________________________________
20792 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
20793         Log: Rename perlunintro to perluniintro; regen toc.
20794      Branch: perl
20795            + pod/perluniintro.pod
20796            - pod/perlunintro.pod
20797            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20798 ____________________________________________________________________________
20799 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
20800         Log: Document the negated lookahead trick to emulate
20801              character class subtraction.
20802      Branch: perl
20803            ! pod/perlunicode.pod
20804 ____________________________________________________________________________
20805 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
20806         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
20807              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20808              Date: Fri, 16 Nov 2001 23:31:04 +0900
20809              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
20810              
20811              (with the tweak that Cntrl is not C, it's Cc)
20812      Branch: perl
20813            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
20814            ! lib/unicore/mktables
20815 ____________________________________________________________________________
20816 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
20817         Log: Subject: [PATCH current] runtime runops switch
20818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20819              Date: Fri, 16 Nov 2001 00:48:09 -0500
20820              Message-ID: <20011116004809.A934@math.ohio-state.edu>
20821      Branch: perl
20822            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
20823            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
20824            ! pod/perlintern.pod proto.h run.c
20825 ____________________________________________________________________________
20826 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
20827         Log: Further discourage old Thread code; tell how to tell
20828              the difference.
20829      Branch: perl
20830            ! lib/Thread.pm
20831 ____________________________________________________________________________
20832 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
20833         Log: A missing return; from Charles Lane.
20834      Branch: perl
20835            ! vms/vms.c
20836 ____________________________________________________________________________
20837 [ 13041] By: ams                                   on 2001/11/16  12:11:14
20838         Log: Subject: [PATCH] Doc spellcheck + podcheck
20839              From: Autrijus Tang <autrijus@egb.elixus.org>
20840              Date: Thu, 15 Nov 2001 22:49:05 -0800
20841              Message-Id: <20011116064905.GA44092@egb.elixus.org>
20842              
20843              Subject: [PATCH] podcheck+spellcheck, the rest of the story
20844              From: Autrijus Tang <autrijus@egb.elixus.org>
20845              Date: Fri, 16 Nov 2001 00:42:20 -0800
20846              Message-Id: <20011116084220.GA44295@egb.elixus.org>
20847              
20848              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
20849              From: Nicholas Clark <nick@ccl4.org>
20850              Date: Fri, 16 Nov 2001 10:32:01 +0000
20851              Message-Id: <20011116103200.F62891@plum.flirble.org>
20852              (Applied after suitable de-mangling.)
20853      Branch: perl
20854            ! README.aix README.dgux README.dos README.epoc README.hpux
20855            ! README.mint README.mpeix README.netware README.os2
20856            ! README.os390 README.plan9 README.qnx README.solaris
20857            ! README.threads doio.c pod/perl571delta.pod
20858            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
20859            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
20860            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
20861            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
20862            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
20863            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
20864 ____________________________________________________________________________
20865 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
20866         Log: Avoid redefinedness warning for now.
20867      Branch: perl
20868            ! lib/Thread.pm
20869 ____________________________________________________________________________
20870 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
20871         Log: use strict.
20872      Branch: perl
20873            ! lib/Thread.pm
20874 ____________________________________________________________________________
20875 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
20876         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
20877              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
20878              Date: Thu, 15 Nov 2001 22:54:47 EST 
20879              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
20880      Branch: perl
20881            ! vms/vms.c vms/vmspipe.com
20882 ____________________________________________________________________________
20883 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
20884         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
20885              From: "chromatic" <chromatic@rmci.net>
20886              Date: Thu, 15 Nov 2001 19:54:23 -0700
20887              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
20888      Branch: perl
20889            ! lib/File/stat.t
20890 ____________________________________________________________________________
20891 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
20892         Log: Make Thread a wrapper for both ithreads and 5005threads.
20893              Needs a lot of work and Arthur's eyeballing (and finishing
20894              few missing odds and ends of threads.pm).  Now Thread
20895              is an extension without its own .pm.
20896              
20897              If there are people who have experience working with
20898              either the 5005threads or the ithreads: cleaning up
20899              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
20900              and porting the various Thread::* modules, like Thread::Queue,
20901              to work also with ithreads, is needed.
20902              
20903              Removed the 5005threads requirement from the 5005 tests
20904              for easier testing (not all of them work yet since
20905              they use the Thread::* modules that have not been made
20906              to work with ithreads).  Leave the 5005 tests named as
20907              *.tx so that they are not run by "make test".
20908      Branch: perl
20909            + lib/Thread.pm
20910            - ext/Thread/Thread.pm
20911            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
20912            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
20913            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
20914            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
20915            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
20916            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
20917            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
20918 ____________________________________________________________________________
20919 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
20920         Log: $VERSION "a5" doesn't quite work.
20921      Branch: perl
20922            ! ext/B/Makefile.PL
20923 ____________________________________________________________________________
20924 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
20925         Log: Add the fruits of Larry Shatzer's version verifying script.
20926              (There are some straddlers, but they will be fixed in the
20927              upcoming releases of the modules.)
20928      Branch: perl
20929            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
20930            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
20931            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
20932            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
20933            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
20934            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
20935            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
20936            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
20937            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
20938            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
20939            ! wince/FindExt.pm
20940 ____________________________________________________________________________
20941 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
20942         Log: Add Larry Shatzer's VERSION verifying script.
20943      Branch: perl
20944            + Porting/checkVERSION.pl
20945            ! MANIFEST Porting/pumpkin.pod
20946 ____________________________________________________________________________
20947 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
20948         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
20949              From: Michael G Schwern <schwern@pobox.com>
20950              Date: Thu, 15 Nov 2001 19:26:40 -0500
20951              Message-ID: <20011115192640.R31399@blackrider>
20952      Branch: perl
20953            ! t/test.pl
20954 ____________________________________________________________________________
20955 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
20956         Log: Document the MY_CXT business; from Paul Marquess.
20957      Branch: perl
20958            ! pod/perlxs.pod
20959 ____________________________________________________________________________
20960 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
20961         Log: VMSCMD synch attempt.
20962      Branch: perl
20963            ! vms/vms.c vms/vmsish.h
20964 ____________________________________________________________________________
20965 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
20966         Log: Advise against -P as instructed by Schwern.
20967      Branch: perl
20968            ! pod/perlrun.pod
20969 ____________________________________________________________________________
20970 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
20971         Log: Subject: [PATCH] v-strings as Objects Step 1
20972              From: John Peacock <jpeacock@rowman.com>
20973              Date: Thu, 15 Nov 2001 12:41:04 -0500
20974              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
20975      Branch: perl
20976            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
20977            ! util.c
20978 ____________________________________________________________________________
20979 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
20980         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
20981              From: Michael G Schwern <schwern@pobox.com>
20982              Date: Thu, 15 Nov 2001 12:47:59 -0500
20983              Message-ID: <20011115124759.E31399@blackrider>
20984      Branch: perl
20985            + t/run/switchx.aux t/run/switchx.t
20986            ! MANIFEST t/run/switches.t
20987 ____________________________________________________________________________
20988 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
20989         Log: Upgrade to Getopt::Long 2.26_03.
20990      Branch: perl
20991            ! lib/Getopt/Long.pm
20992 ____________________________________________________________________________
20993 [ 13025] By: ams                                   on 2001/11/15  20:46:22
20994         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
20995              From: Michael G Schwern <schwern@pobox.com>
20996              Date: Thu, 15 Nov 2001 16:24:11 -0500
20997              Message-Id: <20011115162411.M31399@blackrider>
20998      Branch: perl
20999            ! vms/vms.c
21000 ____________________________________________________________________________
21001 [ 13024] By: ams                                   on 2001/11/15  19:32:06
21002         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
21003              From: rspier@pobox.com (Robert Spier)
21004              Date: Thu, 15 Nov 2001 11:19:21 -0800
21005              Message-Id: <15348.5433.732364.963687@rls.cx>
21006      Branch: perl
21007            ! op.c
21008 ____________________________________________________________________________
21009 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
21010         Log: Update Changes.
21011      Branch: perl
21012            ! Changes patchlevel.h
21013 ____________________________________________________________________________
21014 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
21015         Log: Subject: [PATCH] new tests for command-line switches
21016              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21017              Date: Thu, 15 Nov 2001 17:00:30 +0100
21018              Message-ID: <20011115170030.A14193@rafael>
21019      Branch: perl
21020            + t/run/switches.t
21021            ! MANIFEST
21022 ____________________________________________________________________________
21023 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
21024         Log: Upgrade to podlators 1.13.
21025      Branch: perl
21026            + lib/Pod/ParseLink.pm
21027            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
21028            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
21029            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
21030            ! t/pod/pod2usage.xr t/pod/podselect.xr
21031 ____________________________________________________________________________
21032 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
21033         Log: skip "might be used uninitialized".
21034      Branch: perl
21035            ! pp_sys.c
21036 ____________________________________________________________________________
21037 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
21038         Log: Fix for "perlio bug in koi8-r encoding".  The problem
21039              seemed to be that binmode() always flushed the handle,
21040              which is not so good when switching encodings.  Fixed,
21041              added Matt Sergeant's testcase, documented in perlfunc/binmode,
21042              also added a pointer about disciplines to perlfunc/open,
21043              and in general cleaned up and reformatted the open entry.
21044      Branch: perl
21045            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
21046 ____________________________________________________________________________
21047 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
21048         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
21049              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21050              Date: 15 Nov 2001 08:57:06 -0000
21051              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
21052              
21053              chop() and chomp() are not real list functions,
21054              so let's not have them overrideable.  (Casey will
21055              be confused since in #7071 he patched the other way.)
21056      Branch: perl
21057            ! pod/perlfunc.pod toke.c
21058 ____________________________________________________________________________
21059 [ 13017] By: ams                                   on 2001/11/15  12:56:49
21060         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
21061              From: Robin Barker <rmb1@cise.npl.co.uk>
21062              Date: Thu, 15 Nov 2001 13:48:34 GMT
21063              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
21064              (Applied with tweaks.)
21065      Branch: perl
21066            ! pod/perltrap.pod
21067 ____________________________________________________________________________
21068 [ 13016] By: ams                                   on 2001/11/15  09:12:48
21069         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
21070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21071              Date: Thu, 15 Nov 2001 09:06:39 +0100
21072              Message-Id: <20011115090639.A13005@rafael>
21073      Branch: perl
21074            ! pod/perlrun.pod
21075 ____________________________________________________________________________
21076 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
21077         Log: "link =" from utils.lst was being processed oddly.
21078      Branch: perl
21079            ! installman
21080 ____________________________________________________________________________
21081 [ 13014] By: ams                                   on 2001/11/15  02:52:52
21082         Log: Subject: [PATCH current] CreateTTY in -d
21083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21084              Date: Wed, 14 Nov 2001 21:26:31 -0500
21085              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
21086      Branch: perl
21087            ! lib/perl5db.pl
21088 ____________________________________________________________________________
21089 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
21090         Log: Corify the Filter::Simple tests. 
21091      Branch: perl
21092            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
21093            ! lib/Filter/Simple/t/filter_only.t
21094 ____________________________________________________________________________
21095 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
21096         Log: Upgrade to Filter::Simple 0.70.
21097      Branch: perl
21098            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
21099            + t/lib/FilterOnlyTest.pm
21100            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
21101            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
21102            ! t/lib/FilterTest.pm
21103 ____________________________________________________________________________
21104 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
21105         Log: Cleanliness inspired by Cygwin.
21106      Branch: perl
21107            ! Makefile.SH x2p/Makefile.SH
21108 ____________________________________________________________________________
21109 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
21110         Log: Add perlunintro (formerly known as perlunitut); regen toc.
21111      Branch: perl
21112            + pod/perlunintro.pod
21113            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21114 ____________________________________________________________________________
21115 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
21116         Log: FAQ sync.
21117      Branch: perl
21118            ! pod/perlfaq6.pod
21119 ____________________________________________________________________________
21120 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
21121         Log: Quieten pgcc 2.91.66 worries.
21122      Branch: perl
21123            ! gv.c pp_ctl.c utf8.c
21124 ____________________________________________________________________________
21125 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
21126         Log: Upgrade to Switch 2.06.
21127      Branch: perl
21128            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
21129            ! lib/Switch/t/nested.t
21130 ____________________________________________________________________________
21131 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
21132         Log: Upgrade to Attribute::Handlers 0.76.
21133      Branch: perl
21134            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
21135            ! lib/Attribute/Handlers/README
21136            ! lib/Attribute/Handlers/demo/Demo.pm
21137            ! lib/Attribute/Handlers/demo/Descriptions.pm
21138            ! lib/Attribute/Handlers/demo/MyClass.pm
21139            ! lib/Attribute/Handlers/demo/demo_cycle.pl
21140            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
21141            ! lib/Attribute/Handlers/t/multi.t
21142 ____________________________________________________________________________
21143 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
21144         Log: Signedness nit.
21145      Branch: perl
21146            ! regexec.c
21147 ____________________________________________________________________________
21148 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
21149         Log: VERSIONize.
21150      Branch: perl
21151            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
21152            ! lib/integer.pm
21153 ____________________________________________________________________________
21154 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
21155         Log: No pod in internal Net::FTP classes.
21156      Branch: perl
21157            ! pod/buildtoc.PL
21158 ____________________________________________________________________________
21159 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
21160         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
21161              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
21162              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
21163              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
21164      Branch: perl
21165            ! regexec.c
21166 ____________________________________________________________________________
21167 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
21168         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
21169              Pudge correctly).
21170      Branch: perl
21171            ! t/test.pl
21172 ____________________________________________________________________________
21173 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
21174         Log: Add comments to mark where $^X is being handled.
21175      Branch: perl
21176            ! perl.c toke.c
21177 ____________________________________________________________________________
21178 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
21179         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
21180              From: Michael G Schwern <schwern@pobox.com>
21181              Date: Wed, 14 Nov 2001 16:38:25 -0500
21182              Message-ID: <20011114163825.D6519@blackrider>
21183      Branch: perl
21184            ! t/op/repeat.t
21185 ____________________________________________________________________________
21186 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
21187         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
21188              From: Michael G Schwern <schwern@pobox.com>
21189              Date: Wed, 14 Nov 2001 13:19:15 -0500
21190              Message-ID: <20011114131915.K5096@blackrider>
21191      Branch: perl
21192            ! t/op/die_exit.t
21193 ____________________________________________________________________________
21194 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
21195         Log: Subject: Re: [PATCH] new version of runperl()
21196              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21197              Date: Wed, 14 Nov 2001 15:39:12 EST
21198              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
21199              
21200              "VMS $^X pipes etc" patch.
21201      Branch: perl
21202            ! vms/vms.c
21203 ____________________________________________________________________________
21204 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
21205         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
21206              and add "verbose" option to show the final command.
21207      Branch: perl
21208            ! t/test.pl
21209 ____________________________________________________________________________
21210 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
21211         Log: Goof in some of the comment fields of #12994.
21212      Branch: perl
21213            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
21214            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
21215            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
21216            ! lib/unicore/In/9.pl
21217 ____________________________________________________________________________
21218 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
21219         Log: The First, Last ranges in the Unicode data weren't
21220              getting their general categories added properly;
21221              noticed by Jeffrey Friedl.
21222      Branch: perl
21223            ! lib/unicore/Category.pl lib/unicore/In/0.pl
21224            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
21225            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
21226            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
21227            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
21228            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
21229            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
21230            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
21231            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
21232            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
21233            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
21234            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
21235            ! lib/unicore/mktables
21236 ____________________________________________________________________________
21237 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
21238         Log: Subject: [PATCH] new version of runperl()
21239              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21240              Date: Wed, 14 Nov 2001 12:23:01 +0100
21241              Message-ID: <20011114122301.A29384@rafael>
21242      Branch: perl
21243            ! t/io/argv.t t/test.pl
21244 ____________________________________________________________________________
21245 [ 12992] By: ams                                   on 2001/11/14  13:40:39
21246         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
21247              From: Michael G Schwern <schwern@pobox.com>
21248              Date: Tue, 13 Nov 2001 23:17:54 -0500
21249              Message-Id: <20011113231754.S32567@blackrider>
21250      Branch: perl
21251            ! perl.c
21252 ____________________________________________________________________________
21253 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
21254         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
21255              From: Philip Newton <Philip.Newton@gmx.net>
21256              Date: Wed, 14 Nov 2001 10:59:53 +0100
21257              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
21258              
21259              plus a lot of paragraph reformatting because of long lines.
21260      Branch: perl
21261            ! pod/perlapio.pod
21262 ____________________________________________________________________________
21263 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
21264         Log: A bool is not a pointer.
21265      Branch: perl
21266            ! pp_sys.c
21267 ____________________________________________________________________________
21268 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
21269         Log: AUTHORS updates.
21270      Branch: perl
21271            ! AUTHORS
21272 ____________________________________________________________________________
21273 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
21274         Log: There are several MIME RFCs.
21275      Branch: perl
21276            ! ext/Encode/Encode.pm
21277 ____________________________________________________________________________
21278 [ 12987] By: ams                                   on 2001/11/14  01:09:28
21279         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
21280              From: Michael G Schwern <schwern@pobox.com>
21281              Date: Tue, 13 Nov 2001 20:59:13 -0500
21282              Message-Id: <20011113205913.H32567@blackrider>
21283      Branch: perl
21284            ! t/op/groups.t vms/test.com
21285 ____________________________________________________________________________
21286 [ 12986] By: ams                                   on 2001/11/14  01:07:06
21287         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
21288              From: Michael G Schwern <schwern@pobox.com>
21289              Date: Tue, 13 Nov 2001 20:51:34 -0500
21290              Message-Id: <20011113205134.F32567@blackrider>
21291      Branch: perl
21292            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
21293 ____________________________________________________________________________
21294 [ 12985] By: ams                                   on 2001/11/14  00:43:59
21295         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
21296              From: Michael G Schwern <schwern@pobox.com>
21297              Date: Tue, 13 Nov 2001 20:38:42 -0500
21298              Message-Id: <20011113203842.E32567@blackrider>
21299      Branch: perl
21300            ! pod/perlport.pod
21301 ____________________________________________________________________________
21302 [ 12984] By: ams                                   on 2001/11/14  00:32:15
21303         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
21304              From: Michael G Schwern <schwern@pobox.com>
21305              Date: Tue, 13 Nov 2001 20:27:02 -0500
21306              Message-Id: <20011113202702.D32567@blackrider>
21307      Branch: perl
21308            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
21309            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
21310            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
21311            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
21312 ____________________________________________________________________________
21313 [ 12983] By: ams                                   on 2001/11/14  00:00:27
21314         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
21315              From: Michael G Schwern <schwern@pobox.com>
21316              Date: Tue, 13 Nov 2001 19:51:59 -0500
21317              Message-Id: <20011113195159.B32567@blackrider>
21318      Branch: perl
21319            ! pod/perlport.pod
21320 ____________________________________________________________________________
21321 [ 12982] By: ams                                   on 2001/11/13  23:53:11
21322         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
21323              From: Larry Shatzer <fugazi@zippy.zyx.net>
21324              Date: Tue, 13 Nov 2001 17:27:59 -0700
21325              Message-Id: <20011113172759.E27768@zippy.zyx.net>
21326      Branch: perl
21327            ! pod/perlapio.pod
21328 ____________________________________________________________________________
21329 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
21330         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
21331              "large enough" Unicode characters returned more than one
21332              as their "Unicode size".
21333      Branch: perl
21334            ! pp_sys.c t/io/utf8.t
21335 ____________________________________________________________________________
21336 [ 12980] By: ams                                   on 2001/11/13  19:32:33
21337         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
21338              From: "Craig A. Berry" <craigberry@mac.com>
21339              Date: Tue, 13 Nov 2001 14:33:25 -0600
21340              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
21341      Branch: perl
21342            ! vms/gen_shrfls.pl
21343 ____________________________________________________________________________
21344 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
21345         Log: Subject: Minor patch to Encode.pm (detypo)
21346              From: "Philip Newton" <Philip.Newton@gmx.net>
21347              Date: Tue, 13 Nov 2001 20:11:01 +0100
21348              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
21349      Branch: perl
21350            ! ext/Encode/Encode.pm
21351 ____________________________________________________________________________
21352 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
21353         Log: Evil tabulators.
21354      Branch: perl
21355            ! ext/Encode/Encode.pm
21356 ____________________________________________________________________________
21357 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
21358         Log: Document the available encodings.
21359      Branch: perl
21360            ! ext/Encode/Encode.pm
21361 ____________________________________________________________________________
21362 [ 12976] By: ams                                   on 2001/11/13  17:14:07
21363         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
21364              From: Barrie Slaymaker <barries@slaysys.com>
21365              Date: Tue, 13 Nov 2001 12:41:36 -0500
21366              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
21367      Branch: perl
21368            ! t/op/universal.t
21369 ____________________________________________________________________________
21370 [ 12975] By: ams                                   on 2001/11/13  16:24:21
21371         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
21372              From: Barrie Slaymaker <barries@slaysys.com>
21373              Date: Tue, 13 Nov 2001 10:56:20 -0500
21374              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
21375              (Test applied with minor tweaks and ->isa("HASH") omission.)
21376      Branch: perl
21377            ! lib/UNIVERSAL.pm t/op/universal.t
21378 ____________________________________________________________________________
21379 [ 12974] By: ams                                   on 2001/11/13  15:46:07
21380         Log: Subject: [PATCH Benchmark.pm] docco tweaks
21381              From: Barrie Slaymaker <barries@slaysys.com>
21382              Date: Tue, 13 Nov 2001 11:34:45 -0500
21383              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
21384      Branch: perl
21385            ! lib/Benchmark.pm
21386 ____________________________________________________________________________
21387 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
21388         Log: Subject: [PATCH] Attack of the C loops, round 1
21389              From: Richard Soderberg <rs@oregonnet.com>
21390              Date: Mon, 12 Nov 2001 12:07:29 -0800
21391              Message-Id: <200111122007.MAA01994@oregonnet.com>
21392              
21393              Subject: [PATCH] bytecode.pl (tiny patch)
21394              From: Richard Soderberg <rs@oregonnet.com>
21395              Date: Mon, 12 Nov 2001 12:53:24 -0800
21396              Message-Id: <200111122053.MAA06272@oregonnet.com>
21397      Branch: perl
21398            ! bytecode.pl installhtml
21399 ____________________________________________________________________________
21400 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
21401         Log: Subject: [PATCH] Update to Filter::Util::Call
21402              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21403              Date: Sun, 11 Nov 2001 22:33:33 -0000
21404              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
21405              
21406              Use the new CXT* macros.
21407      Branch: perl
21408            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21409 ____________________________________________________________________________
21410 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
21411         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
21412              From: Michael G Schwern <schwern@pobox.com>
21413              Date: Mon, 12 Nov 2001 20:50:34 -0500
21414              Message-ID: <20011112205034.H2888@blackrider>
21415      Branch: perl
21416            + lib/vmsish.pm lib/vmsish.t
21417            - vms/ext/vmsish.pm vms/ext/vmsish.t
21418            ! MANIFEST vms/descrip_mms.template
21419 ____________________________________________________________________________
21420 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
21421         Log: :utf8 works only with perlio.
21422      Branch: perl
21423            ! lib/open.t
21424 ____________________________________________________________________________
21425 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
21426         Log: Subject: Re: @Config -"des" not quite working on VMS
21427              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21428              Date: Tue, 13 Nov 2001 08:35:13 EST 
21429              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
21430      Branch: perl
21431            ! configure.com
21432 ____________________________________________________________________________
21433 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
21434         Log: Subject: [PATCH] lib/charnames.pm 
21435              From: Jeffrey Friedl <jfriedl@yahoo.com>
21436              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
21437              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
21438      Branch: perl
21439            ! lib/charnames.pm
21440 ____________________________________________________________________________
21441 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
21442         Log: Docs for Mac::err.
21443      Branch: maint-5.6/macperl
21444            ! macos/ext/Mac/err/err.pm
21445 ____________________________________________________________________________
21446 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
21447         Log: Some cleanup; change some globals to references for
21448              possible persistence later.
21449      Branch: maint-5.6/macperl
21450            ! macos/lib/Mac/Glue.pm
21451 ____________________________________________________________________________
21452 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
21453         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
21454      Branch: maint-5.6/macperl
21455            ! macos/ext/Mac/Files/Files.pm
21456 ____________________________________________________________________________
21457 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
21458         Log: Get Mac::Navigation to compile (bug #464684).
21459      Branch: maint-5.6/macperl
21460            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
21461            ! macos/ext/Mac/Navigation/Makefile.PL
21462            ! macos/ext/Mac/Navigation/Navigation.xs
21463            ! macos/macperl/Makefile.mk
21464 ____________________________________________________________________________
21465 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
21466         Log: Add in modules and POD to help menu.
21467      Branch: maint-5.6/macperl
21468            ! macos/macperl/MacPerl.podhelp
21469 ____________________________________________________________________________
21470 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
21471         Log: Update bundled modules.
21472      Branch: maint-5.6/macperl
21473            + macos/bundled_ext/Filter/t/FilterTest.pm
21474            + macos/bundled_ext/List/Util/t/shuffle.t
21475            + macos/bundled_ext/Storable/t/compat06.t
21476            + macos/bundled_ext/Storable/t/st-dump.pl
21477            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
21478            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
21479            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
21480            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
21481            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
21482            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
21483            + macos/bundled_lib/blib/lib/lwpcook.pod
21484            + macos/bundled_lib/t/Filter/Simple/filter.t
21485            + macos/bundled_lib/t/Switch/t/given.t
21486            + macos/bundled_lib/t/Switch/t/nested.t
21487            + macos/bundled_lib/t/Switch/t/switch.t
21488            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
21489            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
21490            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
21491            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
21492            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
21493            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
21494            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
21495            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
21496            + macos/bundled_lib/t/URI/rfc2732.t
21497            + macos/bundled_lib/t/libnet/config.t
21498            + macos/bundled_lib/t/libnet/libnet_t.pl
21499            + macos/bundled_lib/t/libwww-perl/live/google.t
21500            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
21501            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
21502            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
21503            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
21504            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
21505            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
21506            + macos/bundled_lib/t/libwww-perl/live/validator.t
21507            - macos/bundled_ext/Filter/t/MyFilter.pm
21508            - macos/bundled_ext/Storable/t/compat-0.6.t
21509            - macos/bundled_ext/Storable/t/dump.pl
21510            - macos/bundled_ext/Time/Piece/Makefile.PL
21511            - macos/bundled_ext/Time/Piece/Piece.pm
21512            - macos/bundled_ext/Time/Piece/Piece.t
21513            - macos/bundled_ext/Time/Piece/Piece.xs
21514            - macos/bundled_ext/Time/Piece/README
21515            - macos/bundled_ext/Time/Piece/Seconds.pm
21516            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
21517            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
21518            - macos/bundled_lib/blib/lib/Net/PH.pm
21519            - macos/bundled_lib/blib/lib/Net/SNPP.pm
21520            - macos/bundled_lib/blib/lib/Text/Balanced.pod
21521            - macos/bundled_lib/t/Filter/Simple/test.pl
21522            - macos/bundled_lib/t/Switch/test.pl
21523            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
21524            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
21525            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
21526            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
21527            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
21528            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
21529            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
21530            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
21531            - macos/bundled_lib/t/libnet/ph.t
21532            ! (edit 125 files)
21533 ____________________________________________________________________________
21534 [ 12961] By: ams                                   on 2001/11/13  00:45:08
21535         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
21536              From: Michael G Schwern <schwern@pobox.com>
21537              Date: Mon, 12 Nov 2001 20:16:45 -0500
21538              Message-Id: <20011112201644.G2888@blackrider>
21539      Branch: perl
21540            ! pod/perlport.pod
21541 ____________________________________________________________________________
21542 [ 12960] By: ams                                   on 2001/11/12  23:54:00
21543         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
21544              Recoving dup tests for VMS
21545              From: Michael G Schwern <schwern@pobox.com>
21546              Date: Mon, 12 Nov 2001 19:35:33 -0500
21547              Message-Id: <20011112193533.D2888@blackrider>
21548      Branch: perl
21549            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
21550 ____________________________________________________________________________
21551 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
21552         Log: Update Changes.
21553      Branch: perl
21554            ! Changes patchlevel.h
21555 ____________________________________________________________________________
21556 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
21557         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
21558              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
21559              Date: Mon, 12 Nov 2001 12:35:18 EST 
21560              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
21561      Branch: perl
21562            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
21563            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
21564 ____________________________________________________________________________
21565 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
21566         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
21567              From: Barrie Slaymaker <barries@slaysys.com>
21568              Date: Mon, 12 Nov 2001 11:19:52 -0500
21569              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
21570      Branch: perl
21571            ! lib/File/Spec.t lib/File/Spec/Win32.pm
21572 ____________________________________________________________________________
21573 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
21574         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
21575              From: Barrie Slaymaker <barries@slaysys.com>
21576              Date: Mon, 12 Nov 2001 11:07:36 -0500
21577              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
21578      Branch: perl
21579            ! lib/Benchmark.pm
21580 ____________________________________________________________________________
21581 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
21582         Log: Misplaced test, noticed by Barrie Slaymaker.
21583              (We are missing Benchmark tests, then.)
21584      Branch: perl
21585            + ext/Devel/DProf/DProf.t
21586            - lib/Benchmark.t
21587            ! MANIFEST
21588 ____________________________________________________________________________
21589 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
21590         Log: Subject: [PATCH] a few typo fixes 
21591              From: Jeffrey Friedl <jfriedl@yahoo.com>
21592              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
21593              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
21594              
21595              Patching README.foo instead of pod/perlfoo.pod,
21596              not patching Math::BigInt (Tels will take care of that),
21597              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
21598              and perldoc.PL instead of libnetcfg and perldoc, patching
21599              ext/Digest/MD5/t/files.t since MD5.pm was changed.
21600      Branch: perl
21601            ! (edit 109 files)
21602 ____________________________________________________________________________
21603 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
21604         Log: Add a note about the dangers of bad UTF-8.
21605      Branch: perl
21606            ! pod/perlunicode.pod
21607 ____________________________________________________________________________
21608 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
21609         Log: NetWare Nit from Ananth Kesari.
21610      Branch: perl
21611            ! NetWare/config.wc
21612 ____________________________________________________________________________
21613 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
21614         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
21615      Branch: perl
21616            ! ext/Encode/Encode.pm
21617 ____________________________________________________________________________
21618 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
21619         Log: (retracted by #12951)
21620      Branch: perl
21621            ! ext/Encode/Encode.pm
21622 ____________________________________________________________________________
21623 [ 12949] By: ams                                   on 2001/11/12  06:40:18
21624         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
21625              From: Robert Spier <rspier@pobox.com>
21626              Date: Sun, 11 Nov 2001 18:50:18 -0800
21627              Message-Id: <15343.14570.121505.233336@rls.cx>
21628              
21629              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
21630              From: Rick Delaney <rick.delaney@home.com>
21631              Date: 12 Nov 2001 00:15:52 -0500
21632              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
21633      Branch: perl
21634            ! pp_hot.c t/op/taint.t
21635 ____________________________________________________________________________
21636 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
21637         Log: It seems that we actually have this detail implemented
21638              as for as Level 1 Support of Unicode regex support is
21639              concerned: at Level 1 only 1:1 support for loose
21640              (aka caseless, aka caseigoring ) matching is required.
21641      Branch: perl
21642            ! pod/perlunicode.pod
21643 ____________________________________________________________________________
21644 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
21645         Log: (retracted by #12951)
21646      Branch: perl
21647            ! ext/Encode/Encode.pm
21648 ____________________________________________________________________________
21649 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
21650         Log: BOM, bom, Bom.
21651      Branch: perl
21652            ! pod/perlunicode.pod
21653 ____________________________________________________________________________
21654 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
21655         Log: Upgrade to Math::BigInt 1.46.
21656      Branch: perl
21657            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21658            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
21659            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
21660            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
21661            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
21662 ____________________________________________________________________________
21663 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
21664         Log: Subject: Re: PERFORCE change 12943 for review
21665              From: "Philip Newton" <Philip.Newton@gmx.net>
21666              Date: Sun, 11 Nov 2001 20:53:36 +0100
21667              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
21668      Branch: perl
21669            ! pod/perlunicode.pod
21670 ____________________________________________________________________________
21671 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
21672         Log: Doc updates; make the Unicode discussions a little
21673              bit less alarming, and add information about encodings,
21674              surrogates, and BOMs.
21675      Branch: perl
21676            ! pod/perlunicode.pod
21677 ____________________________________________________________________________
21678 [ 12942] By: ams                                   on 2001/11/11  16:45:00
21679         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
21680              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
21681              Date: Mon, 12 Nov 2001 00:22:57 +0900
21682              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
21683      Branch: perl
21684            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21685            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
21686 ____________________________________________________________________________
21687 [ 12941] By: ams                                   on 2001/11/11  13:01:40
21688         Log: Subject: Re: PERFORCE change 12929 for review
21689              From: "Philip Newton" <Philip.Newton@gmx.net>
21690              Date: Sun, 11 Nov 2001 14:27:44 +0100
21691              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
21692      Branch: perl
21693            ! MANIFEST
21694 ____________________________________________________________________________
21695 [ 12940] By: ams                                   on 2001/11/11  05:06:43
21696         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
21697              From: Michael G Schwern <schwern@pobox.com>
21698              Date: Thu, 8 Nov 2001 22:56:45 -0500
21699              Message-Id: <20011108225645.H5587@blackrider>
21700      Branch: perl
21701            ! t/op/chdir.t
21702 ____________________________________________________________________________
21703 [ 12939] By: ams                                   on 2001/11/11  05:01:00
21704         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
21705              From: Michael G Schwern <schwern@pobox.com>
21706              Date: Sun, 11 Nov 2001 00:54:43 -0500
21707              Message-Id: <20011111005443.A24450@blackrider>
21708      Branch: perl
21709            ! ext/Cwd/t/cwd.t
21710 ____________________________________________________________________________
21711 [ 12938] By: ams                                   on 2001/11/11  03:25:13
21712         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
21713              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
21714              From: "chromatic" <chromatic@rmci.net>
21715              Date: Sat, 10 Nov 2001 21:03:20 -0700
21716              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
21717      Branch: perl
21718            ! lib/File/stat.pm lib/File/stat.t
21719 ____________________________________________________________________________
21720 [ 12937] By: ams                                   on 2001/11/11  02:05:23
21721         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
21722              From: "Craig A. Berry" <craigberry@mac.com>
21723              Date: Sat, 10 Nov 2001 17:23:52 -0600
21724              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
21725      Branch: perl
21726            ! t/op/magic.t
21727 ____________________________________________________________________________
21728 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
21729         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
21730      Branch: perl
21731            ! lib/open.pm lib/open.t
21732 ____________________________________________________________________________
21733 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
21734         Log: The Official name of ASCII.
21735      Branch: perl
21736            ! ext/Encode/Encode.pm
21737 ____________________________________________________________________________
21738 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
21739         Log: The KOI8-R example wasn't quite right.
21740      Branch: perl
21741            ! lib/open.pm lib/open.t
21742 ____________________________________________________________________________
21743 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
21744         Log: Enhance the open pragma to support :utf8, :locale,
21745              and :encoding directly as special cases, and rename
21746              the INOUT to IO.
21747      Branch: perl
21748            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
21749 ____________________________________________________________________________
21750 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
21751         Log: Document the UTF-16 surrogate encoding and decoding.
21752      Branch: perl
21753            ! ext/Encode/Encode.pm
21754 ____________________________________________________________________________
21755 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
21756         Log: A potential recursion breaker.
21757      Branch: perl
21758            ! sv.c
21759 ____________________________________________________________________________
21760 [ 12930] By: ams                                   on 2001/11/10  07:46:53
21761         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
21762              (was Re: perl@12892)
21763              From: "chromatic" <chromatic@rmci.net>
21764              Date: Sat, 10 Nov 2001 01:28:09 -0700
21765              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
21766      Branch: perl
21767            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
21768            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
21769            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
21770            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
21771 ____________________________________________________________________________
21772 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
21773         Log: Add a test for the bytes pragma.
21774      Branch: perl
21775            + lib/bytes.t
21776            ! MANIFEST
21777 ____________________________________________________________________________
21778 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
21779         Log: Doc update.
21780      Branch: perl
21781            ! lib/bytes.pm
21782 ____________________________________________________________________________
21783 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
21784         Log: Cease to exist.
21785      Branch: perl
21786            - lib/Unicode/Normalize.pm
21787 ____________________________________________________________________________
21788 [ 12926] By: ams                                   on 2001/11/10  03:23:16
21789         Log: Subject: [patch] my_setenv speedup + fixes
21790              From: Doug MacEachern <dougm@covalent.net>
21791              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
21792              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
21793      Branch: perl
21794            ! util.c
21795 ____________________________________________________________________________
21796 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
21797         Log: Newline trouble.
21798      Branch: perl
21799            ! lib/ExtUtils/Embed.t
21800 ____________________________________________________________________________
21801 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
21802         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
21803              From: "Craig A. Berry" <craigberry@mac.com>
21804              Date: Fri, 09 Nov 2001 18:13:16 -0600
21805              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
21806      Branch: perl
21807            ! vms/munchconfig.c
21808 ____________________________________________________________________________
21809 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
21810         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
21811              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21812              Date: Sat, 10 Nov 2001 00:10:45 +0100
21813              Message-ID: <20011110001045.A11945@rafael>
21814      Branch: perl
21815            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
21816            + t/run/switchn.t t/run/switchp.t
21817            ! MANIFEST
21818 ____________________________________________________________________________
21819 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
21820         Log: Subject: [PATCH] some tests not cleaning up properly               
21821              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21822              Date: Fri, 9 Nov 2001 22:13:10 +0100
21823              Message-ID: <20011109221310.A11115@rafael>
21824      Branch: perl
21825            ! ext/Cwd/t/cwd.t t/io/argv.t
21826 ____________________________________________________________________________
21827 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
21828         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
21829              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21830              Date: Fri, 9 Nov 2001 15:07:19 EST
21831              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
21832      Branch: perl
21833            ! lib/ExtUtils/Embed.t
21834 ____________________________________________________________________________
21835 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
21836         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
21837              have been copied so it shouldn't be freed in perl_destruct()
21838      Branch: perl
21839            ! perl.c
21840 ____________________________________________________________________________
21841 [ 12919] By: ams                                   on 2001/11/09  15:36:22
21842         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
21843              From: Michael G Schwern <schwern@pobox.com>
21844              Date: Fri, 9 Nov 2001 00:38:59 -0500
21845              Message-Id: <20011109003859.K5587@blackrider>
21846              (Applied with directory name changes suggested by Craig Berry.)
21847      Branch: perl
21848            ! ext/Cwd/t/cwd.t
21849 ____________________________________________________________________________
21850 [ 12918] By: ams                                   on 2001/11/09  15:29:15
21851         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
21852              From: Michael G Schwern <schwern@pobox.com>
21853              Date: Fri, 9 Nov 2001 01:44:14 -0500
21854              Message-Id: <20011109014414.N5587@blackrider>
21855      Branch: perl
21856            ! vms/ext/filespec.t
21857 ____________________________________________________________________________
21858 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
21859         Log: Update Changes.
21860      Branch: perl
21861            ! Changes patchlevel.h
21862 ____________________________________________________________________________
21863 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
21864         Log: Regen toc.
21865      Branch: perl
21866            ! pod/perltoc.pod
21867 ____________________________________________________________________________
21868 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
21869         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
21870              see http://www.jepstone.net/bjepson//jpl/cvs.html
21871      Branch: perl
21872            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21873 ____________________________________________________________________________
21874 [ 12914] By: ams                                   on 2001/11/09  14:05:12
21875         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
21876              From: Michael G Schwern <schwern@pobox.com>
21877              Date: Thu, 8 Nov 2001 22:05:49 -0500
21878              Message-Id: <20011108220549.F5587@blackrider>
21879      Branch: perl
21880            ! vms/test.com
21881 ____________________________________________________________________________
21882 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
21883         Log: NetWare update from Ananth Kesari.
21884      Branch: perl
21885            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
21886 ____________________________________________________________________________
21887 [ 12912] By: ams                                   on 2001/11/09  13:40:26
21888         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
21889              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21890              Date: Fri, 9 Nov 2001 14:32:28 +0100
21891              Message-Id: <20011109143228.A18996@rafael>
21892      Branch: perl
21893            ! perl.c
21894 ____________________________________________________________________________
21895 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
21896         Log: FAQ sync.
21897      Branch: perl
21898            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
21899            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
21900            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
21901 ____________________________________________________________________________
21902 [ 12910] By: ams                                   on 2001/11/09  07:33:49
21903         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
21904              From: Michael G Schwern <schwern@pobox.com>
21905              Date: Fri, 9 Nov 2001 00:41:56 -0500
21906              Message-Id: <20011109004156.L5587@blackrider>
21907      Branch: perl
21908            ! lib/File/Find/t/find.t
21909 ____________________________________________________________________________
21910 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
21911         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
21912              The CPAN distribution has both pm and XS implementations,
21913              and for performance reasons we choose the XS.
21914              Another reason to choose the XS is that it doesn't
21915              require Lingua::KO::Hangul::Util, which means that
21916              we can delete that-- which in turn means that Unicode::UCD
21917              cannot expect that: support it, but don't expect.
21918              Ditto Unicode::Collate.
21919              
21920              Note that Unicode::Normalize Makefile.PL and
21921              Normalize.xs have been modified from the CPAN 0.10
21922              versions: the first one to be simpler (no pm) and
21923              clean up the generated unf*.h files, the second one
21924              to quench compiler grumblings.  Must notify Sadahiro
21925              about these changes.
21926      Branch: perl
21927            + ext/Unicode/Normalize/Changes
21928            + ext/Unicode/Normalize/Makefile.PL
21929            + ext/Unicode/Normalize/Normalize.pm
21930            + ext/Unicode/Normalize/Normalize.pod
21931            + ext/Unicode/Normalize/Normalize.xs
21932            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21933            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21934            + ext/Unicode/Normalize/t/test.t
21935            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
21936            - lib/Lingua/KO/Hangul/Util/README
21937            - lib/Lingua/KO/Hangul/Util/t/test.t
21938            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
21939            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
21940            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
21941            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
21942            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
21943            ! win32/makefile.mk
21944 ____________________________________________________________________________
21945 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
21946         Log: Test miscounting.
21947      Branch: perl
21948            ! ext/POSIX/t/posix.t
21949 ____________________________________________________________________________
21950 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
21951         Log: Quote the variables in failures messages more nicely.
21952      Branch: perl
21953            ! t/test.pl
21954 ____________________________________________________________________________
21955 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
21956         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
21957              From: Michael G Schwern <schwern@pobox.com>
21958              Date: Thu, 8 Nov 2001 17:24:49 -0500
21959              Message-ID: <20011108172449.A5587@blackrider>
21960              
21961              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
21962              From: "Craig A. Berry" <craigberry@mac.com>
21963              Date: Thu, 8 Nov 2001 16:35:00 -0600
21964              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
21965      Branch: perl
21966            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
21967 ____________________________________________________________________________
21968 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
21969         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
21970              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21971              Date: Thu, 8 Nov 2001 22:52:50 -0000
21972              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
21973      Branch: perl
21974            ! ext/DB_File/t/db-recno.t
21975 ____________________________________________________________________________
21976 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
21977         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
21978              (Probably not an EBCDIC issue the way one would think
21979              since no chr() et alia are used in UCD.pm.)
21980      Branch: perl
21981            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21982 ____________________________________________________________________________
21983 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
21984         Log: Whether overwriting the $self->{...} values (see #12902)
21985              is a good policy or not is debatable, but let's at least
21986              be consistent.
21987      Branch: perl
21988            ! lib/ExtUtils/MM_Unix.pm
21989 ____________________________________________________________________________
21990 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
21991         Log: The MakeMaker argument () quoting patch that sneaked
21992              in at #12883 didn't handle make macros like this $(...).
21993              Leaning toothpicks, we've got them.
21994      Branch: perl
21995            ! lib/ExtUtils/MM_Unix.pm
21996 ____________________________________________________________________________
21997 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
21998         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
21999              From: Michael G Schwern <schwern@pobox.com>
22000              Date: Wed, 7 Nov 2001 02:02:29 -0500
22001              Message-ID: <20011107020229.K2858@blackrider>
22002      Branch: perl
22003            ! t/io/argv.t t/test.pl vms/test.com
22004 ____________________________________________________________________________
22005 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
22006         Log: Subject: [PATCH 20011106.084] -s on #! line 
22007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22008              Date: Wed, 7 Nov 2001 22:23:39 +0100
22009              Message-ID: <20011107222339.E729@rafael>
22010      Branch: perl
22011            ! embed.h embed.pl perl.c proto.h toke.c
22012 ____________________________________________________________________________
22013 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
22014         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
22015              From: Michael G Schwern <schwern@pobox.com>
22016              Date: Wed, 7 Nov 2001 16:52:49 -0500
22017              Message-ID: <20011107165249.I7346@blackrider>
22018      Branch: perl
22019            ! pod/perlhack.pod
22020 ____________________________________________________________________________
22021 [ 12898] By: ams                                   on 2001/11/08  13:02:19
22022         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
22023              From: Mark-Jason Dominus <mjd@plover.com>
22024              Date: Thu, 08 Nov 2001 08:59:02 -0500
22025              Message-Id: <20011108135902.2275.qmail@plover.com>
22026      Branch: perl
22027            ! INSTALL README README.amiga README.os2 README.vms
22028            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
22029            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
22030 ____________________________________________________________________________
22031 [ 12897] By: ams                                   on 2001/11/08  12:49:28
22032         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
22033              From: mjd@plover.com
22034              Date: 8 Nov 2001 13:33:18 -0000
22035              Message-Id: <20011108133318.1786.qmail@plover.com>
22036      Branch: perl
22037            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
22038            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
22039            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
22040            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
22041            ! pod/perlport.pod pod/perlvar.pod
22042 ____________________________________________________________________________
22043 [ 12896] By: ams                                   on 2001/11/08  11:22:12
22044         Log: open(FH, $file) should strip leading and trailing whitespace.
22045      Branch: perl
22046            ! doio.c
22047 ____________________________________________________________________________
22048 [ 12895] By: ams                                   on 2001/11/08  10:17:14
22049         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
22050              From: "Craig A. Berry" <craigberry@mac.com>
22051              Date: Wed, 07 Nov 2001 13:41:50 -0600
22052              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
22053      Branch: perl
22054            ! t/op/glob.t
22055 ____________________________________________________________________________
22056 [ 12894] By: ams                                   on 2001/11/08  08:32:20
22057         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
22058              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
22059              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
22060              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
22061      Branch: perl
22062            ! makedepend.SH
22063 ____________________________________________________________________________
22064 [ 12893] By: ams                                   on 2001/11/08  08:26:31
22065         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
22066              From: mjd@plover.com
22067              Date: 8 Nov 2001 08:08:07 -0000
22068              Message-Id: <20011108080807.30147.qmail@plover.com>
22069              
22070              Subject: bleadperl perl.pod
22071              From: mjd@plover.com
22072              Date: 8 Nov 2001 08:10:47 -0000
22073              Message-Id: <20011108081047.30178.qmail@plover.com>
22074              
22075              Subject: more bleadperl perl.pod
22076              From: mjd@plover.com
22077              Date: 8 Nov 2001 08:16:28 -0000
22078              Message-Id: <20011108081628.30229.qmail@plover.com>
22079      Branch: perl
22080            ! pod/perl.pod pod/perldebug.pod
22081 ____________________________________________________________________________
22082 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
22083         Log: Tweak for Cray-friendliness from Nicholas Clark.
22084      Branch: perl
22085            ! sv.c
22086 ____________________________________________________________________________
22087 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
22088         Log: VMS patch redo from Charles Lane.
22089      Branch: perl
22090            ! vms/gen_shrfls.pl
22091 ____________________________________________________________________________
22092 [ 12890] By: ams                                   on 2001/11/07  15:16:10
22093         Log: Subject: [ID 20011107.088] two perl pod nits
22094              From: lvirden@cas.org
22095              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
22096              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
22097      Branch: perl
22098            ! pod/perl.pod pod/perlfaq3.pod
22099 ____________________________________________________________________________
22100 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
22101         Log: Update Changes.
22102      Branch: perl
22103            ! Changes patchlevel.h
22104 ____________________________________________________________________________
22105 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
22106         Log: The (emulated) "no utf8" must be in a BEGIN block
22107              to be effective.
22108      Branch: perl
22109            ! lib/CGI/t/html.t
22110 ____________________________________________________________________________
22111 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
22112         Log: "v-strings" is the right term.
22113      Branch: perl
22114            ! pod/perltodo.pod
22115 ____________________________________________________________________________
22116 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
22117         Log: Add vstrings-as-objects need to perltodo.
22118      Branch: perl
22119            ! pod/perltodo.pod
22120 ____________________________________________________________________________
22121 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
22122         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
22123              From: Nicholas Clark <nick@ccl4.org>
22124              Date: Wed, 7 Nov 2001 14:36:32 +0000
22125              Message-ID: <20011107143631.I24980@plum.flirble.org>
22126      Branch: perl
22127            ! t/op/pack.t
22128 ____________________________________________________________________________
22129 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
22130         Log: The Embed test requires a major rewrite for VMS
22131              (plus it reveals a couple of annoying glitches
22132              in buffering), so skip the test for now; from
22133              Charles Lane.
22134      Branch: perl
22135            ! lib/ExtUtils/Embed.t
22136 ____________________________________________________________________________
22137 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
22138         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
22139              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22140              Date: Wed, 7 Nov 2001 09:23:28 EST
22141              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
22142              
22143              (Also i seems that an unrelated experimental patch
22144              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
22145      Branch: perl
22146            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
22147 ____________________________________________________________________________
22148 [ 12882] By: ams                                   on 2001/11/07  05:14:04
22149         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
22150              From: Mark-Jason Dominus <mjd@plover.com>
22151              Date: Wed, 07 Nov 2001 00:43:46 -0500
22152              Message-Id: <20011107054346.14428.qmail@plover.com>
22153      Branch: perl
22154            ! gv.c op.c toke.c
22155 ____________________________________________________________________________
22156 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
22157         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
22158              From: Michael G Schwern <schwern@pobox.com>             
22159              Date: Tue, 6 Nov 2001 22:04:39 -0500
22160              Message-ID: <20011106220439.D2858@blackrider>              
22161      Branch: perl
22162            ! lib/perl5db.pl
22163 ____________________________________________________________________________
22164 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
22165         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
22166              stress))
22167              From: Jonathan Stowe <gellyfish@gellyfish.com>
22168              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
22169              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
22170              
22171              (except for one hunk where indentation differs)
22172      Branch: perl
22173            ! lib/Term/Cap.t
22174 ____________________________________________________________________________
22175 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
22176         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
22177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22178              Date: Tue, 6 Nov 2001 21:45:01 +0100
22179              Message-ID: <20011106214501.A704@rafael>
22180      Branch: perl
22181            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
22182            ! lib/File/Spec/Win32.pm
22183 ____________________________________________________________________________
22184 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
22185         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
22186              From: Michael G Schwern <schwern@pobox.com>              
22187              Date: Tue, 6 Nov 2001 20:58:45 -0500
22188              Message-ID: <20011106205845.G29411@blackrider>
22189      Branch: perl
22190            ! t/test.pl
22191 ____________________________________________________________________________
22192 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
22193         Log: Subject: making do_sprintf public       
22194              From: Doug MacEachern <dougm@covalent.net>    
22195              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
22196              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
22197      Branch: perl
22198            ! embed.h embed.pl global.sym
22199 ____________________________________________________________________________
22200 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
22201         Log: Update to CGI.pm 2.78.
22202              
22203              TODO: the test suite needs to be merged so that
22204              when in core, the core version is tested, and when
22205              using the CPAN version, testing the CPAN version.
22206              (the changes need to be sent to Lincoln, too...)
22207      Branch: perl
22208            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
22209            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
22210            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
22211            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
22212            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
22213            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
22214 ____________________________________________________________________________
22215 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
22216         Log: Integrate with perlio; (strictly) readonly hashes via XS.
22217      Branch: perl
22218           +> t/lib/access.t
22219           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
22220 ____________________________________________________________________________
22221 [ 12874] By: nick                                  on 2001/11/06  21:05:16
22222         Log: Keep It Simple and Stupid version of readonly hash support.
22223              - Test for SvREAONLY(hv) at a few spots in hv.c
22224              - add the error message to perldiag.pod
22225              - (dubious) add access::readonly() to univeral.c
22226              - add test using above
22227              - fixup ext/B/t/stash.t to account for access:: existing
22228      Branch: perlio
22229            + t/lib/access.t
22230            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
22231 ____________________________________________________________________________
22232 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
22233         Log: Fix incorrect warnings about broken globbing;
22234              from Andy Dougherty.
22235      Branch: perl
22236            ! hints/linux.sh
22237 ____________________________________________________________________________
22238 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
22239         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
22240              toggle-on from the encoding pragma.
22241      Branch: perl
22242            ! regcomp.c regexec.c
22243 ____________________________________________________________________________
22244 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
22245         Log: Retract #12824, doesn't help and is ignored
22246              by Configure anyway.
22247      Branch: perl
22248            ! hints/beos.sh
22249 ____________________________________________________________________________
22250 [ 12870] By: ams                                   on 2001/11/06  10:40:37
22251         Log: Subject: Cosmetic change
22252              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22253              Date: Tue, 06 Nov 2001 12:30:52 +0100
22254              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
22255      Branch: perl
22256            ! README.hpux
22257 ____________________________________________________________________________
22258 [ 12869] By: nick                                  on 2001/11/06  08:26:40
22259         Log: Integrate mainline
22260      Branch: perlio
22261           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
22262           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
22263 ____________________________________________________________________________
22264 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
22265         Log: The parentheses are protected enough.
22266      Branch: perl
22267            ! hints/os390.sh
22268 ____________________________________________________________________________
22269 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
22270         Log: ccflags, not ldflags.
22271      Branch: perl
22272            ! hints/os390.sh
22273 ____________________________________________________________________________
22274 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
22275         Log: ... and the proto to go with #12865.
22276      Branch: perl
22277            ! proto.h
22278 ____________________________________________________________________________
22279 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
22280         Log: Oops.  Luckily nothing was using this symbol yet.
22281      Branch: perl
22282            ! global.sym
22283 ____________________________________________________________________________
22284 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
22285         Log: Implement the encoding pragma for regex literals.
22286      Branch: perl
22287            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
22288 ____________________________________________________________________________
22289 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
22290         Log: More UTF8 EXACT fixing.
22291      Branch: perl
22292            ! regexec.c
22293 ____________________________________________________________________________
22294 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
22295         Log: More re debugging.
22296      Branch: perl
22297            ! regexec.c
22298 ____________________________________________________________________________
22299 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
22300         Log: EXACT correction attempt.  Continued in #12863.
22301      Branch: perl
22302            ! regexec.c
22303 ____________________________________________________________________________
22304 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
22305         Log: Unterminated L<.
22306      Branch: perl
22307            ! ext/DB_File/DB_File.pm
22308 ____________________________________________________________________________
22309 [ 12859] By: nick                                  on 2001/11/05  19:15:17
22310         Log: Integrate mainline
22311      Branch: perlio
22312           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
22313           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
22314           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
22315           +> lib/Math/BigInt/t/sub_mbi.t
22316            - lib/Math/BigInt/t/Math/Subclass.pm
22317            - lib/Math/BigInt/t/subclass.t
22318           !> (integrate 30 files)
22319 ____________________________________________________________________________
22320 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
22321         Log: Regex debugging fixes from Hugo.
22322      Branch: perl
22323            ! regcomp.c regexec.c
22324 ____________________________________________________________________________
22325 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
22326         Log: IRIX: at some point the cc -version has started
22327              to output to stderr, not stdout any more.
22328      Branch: perl
22329            ! hints/irix_6.sh
22330 ____________________________________________________________________________
22331 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
22332         Log: Update Changes.
22333      Branch: perl
22334            ! Changes patchlevel.h
22335 ____________________________________________________________________________
22336 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
22337         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
22338      Branch: perl
22339            ! lib/File/Spec/Unix.pm
22340 ____________________________________________________________________________
22341 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
22342         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
22343              From: rgarciasuarez@free.fr
22344              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
22345              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
22346      Branch: perl
22347            ! lib/File/Spec/Unix.pm
22348 ____________________________________________________________________________
22349 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
22350         Log: Use config.arch in OS/390 where the combination of
22351              IEEE floats and ldflags is tricky.
22352      Branch: perl
22353            ! hints/os390.sh
22354 ____________________________________________________________________________
22355 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
22356         Log: Metaconfig unit change for #12851.
22357      Branch: metaconfig
22358            ! U/modified/Config_sh.U
22359 ____________________________________________________________________________
22360 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
22361         Log: Support a config.arch file, similar to config.over,
22362              but loaded just before it.
22363      Branch: perl
22364            ! Configure INSTALL
22365 ____________________________________________________________________________
22366 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
22367         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
22368              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22369              Date: Mon, 5 Nov 2001 14:26:24 +0100
22370              Message-ID: <20011105142624.C31977@rafael>
22371      Branch: perl
22372            ! lib/Symbol.pm lib/Symbol.t
22373 ____________________________________________________________________________
22374 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
22375         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
22376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22377              Date: Sun, 4 Nov 2001 22:28:57 +0100
22378              Message-ID: <20011104222857.C696@rafael>
22379      Branch: perl
22380            ! pod/perldebug.pod pod/perlpodspec.pod
22381 ____________________________________________________________________________
22382 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
22383         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
22384      Branch: perl
22385            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
22386 ____________________________________________________________________________
22387 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
22388         Log: Math::Big* test tweaks to work better with core:
22389              but the coast still not clear.
22390      Branch: perl
22391            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
22392            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
22393 ____________________________________________________________________________
22394 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
22395         Log: Protect against high load: measure how much wall
22396              clock time went by while sleeping.  Avoids some
22397              false negatives, while may introduce some false
22398              positives.  Life is hard.
22399      Branch: perl
22400            ! ext/Time/HiRes/HiRes.t
22401 ____________________________________________________________________________
22402 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
22403         Log: More forgotten from #12843.
22404      Branch: perl
22405            ! lib/Math/BigInt/t/bigfltpm.inc
22406 ____________________________________________________________________________
22407 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
22408         Log: Forgot from #12843.
22409      Branch: perl
22410            + lib/Math/BigInt/t/bigintpm.inc
22411            ! MANIFEST
22412 ____________________________________________________________________________
22413 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
22414         Log: Upgrade to Math::BigInt 1.45; from Tels.
22415              NOTE: some of the tests are failing but that's because
22416              the core integration is not yet done.
22417      Branch: perl
22418            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
22419            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
22420            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
22421            - lib/Math/BigInt/t/Math/Subclass.pm
22422            - lib/Math/BigInt/t/subclass.t
22423            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
22424            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
22425            ! lib/Math/BigInt/t/mbimbf.t
22426 ____________________________________________________________________________
22427 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
22428         Log: VMS: adds capability to control more configuration stuff with
22429              -D and -U switches; parsing config.sh to extract previous config
22430              info in VMS-form, and a rewrite of the "prompt/response" routine;
22431              from Charles Lane.
22432      Branch: perl
22433            ! configure.com
22434 ____________________________________________________________________________
22435 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
22436         Log: Subject: Typo correction in perldebguts.pod
22437              From: mjd@plover.com
22438              Date: 4 Nov 2001 16:20:05 -0000
22439              Message-ID: <20011104162005.16699.qmail@plover.com>
22440      Branch: perl
22441            ! pod/perldebguts.pod
22442 ____________________________________________________________________________
22443 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
22444         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
22445              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22446              Date: Sun, 4 Nov 2001 11:47:30 +0100
22447              Message-ID: <20011104114730.A715@rafael>
22448              
22449              Remove -T from the test, wrong place for that.
22450      Branch: perl
22451            ! lib/File/Temp/t/mktemp.t
22452 ____________________________________________________________________________
22453 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
22454         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
22455              From: Nicholas Clark <nick@ccl4.org>
22456              Date: Sun, 4 Nov 2001 10:41:24 +0000
22457              Message-ID: <20011104104123.U20123@plum.flirble.org>
22458      Branch: perl
22459            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
22460 ____________________________________________________________________________
22461 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
22462         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
22463              From: Michael G Schwern <schwern@pobox.com>
22464              Date: Sat, 3 Nov 2001 15:41:47 -0500
22465              Message-ID: <20011103154147.C600@blackrider>
22466      Branch: perl
22467            ! lib/Term/Cap.t
22468 ____________________________________________________________________________
22469 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
22470         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
22471              From: "Craig A. Berry" <craigberry@mac.com>     
22472              Date: Sat, 03 Nov 2001 16:02:28 -0600
22473              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
22474      Branch: perl
22475            ! ext/Time/HiRes/HiRes.t
22476 ____________________________________________________________________________
22477 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
22478         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
22479              From: "chromatic" <chromatic@rmci.net>
22480              Date: Sat, 03 Nov 2001 12:28:17 -0700
22481              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
22482      Branch: perl
22483            ! lib/Term/Cap.t
22484 ____________________________________________________________________________
22485 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
22486         Log: Don't bother doing POSIX charclass parsing if it
22487              possibly cannot be so.  Prepares way for charclass
22488              syntax like [[abc]||[def]] (or just [[abc][def]])
22489              for union, [[\w]&&[$a]] for intersection,
22490              and [[a-z]&&[^def]] for subtraction.
22491              
22492              Currently /[[a]/ (or /[a[]/) parses as a character
22493              class containing two characters, "[" and "a",
22494              this may have to be broken for the syntax described
22495              above, otherwise we would have to scan the whole pattern
22496              to find out whether the square brackets match pairwise.
22497              Luckily, the special case of "[" doesn't seem to be
22498              documented (as opposed to "]" and "-"), so we may have
22499              better story for breaking it...  One can always use \[
22500              if one wants a literal "[", so there.
22501      Branch: perl
22502            ! regcomp.c
22503 ____________________________________________________________________________
22504 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
22505         Log: Comment correction.
22506      Branch: perl
22507            ! regcomp.c
22508 ____________________________________________________________________________
22509 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
22510         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
22511              The latter is a RedHatism.
22512      Branch: perl
22513            ! lib/ExtUtils/MakeMaker.pm
22514 ____________________________________________________________________________
22515 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
22516         Log: Integrate perlio.
22517      Branch: perl
22518           !> perlio.c
22519 ____________________________________________________________________________
22520 [ 12831] By: nick                                  on 2001/11/03  11:42:15
22521         Log: Integrate mainline
22522      Branch: perlio
22523           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
22524           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
22525           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
22526           !> sv.c t/test.pl
22527 ____________________________________________________________________________
22528 [ 12830] By: nick                                  on 2001/11/03  10:27:34
22529         Log: Fix clone_leak problem.
22530              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
22531              as vestige of calling PerlLIO_dup().
22532      Branch: perlio
22533            ! perlio.c
22534 ____________________________________________________________________________
22535 [ 12829] By: nick                                  on 2001/11/03  09:40:46
22536         Log: Tweaks attempting to locate Doug's clone_leak leak.
22537              - add some PerlIO_debug()
22538              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
22539              - Even if it closing stdout etc. do a fflush()
22540      Branch: perlio
22541            ! perlio.c
22542 ____________________________________________________________________________
22543 [ 12828] By: nick                                  on 2001/11/03  08:34:31
22544         Log: Integrate mainline
22545      Branch: perlio
22546           !> (integrate 54 files)
22547 ____________________________________________________________________________
22548 [ 12827] By: ams                                   on 2001/11/03  03:45:19
22549         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
22550              remove this later). Based on a patch from Robert Spier in
22551              <15330.61459.14452.795263@rls.cx>.
22552      Branch: perl
22553            ! sv.c
22554 ____________________________________________________________________________
22555 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
22556         Log: microperl sync.
22557      Branch: perl
22558            ! doio.c perl.c perl.h perlio.c regexec.c
22559 ____________________________________________________________________________
22560 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
22561         Log: Definitions for the Unicode Newline Guidelines.
22562      Branch: perl
22563            ! perl.h
22564 ____________________________________________________________________________
22565 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
22566         Log: (retracted by #12871)
22567              
22568              There is no csh of any kind in default BeOS.
22569              For the purposes of miniperl globbing, bash
22570              will do.
22571      Branch: perl
22572            ! hints/beos.sh
22573 ____________________________________________________________________________
22574 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
22575         Log: Integrate change #12820 from macperl to maint and blead;
22576              
22577              Fix up (dynaloading) to work properly with multiplicity
22578      Branch: maint-5.6/perl
22579           !> ext/DynaLoader/dl_mac.xs
22580      Branch: perl
22581           !> ext/DynaLoader/dl_mac.xs
22582 ____________________________________________________________________________
22583 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
22584         Log: Several fixes for various exit problems and clearing out
22585              task queue, as well as another (incomplete) go at
22586              fixing error message handling
22587      Branch: maint-5.6/macperl
22588            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
22589 ____________________________________________________________________________
22590 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
22591         Log: Add source files for bleadperl builds
22592      Branch: maint-5.6/macperl
22593            ! macos/Makefile.mk
22594 ____________________________________________________________________________
22595 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
22596         Log: Fix up to work properly with multiplicity
22597      Branch: maint-5.6/macperl
22598            ! ext/DynaLoader/dl_mac.xs
22599 ____________________________________________________________________________
22600 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
22601         Log: Integrate with maintperl.
22602      Branch: maint-5.6/macperl
22603           +> t/op/system.t t/op/system_tests
22604           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
22605           !> pod/perltodo.pod util.c win32/win32.c
22606 ____________________________________________________________________________
22607 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
22608         Log: Locate _PATH_LOG if it's a socket even if not #defined
22609              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
22610              via Nick Clark.
22611      Branch: perl
22612            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
22613 ____________________________________________________________________________
22614 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
22615         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
22616              From: Michael G Schwern <schwern@pobox.com>
22617              Date: Fri, 2 Nov 2001 15:36:41 -0500
22618              Message-ID: <20011102153641.E23234@blackrider>
22619      Branch: perl
22620            ! t/test.pl
22621 ____________________________________________________________________________
22622 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
22623         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
22624              From: merlyn@stonehenge.com (Randal L. Schwartz)
22625              Date: 02 Nov 2001 09:33:34 -0800
22626              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
22627              
22628              (two of the changes)
22629              
22630              Better coexistence with extensions.
22631      Branch: perl
22632            ! ext/Errno/Errno_pm.PL hints/darwin.sh
22633 ____________________________________________________________________________
22634 [ 12815] By: ams                                   on 2001/11/02  16:47:43
22635         Log: Subject: Re: [PATCH] the the double double word word fix fix
22636              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22637              Date: Fri, 02 Nov 2001 19:43:07 +0100
22638              Message-Id: <3BE2E93B.627C198E@alcatel.at>
22639      Branch: perl
22640            ! pod/perldebug.pod
22641 ____________________________________________________________________________
22642 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
22643         Log: Update Changes.
22644      Branch: perl
22645            ! Changes patchlevel.h
22646 ____________________________________________________________________________
22647 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
22648         Log: More encoding testing.
22649      Branch: perl
22650            ! lib/encoding.pm lib/encoding.t
22651 ____________________________________________________________________________
22652 [ 12812] By: ams                                   on 2001/11/02  15:07:11
22653         Log: Slight modification of #12811.
22654      Branch: perl
22655            ! op.c
22656 ____________________________________________________________________________
22657 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
22658         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
22659              From: Radu Greab <radu@netsoft.ro>
22660              Date: Fri, 2 Nov 2001 15:28:58 +0200
22661              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
22662      Branch: perl
22663            ! op.c t/op/stat.t
22664 ____________________________________________________________________________
22665 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
22666         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
22667              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22668              Date: Thu, 1 Nov 2001 22:35:50 +0100
22669              Message-ID: <20011101223550.A10849@rafael>
22670      Branch: perl
22671            ! lib/ExtUtils/Embed.t
22672 ____________________________________________________________________________
22673 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
22674         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
22675              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22676              Date: 2 Nov 2001 14:48:51 -0000
22677              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
22678      Branch: perl
22679            ! lib/File/Find.pm
22680 ____________________________________________________________________________
22681 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
22682         Log: Add documentation.
22683      Branch: perl
22684            ! embed.pl pod/perlapi.pod utf8.c
22685 ____________________________________________________________________________
22686 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
22687         Log: Unicode: add ToFold mapping.  Not used yet; but basically
22688              a more useful mapping for caseless aka case-ignoring than
22689              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
22690              algorithm for creating the foldings uses equivalence classes,
22691              see http://www.unicode.org/unicode/reports/tr21/
22692              Hopefully this feature will be used in //i.
22693              (The folding tables were introduced by #12689.)
22694      Branch: perl
22695            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
22696            ! utf8.c
22697 ____________________________________________________________________________
22698 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
22699         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
22700              From: "Craig A. Berry" <craigberry@mac.com>
22701              Date: Fri, 02 Nov 2001 00:03:52 -0600
22702              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
22703      Branch: perl
22704            ! lib/AutoSplit.t
22705 ____________________________________________________________________________
22706 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
22707         Log: Subject: Trivial doc patch
22708              From: andreas.koenig@anima.de (Andreas J. Koenig)
22709              Date: 02 Nov 2001 06:11:35 +0100
22710              Message-ID: <m37kt94v08.fsf@anima.de>
22711      Branch: perl
22712            ! pod/perlport.pod
22713 ____________________________________________________________________________
22714 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
22715         Log: Make encoding and charnames pragmas coexist.
22716      Branch: perl
22717            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
22718 ____________________________________________________________________________
22719 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
22720         Log: The basic character classes seem to go untested with Unicode.
22721      Branch: perl
22722            ! t/op/pat.t
22723 ____________________________________________________________________________
22724 [ 12802] By: ams                                   on 2001/11/02  00:39:36
22725         Log: Subject: [PATCH] the the double double word word fix fix
22726              From: Richard Soderberg <rs@oregonnet.com>
22727              Date: Thu, 1 Nov 2001 13:12:03 -0800
22728              Message-Id: <200111012112.NAA23288@oregonnet.com>
22729              
22730              Subject: Re: [PATCH] the the double double word word fix fix
22731              From: Mark-Jason Dominus <mjd@plover.com>
22732              Date: Thu, 01 Nov 2001 16:43:40 -0500
22733              Message-Id: <20011101214340.2044.qmail@plover.com>
22734              
22735              Subject: Re: [PATCH] the the double double word word fix fix
22736              From: Mark-Jason Dominus <mjd@plover.com>
22737              Date: Thu, 01 Nov 2001 16:51:39 -0500
22738              Message-Id: <20011101215139.2196.qmail@plover.com>
22739      Branch: perl
22740            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
22741            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
22742            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
22743            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
22744            ! pod/perltodo.pod pod/perlxstut.pod
22745 ____________________________________________________________________________
22746 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
22747         Log: Comment tweaks.
22748      Branch: perl
22749            ! toke.c
22750 ____________________________________________________________________________
22751 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
22752         Log: FAQ sync.
22753      Branch: perl
22754            ! pod/perlfaq9.pod
22755 ____________________________________________________________________________
22756 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
22757         Log: If an encoding is set by -M/-m, it must be in
22758              effect only for the actual script, not any other
22759              required/-M/-m'ed module, otherwise we enter a nasty
22760              recursion in regexec.c while trying to init the simple
22761              UTF-8 charclasses like PL_utf8_alnum.
22762      Branch: perl
22763            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
22764 ____________________________________________________________________________
22765 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
22766         Log: A bit more descriptive name.
22767      Branch: perl
22768            ! mg.c
22769 ____________________________________________________________________________
22770 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
22771         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
22772              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22773              Date: Wed, 31 Oct 2001 13:47:04 EST
22774              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
22775      Branch: perl
22776            ! ext/Time/HiRes/HiRes.t
22777 ____________________________________________________________________________
22778 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
22779         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
22780              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22781              Date: Wed, 31 Oct 2001 13:43:29 EST
22782              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
22783      Branch: perl
22784            ! mg.c
22785 ____________________________________________________________________________
22786 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
22787         Log: Subject: [PATCH] Various test cleanups
22788              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22789              Date: Tue, 30 Oct 2001 21:56:26 +0100
22790              Message-ID: <20011030215626.A28503@rafael>
22791      Branch: perl
22792            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22793            ! ext/DB_File/t/db-recno.t ext/Encode.t
22794 ____________________________________________________________________________
22795 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
22796         Log: Update Changes.
22797      Branch: perl
22798            ! Changes patchlevel.h
22799 ____________________________________________________________________________
22800 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
22801         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
22802              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
22803              Date: Wed, 31 Oct 2001 17:16:39 +0100
22804              Message-ID: <20011031171639.A32511@rafael>
22805      Branch: perl
22806            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
22807 ____________________________________________________________________________
22808 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
22809         Log: Skip message nit.
22810      Branch: perl
22811            ! t/io/fs.t
22812 ____________________________________________________________________________
22813 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
22814         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
22815              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22816              Date: 31 Oct 2001 14:49:37 -0000
22817              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
22818      Branch: perl
22819            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
22820 ____________________________________________________________________________
22821 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
22822         Log: Extend the effect of the encoding pragma to chr() and ord().
22823              
22824              TODO: regex literals, reentrancy problems with the utf8
22825              and charnames pragmas.
22826      Branch: perl
22827            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
22828 ____________________________________________________________________________
22829 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
22830         Log: Doc tweaks.
22831      Branch: perl
22832            ! lib/encoding.pm
22833 ____________________________________________________________________________
22834 [ 12788] By: nick                                  on 2001/10/31  08:59:56
22835         Log: Integrate mainline
22836      Branch: perlio
22837           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
22838           !> (integrate 49 files)
22839 ____________________________________________________________________________
22840 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
22841         Log: Forgot new proto.
22842      Branch: perl
22843            ! proto.h
22844 ____________________________________________________________________________
22845 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
22846         Log: Clarification: use encoding cannot be used to
22847              change the default encoding of "your whole script";
22848              only the default encoding of the *data*.  Also, it
22849              seems that "use encoding" does not mix with "use utf8"
22850              (a coredumping recursion ensues).  Should not be a huge
22851              problem since "use utf8" is pretty marginal nowadays.
22852      Branch: perl
22853            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
22854 ____________________________________________________________________________
22855 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
22856         Log: More documentation for the encode pragma.
22857      Branch: perl
22858            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
22859            ! pod/perlapi.pod pod/perlunicode.pod sv.c
22860 ____________________________________________________________________________
22861 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
22862         Log: Thinko in #12783.
22863      Branch: perl
22864            ! sv.c
22865 ____________________________________________________________________________
22866 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
22867         Log: Make sv_recode_to_utf8() a real API: the encoding
22868              is a parameter, instead of a global.  Document the
22869              PERL_ENCODING.
22870      Branch: perl
22871            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
22872            ! toke.c
22873 ____________________________________________________________________________
22874 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
22875         Log: Enable -Mencoding=foobar also for string literals.
22876      Branch: perl
22877            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
22878            ! pod/perlapi.pod proto.h sv.c toke.c
22879 ____________________________________________________________________________
22880 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
22881         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
22882              From: Andy Dougherty <doughera@lafayette.edu>
22883              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
22884              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
22885      Branch: perl
22886            ! ext/POSIX/hints/svr4.pl
22887 ____________________________________________________________________________
22888 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
22889         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
22890              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22891              Date: Mon, 29 Oct 2001 23:11:58 -0000
22892              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
22893              
22894              Add compat.h.
22895      Branch: perl
22896            ! lib/h2xs.t utils/h2xs.PL
22897 ____________________________________________________________________________
22898 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
22899         Log: Subject: PerlIOBuf_dup
22900              From: Nicholas Clark <nick@ccl4.org>              
22901              Date: Mon, 29 Oct 2001 21:52:35 +0000             
22902              Message-ID: <20011029215235.K41204@plum.flirble.org>
22903              
22904              Add prototype.
22905      Branch: perl
22906            ! perliol.h
22907 ____________________________________________________________________________
22908 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
22909         Log: Subject: [PATCH] Make malloc.c errors more useful
22910              From: Richard Soderberg <rs@oregonnet.com>
22911              Date: Mon, 29 Oct 2001 22:28:02 -0800
22912              Message-Id: <200110300628.WAA11025@oregonnet.com>
22913      Branch: perl
22914            ! malloc.c
22915 ____________________________________________________________________________
22916 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
22917         Log: Retract #12776 - the bug 19990906.001 is still valid.
22918      Branch: perl
22919            ! t/run/kill_perl.t
22920 ____________________________________________________________________________
22921 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
22922         Log: (Retracted by #12777)
22923              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
22924              From: Michael G Schwern <schwern@pobox.com> 
22925              Date: Mon, 29 Oct 2001 23:01:08 -0500
22926              Message-ID: <20011029230108.G18053@blackrider>
22927      Branch: perl
22928            ! t/run/kill_perl.t
22929 ____________________________________________________________________________
22930 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
22931         Log: Comment nits.
22932      Branch: perl
22933            ! lib/encoding.t
22934 ____________________________________________________________________________
22935 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
22936         Log: integrate change#12772 from mainline
22937              
22938              Subject: [PATCH] Mommy, what's a pointer cast?
22939      Branch: maint-5.6/perl
22940            ! perl.h
22941 ____________________________________________________________________________
22942 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
22943         Log: Subject: [PATCH] Mommy, what's a pointer cast?
22944              From: Richard Soderberg <rs@oregonnet.com>
22945              Date: Mon, 29 Oct 2001 17:01:10 -0800
22946              Message-Id: <200110300101.RAA31561@oregonnet.com>
22947              
22948              (threads* parts)
22949      Branch: perl
22950            ! ext/threads/shared/shared.xs ext/threads/threads.xs
22951 ____________________________________________________________________________
22952 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
22953         Log: Subject: [PATCH] Mommy, what's a pointer cast?
22954              From: Richard Soderberg <rs@oregonnet.com>
22955              Date: Mon, 29 Oct 2001 17:01:10 -0800
22956              Message-Id: <200110300101.RAA31561@oregonnet.com>
22957              
22958              (the perl.h part)
22959      Branch: perl
22960            ! perl.h
22961 ____________________________________________________________________________
22962 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
22963         Log: Subject: [PATCH] OpenBSD likes signal.h 
22964              From: Richard Soderberg <rs@oregonnet.com>
22965              Date: Mon, 29 Oct 2001 17:00:31 -0800
22966              Message-Id: <200110300100.RAA31533@oregonnet.com>
22967      Branch: perl
22968            ! unixish.h
22969 ____________________________________________________________________________
22970 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
22971         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
22972              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22973              Date: Mon, 29 Oct 2001 23:04:23 -0000
22974              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
22975      Branch: perl
22976            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22977            ! ext/DB_File/t/db-recno.t
22978 ____________________________________________________________________________
22979 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
22980         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
22981              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
22982              Date: Mon, 29 Oct 2001 12:34:07 -0600
22983              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
22984      Branch: perl
22985            ! ext/Time/HiRes/HiRes.t
22986 ____________________________________________________________________________
22987 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
22988         Log: Update Changes.
22989      Branch: perl
22990            ! Changes patchlevel.h
22991 ____________________________________________________________________________
22992 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
22993         Log: AIX needs an explicit symbol export list.
22994      Branch: perl
22995            ! lib/ExtUtils/Embed.t
22996 ____________________________________________________________________________
22997 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
22998         Log: The test (and the module) would require some
22999              quality hacking time to work on EBCDIC.  Based on
23000              the test results nothing seems to be majorly broken,
23001              the module just seems to have strange assumptions:
23002              got: ''\226\225\205'
23003              expected: ''one'
23004              The \226\225\205 being, of course, 'one', in EBCDIC.
23005      Branch: perl
23006            ! lib/Dumpvalue.t
23007 ____________________________________________________________________________
23008 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
23009         Log: Mark the test known to be failing in EBCDIC.
23010      Branch: perl
23011            ! t/op/tr.t
23012 ____________________________________________________________________________
23013 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
23014         Log: None of the libnet modules are going to work in
23015              EBCDIC without the Convert::EBCDIC.
23016      Branch: perl
23017            ! t/lib/1_compile.t
23018 ____________________________________________________________________________
23019 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
23020         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
23021      Branch: perl
23022            ! t/op/pack.t
23023 ____________________________________________________________________________
23024 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
23025         Log: UTF-EBCDIC ain't UTF-8.
23026      Branch: perl
23027            ! t/op/pack.t
23028 ____________________________________________________________________________
23029 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
23030         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
23031      Branch: perl
23032            ! t/lib/1_compile.t
23033 ____________________________________________________________________________
23034 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
23035         Log: Let's not assume ASCII.
23036      Branch: perl
23037            ! t/op/lc.t
23038 ____________________________________________________________________________
23039 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
23040         Log: Call the new perlio symbols differently.
23041      Branch: perl
23042            ! makedef.pl
23043 ____________________________________________________________________________
23044 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
23045         Log: Don't expect ASCII ordering.
23046      Branch: perl
23047            ! lib/ExtUtils/Manifest.t
23048 ____________________________________________________________________________
23049 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
23050         Log: Forgot from #12756.
23051      Branch: perl
23052            ! perlio.h
23053 ____________________________________________________________________________
23054 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
23055         Log: BeOS tweaks:
23056              - fseeko and ftello can be found by Configure but
23057              we do not seem to have prototypes for them so
23058              let's make up some
23059              - BeOS didn't use to have real sockets (sockets as
23060              filedescriptors) but the BONE package is supposed
23061              to fix this.  I do not know how to detect BONEness,
23062              see hints/beos.sh for a spot that needs to fixed.
23063              - BeOS has O_TEXT != O_BINARY but has no setmode()
23064      Branch: perl
23065            ! hints/beos.sh perlio.c
23066 ____________________________________________________________________________
23067 [ 12755] By: sky                                   on 2001/10/29  12:56:12
23068         Log: Ugly fix to not die when a thread creator is holding locks.
23069      Branch: perl
23070            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23071            ! ext/threads/threads.xs
23072 ____________________________________________________________________________
23073 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
23074         Log: Integrate change #12752 from maintperl;
23075              
23076              croak(Nullch) wasn't printing the contents of ERRSV if there was
23077              no outer eval (bug in change#6125)
23078      Branch: perl
23079           !> util.c
23080 ____________________________________________________________________________
23081 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
23082         Log: Subject: [PATCH h2xs] Use of static data in XS modules
23083              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
23084              Date: Sun, 28 Oct 2001 21:19:07 -0000
23085              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
23086              
23087              with nits from Sarathy.
23088      Branch: perl
23089            ! utils/h2xs.PL
23090 ____________________________________________________________________________
23091 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
23092         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
23093              no outer eval (bug in change#6125)
23094      Branch: maint-5.6/perl
23095            ! util.c
23096 ____________________________________________________________________________
23097 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
23098         Log: More todo for the encoding pragma.
23099      Branch: perl
23100            ! lib/encoding.pm
23101 ____________________________________________________________________________
23102 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
23103         Log: Add the encoding pragma to control the "upgrade"
23104              from the native eight bit data to Unicode.
23105              
23106              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
23107      Branch: perl
23108            + lib/encoding.pm lib/encoding.t
23109            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
23110            ! pod/perlunicode.pod pod/perlvar.pod sv.c
23111 ____________________________________________________________________________
23112 [ 12749] By: sky                                   on 2001/10/28  21:02:33
23113         Log: Update documentation.
23114      Branch: perl
23115            ! ext/threads/shared/shared.pm
23116 ____________________________________________________________________________
23117 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
23118         Log: Integrate change #12747 from maintperl;
23119              
23120              finishing touches to system() fixes on windows:
23121              * detect cmd shell correctly even if it had full path in it
23122              * more quoting needed for single-arg system if the argument
23123              really had multiple quoted arguments within it
23124              * be smarter about not calling the shell when the executable
23125              has spaces, but otherwise does not need shell involvement
23126              * add a testsuite (windows-specific currently)
23127      Branch: perl
23128           +> t/op/system.t t/op/system_tests
23129            ! MANIFEST pod/perltodo.pod
23130           !> win32/win32.c
23131 ____________________________________________________________________________
23132 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
23133         Log: finishing touches to system() fixes on windows:
23134              * detect cmd shell correctly even if it had full path in it
23135              * more quoting needed for single-arg system if the argument
23136              really had multiple quoted arguments within it
23137              * be smarter about not calling the shell when the executable
23138              has spaces, but otherwise does not need shell involvement
23139              * add a testsuite (windows-specific currently)
23140      Branch: maint-5.6/perl
23141            + t/op/system.t t/op/system_tests
23142            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
23143 ____________________________________________________________________________
23144 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
23145         Log: Integrate perlio.
23146      Branch: perl
23147           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
23148 ____________________________________________________________________________
23149 [ 12745] By: nick                                  on 2001/10/28  16:08:14
23150         Log: Mingw32 fixup for Embed.t
23151      Branch: perlio
23152            ! lib/ExtUtils/Embed.t
23153 ____________________________________________________________________________
23154 [ 12744] By: nick                                  on 2001/10/28  15:54:14
23155         Log: GCC vs MS 64-bit constant syntax
23156      Branch: perlio
23157            ! ext/Time/HiRes/HiRes.xs
23158 ____________________________________________________________________________
23159 [ 12743] By: nick                                  on 2001/10/28  15:42:55
23160         Log: Integrate mainline
23161      Branch: perlio
23162           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
23163 ____________________________________________________________________________
23164 [ 12742] By: sky                                   on 2001/10/28  14:47:10
23165         Log: Manpage updates.
23166      Branch: perl
23167            ! ext/threads/threads.pm
23168 ____________________________________________________________________________
23169 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
23170         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
23171      Branch: perl
23172            ! lib/ExtUtils/Embed.t
23173 ____________________________________________________________________________
23174 [ 12740] By: nick                                  on 2001/10/28  14:14:24
23175         Log: Integrate mainline
23176      Branch: perlio
23177           !> lib/ExtUtils/Embed.t win32/win32.c
23178 ____________________________________________________________________________
23179 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
23180         Log: Need to be ./executed.
23181      Branch: perl
23182            ! lib/ExtUtils/Embed.t
23183 ____________________________________________________________________________
23184 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
23185         Log: Integrate perlio.
23186      Branch: perl
23187           !> perlio.c win32/win32.h
23188 ____________________________________________________________________________
23189 [ 12737] By: nick                                  on 2001/10/28  13:53:45
23190         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
23191              by gcc -xc++.
23192      Branch: perlio
23193            ! win32/win32.h
23194 ____________________________________________________________________________
23195 [ 12736] By: nick                                  on 2001/10/28  13:50:50
23196         Log: Have :stdio layer update an honour the fd refcnt table.
23197              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
23198      Branch: perlio
23199            ! perlio.c
23200 ____________________________________________________________________________
23201 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
23202         Log: Integrate changes #12724 and #12725 from maintperl;
23203              multiarg system now works.
23204      Branch: perl
23205           !> win32/win32.c
23206 ____________________________________________________________________________
23207 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
23208         Log: Integrate perlio.
23209      Branch: perl
23210           +> lib/ExtUtils/Embed.t
23211           !> MANIFEST perlio.c
23212 ____________________________________________________________________________
23213 [ 12733] By: nick                                  on 2001/10/28  13:07:16
23214         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
23215              least for PERLIO=perlio unthreaded case
23216      Branch: perlio
23217            ! perlio.c
23218 ____________________________________________________________________________
23219 [ 12732] By: nick                                  on 2001/10/28  11:10:24
23220         Log: Typo in exe name
23221      Branch: perlio
23222            ! lib/ExtUtils/Embed.t
23223 ____________________________________________________________________________
23224 [ 12731] By: nick                                  on 2001/10/28  11:09:59
23225         Log: Integrate Mainline
23226      Branch: perlio
23227           !> Changes configure.com ext/DB_File/DB_File.pm
23228           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
23229           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
23230           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
23231           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
23232           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
23233           !> t/TEST t/op/regexp.t win32/buildext.pl
23234 ____________________________________________________________________________
23235 [ 12730] By: nick                                  on 2001/10/28  11:05:35
23236         Log: Fixup Embed.t for Win32/VC++
23237      Branch: perlio
23238            ! lib/ExtUtils/Embed.t
23239 ____________________________________________________________________________
23240 [ 12729] By: nick                                  on 2001/10/28  09:36:20
23241         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
23242              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
23243              ExtUtils::Embed.
23244      Branch: perlio
23245            + lib/ExtUtils/Embed.t
23246            ! MANIFEST
23247 ____________________________________________________________________________
23248 [ 12728] By: sky                                   on 2001/10/28  08:12:53
23249         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
23250              line manually!
23251      Branch: perl
23252            ! lib/ExtUtils/xsubpp
23253 ____________________________________________________________________________
23254 [ 12727] By: sky                                   on 2001/10/28  08:02:09
23255         Log: And here we use the prototypes.
23256      Branch: perl
23257            ! ext/threads/shared/shared.xs
23258 ____________________________________________________________________________
23259 [ 12726] By: sky                                   on 2001/10/28  08:00:48
23260         Log: Support [] style prototypes.
23261      Branch: perl
23262            ! lib/ExtUtils/xsubpp
23263 ____________________________________________________________________________
23264 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
23265         Log: yet another multi-arg system() fix on windows: batch files as the
23266              first argument (i.e. directly executed by CreateProcess()) need
23267              extra quoting to escape shell-shock
23268      Branch: maint-5.6/perl
23269            ! win32/win32.c
23270 ____________________________________________________________________________
23271 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
23272         Log: another multi-arg system() fix on windows: passing empty arguments
23273              now works
23274      Branch: maint-5.6/perl
23275            ! win32/win32.c
23276 ____________________________________________________________________________
23277 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
23278         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
23279              No final #else #error because we do not seem to
23280              be using #error?
23281      Branch: perl
23282            ! op.h
23283 ____________________________________________________________________________
23284 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
23285         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
23286              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
23287              Date: Sat, 27 Oct 2001 23:28:44 EST 
23288              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
23289      Branch: perl
23290            ! ext/Time/HiRes/HiRes.xs
23291 ____________________________________________________________________________
23292 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
23293         Log: Regen perlapi, perltoc.
23294      Branch: perl
23295            ! pod/perlapi.pod pod/perltoc.pod
23296 ____________________________________________________________________________
23297 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
23298         Log: Subject: [PATCH] sv.h documentation
23299              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
23300              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
23301              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
23302      Branch: perl
23303            ! sv.h
23304 ____________________________________________________________________________
23305 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
23306         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
23307              system("nmake -nologo", "clean") and there is no executable
23308              called "nmake -nologo"; this used to "work" pre-change#12559 due
23309              to bugs in multiarg system() that have since been fixed
23310      Branch: perl
23311            ! win32/buildext.pl
23312 ____________________________________________________________________________
23313 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
23314         Log: Update Changes.
23315      Branch: perl
23316            ! Changes patchlevel.h
23317 ____________________________________________________________________________
23318 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
23319         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
23320              From: Richard.Foley@t-online.de (Richard Foley)            
23321              Date: Sun, 28 Oct 2001 00:48:32 +0200
23322              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
23323      Branch: perl
23324            ! pod/perlhack.pod
23325 ____________________________________________________________________________
23326 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
23327         Log: Must store pointers with the right width.
23328      Branch: perl
23329            ! op.h
23330 ____________________________________________________________________________
23331 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
23332         Log: Integrate change #12711 from perlio;
23333              
23334              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
23335              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
23336      Branch: perl
23337           !> perlio.c
23338 ____________________________________________________________________________
23339 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
23340         Log: Subject: [PATCH] make minitest
23341              From: Nicholas Clark <nick@ccl4.org>
23342              Date: Sat, 27 Oct 2001 22:56:16 +0100
23343              Message-ID: <20011027225616.L20275@plum.flirble.org>
23344      Branch: perl
23345            ! t/TEST
23346 ____________________________________________________________________________
23347 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
23348         Log: Patch #12661 missed this.
23349      Branch: perl
23350            ! ext/DB_File/DB_File.pm
23351 ____________________________________________________________________________
23352 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
23353         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
23354              From: "Craig A. Berry" <craigberry@mac.com>
23355              Date: Sat, 27 Oct 2001 16:07:47 -0500
23356              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
23357      Branch: perl
23358            ! configure.com perlio.c
23359 ____________________________________________________________________________
23360 [ 12711] By: nick                                  on 2001/10/27  19:49:25
23361         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
23362              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
23363      Branch: perlio
23364            ! perlio.c
23365 ____________________________________________________________________________
23366 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
23367         Log: Let's not replace reason if there's one already supplied.
23368      Branch: perl
23369            ! t/op/regexp.t
23370 ____________________________________________________________________________
23371 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
23372         Log: is not good.
23373      Branch: perl
23374            ! t/op/regexp.t
23375 ____________________________________________________________________________
23376 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
23377         Log: ldlibpth can exist but be unset.
23378      Branch: perl
23379            ! t/TEST
23380 ____________________________________________________________________________
23381 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
23382         Log: Unicode: property alias naming cleanup.
23383      Branch: perl
23384            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
23385 ____________________________________________________________________________
23386 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
23387         Log: FAQ sync.
23388      Branch: perl
23389            ! pod/perlfaq4.pod
23390 ____________________________________________________________________________
23391 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
23392         Log: Integrate change #12703 from maintperl;
23393              
23394              typemap stuff intervenes before declaration, move it to PREINIT
23395              section
23396              
23397              (an empty integrate, but now the files are in sync
23398              between the branches)
23399      Branch: perl
23400           !> ext/ODBM_File/ODBM_File.xs
23401 ____________________________________________________________________________
23402 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
23403         Log: More PerlIO symbols.
23404      Branch: perl
23405            ! makedef.pl
23406 ____________________________________________________________________________
23407 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
23408         Log: typemap stuff intervenes before declaration, move it to PREINIT
23409              section
23410      Branch: maint-5.6/perl
23411            ! ext/ODBM_File/ODBM_File.xs
23412 ____________________________________________________________________________
23413 [ 12702] By: nick                                  on 2001/10/27  14:09:35
23414         Log: Integrate mainline
23415      Branch: perlio
23416           +> ext/threads/shared/t/av_simple.t
23417           +> ext/threads/shared/t/hv_refs.t
23418           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
23419           !> (integrate 109 files)
23420 ____________________________________________________________________________
23421 [ 12700] By: ams                                   on 2001/10/26  21:22:23
23422         Log: Subject: [PATCH] tweak divide
23423              From: Nicholas Clark <nick@ccl4.org>
23424              Date: Fri, 26 Oct 2001 22:52:17 +0100
23425              Message-Id: <20011026225217.B20275@plum.flirble.org>
23426      Branch: perl
23427            ! pp.c
23428 ____________________________________________________________________________
23429 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
23430         Log: Integrate a buncha things from maintperl.
23431      Branch: maint-5.6/macperl
23432           !> (integrate 32 files)
23433 ____________________________________________________________________________
23434 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
23435         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
23436              From: Andy Dougherty <doughera@lafayette.edu>
23437              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
23438              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
23439      Branch: perl
23440            ! hints/svr4.sh
23441 ____________________________________________________________________________
23442 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
23443         Log: When you're root, many things become writable.
23444      Branch: perl
23445            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
23446 ____________________________________________________________________________
23447 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
23448         Log: Update Changes.
23449      Branch: perl
23450            ! Changes patchlevel.h
23451 ____________________________________________________________________________
23452 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
23453         Log: Term/Cap.t attempts to access the floppy drive for no good reason
23454              on dosish systems
23455      Branch: perl
23456            ! lib/Term/Cap.t
23457 ____________________________________________________________________________
23458 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
23459         Log: fix misleading comment on known inadequacy in B::Terse, and skip
23460              it correctly
23461      Branch: perl
23462            ! ext/B/t/terse.t
23463 ____________________________________________________________________________
23464 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
23465         Log: fix spurious AutoSplit.t failure under windows
23466      Branch: perl
23467            ! lib/AutoSplit.t
23468 ____________________________________________________________________________
23469 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
23470         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
23471      Branch: perl
23472            ! ext/Time/HiRes/HiRes.t
23473 ____________________________________________________________________________
23474 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
23475         Log: More logical to use %04"UVXf" than %"UVuf" since
23476              the Unicode standard prefers hex.
23477      Branch: perl
23478            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
23479            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
23480            ! lib/unicore/mktables utf8.c
23481 ____________________________________________________________________________
23482 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
23483         Log: change#12065 seems to have broken Encode build on windows; fix
23484      Branch: perl
23485            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
23486 ____________________________________________________________________________
23487 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
23488         Log: Unicode: add the case folding table.
23489      Branch: perl
23490            + lib/unicore/To/Fold.pl
23491            ! MANIFEST lib/unicore/mktables
23492 ____________________________________________________________________________
23493 [ 12688] By: sky                                   on 2001/10/26  13:51:29
23494         Log: Get the new functions right, do not export lock since we use builtin lock.
23495              TODO: fix xsubpp to support the new prototypes
23496      Branch: perl
23497            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23498 ____________________________________________________________________________
23499 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
23500         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
23501              as suggested by Sarathy.
23502      Branch: perl
23503            ! mg.c
23504 ____________________________________________________________________________
23505 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
23506         Log: avoid compiler warning
23507      Branch: perl
23508            ! win32/win32.c
23509 ____________________________________________________________________________
23510 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
23511         Log: WinCE update from Rainer Keuchel.
23512      Branch: perl
23513            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
23514            ! wince/wince.c
23515 ____________________________________________________________________________
23516 [ 12684] By: sky                                   on 2001/10/26  13:34:33
23517         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
23518      Branch: perl
23519            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23520 ____________________________________________________________________________
23521 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
23522         Log: More fixes that were made to the core and not in the libnet src
23523      Branch: perl
23524            ! lib/Net/Domain.pm
23525 ____________________________________________________________________________
23526 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
23527         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
23528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
23529              Date: Fri, 26 Oct 2001 13:55:21 +0200
23530              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
23531              
23532              (plus make the db-recno.t#59 accept both \n and \r\n)
23533      Branch: perl
23534            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
23535            ! ext/DB_File/t/db-recno.t
23536 ____________________________________________________________________________
23537 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
23538         Log: Fix tests to be able to run in the core and the CPAN dist
23539      Branch: perl
23540            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
23541            ! lib/Net/t/require.t lib/Net/t/smtp.t
23542 ____________________________________________________________________________
23543 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
23544         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
23545              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23546              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
23547              Date: Fri, 26 Oct 2001 08:34:46 EDT
23548      Branch: perl
23549            ! ext/Time/HiRes/HiRes.t
23550 ____________________________________________________________________________
23551 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
23552         Log: Sync libnet modules with what will be libnet-1.08
23553      Branch: perl
23554            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
23555            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
23556            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
23557            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
23558 ____________________________________________________________________________
23559 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
23560         Log: Integrate maintperl changes #12268 and #12669;
23561              
23562              final touches to the audit for statics and thread-unsafe code
23563              * make DB_File, ODBM_File thread-safe 
23564              * remove unnecessary/dangerous statics and protect others
23565              from not getting accidentally enabled under threaded perls
23566              
23567              windows support functions get_childdir() et al aren't exported
23568              correctly under vanilla build
23569              
23570              Testing under win32 appreciated since changes there had
23571              to be manually merged and I cannot test how badly did I do.
23572      Branch: perl
23573           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
23574           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
23575           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
23576           !> win32/vmem.h win32/win32.c win32/win32iop.h
23577 ____________________________________________________________________________
23578 [ 12677] By: sky                                   on 2001/10/26  12:37:17
23579         Log: More Config::threads to threads::threads changes
23580      Branch: perl
23581            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
23582 ____________________________________________________________________________
23583 [ 12676] By: sky                                   on 2001/10/26  12:31:46
23584         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
23585      Branch: perl
23586            ! ext/threads/threads.pm ext/threads/threads.xs
23587 ____________________________________________________________________________
23588 [ 12675] By: sky                                   on 2001/10/26  12:06:30
23589         Log: Allocing a TLS in runtime is not too hot.
23590      Branch: perl
23591            ! ext/threads/threads.xs
23592 ____________________________________________________________________________
23593 [ 12674] By: sky                                   on 2001/10/26  11:59:09
23594         Log: Don't display debug data.
23595      Branch: perl
23596            ! ext/threads/threads.pm
23597 ____________________________________________________________________________
23598 [ 12673] By: sky                                   on 2001/10/26  11:35:47
23599         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
23600              complete bar support for blessed objects.
23601              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
23602      Branch: perl
23603            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
23604 ____________________________________________________________________________
23605 [ 12672] By: sky                                   on 2001/10/26  11:15:28
23606         Log: Fix case where shared reference does not exist in current thread.
23607      Branch: perl
23608            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
23609 ____________________________________________________________________________
23610 [ 12671] By: sky                                   on 2001/10/26  08:48:52
23611         Log: Support for references in shared arrays.
23612      Branch: perl
23613            ! ext/threads/shared/shared.xs
23614 ____________________________________________________________________________
23615 [ 12670] By: sky                                   on 2001/10/26  08:30:11
23616         Log: Add tests for references in hashes.
23617      Branch: perl
23618            + ext/threads/shared/t/hv_refs.t
23619            ! MANIFEST
23620 ____________________________________________________________________________
23621 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
23622         Log: windows support functions get_childdir() et al aren't exported
23623              correctly under vanilla build
23624      Branch: maint-5.6/perl
23625            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
23626 ____________________________________________________________________________
23627 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
23628         Log: final touches to the audit for statics and thread-unsafe code
23629              * make DB_File, ODBM_File thread-safe 
23630              * remove unnecessary/dangerous statics and protect others
23631              from not getting accidentally enabled under threaded perls
23632      Branch: maint-5.6/perl
23633            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
23634            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
23635            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
23636            ! win32/win32.c
23637 ____________________________________________________________________________
23638 [ 12667] By: ams                                   on 2001/10/26  03:48:36
23639         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
23640              From: "Richard Soderberg" <rs@crystalflame.net>
23641              Date: Thu, 25 Oct 2001 23:42:50 -0400
23642              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
23643      Branch: perl
23644            ! sharedsv.c
23645 ____________________________________________________________________________
23646 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
23647         Log: Integrate change #12664 from maintperl;
23648              
23649              the newest GCCs don't seem to like C<"string1"##STRING2>
23650              so keep it as C<"string1" STRING2> (latter appears to
23651              work everywhere)
23652      Branch: perl
23653           !> ext/DynaLoader/dlutils.c
23654 ____________________________________________________________________________
23655 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
23656         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
23657              From: Chris Nandor <pudge@pobox.com>
23658              Date: Thu, 25 Oct 2001 22:15:03 -0400
23659              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
23660      Branch: perl
23661            ! perl.h
23662 ____________________________________________________________________________
23663 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
23664         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
23665              C<"string1" STRING2> (latter appears to work everywhere)
23666      Branch: maint-5.6/perl
23667            ! ext/DynaLoader/dlutils.c
23668 ____________________________________________________________________________
23669 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
23670         Log: AUTHORS update.
23671      Branch: perl
23672            ! AUTHORS
23673 ____________________________________________________________________________
23674 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
23675         Log: Integrate change #12660 from maintperl;
23676              
23677              make the dMY_CXT stuff available under all of
23678              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
23679      Branch: perl
23680           !> perl.h
23681 ____________________________________________________________________________
23682 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
23683         Log: Subject: [PATCH] DB_File-1.79
23684              From: "Paul Marquess" <paul.marquess@openwave.com>
23685              Date: Fri, 26 Oct 2001 00:03:54 +0100
23686              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
23687      Branch: perl
23688            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
23689            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
23690 ____________________________________________________________________________
23691 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
23692         Log: make the dMY_CXT stuff available under all of
23693              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
23694      Branch: maint-5.6/perl
23695            ! perl.h
23696 ____________________________________________________________________________
23697 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
23698         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
23699              From: Michael G Schwern <schwern@pobox.com>
23700              Date: Thu, 25 Oct 2001 18:28:12 -0400
23701              Message-ID: <20011025182812.M4811@blackrider>
23702      Branch: perl
23703            ! t/run/kill_perl.t
23704 ____________________________________________________________________________
23705 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
23706         Log: STRLEN != int.
23707      Branch: perl
23708            ! regcomp.c regexec.c
23709 ____________________________________________________________________________
23710 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
23711         Log: Subject: [PATCH] remove small IVop redundancy
23712              From: Nicholas Clark <nick@ccl4.org>
23713              Date: Thu, 25 Oct 2001 22:48:28 +0100
23714              Message-ID: <20011025224827.M66471@plum.flirble.org>
23715      Branch: perl
23716            ! pp.c pp_hot.c
23717 ____________________________________________________________________________
23718 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
23719         Log: Metaconfig unit change for #12655.
23720      Branch: metaconfig/U/perl
23721            ! Extensions.U
23722 ____________________________________________________________________________
23723 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
23724         Log: Subject: Re: Not OK @12650
23725              From: Andy Dougherty <doughera@lafayette.edu>
23726              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
23727              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
23728      Branch: perl
23729            ! Configure
23730 ____________________________________________________________________________
23731 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
23732         Log: Integrate changes #12652 and #12653 from maintperl;
23733              
23734              more tweaks to change#12626
23735              * move the boilerplate code over to perl.h and make DynaLoader
23736              use it
23737              * make re, Opcode, File::Glob and B threadsafe
23738              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
23739              C<no re;> anywhere)
23740              
23741              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
23742              
23743              File::Glob required a bit more work in bleadperl
23744              because of ExtUtils::Constant (see the Makefile.PL change)
23745      Branch: perl
23746            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
23747           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23748           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
23749 ____________________________________________________________________________
23750 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
23751         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
23752      Branch: maint-5.6/perl
23753            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23754            ! ext/Opcode/Opcode.xs ext/re/re.xs
23755 ____________________________________________________________________________
23756 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
23757         Log: more tweaks to change#12626
23758              * move the boilerplate code over to perl.h and make DynaLoader
23759              use it
23760              * make re, Opcode, File::Glob and B threadsafe
23761              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
23762              C<no re;> anywhere)
23763      Branch: maint-5.6/perl
23764            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23765            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
23766 ____________________________________________________________________________
23767 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
23768         Log: Metaconfig unit change for #12650.
23769      Branch: metaconfig/U/perl
23770            ! Extensions.U
23771 ____________________________________________________________________________
23772 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
23773         Log: Subject: Re: ithreads doesn't like usedl=n
23774              From: Andy Dougherty <doughera@lafayette.edu>
23775              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
23776              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
23777              
23778              Special-case threads::shared.
23779      Branch: perl
23780            ! Configure
23781 ____________________________________________________________________________
23782 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
23783         Log: Getting fancier...
23784      Branch: perl
23785            ! t/TEST
23786 ____________________________________________________________________________
23787 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
23788         Log: csh - what a pain.
23789      Branch: perl
23790            ! t/TEST
23791 ____________________________________________________________________________
23792 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
23793         Log: Update Changes.
23794      Branch: perl
23795            ! Changes patchlevel.h
23796 ____________________________________________________________________________
23797 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
23798         Log: Allow resetting the locale system for the duration
23799              of the build (Mac OS X default setting LANG=En_US
23800              ist kaputt)
23801      Branch: perl
23802            ! Makefile.SH
23803 ____________________________________________________________________________
23804 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
23805         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
23806      Branch: perl
23807            ! ext/Digest/MD5/t/files.t
23808 ____________________________________________________________________________
23809 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
23810         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
23811              From: Andy Dougherty <doughera@lafayette.edu>
23812              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
23813              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
23814      Branch: perl
23815            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
23816            ! ext/threads/shared/Makefile.PL
23817 ____________________________________________________________________________
23818 [ 12643] By: sky                                   on 2001/10/25  12:28:26
23819         Log: Add support for reference members of hashes.
23820      Branch: perl
23821            ! ext/threads/shared/shared.xs
23822 ____________________________________________________________________________
23823 [ 12642] By: ams                                   on 2001/10/25  12:21:13
23824         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
23825              From: "Norton Allen" <nort@qnx.com>
23826              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
23827              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
23828      Branch: perl
23829            ! ext/Digest/MD5/MD5.xs
23830 ____________________________________________________________________________
23831 [ 12641] By: sky                                   on 2001/10/25  10:27:39
23832         Log: Tests shared hashes.
23833      Branch: perl
23834            + ext/threads/shared/t/hv_simple.t
23835            ! MANIFEST
23836 ____________________________________________________________________________
23837 [ 12640] By: sky                                   on 2001/10/25  10:18:23
23838         Log: Fix threadcounts for arrays and hashes.
23839      Branch: perl
23840            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23841 ____________________________________________________________________________
23842 [ 12639] By: sky                                   on 2001/10/25  10:17:26
23843         Log: Note to self, doing *src_ary++ in a macro that evaluates
23844              the value more than once is a good way to dump core.
23845      Branch: perl
23846            ! sharedsv.c
23847 ____________________________________________________________________________
23848 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
23849         Log: Integrate change #12636 from maintperl; more dl fixups.
23850      Branch: perl
23851           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
23852           !> ext/DynaLoader/dl_vms.xs
23853 ____________________________________________________________________________
23854 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
23855         Log: Like dl_hpux, like dl_dld.
23856      Branch: perl
23857            ! ext/DynaLoader/dl_dld.xs
23858 ____________________________________________________________________________
23859 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
23860         Log: followups to change#12635
23861      Branch: maint-5.6/perl
23862            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
23863            ! ext/DynaLoader/dl_vms.xs
23864 ____________________________________________________________________________
23865 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
23866         Log: add part of change#12634 to the two files that need it; dl_aix.xs
23867              in maint-5.6 doesn't have the branch that had the problem in
23868              mainline
23869      Branch: maint-5.6/perl
23870            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
23871 ____________________________________________________________________________
23872 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
23873         Log: Fixes for #12627.
23874      Branch: perl
23875            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
23876 ____________________________________________________________________________
23877 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
23878         Log: Since pv_uni_display and sv_uni_display are now used
23879              in the re extension, their symbols have to be exported.
23880      Branch: perl
23881            ! embed.pl global.sym
23882 ____________________________________________________________________________
23883 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
23884         Log: Subject:  Re: [PATCH Perl@12567] debug /list
23885              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23886              Date: Tue, 23 Oct 2001 21:40:33 EDT
23887              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
23888      Branch: perl
23889            ! configure.com
23890 ____________________________________________________________________________
23891 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
23892         Log: This takes care of some of the re 'debug' cases but
23893              not all cases since the information whether the pattern
23894              or the target are utf8 seems to be either lost or not
23895              spread widely enough, sigh.
23896      Branch: perl
23897            ! regcomp.c
23898 ____________________________________________________________________________
23899 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
23900         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
23901              From: John Peacock <jpeacock@rowman.com>
23902              Date: Wed, 24 Oct 2001 16:53:29 -0400
23903              Message-ID: <3BD72A49.1508D152@rowman.com>
23904      Branch: perl
23905            ! configure.com
23906 ____________________________________________________________________________
23907 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
23908         Log: Upgrade NetWare and WinCE as in #12626.
23909      Branch: perl
23910            ! NetWare/dl_netware.xs wince/dl_win32.xs
23911 ____________________________________________________________________________
23912 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
23913         Log: Tru64 compiler nit.
23914      Branch: perl
23915            ! ext/threads/shared/shared.xs
23916 ____________________________________________________________________________
23917 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
23918         Log: Integrate change #12626 from maintperl;
23919              make DynaLoader threadsafe by moving all statics into
23920              interpreter-local space
23921              
23922              TODO: Netware, OS/2, WinCE
23923      Branch: perl
23924           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
23925           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
23926           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
23927           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
23928           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
23929           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
23930           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
23931 ____________________________________________________________________________
23932 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
23933         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
23934              space
23935      Branch: maint-5.6/perl
23936            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
23937            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
23938            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
23939            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
23940            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
23941            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
23942            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
23943 ____________________________________________________________________________
23944 [ 12625] By: sky                                   on 2001/10/24  20:05:26
23945         Log: Change #12623 inflicted an infinite hang. Fixed.
23946      Branch: perl
23947            ! ext/threads/shared/shared.xs
23948 ____________________________________________________________________________
23949 [ 12624] By: sky                                   on 2001/10/24  19:06:55
23950         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
23951      Branch: perl
23952            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23953 ____________________________________________________________________________
23954 [ 12623] By: sky                                   on 2001/10/24  18:06:34
23955         Log: We need to do sharedsv_find in the original perl context.
23956      Branch: perl
23957            ! ext/threads/shared/shared.xs
23958 ____________________________________________________________________________
23959 [ 12622] By: sky                                   on 2001/10/24  17:26:51
23960         Log: Add support for basic support for AVs, references not supported yet.
23961              Add test for AVs.
23962              Add more tests to sv_refs
23963              Fix documentation issues.  
23964      Branch: perl
23965            + ext/threads/shared/t/av_simple.t
23966            ! MANIFEST ext/threads/shared/shared.pm
23967            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
23968 ____________________________________________________________________________
23969 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
23970         Log: Dump Unicode better for re 'debug'.  The regprop()
23971              is unfinished since have to figure out how to detect
23972              Unicodeness in there.
23973      Branch: perl
23974            ! regcomp.c regexec.c
23975 ____________________________________________________________________________
23976 [ 12620] By: sky                                   on 2001/10/24  13:18:07
23977         Log: Add support for finding shared arrays and hashes.
23978      Branch: perl
23979            ! sharedsv.c
23980 ____________________________________________________________________________
23981 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
23982         Log: Rewrite sv_uni_display() as pv_uni_display() as
23983              reimplement sv_uni_display() using that.
23984      Branch: perl
23985            ! dump.c embed.h embed.pl proto.h
23986 ____________________________________________________________________________
23987 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
23988         Log: Integrate change #12615 from maintperl;
23989              on Windows, IO::File::new_tmpfile() fails after being called
23990              32767 times because MSVCRT thinks stdio's TMP_MAX is a
23991              process-wide limit
23992      Branch: perl
23993           !> win32/win32.c
23994 ____________________________________________________________________________
23995 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
23996         Log: Don't try to print ints as IVs.
23997      Branch: perl
23998            ! ext/Time/HiRes/HiRes.xs
23999 ____________________________________________________________________________
24000 [ 12616] By: sky                                   on 2001/10/24  11:06:35
24001         Log: We only need to fetch the SV from the backend if the index
24002              is not the same as mg_private.     In theory this could be
24003              a problem if there are an exact multiple of U16 changes
24004              of a shared variable between two access in a given thread,
24005              we choose to avoid theory for now.
24006      Branch: perl
24007            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
24008 ____________________________________________________________________________
24009 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
24010         Log: on Windows, IO::File::new_tmpfile() fails after being called
24011              32767 times because MSVCRT thinks stdio's TMP_MAX is a
24012              process-wide limit
24013      Branch: maint-5.6/perl
24014            ! win32/win32.c
24015 ____________________________________________________________________________
24016 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
24017         Log: Negation and Unicode: sort of solves 20010303.010,
24018              except not quite like reported in the Subject
24019              (Perl_warner is still utf8-ignorant).
24020      Branch: perl
24021            ! pp.c t/lib/warnings/sv
24022 ____________________________________________________________________________
24023 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
24024         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
24025      Branch: perl
24026            ! sv.c t/lib/warnings/sv
24027 ____________________________________________________________________________
24028 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
24029         Log: sv_uni_display(): do not add the "...", let the caller
24030              do it if wanted, and be prepared for more display options.
24031      Branch: perl
24032            ! dump.c embed.h embed.pl proto.h
24033 ____________________________________________________________________________
24034 [ 12611] By: nick                                  on 2001/10/23  20:28:07
24035         Log: Integrate mainline
24036      Branch: perlio
24037           !> Changes configure.com cygwin/cygwin.c
24038           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
24039           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
24040           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
24041           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
24042           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
24043           !> utils/h2xs.PL utils/perldoc.PL
24044 ____________________________________________________________________________
24045 [ 12610] By: sky                                   on 2001/10/23  19:39:24
24046         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
24047              don't call themselves READONLY but still die with modification
24048              attempt. We only call bless for ext and umagic.
24049      Branch: perl
24050            ! sv.c
24051 ____________________________________________________________________________
24052 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
24053         Log: Croak() on negative time; doc tweaks.
24054      Branch: perl
24055            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
24056            ! ext/Time/HiRes/HiRes.xs
24057 ____________________________________________________________________________
24058 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
24059         Log: FAQ sync.
24060      Branch: perl
24061            ! pod/perlfaq4.pod pod/perlfaq7.pod
24062 ____________________________________________________________________________
24063 [ 12607] By: sky                                   on 2001/10/23  18:27:27
24064         Log: Call setmagic on the referent we are blessing.
24065      Branch: perl
24066            ! sv.c
24067 ____________________________________________________________________________
24068 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
24069         Log: Small test nits.
24070      Branch: perl
24071            ! t/op/lc.t
24072 ____________________________________________________________________________
24073 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
24074         Log: Update Changes.
24075      Branch: perl
24076            ! Changes patchlevel.h
24077 ____________________________________________________________________________
24078 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
24079         Log: Make the PerlIO_init() prototypes consistent.
24080      Branch: perl
24081            ! perlio.c
24082 ____________________________________________________________________________
24083 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
24084         Log: Upping the test count is a good idea.
24085      Branch: perl
24086            ! t/op/lc.t
24087 ____________________________________________________________________________
24088 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
24089         Log: Document the final sigma spot.
24090      Branch: perl
24091            ! pp.c
24092 ____________________________________________________________________________
24093 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
24094         Log: Fix multicharacter titlecase (ucfirst).
24095      Branch: perl
24096            ! pod/perlunicode.pod pp.c t/op/lc.t
24097 ____________________________________________________________________________
24098 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
24099         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
24100              From: Mikhail Zabaluev <mhz@alt-linux.org>
24101              Date: Tue, 23 Oct 2001 10:40:37 +0400
24102              Message-ID: <20011023104037.A12761@localhost.localdomain>
24103              
24104              (#12406 replaced with this)
24105      Branch: perl
24106            ! utils/perldoc.PL
24107 ____________________________________________________________________________
24108 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
24109         Log: MacOS Classic updates from Pudge.
24110      Branch: perl
24111            ! lib/File/Spec.t lib/File/Spec/Mac.pm
24112 ____________________________________________________________________________
24113 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
24114         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
24115              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24116              Date: Sun, 14 Oct 2001 23:14:46 +0200
24117              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
24118              
24119              except for the 2->4 changes.
24120      Branch: perl
24121            ! lib/AutoSplit.t
24122 ____________________________________________________________________________
24123 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
24124         Log: integrate macperl contents into maint-5.6
24125      Branch: maint-5.6/perl
24126            ! mg.c
24127           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
24128           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
24129           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
24130           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24131           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
24132           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
24133           !> t/lib/filefind.t t/lib/filespec.t
24134 ____________________________________________________________________________
24135 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
24136         Log: At some point the #6234 has been lost from the mainline
24137              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
24138      Branch: perl
24139            ! lib/File/Spec/Win32.pm
24140 ____________________________________________________________________________
24141 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
24142         Log: Cygwin seems to round up (or closest, but not down)
24143              for time(), so half of the time (bad pun intended)
24144              Time::HiRes::time() is less than time(), half of
24145              the time it's more.  So let's try harder in the loop.
24146      Branch: perl
24147            ! ext/Time/HiRes/HiRes.t
24148 ____________________________________________________________________________
24149 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
24150         Log: MacOS Classic timeofday(), from Chris Nandor. 
24151      Branch: perl
24152            ! ext/Time/HiRes/HiRes.xs
24153 ____________________________________________________________________________
24154 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
24155         Log: Integrate changes #12580 and #12581 from macperl;
24156              
24157              Fix path construction.
24158              
24159              (Copyright) Nit.
24160      Branch: perl
24161           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
24162 ____________________________________________________________________________
24163 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
24164         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
24165              doesn't seem to help (the error being output to console, maybe?)
24166      Branch: perl
24167            ! lib/Net/Domain.pm
24168 ____________________________________________________________________________
24169 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
24170         Log: Taint the getcwd() result also in Cygwin.
24171              (TODO: which other platforms need the same thing?)
24172      Branch: perl
24173            ! cygwin/cygwin.c
24174 ____________________________________________________________________________
24175 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
24176         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
24177      Branch: perl
24178            ! t/op/taint.t
24179 ____________________________________________________________________________
24180 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
24181         Log: getpwuid() fragility continues.
24182      Branch: perl
24183            ! utils/h2xs.PL
24184 ____________________________________________________________________________
24185 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
24186         Log: getpwuid() might succeed but that's no guarantee
24187              that the $home will be defined.
24188      Branch: perl
24189            ! ext/File/Glob/t/basic.t
24190 ____________________________________________________________________________
24191 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
24192         Log: It's safer to to expand the variable, too... (see #12571)
24193      Branch: perl
24194            ! t/TEST
24195 ____________________________________________________________________________
24196 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
24197         Log: Integrate with maintperl.
24198      Branch: maint-5.6/macperl
24199           !> win32/bin/pl2bat.pl win32/win32.c
24200 ____________________________________________________________________________
24201 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
24202         Log: Oops, forgot to include Win32 ... just as well, since it
24203              seems in bleadperl, change #7764 was not included
24204              (adding C:\temp).  Re-added.  Rip it back out if it
24205              doesn't belong.  :-)
24206      Branch: maint-5.6/macperl
24207            ! lib/File/Spec/Win32.pm
24208 ____________________________________________________________________________
24209 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
24210         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
24211              From: "Craig A. Berry" <craigberry@mac.com>
24212              Date: Mon, 22 Oct 2001 15:25:19 -0500
24213              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
24214      Branch: perl
24215            ! configure.com
24216 ____________________________________________________________________________
24217 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
24218         Log: Add in lots of File::Spec changes, from Thomas Wegner,
24219              and sync with changes from bleadperl.
24220      Branch: maint-5.6/macperl
24221            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
24222            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24223            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24224            ! lib/File/Spec/Win32.pm t/lib/filespec.t
24225 ____________________________________________________________________________
24226 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
24227         Log: Sync with latest File::Find and tests from bleadperl.
24228      Branch: maint-5.6/macperl
24229            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
24230 ____________________________________________________________________________
24231 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
24232         Log: Nit.
24233      Branch: maint-5.6/macperl
24234            ! perl.c
24235 ____________________________________________________________________________
24236 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
24237         Log: Fix path construction.
24238      Branch: maint-5.6/macperl
24239            ! ext/DynaLoader/DynaLoader_pm.PL
24240 ____________________________________________________________________________
24241 [ 12579] By: nick                                  on 2001/10/22  19:08:35
24242         Log: Integrate mainline (for Arthurs thread.xs fix)
24243      Branch: perlio
24244           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
24245 ____________________________________________________________________________
24246 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
24247         Log: Fix up exported symbols, move relevant docs
24248              over from macperl.pod.
24249      Branch: maint-5.6/macperl
24250            ! macos/ext/MacPerl/MacPerl.pm
24251 ____________________________________________________________________________
24252 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
24253         Log: Make ADDRESS called optionally as a method.
24254      Branch: maint-5.6/macperl
24255            ! macos/lib/Mac/Glue.pm
24256 ____________________________________________________________________________
24257 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
24258         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
24259              Apple event.
24260      Branch: maint-5.6/macperl
24261            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
24262            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
24263            ! macos/macperl/MPTerminology.aete
24264 ____________________________________________________________________________
24265 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
24266         Log: Clean up some build utilities. Change Entab to Duplicate;
24267              fix docs and error reporting; improve macify() of paths;
24268              remove requirement for Exporter.pm presence.
24269      Branch: maint-5.6/macperl
24270            ! macos/InstallBLIB macos/MacPerlTests.cmd
24271            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
24272 ____________________________________________________________________________
24273 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
24274         Log: Sync Time::HiRes with bleadperl
24275      Branch: maint-5.6/macperl
24276            ! macos/bundled_ext/Time/HiRes/HiRes.pm
24277            ! macos/bundled_ext/Time/HiRes/HiRes.t
24278            ! macos/bundled_ext/Time/HiRes/HiRes.xs
24279 ____________________________________________________________________________
24280 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
24281         Log: Fix up Changes
24282      Branch: maint-5.6/macperl
24283            ! macos/Changes
24284 ____________________________________________________________________________
24285 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
24286         Log: A user might belong to only a single group
24287              (the group equal to the group id).
24288      Branch: perl
24289            ! t/op/groups.t
24290 ____________________________________________________________________________
24291 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
24292         Log: Prepending (instead of replacing with) the pwd is safer. 
24293      Branch: perl
24294            ! t/TEST
24295 ____________________________________________________________________________
24296 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
24297         Log: Be more robust if no hostname or domainname
24298              (especially the latter)
24299      Branch: perl
24300            ! lib/Net/Domain.pm
24301 ____________________________________________________________________________
24302 [ 12569] By: sky                                   on 2001/10/22  17:41:07
24303         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
24304      Branch: perl
24305            ! ext/threads/threads.xs
24306 ____________________________________________________________________________
24307 [ 12568] By: nick                                  on 2001/10/22  16:31:24
24308         Log: Integrate mainline
24309      Branch: perlio
24310           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
24311           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24312           +> ext/threads/shared/t/sv_refs.t
24313           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
24314            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24315            - lib/unicore/To/SpecUpper.pl
24316           !> (integrate 42 files)
24317 ____________________________________________________________________________
24318 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
24319         Log: Update Changes.
24320      Branch: perl
24321            ! Changes patchlevel.h
24322 ____________________________________________________________________________
24323 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
24324         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
24325              From: Michael G Schwern <schwern@pobox.com>
24326              Date: Mon, 22 Oct 2001 03:48:38 -0400
24327              Message-ID: <20011022034838.B1676@blackrider>
24328      Branch: perl
24329            ! pod/perlvar.pod
24330 ____________________________________________________________________________
24331 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
24332         Log: Pod nits, as suggested by Stas Bekman.
24333      Branch: perl
24334            ! ext/threads/shared/shared.pm ext/threads/threads.pm
24335 ____________________________________________________________________________
24336 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
24337         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
24338              From: "Paul Marquess" <paul.marquess@openwave.com> 
24339              Date: Sun, 21 Oct 2001 21:11:15 +0100
24340              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
24341      Branch: perl
24342            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
24343            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
24344            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
24345            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
24346            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
24347            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
24348            ! ext/SDBM_File/sdbm.t
24349 ____________________________________________________________________________
24350 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
24351         Log: Integrate change #12559 from maintperl;
24352              various fixes for system() and backticks under windows
24353      Branch: perl
24354           !> win32/win32.c
24355 ____________________________________________________________________________
24356 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
24357         Log: Integrate change #12560 from maintperl;
24358              make pl2bat use %0 rather than "%0" (the latter fails to work
24359              in a lot of common cases)
24360      Branch: perl
24361           !> win32/bin/pl2bat.pl
24362 ____________________________________________________________________________
24363 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
24364         Log: Integrate changes #12549 and #12550 from maintperl;
24365              
24366              readline() doesn't work with our variables; it confuses them with
24367              my variables (change#4227 was incomplete)
24368      Branch: perl
24369            ! t/lib/strict/vars
24370           !> t/base/rs.t toke.c
24371 ____________________________________________________________________________
24372 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
24373         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
24374              in a lot of common cases)
24375      Branch: maint-5.6/perl
24376            ! win32/bin/pl2bat.pl
24377 ____________________________________________________________________________
24378 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
24379         Log: various fixes for system() and backticks under windows:
24380              
24381              * avoid munging whitespace that is passed within quotes
24382              * work around a cmd.exe misfeature that made multi-arg
24383              system() unreliable when there is more than one quoted
24384              argument
24385              * make multi-arg system() autoquote arguments as needed
24386              before passing them to the shell (this avoids having to
24387              second guess the shell quoting)
24388              * perl's -Dp switch can be used to trace the innards
24389      Branch: maint-5.6/perl
24390            ! win32/win32.c
24391 ____________________________________________________________________________
24392 [ 12558] By: nick                                  on 2001/10/22  08:58:42
24393         Log: Integrate ithreads buffer flush fix from perlio
24394      Branch: perl
24395           !> ext/threads/t/basic.t perl.c
24396 ____________________________________________________________________________
24397 [ 12557] By: nick                                  on 2001/10/22  08:35:09
24398         Log: All tests pass (legitimately) on ithreads
24399      Branch: perlio
24400            ! ext/threads/t/basic.t perl.c
24401 ____________________________________________________________________________
24402 [ 12556] By: nick                                  on 2001/10/22  06:51:22
24403         Log: Integrate non-ithreads fix to mainline
24404      Branch: perl
24405           !> perlio.c
24406 ____________________________________________________________________________
24407 [ 12555] By: nick                                  on 2001/10/22  06:48:33
24408         Log: Restore non-ithreads build. Interestingly binmode test passes
24409              non-ithreads - so crlf layer is not damaged and ithreads fail
24410              is a symptom ...
24411      Branch: perlio
24412            ! perlio.c
24413 ____________________________________________________________________________
24414 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
24415         Log: Integrate from perlio; restructuring.
24416      Branch: perl
24417           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
24418           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
24419           !> win32/perlhost.h
24420 ____________________________________________________________________________
24421 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
24422         Log: Integrate from maintperl
24423              (Changes 12350, 12496, 12548, 12549, 12550)
24424      Branch: maint-5.6/macperl
24425           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
24426           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
24427 ____________________________________________________________________________
24428 [ 12552] By: nick                                  on 2001/10/21  19:18:12
24429         Log: Win32 PerlIO_cleanup special cases should no longer be required.
24430      Branch: perlio
24431            ! perl.c
24432 ____________________________________________________________________________
24433 [ 12551] By: nick                                  on 2001/10/21  19:16:56
24434         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
24435      Branch: perlio
24436            ! win32/makefile.mk
24437 ____________________________________________________________________________
24438 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
24439         Log: change#12549 wasn't aware of strictures
24440      Branch: maint-5.6/perl
24441            ! t/pragma/strict-vars toke.c
24442 ____________________________________________________________________________
24443 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
24444         Log: readline() doesn't work with our variables; it confuses them with
24445              my variables (change#4227 was incomplete)
24446      Branch: maint-5.6/perl
24447            ! t/base/rs.t toke.c
24448 ____________________________________________________________________________
24449 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
24450         Log: change#12220 appears to have pulled in a mainline change that
24451              isn't applicable to maint-5.6 (some platforms don't taint
24452              cwd)
24453      Branch: maint-5.6/perl
24454            ! t/lib/filefind-taint.t
24455 ____________________________________________________________________________
24456 [ 12547] By: nick                                  on 2001/10/21  17:15:54
24457         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
24458              for them. Call explicit cleanup during destruct process.
24459              - one binmode test is failing
24460              - also ext/threads/t/basic.t fails under make test, and is noisy under
24461              harness. (Threads results are intermingled and don't match order expected.)
24462      Branch: perlio
24463            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
24464            ! perlio.h perliol.h pod/perlapi.pod sv.c
24465 ____________________________________________________________________________
24466 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
24467         Log: Implement multicharacter case mappings where a single
24468              Unicode character can be mapped into several.
24469      Branch: perl
24470            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24471            - lib/unicore/To/SpecUpper.pl
24472            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
24473            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
24474            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
24475            ! proto.h t/op/lc.t utf8.c
24476 ____________________________________________________________________________
24477 [ 12545] By: sky                                   on 2001/10/21  15:25:16
24478         Log: First support of threads::shared, support shared svs and references.
24479      Branch: perl
24480            + ext/threads/shared/Makefile.PL ext/threads/shared/README
24481            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24482            + ext/threads/shared/t/sv_refs.t
24483            + ext/threads/shared/t/sv_simple.t
24484            ! MANIFEST sharedsv.c
24485 ____________________________________________________________________________
24486 [ 12544] By: nick                                  on 2001/10/21  14:52:35
24487         Log: PerlIO layer table as PL_perlio (per-interpreter)
24488      Branch: perlio
24489            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
24490            ! pod/perlapi.pod sv.c
24491 ____________________________________________________________________________
24492 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
24493         Log: Prettyprinting.
24494      Branch: perl
24495            ! pod/perlunicode.pod
24496 ____________________________________________________________________________
24497 [ 12542] By: ams                                   on 2001/10/21  03:50:25
24498         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
24499              From: "Sean M. Burke" <sburke@cpan.org>
24500              Date: Sat, 20 Oct 2001 17:51:09 -0600
24501              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
24502      Branch: perl
24503            + pod/perlpodspec.pod
24504            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
24505            ! pod/perltoc.pod
24506 ____________________________________________________________________________
24507 [ 12541] By: nick                                  on 2001/10/20  22:23:53
24508         Log: Fix typos in new locking on MemShared
24509              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
24510              - seems to make segfaults more deterministic - suspect they are 
24511              attempt to free() after Interp and Host have gone.
24512      Branch: perlio
24513            ! perlio.c win32/perlhost.h
24514 ____________________________________________________________________________
24515 [ 12540] By: nick                                  on 2001/10/20  21:50:46
24516         Log: Remove the MemShared re-#define (again)
24517      Branch: perlio
24518            ! perlio.c
24519 ____________________________________________________________________________
24520 [ 12539] By: nick                                  on 2001/10/20  21:49:06
24521         Log: Use locks on MemShared
24522      Branch: perlio
24523            ! win32/perlhost.h
24524 ____________________________________________________________________________
24525 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
24526         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
24527              From: "chromatic" <chromatic@rmci.net>
24528              Date: Sat, 20 Oct 2001 11:13:47 -0600
24529              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
24530      Branch: perl
24531            ! installhtml
24532 ____________________________________________________________________________
24533 [ 12537] By: nick                                  on 2001/10/20  16:44:03
24534         Log: Integrate mainline
24535      Branch: perlio
24536           !> (integrate 48 files)
24537 ____________________________________________________________________________
24538 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
24539         Log: Update Changes.
24540      Branch: perl
24541            ! Changes patchlevel.h
24542 ____________________________________________________________________________
24543 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
24544         Log: Upgrade to podlators 1.11, from Russ Allbery.
24545      Branch: perl
24546            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
24547            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
24548            ! pod/pod2man.PL pod/pod2text.PL
24549 ____________________________________________________________________________
24550 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
24551         Log: Integrate perlio change #12532:
24552              introduce and use PerlIO_intmod2str().
24553      Branch: perl
24554           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
24555 ____________________________________________________________________________
24556 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
24557         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
24558      Branch: perl
24559            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
24560 ____________________________________________________________________________
24561 [ 12532] By: nick                                  on 2001/10/20  14:25:37
24562         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
24563              Use for non-PERLIO fdupopen().
24564      Branch: perlio
24565            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
24566 ____________________________________________________________________________
24567 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
24568         Log: Integrate perlio: PerlIO win32 fixes.
24569      Branch: perl
24570           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
24571           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
24572           !> proto.h sv.h win32/win32io.c
24573 ____________________________________________________________________________
24574 [ 12530] By: nick                                  on 2001/10/20  12:53:30
24575         Log: Fixed in two places - p4 resolve
24576      Branch: perlio
24577            ! perlsdio.h
24578 ____________________________________________________________________________
24579 [ 12529] By: nick                                  on 2001/10/20  12:51:05
24580         Log: Fix for ithreads/stdio build
24581      Branch: perlio
24582            ! perlio.c perlsdio.h
24583 ____________________________________________________________________________
24584 [ 12528] By: ams                                   on 2001/10/20  12:13:25
24585         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
24586              From: Michael G Schwern <schwern@pobox.com>
24587              Date: Sat, 20 Oct 2001 01:41:21 -0400
24588              Message-Id: <20011020014121.I3681@blackrider>
24589      Branch: perl
24590            ! installman
24591 ____________________________________________________________________________
24592 [ 12527] By: ams                                   on 2001/10/20  12:09:41
24593         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
24594              From: Michael G Schwern <schwern@pobox.com>
24595              Date: Sat, 20 Oct 2001 02:04:21 -0400
24596              Message-Id: <20011020020421.A11732@blackrider>
24597      Branch: perl
24598            ! lib/Pod/Checker.pm
24599 ____________________________________________________________________________
24600 [ 12526] By: ams                                   on 2001/10/20  11:59:41
24601         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
24602              From: "chromatic" <chromatic@rmci.net>
24603              Date: Fri, 19 Oct 2001 22:46:39 -0600
24604              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
24605      Branch: perl
24606            ! lib/Net/Config.pm
24607 ____________________________________________________________________________
24608 [ 12525] By: nick                                  on 2001/10/20  11:16:18
24609         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
24610              Perl_sv_setsv_flags directly.
24611      Branch: perlio
24612            ! ext/threads/threads.xs
24613 ____________________________________________________________________________
24614 [ 12524] By: nick                                  on 2001/10/20  10:28:17
24615         Log: Add a new flag character 'm' to embed.pl set to represent
24616              "functions" which are really macros. Use it foe the troublesome
24617              sv_setsv() etc. macros in sv.h - changing latter to define
24618              sv_setsv rather than sv_setsv_macro etc.
24619      Branch: perlio
24620            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
24621            ! pod/perlapi.pod proto.h sv.h
24622 ____________________________________________________________________________
24623 [ 12523] By: nick                                  on 2001/10/20  09:17:17
24624         Log: Add comments explaining why win32.h/embed.h are included where they are
24625              in perl.h 
24626      Branch: perlio
24627            ! perl.h
24628 ____________________________________________________________________________
24629 [ 12522] By: nick                                  on 2001/10/20  08:27:44
24630         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
24631              being used yet.
24632      Branch: perlio
24633            ! win32/win32io.c
24634 ____________________________________________________________________________
24635 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
24636         Log: Wording tweaks.
24637      Branch: perl
24638            ! t/TEST
24639 ____________________________________________________________________________
24640 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
24641         Log: Subject: IO module with nonblocking socket connect patch 
24642              From: Raul Dias <raul@dias.com.br>
24643              Date: Fri, 19 Oct 2001 22:45:32 -0300
24644              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
24645      Branch: perl
24646            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
24647 ____________________________________________________________________________
24648 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
24649         Log: Test vertical whitespace combined with /x in \p{}.
24650      Branch: perl
24651            ! t/op/pat.t
24652 ____________________________________________________________________________
24653 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
24654         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
24655              From: Gisle Aas <gisle@ActiveState.com> 
24656              Date: 19 Oct 2001 16:46:02 -0700
24657              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
24658      Branch: perl
24659            ! lib/ExtUtils/MakeMaker.pm
24660 ____________________________________________________________________________
24661 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
24662         Log: No more this symbol.
24663      Branch: perl
24664            ! makedef.pl
24665 ____________________________________________________________________________
24666 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
24667         Log: Integrate change #12511; fix gross win32 build issues.
24668      Branch: perl
24669           !> makedef.pl sv.c
24670 ____________________________________________________________________________
24671 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
24672         Log: Unpack in scalar context should return the first value
24673              returned in list context, as pointed out by Ton Hospel
24674              in 2001-05-21 (this is how it works already in blead,
24675              just adding the test).
24676      Branch: perl
24677            ! t/op/pack.t
24678 ____________________________________________________________________________
24679 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
24680         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
24681              From: "Craig A. Berry" <craigberry@mac.com>
24682              Date: Fri, 19 Oct 2001 16:59:30 -0500
24683              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
24684      Branch: perl
24685            ! utils/perldoc.PL
24686 ____________________________________________________________________________
24687 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
24688         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
24689              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24690              Date: Fri, 19 Oct 2001 17:45:23 EDT
24691              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
24692      Branch: perl
24693            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
24694            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
24695            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
24696            ! vms/vmsish.h
24697 ____________________________________________________________________________
24698 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
24699         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
24700              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24701              Date: Fri, 19 Oct 2001 17:26:35 EDT
24702              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
24703      Branch: perl
24704            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
24705 ____________________________________________________________________________
24706 [ 12511] By: nick                                  on 2001/10/19  19:55:36
24707         Log: Fix gross win32 build issues
24708      Branch: perlio
24709            ! makedef.pl sv.c
24710 ____________________________________________________________________________
24711 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
24712         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
24713              From: David Dyck <dcd@tc.fluke.com>
24714              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
24715              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
24716      Branch: perl
24717            ! lib/File/Find.pm
24718 ____________________________________________________________________________
24719 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
24720         Log: Subject: Re: PerlIO and Encode
24721              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24722              Date: Tue, 16 Oct 2001 01:50:16 +0900
24723              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
24724      Branch: perl
24725            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
24726            ! ext/Encode/Encode/Tcl.t
24727 ____________________________________________________________________________
24728 [ 12508] By: ams                                   on 2001/10/19  17:59:16
24729         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
24730              (See #12499)
24731      Branch: perl
24732            ! pod/perlintro.pod
24733 ____________________________________________________________________________
24734 [ 12507] By: nick                                  on 2001/10/19  16:30:43
24735         Log: Integrate mainline
24736      Branch: perlio
24737           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
24738           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
24739           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
24740           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
24741           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
24742           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
24743           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24744           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
24745           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
24746           +> win32/config_H.win64
24747            - lib/Test/Utils.pm lib/unicore/mktables.PL
24748            - t/lib/Test/Simple/Catch/More.pm
24749           !> (integrate 84 files)
24750 ____________________________________________________________________________
24751 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
24752         Log: Retract the #10451 which seems to be the cause
24753              of the major leakage from while(){eval"sub{}"}
24754      Branch: perl
24755            ! op.c t/run/kill_perl.t
24756 ____________________________________________________________________________
24757 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
24758         Log: Regen toc.
24759      Branch: perl
24760            ! pod/perltoc.pod
24761 ____________________________________________________________________________
24762 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
24763         Log: Tiny tweaks.
24764      Branch: perl
24765            ! pod/perl.pod
24766 ____________________________________________________________________________
24767 [ 12503] By: ams                                   on 2001/10/19  13:34:24
24768         Log: Subject: Re: perlintro.pod
24769              From: Abe Timmerman <abe@ztreet.demon.nl>
24770              Date: Fri, 19 Oct 2001 14:12:40 +0200
24771              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
24772      Branch: perl
24773            ! pod/perlintro.pod
24774 ____________________________________________________________________________
24775 [ 12502] By: ams                                   on 2001/10/19  13:24:12
24776         Log: Slight reorganisation of references.
24777      Branch: perl
24778            ! pod/perl.pod
24779 ____________________________________________________________________________
24780 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
24781         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
24782              From: Kay Röpke <kroepke@dolphin-services.de>
24783              Date: Fri, 19 Oct 2001 14:04:01 +0200 
24784              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
24785      Branch: perl
24786            ! lib/ExtUtils/MakeMaker.pm
24787 ____________________________________________________________________________
24788 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
24789         Log: Unicode categories continue:
24790              implement Category=, Script=, Block=
24791              (these are based on an upcoming update of TR#18)
24792              Fix a bug where we got two In categories named "old italic",
24793              and another where shortcut for the Is categories wasn't taken.
24794      Branch: perl
24795            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
24796            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
24797            ! pod/perlunicode.pod t/op/pat.t
24798 ____________________________________________________________________________
24799 [ 12499] By: ams                                   on 2001/10/19  01:42:29
24800         Log: Subject: a small patch to perlintro.pod.
24801              From: Autrijus Tang <autrijus@autrijus.org>
24802              Date: Fri, 19 Oct 2001 01:45:51 +0800
24803              Message-Id: <20011019014551.A35625@not.autrijus.org>
24804              (Applied by hand with nits.)
24805      Branch: perl
24806            ! pod/perlintro.pod
24807 ____________________________________________________________________________
24808 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
24809         Log: Subject: [PATCH] OpenBSD hints for ithreads
24810              From: Andy Dougherty <doughera@lafayette.edu>
24811              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
24812              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
24813      Branch: perl
24814            ! hints/openbsd.sh
24815 ____________________________________________________________________________
24816 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
24817         Log: Retract #12446; the problem solved by #12474.
24818      Branch: perl
24819            ! hints/aix.sh
24820 ____________________________________________________________________________
24821 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
24822         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
24823              message and suppress line number info (from Steve Hay
24824              <Steve.Hay@uk.radan.com>)
24825      Branch: maint-5.6/perl
24826            ! lib/Carp/Heavy.pm
24827 ____________________________________________________________________________
24828 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
24829         Log: More documented In categories.
24830      Branch: perl
24831            ! pod/perlunicode.pod
24832 ____________________________________________________________________________
24833 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
24834         Log: Update Changes.
24835      Branch: perl
24836            ! Changes patchlevel.h
24837 ____________________________________________________________________________
24838 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
24839         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
24840      Branch: perl
24841            ! MANIFEST
24842 ____________________________________________________________________________
24843 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
24844         Log: Wrong skip() arguments.
24845      Branch: perl
24846            ! ext/B/t/terse.t
24847 ____________________________________________________________________________
24848 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
24849         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
24850              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24851              Date: Wed, 17 Oct 2001 09:10:53 EDT 
24852              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
24853      Branch: perl
24854            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
24855            ! pod/perlapi.pod vms/vms.c
24856 ____________________________________________________________________________
24857 [ 12490] By: ams                                   on 2001/10/18  09:31:00
24858         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
24859              From: Mark-Jason Dominus <mjd@plover.com>
24860              Date: Thu, 18 Oct 2001 06:25:35 -0400
24861              Message-Id: <20011018102535.19264.qmail@plover.com>
24862      Branch: perl
24863            ! pod/perl.pod
24864 ____________________________________________________________________________
24865 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
24866         Log: Prettyprinting.
24867      Branch: perl
24868            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
24869 ____________________________________________________________________________
24870 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
24871         Log: Regen toc.
24872      Branch: perl
24873            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24874 ____________________________________________________________________________
24875 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
24876         Log: Add perlintro, from Skud.
24877      Branch: perl
24878            + pod/perlintro.pod
24879            ! MANIFEST
24880 ____________________________________________________________________________
24881 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
24882         Log: FAQ sync.
24883      Branch: perl
24884            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
24885            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
24886            ! pod/perlfaq8.pod pod/perlfaq9.pod
24887 ____________________________________________________________________________
24888 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
24889         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
24890              in speed (upto 20% speedup in certain operations) but meanwhile
24891              regexps and arithmetics got slower (5-10%) (according to
24892              perlbench average speedup is negligible, and within measuring
24893              flutter, 1%).  Therefore retracting all the changes
24894              aimed at getting -std1 to compile cleanly:  #12475, #12476,
24895              #12479, #12480, #12481, #12482, #12483, #12484.
24896      Branch: perl
24897            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
24898            ! pp_hot.c pp_sys.c toke.c
24899 ____________________________________________________________________________
24900 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
24901         Log: (retracted by #12485)
24902              Strict ANSI doesn't like the third argument of main()
24903              so enable ignoring it if using ultra picky compiler.
24904      Branch: perl
24905            ! miniperlmain.c
24906 ____________________________________________________________________________
24907 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
24908         Log: (retracted by #12485)
24909              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
24910      Branch: perl
24911            ! perl.h
24912 ____________________________________________________________________________
24913 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
24914         Log: (retracted by #12485)
24915              Add explanatory comment.
24916      Branch: perl
24917            ! mg.c
24918 ____________________________________________________________________________
24919 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
24920         Log: (retracted by #12485)
24921              More dollar$hiding.
24922      Branch: perl
24923            ! doio.c perl.h pp_sys.c
24924 ____________________________________________________________________________
24925 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
24926         Log: (retracted by #12485)
24927              KISS.
24928      Branch: perl
24929            ! mg.c
24930 ____________________________________________________________________________
24931 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
24932         Log: (retracted by #12485)
24933              Thou shalt not #ifdef inside macro invocations,
24934              noticed by Rafael Garcia-Suarez.
24935      Branch: perl
24936            ! mg.c
24937 ____________________________________________________________________________
24938 [ 12478] By: ams                                   on 2001/10/17  18:50:55
24939         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
24940              From: Anton Berezin <tobez@tobez.org>
24941              Date: Wed, 17 Oct 2001 18:25:48 +0200
24942              Message-Id: <20011017182548.A12082@heechee.tobez.org>
24943      Branch: perl
24944            ! pp_sys.c
24945 ____________________________________________________________________________
24946 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
24947         Log: (retracted by #12485)
24948              Unterminated #ifdef.
24949      Branch: perl
24950            ! mg.c
24951 ____________________________________________________________________________
24952 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
24953         Log: (retracted by #12485)
24954              Avoid dollar signs in identifiers (in non-VMS) to
24955              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
24956      Branch: perl
24957            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
24958            ! toke.c
24959 ____________________________________________________________________________
24960 [ 12474] By: ams                                   on 2001/10/17  15:14:50
24961         Log: Subject: Two AIX patches
24962              From: H.Merijn Brand <h.m.brand@hccnet.nl>
24963              Date: Wed, 17 Oct 2001 18:04:35 +0200
24964              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
24965      Branch: perl
24966            ! hints/aix.sh makedef.pl
24967 ____________________________________________________________________________
24968 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
24969         Log: Limiting the Time::HiRes::sleep and usleep to
24970              one second is not a good policy if drop-in
24971              replacement is still a goal.
24972      Branch: perl
24973            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
24974            ! ext/Time/HiRes/HiRes.xs
24975 ____________________________________________________________________________
24976 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
24977         Log: Subject: [PATCH] Test::Simple 0.32
24978              From: Michael G Schwern <schwern@pobox.com> 
24979              Date: Wed, 17 Oct 2001 03:42:41 -0400
24980              Message-ID: <20011017034241.A25038@blackrider>
24981      Branch: perl
24982            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
24983            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
24984            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
24985            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
24986            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
24987            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
24988            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
24989            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
24990            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
24991            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24992            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
24993            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
24994            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
24995            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
24996            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
24997            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
24998            ! t/lib/Test/Simple/Catch.pm
24999            ! t/lib/Test/Simple/sample_tests/five_fail.plx
25000 ____________________________________________________________________________
25001 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
25002         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
25003              From: Michael G Schwern <schwern@pobox.com> 
25004              Date: Wed, 17 Oct 2001 04:04:13 -0400
25005              Message-ID: <20011017040413.C25550@blackrider>
25006      Branch: perl
25007            ! t/TEST t/harness vms/test.com
25008 ____________________________________________________________________________
25009 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
25010         Log: Regen doc with perlmodstyle added.
25011      Branch: perl
25012            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25013 ____________________________________________________________________________
25014 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
25015         Log: Pod cleanup.
25016      Branch: perl
25017            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
25018 ____________________________________________________________________________
25019 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
25020         Log: Subject: perlmodstyle as a patch
25021              From: Kirrily Robert <skud@infotrope.net>
25022              Date: Tue, 16 Oct 2001 22:47:23 -0400
25023              Message-ID: <20011016224723.A20673@infotrope.net>
25024      Branch: perl
25025            + pod/perlmodstyle.pod
25026            ! MANIFEST
25027 ____________________________________________________________________________
25028 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
25029         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
25030              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
25031              Date: Thu, 6 Sep 2001 11:09:40 +0100
25032              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
25033              
25034              Mention also the develooper p5p archive.
25035      Branch: perl
25036            ! pod/perlhack.pod
25037 ____________________________________________________________________________
25038 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
25039         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
25040              From: Kay Röpke <kroepke@dolphin-services.de>
25041              Date: Tue, 16 Oct 2001 17:23:52 +0200
25042              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
25043      Branch: perl
25044            ! lib/ExtUtils/MakeMaker.pm
25045 ____________________________________________________________________________
25046 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
25047         Log: Add the special casing mappings (from SpecCase.txt)
25048              (except for the hyper special case mappings that have
25049              the condition list); the special casing mappings are
25050              unused for now.  Small tidying up on mktables.
25051      Branch: perl
25052            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
25053            + lib/unicore/To/SpecUpper.pl
25054            ! lib/unicore/mktables
25055 ____________________________________________________________________________
25056 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
25057         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
25058              From: "David H. Adler" <dha@panix.com>       
25059              Date: Tue, 16 Oct 2001 11:59:35 -0400
25060              Message-ID: <20011016115935.A13078@panix.com>
25061              
25062              Subject: [ PATCH ] perldata patch, revised
25063              From: "David H. Adler" <dha@panix.com>     
25064              Date: Tue, 16 Oct 2001 18:26:49 -0400
25065              Message-ID: <20011016182649.C23970@panix.com>
25066      Branch: perl
25067            ! pod/perldata.pod pod/perlop.pod
25068 ____________________________________________________________________________
25069 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
25070         Log: Integrate perlio: PerlIO_dup (for all but Win32).
25071      Branch: perl
25072           !> embed.h embed.pl ext/Encode/Encode.xs
25073           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
25074           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
25075           !> win32/win32io.c
25076 ____________________________________________________________________________
25077 [ 12462] By: nick                                  on 2001/10/16  19:11:30
25078         Log: PerlIOXxxx_dups for all but Win32
25079      Branch: perlio
25080            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25081            ! ext/PerlIO/Via/Via.xs
25082 ____________________________________________________________________________
25083 [ 12461] By: nick                                  on 2001/10/16  18:28:48
25084         Log: Implement PerlIOStdio_dup (explains core dumps - dup
25085              was not setting up a FILE * to be fclosed()).
25086      Branch: perlio
25087            ! perlio.c
25088 ____________________________________________________________________________
25089 [ 12460] By: nick                                  on 2001/10/16  17:31:47
25090         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
25091              overflow.
25092      Branch: perlio
25093            ! perlio.c
25094 ____________________________________________________________________________
25095 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
25096         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
25097              From: "Craig A. Berry" <craigberry@mac.com>
25098              Date: Tue, 16 Oct 2001 13:08:38 -0500
25099              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
25100      Branch: perl
25101            ! configure.com
25102 ____________________________________________________________________________
25103 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
25104         Log: Can't expect too much accuracy from a sleep of one second.
25105              (I think this will also fail with high load.)
25106      Branch: perl
25107            ! ext/Time/HiRes/HiRes.t
25108 ____________________________________________________________________________
25109 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
25110         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
25111              From: "Werner, Randolf" <randolf.werner@sap.com>
25112              Date: Tue, 16 Oct 2001 18:33:02 +0200
25113              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
25114      Branch: perl
25115            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
25116            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
25117 ____________________________________________________________________________
25118 [ 12456] By: nick                                  on 2001/10/16  14:08:16
25119         Log: Builds under ithreads (but fails all threads tests)
25120      Branch: perlio
25121            ! hv.c perlio.c sv.c
25122 ____________________________________________________________________________
25123 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
25124         Log: I think the Perl_sortsv needs *not* be skipped?
25125      Branch: perl
25126            ! makedef.pl
25127 ____________________________________________________________________________
25128 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
25129         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
25130              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
25131              Date: Tue, 16 Oct 2001 15:32:44 +0200
25132              Message-ID: <3BCC531C.11494.3E433F@localhost>
25133      Branch: perl
25134            ! t/op/groups.t
25135 ____________________________________________________________________________
25136 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
25137         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
25138              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
25139              Date: Tue, 16 Oct 2001 15:01:04 +0200
25140              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
25141      Branch: perl
25142            ! t/io/fs.t
25143 ____________________________________________________________________________
25144 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
25145         Log: A forgotten deletion.
25146      Branch: perl
25147            - lib/unicore/mktables.PL
25148 ____________________________________________________________________________
25149 [ 12451] By: nick                                  on 2001/10/16  11:32:48
25150         Log: Skeleton of "PerlIO_dup" coded.
25151              Still-passes all tests non-threaded (well it would wouldn't it!)
25152      Branch: perlio
25153            ! embed.h embed.pl ext/Encode/Encode.xs
25154            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
25155            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
25156            ! win32/win32io.c
25157 ____________________________________________________________________________
25158 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
25159         Log: Document the problem with the swash_fetch() API that affects
25160              more complex case conversions.
25161      Branch: perl
25162            ! lib/utf8_heavy.pl utf8.c
25163 ____________________________________________________________________________
25164 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
25165         Log: Make Time::HiRes::sleep() and usleep() to return
25166              the number of seconds (a floating point value) and 
25167              microseconds (an integer) actually slept (well,
25168              modulo the time spent in measuring the time actually
25169              slept...), to be a better drop-in replacement for
25170              the builtin sleep().  Noticed by Chris Nandor.
25171              
25172              Also make usleep() to croak if fed illegal number
25173              of useconds (anything greater than 1_000_000).
25174      Branch: perl
25175            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
25176            ! ext/Time/HiRes/HiRes.xs
25177 ____________________________________________________________________________
25178 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
25179         Log: A missing SvREFCNT_dec.
25180      Branch: perl
25181            ! perl.c
25182 ____________________________________________________________________________
25183 [ 12447] By: nick                                  on 2001/10/15  20:27:53
25184         Log: Beginings of PerlIO_dup support (unstable)
25185      Branch: perlio
25186            ! perlio.c perliol.h
25187 ____________________________________________________________________________
25188 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
25189         Log: (retracted by #12497)
25190              In AIX vac 5 just can't seem to get regcomp right.
25191      Branch: perl
25192            ! hints/aix.sh
25193 ____________________________________________________________________________
25194 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
25195         Log: Bump the version number to agree with the maintperl one.
25196      Branch: perl
25197            ! lib/Tie/RefHash.pm
25198 ____________________________________________________________________________
25199 [ 12444] By: nick                                  on 2001/10/15  15:59:57
25200         Log: Integrate mainline
25201      Branch: perlio
25202           +> lib/Math/BigInt/t/Math/Subclass.pm
25203           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
25204           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
25205           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
25206           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
25207           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
25208           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
25209           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
25210           +> lib/unicore/mktables
25211            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
25212            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
25213            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
25214            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
25215            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
25216            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
25217            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
25218            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
25219            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
25220            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
25221            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
25222            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
25223            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
25224            - lib/unicore/syllables.txt
25225           !> (integrate 344 files)
25226 ____________________________________________________________________________
25227 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
25228         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
25229      Branch: perl
25230            ! ext/DB_File/DB_File.xs
25231 ____________________________________________________________________________
25232 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
25233         Log: Sync the skip() amounts with the number of tests.
25234      Branch: perl
25235            ! lib/Term/Complete.t
25236 ____________________________________________________________________________
25237 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
25238         Log: Update Changes.
25239      Branch: perl
25240            ! Changes patchlevel.h
25241 ____________________________________________________________________________
25242 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
25243         Log: MacOS Classic catdir() rewrite from Thomas Wegner
25244              (backward incompatibility, but a deliberate one,
25245              the old version simply is broken in its logic),
25246              also documentation updates, and as suggested replicated
25247              the File::Spec::Unix documentation updates also on the
25248              File::Spec documentation.
25249              
25250              TODO: there seems to be duplication of documentation
25251              between File::Spec and File::Spec::Unix.  I think
25252              the ::Unix should be left only with specific UNIXisms,
25253              and all the generic documentation should be in ::Spec.
25254      Branch: perl
25255            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
25256            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
25257            ! lib/File/Spec/Unix.pm
25258 ____________________________________________________________________________
25259 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
25260         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
25261              From: Blair Zajac <blair@orcaware.com>
25262              Date: Mon, 24 Sep 2001 11:48:58 -0700
25263              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
25264              
25265              (the skip() messages)
25266      Branch: perl
25267            ! t/op/magic.t
25268 ____________________________________________________________________________
25269 [ 12438] By: ams                                   on 2001/10/14  23:43:59
25270         Log: Subject: [PATCH] make PerlIO default on VMS
25271              From: "Craig A. Berry" <craigberry@mac.com>
25272              Date: Sun, 14 Oct 2001 15:27:18 -0500
25273              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
25274      Branch: perl
25275            ! configure.com
25276 ____________________________________________________________________________
25277 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
25278         Log: Retract #12436 (Abhijit already did this at #12426)
25279      Branch: perl
25280            ! lib/ExtUtils/MM_Unix.pm
25281 ____________________________________________________________________________
25282 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
25283         Log: (retracted by #12437)
25284              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
25285              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
25286              Date: Sat, 13 Oct 2001 20:33:55 +0200
25287              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
25288      Branch: perl
25289            ! lib/ExtUtils/MM_Unix.pm
25290 ____________________________________________________________________________
25291 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
25292         Log: Subject: h2xs grammar nit
25293              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25294              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
25295              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
25296      Branch: perl
25297            ! utils/h2xs.PL
25298 ____________________________________________________________________________
25299 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
25300         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
25301              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25302              Date: Sun, 14 Oct 2001 11:25:08 +0100
25303              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
25304      Branch: perl
25305            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
25306            ! warnings.pl
25307 ____________________________________________________________________________
25308 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
25309         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
25310              for File::Spec::Mac::catfile)
25311      Branch: perl
25312            ! lib/h2xs.t
25313 ____________________________________________________________________________
25314 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
25315         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
25316              From: Nicholas Clark <nick@ccl4.org>
25317              Date: Sat, 13 Oct 2001 00:07:31 +0100
25318              Message-ID: <20011013000731.D67535@plum.flirble.org>
25319      Branch: perl
25320            ! lib/h2xs.t utils/h2xs.PL
25321 ____________________________________________________________________________
25322 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
25323         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
25324              before DEFINE and INC), and repent by taking DEFINE and
25325              INC away from PASTHRU.
25326      Branch: perl
25327            ! lib/ExtUtils/MM_Unix.pm
25328 ____________________________________________________________________________
25329 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
25330         Log: More MANIFEST anomalies.
25331      Branch: perl
25332            ! MANIFEST
25333 ____________________________________________________________________________
25334 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
25335         Log: Not that many.
25336      Branch: perl
25337            ! MANIFEST
25338 ____________________________________________________________________________
25339 [ 12428] By: sky                                   on 2001/10/13  20:59:27
25340         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
25341              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25342              Date: Sat, 13 Oct 2001 23:15:55 +0200
25343              Message-ID: <20011013231555.A18071@rafael>
25344      Branch: perl
25345            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
25346            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
25347 ____________________________________________________________________________
25348 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
25349         Log: Rewrite mktables from scratch.
25350              - Cleaner.
25351              - Faster: 15-20 seconds as opposed to several minutes.
25352              - More dynamic: the names of the various categories
25353              such as the linebreak ones are dynamic, not static.
25354              - Is.pl: long names for the general category properties
25355              are now available.
25356              - Ranges (<... ,First>, <..., Last>) from the general
25357              categories work now.
25358              - No more mktables.PL because the mktables.PL is not
25359              and never has been run to create a mktables.
25360              - syllables.txt and Is/Syl*.pl removed: non-standard
25361              (not part of the Unicode), and the whole concept is
25362              being reworked (http://syllabary.sourceforge.net/),
25363              the old way wouldn't even work with the new Syllables.txt
25364              (it would result in 1000+ new categories)
25365      Branch: perl
25366            + lib/unicore/In/163.pl lib/unicore/In/164.pl
25367            + lib/unicore/In/165.pl lib/unicore/In/166.pl
25368            + lib/unicore/In/167.pl lib/unicore/In/168.pl
25369            + lib/unicore/In/169.pl lib/unicore/In/170.pl
25370            + lib/unicore/In/171.pl lib/unicore/Is.pl
25371            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
25372            + lib/unicore/mktables
25373            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
25374            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
25375            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
25376            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
25377            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
25378            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
25379            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
25380            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
25381            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
25382            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
25383            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
25384            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
25385            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
25386            - lib/unicore/syllables.txt
25387            ! (edit 304 files)
25388 ____________________________________________________________________________
25389 [ 12426] By: ams                                   on 2001/10/13  18:05:36
25390         Log: ExtUtils::MM_Unix should ignore comments when searching for
25391              $VERSION.
25392      Branch: perl
25393            ! lib/ExtUtils/MM_Unix.pm
25394 ____________________________________________________________________________
25395 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
25396         Log: Subject: Re: New module XML::Clean
25397              From: andreas.koenig@anima.de (Andreas J. Koenig)
25398              Date: 13 Oct 2001 10:17:09 +0200
25399              Message-ID: <m37ku0t0my.fsf@anima.de>
25400      Branch: perl
25401            ! pod/perlnewmod.pod
25402 ____________________________________________________________________________
25403 [ 12424] By: sky                                   on 2001/10/13  09:39:59
25404         Log: Set thread stack size if needed.
25405      Branch: perl
25406            ! ext/threads/threads.xs
25407 ____________________________________________________________________________
25408 [ 12423] By: sky                                   on 2001/10/13  09:36:49
25409         Log: We do want to set the attribute to joinable even on modern posix
25410              platforms.
25411      Branch: perl
25412            ! ext/threads/threads.xs
25413 ____________________________________________________________________________
25414 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
25415         Log: Subject: [PATCH ext/Data/Dumper.xs]
25416              From: Brian Ingerson <ingy@ttul.org>
25417              Date: Fri, 12 Oct 2001 19:32:35 -0700
25418              Message-ID: <20011012193235.B889@ttul.org>
25419      Branch: perl
25420            ! ext/Data/Dumper/Dumper.xs
25421 ____________________________________________________________________________
25422 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
25423         Log: Update Changes.
25424      Branch: perl
25425            ! Changes patchlevel.h
25426 ____________________________________________________________________________
25427 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
25428         Log: FAQ sync.
25429      Branch: perl
25430            ! pod/perlfaq3.pod pod/perlfaq4.pod
25431 ____________________________________________________________________________
25432 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
25433         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
25434              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
25435              Date: Fri, 12 Oct 2001 11:51:05 -0700
25436              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
25437      Branch: perl
25438            ! lib/File/Copy.pm
25439 ____________________________________________________________________________
25440 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
25441         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
25442              From: "chromatic" <chromatic@rmci.net>     
25443              Date: Thu, 11 Oct 2001 10:57:55 -0600
25444              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
25445              
25446              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
25447              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25448              Date: Thu, 11 Oct 2001 22:34:21 +0200
25449              Message-ID: <20011011223421.A693@rafael>     
25450              
25451              plus undef $Term::Complete::stty as suggested by Rafael.
25452      Branch: perl
25453            ! lib/Term/Complete.pm lib/Term/Complete.t
25454 ____________________________________________________________________________
25455 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
25456         Log: UUnndduupplleexx..
25457      Branch: perl
25458            ! perl.h
25459 ____________________________________________________________________________
25460 [ 12416] By: sky                                   on 2001/10/12  20:16:19
25461         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
25462              From: Andy Dougherty <doughera@lafayette.edu>
25463              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
25464              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
25465              (Potentially only band-aid)
25466      Branch: perl
25467            ! sv.c
25468 ____________________________________________________________________________
25469 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
25470         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
25471              mishandles kill(), and therefore the sigaction test
25472              should be skipped, from Charles Lane.
25473      Branch: perl
25474            ! ext/POSIX/t/sigaction.t
25475 ____________________________________________________________________________
25476 [ 12414] By: sky                                   on 2001/10/12  18:47:49
25477         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
25478      Branch: perl
25479            ! op.h
25480 ____________________________________________________________________________
25481 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
25482         Log: Upgrade to Math::BigInt 1.44 from Tels and
25483              further fixes from John Peacock.
25484      Branch: perl
25485            + lib/Math/BigInt/t/Math/Subclass.pm
25486            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
25487            + lib/Math/BigInt/t/subclass.t
25488            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25489            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
25490            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
25491            ! lib/Math/BigInt/t/mbimbf.t
25492 ____________________________________________________________________________
25493 [ 12412] By: sky                                   on 2001/10/12  18:28:23
25494         Log: perhaps pthread_attr_t really needs to be set for the old api
25495      Branch: perl
25496            ! ext/threads/threads.xs
25497 ____________________________________________________________________________
25498 [ 12411] By: sky                                   on 2001/10/12  18:11:45
25499         Log: pthread_keycreate not pthread_key_create under the here be dragons API
25500      Branch: perl
25501            ! ext/threads/threads.h
25502 ____________________________________________________________________________
25503 [ 12410] By: sky                                   on 2001/10/12  18:07:37
25504         Log: Apperently OLD PTHREADS API is a bit retarded.
25505              This should fix another set of compile failures in HP-UX 10.20.
25506      Branch: perl
25507            ! ext/threads/threads.h ext/threads/threads.xs
25508 ____________________________________________________________________________
25509 [ 12409] By: nick                                  on 2001/10/12  15:30:01
25510         Log: Blind integrate of mainline
25511      Branch: perlio
25512           +> (branch 32 files)
25513            - lib/unicode/README
25514           !> (integrate 121 files)
25515 ____________________________________________________________________________
25516 [ 12408] By: sky                                   on 2001/10/12  14:55:08
25517         Log: Let us avoid being smart for now.
25518      Branch: perl
25519            ! ext/threads/threads.h
25520 ____________________________________________________________________________
25521 [ 12407] By: sky                                   on 2001/10/12  14:38:12
25522         Log: (void*) the argument to make sure we work with picky compilers
25523      Branch: perl
25524            ! ext/threads/threads.xs
25525 ____________________________________________________________________________
25526 [ 12406] By: ams                                   on 2001/10/12  13:26:04
25527         Log: (replaced with #12600)
25528              
25529              Subject: [PATCH 5.6.1 perldoc] use File::Temp
25530              From: Mikhail Zabaluev <mhz@alt-linux.org>
25531              Date: Fri, 12 Oct 2001 12:47:47 +0400
25532              Message-Id: <20011012124747.E13918@localhost.localdomain>
25533      Branch: perl
25534            ! utils/perldoc.PL
25535 ____________________________________________________________________________
25536 [ 12405] By: ams                                   on 2001/10/12  13:05:32
25537         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
25538              From: andreas.koenig@anima.de (Andreas J. Koenig)
25539              Date: 12 Oct 2001 11:12:07 +0200
25540              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
25541      Branch: perl
25542            ! lib/Memoize/t/speed.t
25543 ____________________________________________________________________________
25544 [ 12404] By: sky                                   on 2001/10/12  12:46:15
25545         Log: A) Support OLD_PTHREADS_API
25546              B) Change from using pthread_t to using a TLS to store the
25547              index of the thread in an hash, this is to avoid problems when
25548              in fact pthread_t was not a seralizable type.
25549              Both these changes are because of HP-UX 10.20
25550              This has not been tested on win32 but should work there.
25551              Need to add support for NetWare.
25552      Branch: perl
25553            ! ext/threads/threads.h ext/threads/threads.xs
25554 ____________________________________________________________________________
25555 [ 12403] By: ams                                   on 2001/10/12  07:34:19
25556         Log: Subject: Re: New module XML::Clean
25557              From: andreas.koenig@anima.de (Andreas J. Koenig)
25558              Date: 12 Oct 2001 10:20:35 +0200
25559              Message-Id: <m3elo9uv58.fsf@anima.de>
25560      Branch: perl
25561            ! pod/perlnewmod.pod
25562 ____________________________________________________________________________
25563 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
25564         Log: More HP model tweaks from Merijn.
25565      Branch: perl
25566            ! README.hpux
25567 ____________________________________________________________________________
25568 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
25569         Log: Update Changes.
25570      Branch: perl
25571            ! Changes patchlevel.h
25572 ____________________________________________________________________________
25573 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
25574         Log: HP-UX update from H.Merijn Brand.
25575      Branch: perl
25576            ! README.hpux
25577 ____________________________________________________________________________
25578 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
25579         Log: Subject: [PATCH] fix link rot in README.vms
25580              From: "Craig A. Berry" <craigberry@mac.com>
25581              Date: Wed, 10 Oct 2001 17:17:00 -0500
25582              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
25583      Branch: perl
25584            ! README.vms
25585 ____________________________________________________________________________
25586 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
25587         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
25588              From: "chromatic" <chromatic@rmci.net>
25589              Date: Wed, 10 Oct 2001 15:50:30 -0600
25590              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
25591      Branch: perl
25592            ! lib/Term/Complete.t
25593 ____________________________________________________________________________
25594 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
25595         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
25596              From: "chromatic" <chromatic@rmci.net>
25597              Date: Wed, 10 Oct 2001 15:45:42 -0600
25598              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
25599      Branch: perl
25600            + lib/ExtUtils/Packlist.t
25601            ! MANIFEST
25602 ____________________________________________________________________________
25603 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
25604         Log: VMS needs quotes around the -I option to keep it from
25605              being downcased, from Charles Lane.
25606      Branch: perl
25607            ! t/run/kill_perl.t
25608 ____________________________________________________________________________
25609 [ 12395] By: ams                                   on 2001/10/10  16:22:32
25610         Log: Subject: [PATCH lib/FindBin.pm]
25611              From: Stas Bekman <stas@stason.org>
25612              Date: Tue, 09 Oct 2001 23:57:10 +0800
25613              Message-Id: <3BC31E56.60805@stason.org>
25614      Branch: perl
25615            ! lib/FindBin.pm
25616 ____________________________________________________________________________
25617 [ 12394] By: ams                                   on 2001/10/10  16:09:53
25618         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
25619              From: Abhijit Menon-Sen <ams@wiw.org>
25620              Date: Wed, 10 Oct 2001 21:59:33 +0530
25621              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
25622      Branch: perl
25623            ! ext/Data/Dumper/Dumper.xs
25624 ____________________________________________________________________________
25625 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
25626         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
25627              from Charles Lane.
25628      Branch: perl
25629            ! lib/File/Spec/VMS.pm
25630 ____________________________________________________________________________
25631 [ 12392] By: ams                                   on 2001/10/10  14:49:43
25632         Log: Subject: [PATCH] two s/// bugfixes
25633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25634              Date: Wed, 10 Oct 2001 17:23:44 +0200
25635              Message-Id: <20011010172344.C22440@rafael>
25636      Branch: perl
25637            ! pp_ctl.c regexec.c t/op/subst.t
25638 ____________________________________________________________________________
25639 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
25640         Log: Fix/improve handling of the [000000] special "root"
25641              directory, by putting cwd in canonical form when doing
25642              abs2rel, and prepending a 000000 to directory "chunks"
25643              if missing from base or path.  Also adjust test to
25644              reflect the (improved) output from abs2rel.
25645              From Charles Lane.
25646      Branch: perl
25647            ! lib/File/Spec.t lib/File/Spec/VMS.pm
25648 ____________________________________________________________________________
25649 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
25650         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
25651              all of the extra VMSish attributes (such as "treat this logical
25652              as a device name") that are necessary to make programs run.
25653              A tainted %ENV does not hinder VMS.  From Charles Lane.
25654      Branch: perl
25655            ! lib/File/Find/t/taint.t
25656 ____________________________________________________________________________
25657 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
25658         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
25659              
25660              o  VMS is case-insensitive, RTL downcases filenames read
25661              by perl... so need to re-upcase filenames like MANIFEST
25662              and MANIFEST.SKIP
25663              
25664              o  Need to convert VMS-style to Unix-style filenames when comparing
25665              names in MANIFEST to names in filesystem.
25666              
25667              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
25668              since VMS won't let you (easily) delete non-empty directories.
25669              
25670              From Charles Lane.
25671      Branch: perl
25672            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
25673 ____________________________________________________________________________
25674 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
25675         Log: Unix and VMS agree on "*" as a "match any number of any chars"
25676              wildcards, but differ ("?"  vs.  "%") for their "match any single
25677              char" wildcard.  This patch changes "?"  chars to "%" before doing a
25678              VMS glob...at no loss of functionality, since "?"  isn't a valid
25679              filename char on VMS.  From Charles Lane.
25680      Branch: perl
25681            ! doio.c
25682 ____________________________________________________________________________
25683 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
25684         Log: (accidentally empty submit; new life as #12390)
25685      Branch: perl
25686            ! lib/File/Find/t/taint.t
25687 ____________________________________________________________________________
25688 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
25689         Log: Even more VMS tweakage from Charles Lane:
25690              
25691              Tweak #1:  splitdir only works on directory part of filespec,
25692              split off volume first
25693              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
25694              (it's a horrible kludge in the run-time library,
25695              improved in later versions). Check the
25696              $Config{'d_setenv'} flag before attempting to set it.
25697      Branch: perl
25698            ! t/op/chdir.t
25699 ____________________________________________________________________________
25700 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
25701         Log: VMS tweakage from Charles Lane.
25702              
25703              . command.com doubles an output line when prompting for extensions
25704              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
25705              . perl5db doesn't clean up after itself
25706      Branch: perl
25707            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
25708 ____________________________________________________________________________
25709 [ 12384] By: sky                                   on 2001/10/09  19:16:11
25710         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
25711              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25712              Date: Tue, 9 Oct 2001 22:10:26 +0200
25713              Message-ID: <20011009221026.A8579@rafael>
25714      Branch: perl
25715            ! pod/perldata.pod
25716 ____________________________________________________________________________
25717 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
25718         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
25719              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25720              Date: 9 Oct 2001 15:15:06 -0000
25721              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
25722      Branch: perl
25723            ! t/op/subst.t
25724 ____________________________________________________________________________
25725 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
25726         Log: Update Changes.
25727      Branch: perl
25728            ! Changes patchlevel.h
25729 ____________________________________________________________________________
25730 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
25731         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
25732              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
25733              when a NULL is passed for the filename string pointer.
25734              From Charles Lane.
25735      Branch: perl
25736            ! vms/vms.c
25737 ____________________________________________________________________________
25738 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
25739         Log: Subject: HP systems update
25740              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25741              Date: Tue, 09 Oct 2001 15:59:22 +0200
25742              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
25743      Branch: perl
25744            ! README.hpux
25745 ____________________________________________________________________________
25746 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
25747         Log: CPAN::Nox does now have a test.
25748      Branch: perl
25749            ! t/lib/1_compile.t
25750 ____________________________________________________________________________
25751 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
25752         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
25753              From: David Dyck <dcd@tc.fluke.com>
25754              Date: Mon, 1 Oct 2001 12:17:36 -0700
25755              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
25756      Branch: perl
25757            ! installperl
25758 ____________________________________________________________________________
25759 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
25760         Log: NetWare update from Ananth Kesari.
25761      Branch: perl
25762            ! NetWare/nwperlsys.h makedef.pl
25763 ____________________________________________________________________________
25764 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
25765         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
25766              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25767              Date: Tue, 9 Oct 2001 08:40:57 EDT
25768              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
25769      Branch: perl
25770            ! lib/File/Find/t/find.t
25771 ____________________________________________________________________________
25772 [ 12374] By: ams                                   on 2001/10/09  05:31:45
25773         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
25774              ExtUtils::Mkbootstrap
25775              From: "chromatic" <chromatic@rmci.net>
25776              Date: Tue, 09 Oct 2001 00:08:37 -0600
25777              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
25778      Branch: perl
25779            + lib/ExtUtils/Mkbootstrap.t
25780            ! MANIFEST
25781 ____________________________________________________________________________
25782 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
25783         Log: Enable more debugging.
25784      Branch: perl
25785            ! lib/utf8_heavy.pl
25786 ____________________________________________________________________________
25787 [ 12372] By: ams                                   on 2001/10/09  02:11:59
25788         Log: #12370 forgot to modify is_gv_magical().
25789      Branch: perl
25790            ! gv.c
25791 ____________________________________________________________________________
25792 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
25793         Log: Make the toupper/lower/title API for Unicode not right
25794              but at least less wrong: prepare for the mapping being
25795              more than just one-character-to-one-character.
25796      Branch: perl
25797            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
25798            ! regexec.c utf8.c
25799 ____________________________________________________________________________
25800 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
25801         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
25802              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25803              Date: Mon, 8 Oct 2001 22:18:23 -0400
25804              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
25805      Branch: perl
25806            ! pod/perlvar.pod t/op/taint.t
25807 ____________________________________________________________________________
25808 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
25809         Log: FAQ sync.
25810      Branch: perl
25811            ! pod/perlfaq3.pod pod/perlfaq4.pod
25812 ____________________________________________________________________________
25813 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
25814         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
25815              From: "chromatic" <chromatic@rmci.net>
25816              Date: Mon, 08 Oct 2001 14:05:32 -0600
25817              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
25818      Branch: perl
25819            ! lib/Term/Cap.t
25820 ____________________________________________________________________________
25821 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
25822         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
25823              From: Michael G Schwern <schwern@pobox.com>
25824              Date: Mon, 8 Oct 2001 17:00:14 -0400
25825              Message-ID: <20011008170014.L17083@blackrider>
25826      Branch: perl
25827            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
25828 ____________________________________________________________________________
25829 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
25830         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
25831              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25832              Date: Mon, 8 Oct 2001 16:01:33 EDT
25833              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
25834      Branch: perl
25835            ! ext/Time/HiRes/HiRes.xs
25836 ____________________________________________________________________________
25837 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
25838         Log: Subject: [PATCH] Autosplit patch for VMS
25839              From: "Craig A. Berry" <craigberry@mac.com>
25840              Date: Mon, 08 Oct 2001 15:40:43 -0500
25841              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
25842      Branch: perl
25843            ! lib/AutoSplit.pm lib/AutoSplit.t
25844 ____________________________________________________________________________
25845 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
25846         Log: Don't assume that everybody is running OS X 10.1 yet;
25847              from Kay Röpke.
25848      Branch: perl
25849            ! hints/darwin.sh
25850 ____________________________________________________________________________
25851 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
25852         Log: Update Changes.
25853      Branch: perl
25854            ! Changes patchlevel.h
25855 ____________________________________________________________________________
25856 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
25857         Log: Retract #12358 for now.
25858      Branch: perl
25859            ! lib/Term/Cap.t
25860 ____________________________________________________________________________
25861 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
25862         Log: Can't figure out what this is testing.
25863              (If it is trying to catch SIGKILL, it should stop
25864              trying because that is by definition impossible.)
25865      Branch: perl
25866            ! lib/sigtrap.t
25867 ____________________________________________________________________________
25868 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
25869         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
25870              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25871              Date: Sun, 30 Sep 2001 21:15:13 +0200
25872              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
25873      Branch: perl
25874            ! lib/ExtUtils/MM_Win32.pm
25875 ____________________________________________________________________________
25876 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
25877         Log: Clarify the ldlibpth part and condense the overall text.
25878      Branch: perl
25879            ! t/TEST
25880 ____________________________________________________________________________
25881 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
25882         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
25883              From: "chromatic" <chromatic@rmci.net>
25884              Date: Sun, 07 Oct 2001 16:59:26 -0600
25885              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
25886      Branch: perl
25887            ! lib/Term/Cap.t
25888 ____________________________________________________________________________
25889 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
25890         Log: Update the list because fo #12265.
25891      Branch: perl
25892            ! t/lib/1_compile.t
25893 ____________________________________________________________________________
25894 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
25895         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
25896              From: Nicholas Clark <nick@ccl4.org>
25897              Date: Sun, 7 Oct 2001 20:53:33 +0100
25898              Message-ID: <20011007205333.S38756@plum.flirble.org>   
25899      Branch: perl
25900            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
25901            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25902            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
25903            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
25904            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
25905            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
25906            ! lib/Switch/t/switch.t lib/Term/Complete.t
25907            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
25908            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
25909            ! t/op/my_stash.t
25910 ____________________________________________________________________________
25911 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
25912         Log: Integrate patch #12350 from maintperl; typo in
25913              IO::Seekable doc.
25914      Branch: perl
25915           !> ext/IO/lib/IO/Seekable.pm
25916 ____________________________________________________________________________
25917 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
25918         Log: Detypo.
25919      Branch: perl
25920            ! hints/darwin.sh
25921 ____________________________________________________________________________
25922 [ 12353] By: sky                                   on 2001/10/07  17:16:14
25923         Log: Change 12349 didn't really get it right.
25924      Branch: perl
25925            ! lib/Unicode/README
25926 ____________________________________________________________________________
25927 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
25928         Log: If running the harness the dynamic library search path
25929              may need setting.
25930      Branch: perl
25931            ! t/TEST
25932 ____________________________________________________________________________
25933 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
25934         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
25935              in ldflags.
25936      Branch: perl
25937            ! hints/darwin.sh
25938 ____________________________________________________________________________
25939 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
25940         Log: typo in IO::Seekable doc
25941      Branch: maint-5.6/perl
25942            ! ext/IO/lib/IO/Seekable.pm
25943 ____________________________________________________________________________
25944 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
25945         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
25946              doesn't work on Mac OS X 10.1 (when unpacking the tar the
25947              latter gets renamed as lib/unicode:1, assumedly for security
25948              reasons not to overwrite stuff)
25949      Branch: perl
25950            + lib/Unicode/README
25951            - lib/unicode/README
25952            ! MANIFEST
25953 ____________________________________________________________________________
25954 [ 12348] By: ams                                   on 2001/10/07  05:33:40
25955         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
25956              From: "chromatic" <chromatic@rmci.net>
25957              Date: Sat, 06 Oct 2001 21:42:03 -0600
25958              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
25959      Branch: perl
25960            + lib/CPAN/t/Nox.t
25961            ! MANIFEST
25962 ____________________________________________________________________________
25963 [ 12347] By: ams                                   on 2001/10/07  00:48:10
25964         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
25965              From: "chromatic" <chromatic@rmci.net>
25966              Date: Sat, 06 Oct 2001 18:52:10 -0600
25967              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
25968      Branch: perl
25969            + lib/sigtrap.t
25970            ! MANIFEST
25971 ____________________________________________________________________________
25972 [ 12346] By: ams                                   on 2001/10/06  23:14:01
25973         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
25974              h2xs write?)
25975              From: Nicholas Clark <nick@ccl4.org>
25976              Date: Sat, 6 Oct 2001 21:46:43 +0100
25977              Message-Id: <20011006214643.L38756@plum.flirble.org>
25978      Branch: perl
25979            ! utils/h2xs.PL
25980 ____________________________________________________________________________
25981 [ 12345] By: ams                                   on 2001/10/06  17:39:53
25982         Log: Subject: [PATCH] Memoize tests
25983              From: Nicholas Clark <nick@ccl4.org>
25984              Date: Sat, 6 Oct 2001 18:04:21 +0100
25985              Message-Id: <20011006180421.J38756@plum.flirble.org>
25986      Branch: perl
25987            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
25988            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
25989            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
25990            ! lib/Memoize/t/expire_module_n.t
25991            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
25992            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
25993            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
25994            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
25995            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
25996            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
25997 ____________________________________________________________________________
25998 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
25999         Log: Retract the latter part of #12343.
26000      Branch: perl
26001            ! ext/IO/lib/IO/Socket/INET.pm
26002 ____________________________________________________________________________
26003 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
26004         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
26005              From: David Dyck <dcd@tc.fluke.com>
26006              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
26007              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
26008              
26009              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
26010              From: David Dyck <dcd@tc.fluke.com>
26011              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
26012              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
26013      Branch: perl
26014            ! ext/IO/lib/IO/Socket/INET.pm
26015 ____________________________________________________________________________
26016 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
26017         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
26018              From: Robin Barker <rmb1@cise.npl.co.uk>
26019              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
26020              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
26021      Branch: perl
26022            ! t/TEST
26023 ____________________________________________________________________________
26024 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
26025         Log: Don't assume that %x is good for displaying UVs.
26026      Branch: perl
26027            ! dump.c
26028 ____________________________________________________________________________
26029 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
26030         Log: Update Changes.
26031      Branch: perl
26032            ! Changes patchlevel.h
26033 ____________________________________________________________________________
26034 [ 12339] By: ams                                   on 2001/10/05  10:22:34
26035         Log: Subject: [PATCH] perlfunc/select
26036              From: Nicholas Clark <nick@ccl4.org>
26037              Date: Fri, 5 Oct 2001 11:33:58 +0100
26038              Message-Id: <20011005113358.Z38756@plum.flirble.org>
26039      Branch: perl
26040            ! pod/perlfunc.pod
26041 ____________________________________________________________________________
26042 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
26043         Log: Retract #12313 and #12249.
26044      Branch: perl
26045            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
26046            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
26047            ! pod/perlebcdic.pod
26048 ____________________________________________________________________________
26049 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
26050         Log: Subject: [PATCH] perlvms.pod update
26051              From: "Craig A. Berry" <craigberry@mac.com>
26052              Date: Thu, 04 Oct 2001 12:55:52 -0500
26053              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
26054      Branch: perl
26055            ! vms/perlvms.pod
26056 ____________________________________________________________________________
26057 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
26058         Log: Subject: PATCH: Tie::SubstrHash
26059              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26060              Date: Thu, 04 Oct 2001 12:12:41 +0100
26061              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
26062      Branch: perl
26063            ! lib/Tie/SubstrHash.pm
26064 ____________________________________________________________________________
26065 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
26066         Log: Unicode properties saga continues.
26067      Branch: perl
26068            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
26069            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
26070 ____________________________________________________________________________
26071 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
26072         Log: Yet more Unicode properties.
26073      Branch: perl
26074            + lib/unicore/In/137.pl lib/unicore/In/138.pl
26075            + lib/unicore/In/139.pl lib/unicore/In/140.pl
26076            + lib/unicore/In/141.pl lib/unicore/In/142.pl
26077            + lib/unicore/In/143.pl lib/unicore/In/144.pl
26078            + lib/unicore/In/145.pl lib/unicore/In/146.pl
26079            + lib/unicore/In/147.pl lib/unicore/In/148.pl
26080            + lib/unicore/In/149.pl lib/unicore/In/150.pl
26081            + lib/unicore/In/151.pl lib/unicore/In/152.pl
26082            + lib/unicore/In/153.pl lib/unicore/In/154.pl
26083            + lib/unicore/In/155.pl lib/unicore/In/156.pl
26084            + lib/unicore/In/157.pl lib/unicore/In/158.pl
26085            + lib/unicore/In/159.pl lib/unicore/In/160.pl
26086            + lib/unicore/In/161.pl lib/unicore/In/162.pl
26087            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
26088            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
26089            ! pod/perlunicode.pod
26090 ____________________________________________________________________________
26091 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
26092         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
26093              From: "Craig A. Berry" <craigberry@mac.com>
26094              Date: Wed, 03 Oct 2001 17:45:25 -0500
26095              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
26096              
26097              (the lib/Term/Complete.t patched differently by #12332)
26098      Branch: perl
26099            ! lib/ExtUtils/Command.t
26100 ____________________________________________________________________________
26101 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
26102         Log: Restore only if something to restore.
26103      Branch: perl
26104            ! lib/Term/Complete.t
26105 ____________________________________________________________________________
26106 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
26107         Log: Update various resources for credits,
26108              minor icons fixes, and versions.
26109      Branch: maint-5.6/macperl
26110            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
26111            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
26112            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
26113 ____________________________________________________________________________
26114 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
26115         Log: Quiet the warnings about using undef value
26116      Branch: maint-5.6/macperl
26117            ! lib/File/Temp.pm
26118 ____________________________________________________________________________
26119 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
26120         Log: Fix up Ballon Help and Help menu docs (first pass);
26121              remove balloon rez file, and autogenerate with
26122              Balloon2Rez instead.
26123      Branch: maint-5.6/macperl
26124            + macos/macperl/macscripts/Balloon2Rez
26125            - macos/macperl/MPBalloons.r
26126            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
26127 ____________________________________________________________________________
26128 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
26129         Log: Allow overriding of defaults, for change #12327.
26130      Branch: maint-5.6/macperl
26131            ! perl.h
26132 ____________________________________________________________________________
26133 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
26134         Log: Override PerlProc_exit.
26135      Branch: maint-5.6/macperl
26136            ! macos/macish.h
26137 ____________________________________________________________________________
26138 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
26139         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
26140      Branch: maint-5.6/macperl
26141            + macos/bundled_lib/blib/lib/MD5.pm
26142            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
26143            + macos/lib/Mac/AETE/Dialect.pm
26144            + macos/lib/Mac/AETE/Format/Converter.pm
26145            + macos/lib/Mac/AETE/Format/Dictionary.pm
26146            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
26147            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
26148            + macos/lib/Mac/Toolbox.pod
26149            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
26150 ____________________________________________________________________________
26151 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
26152         Log: Sync up silly CVS headers ... I should commit CVS
26153              first to avoid this ...
26154      Branch: maint-5.6/macperl
26155            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
26156            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
26157            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
26158            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
26159 ____________________________________________________________________________
26160 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
26161         Log: Fix Matthias' address, and attributions.
26162      Branch: maint-5.6/macperl
26163            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
26164            ! pod/perlport.pod
26165 ____________________________________________________________________________
26166 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
26167         Log: Fix Matthias' address, and attributions.
26168      Branch: maint-5.6/macperl
26169            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
26170            ! macos/ext/Mac/Components/Components.pm
26171            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
26172            ! macos/ext/Mac/Dialogs/Dialogs.pm
26173            ! macos/ext/Mac/Events/Events.pm
26174            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
26175            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
26176            ! macos/ext/Mac/Gestalt/Gestalt.pm
26177            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
26178            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
26179            ! macos/ext/Mac/Menus/Menus.pm
26180            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
26181            ! macos/ext/Mac/Movies/Movies.pm
26182            ! macos/ext/Mac/Navigation/Navigation.pm
26183            ! macos/ext/Mac/Notification/Notification.pm
26184            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
26185            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
26186            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
26187            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
26188            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
26189            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
26190            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
26191            ! macos/ext/Mac/StandardFile/StandardFile.pm
26192            ! macos/ext/Mac/TextEdit/TextEdit.pm
26193            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
26194            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
26195            ! macos/lib/Mac/LowMem.pm
26196 ____________________________________________________________________________
26197 [ 12322] By: sky                                   on 2001/10/03  18:41:07
26198         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
26199              From: "Craig A. Berry" <craigberry@mac.com>
26200              Date: Wed, 03 Oct 2001 14:30:55 -0500
26201              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
26202      Branch: perl
26203            ! vms/vms.c
26204 ____________________________________________________________________________
26205 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
26206         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
26207              From: "Craig A. Berry" <craigberry@mac.com>
26208              Date: Wed, 03 Oct 2001 14:30:55 -0500
26209              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
26210      Branch: perl
26211            ! vms/vms.c
26212 ____________________________________________________________________________
26213 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
26214         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
26215              only IsL&) and Inherited (negative lookahead good);
26216              add tests for Common, Inherited, and L&.
26217      Branch: perl
26218            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
26219 ____________________________________________________________________________
26220 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
26221         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
26222              (The Unicode standard uses L& quite often.)
26223      Branch: perl
26224            ! lib/utf8_heavy.pl
26225 ____________________________________________________________________________
26226 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
26227         Log: Add the 'Common' Unicode property (code points not
26228              explicitly assigned to any other script).
26229      Branch: perl
26230            + lib/unicore/In/136.pl
26231            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
26232 ____________________________________________________________________________
26233 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
26234         Log: Skip the RV printing test under threads until fixed.
26235      Branch: perl
26236            ! ext/B/t/terse.t
26237 ____________________________________________________________________________
26238 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
26239         Log: Subject: 12309 / cygwin / win2k
26240              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26241              Date: Wed, 03 Oct 2001 15:25:15 +0200
26242              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
26243      Branch: perl
26244            ! makedef.pl
26245 ____________________________________________________________________________
26246 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
26247         Log: Metaconfig unit change for #12314.
26248      Branch: metaconfig
26249            ! U/modified/Head.U
26250 ____________________________________________________________________________
26251 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
26252         Log: Subject: Both cygwin and djgpp on one machine
26253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26254              Date: Wed, 03 Oct 2001 15:02:59 +0200
26255              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
26256      Branch: perl
26257            ! Configure
26258 ____________________________________________________________________________
26259 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
26260         Log: (retracted by #12338)
26261              
26262              Subject: [PATCH] Code clean up for perlboot.pod
26263              From: Casey West <casey@geeknest.com>
26264              Date: Tue, 2 Oct 2001 19:24:43 -0400
26265              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
26266              
26267              Subject: [PATCH] Code clean up for perlbot.diff
26268              From: Casey West <casey@geeknest.com>
26269              Date: Tue, 2 Oct 2001 19:25:22 -0400
26270              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
26271              
26272              Subject: [PATCH] Code clean up for perlcall.pod
26273              From: Casey West <casey@geeknest.com>
26274              Date: Tue, 2 Oct 2001 19:25:57 -0400
26275              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
26276              
26277              Subject: [PATCH] Code clean up for perldata.pod
26278              From: Casey West <casey@geeknest.com>
26279              Date: Tue, 2 Oct 2001 19:26:29 -0400
26280              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
26281              
26282              Subject: [PATCH] Code clean up for perldbmfilter.pod
26283              From: Casey West <casey@geeknest.com>
26284              Date: Tue, 2 Oct 2001 19:26:59 -0400
26285              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
26286              
26287              Subject: [PATCH] Code clean up for perlebcdic.pod
26288              From: Casey West <casey@geeknest.com>
26289              Date: Tue, 2 Oct 2001 19:27:37 -0400
26290              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
26291      Branch: perl
26292            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
26293            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
26294 ____________________________________________________________________________
26295 [ 12312] By: ams                                   on 2001/10/02  23:43:55
26296         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
26297              From: Michael G Schwern <schwern@pobox.com>
26298              Date: Tue, 2 Oct 2001 17:00:49 -0400
26299              Message-Id: <20011002170049.A9955@blackrider>
26300      Branch: perl
26301            ! lib/ExtUtils/MakeMaker.pm
26302 ____________________________________________________________________________
26303 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
26304         Log: FAQ sync.
26305      Branch: perl
26306            ! pod/perlfaq3.pod
26307 ____________________________________________________________________________
26308 [ 12310] By: nick                                  on 2001/10/02  16:09:49
26309         Log: Integrate mainline
26310      Branch: perlio
26311           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
26312           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
26313           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
26314           !> patchlevel.h t/op/pat.t
26315 ____________________________________________________________________________
26316 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
26317         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
26318              not just one single space.
26319      Branch: perl
26320            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
26321 ____________________________________________________________________________
26322 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
26323         Log: AUTHORS updates.
26324      Branch: perl
26325            ! AUTHORS
26326 ____________________________________________________________________________
26327 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
26328         Log: Update Changes.
26329      Branch: perl
26330            ! Changes patchlevel.h
26331 ____________________________________________________________________________
26332 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
26333         Log: Work around old buggy glibcs for langinfo constants,
26334              from Nicholas Clark and David Dyck.
26335      Branch: perl
26336            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
26337 ____________________________________________________________________________
26338 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
26339         Log: Eradicate Time::Piece; add an example.
26340      Branch: perl
26341            ! ext/I18N/Langinfo/Langinfo.pm
26342 ____________________________________________________________________________
26343 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
26344         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
26345              From: Robert Spier <rspier@pobox.com>
26346              Date: Mon, 1 Oct 2001 23:20:16 -0700
26347              Message-ID: <15289.23712.422087.878224@rls.cx>
26348      Branch: perl
26349            ! lib/Pod/Html.pm
26350 ____________________________________________________________________________
26351 [ 12303] By: sky                                   on 2001/10/02  10:40:57
26352         Log: Fixes obscure bug that manifests itself by.
26353              local $!=0;undef*STDOUT;#segfaults
26354              Has been around for a while. Possible other magic IO vars are
26355              possibly affected as well. Reported by Jos Boumans.
26356      Branch: perl
26357            ! mg.c
26358 ____________________________________________________________________________
26359 [ 12302] By: nick                                  on 2001/10/02  09:00:52
26360         Log: Integrate mainline
26361      Branch: perlio
26362           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
26363           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
26364           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
26365 ____________________________________________________________________________
26366 [ 12301] By: nick                                  on 2001/10/02  08:40:57
26367         Log: Integrate mainline + lib/open.t patch from Chromatic
26368      Branch: perlio
26369           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
26370            ! lib/open.t
26371           !> (integrate 29 files)
26372 ____________________________________________________________________________
26373 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
26374         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
26375              Until it has, better stop early if someone requests threads.
26376      Branch: perl
26377            ! hints/darwin.sh
26378 ____________________________________________________________________________
26379 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
26380         Log: Subject: [ID 20011001.011] redundant code in t/TEST
26381              From: David Dyck <dcd@tc.fluke.com>
26382              Date: Mon, 1 Oct 2001 12:56:24 -0700
26383              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
26384      Branch: perl
26385            ! t/TEST
26386 ____________________________________________________________________________
26387 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
26388         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
26389              From: "chromatic" <chromatic@rmci.net>
26390              Date: Mon, 01 Oct 2001 12:27:12 -0600
26391              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
26392      Branch: perl
26393            ! lib/Term/Cap.t
26394 ____________________________________________________________________________
26395 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
26396         Log: UNICOS testing patches from Nicholas Clark.
26397      Branch: perl
26398            ! t/op/arith.t t/op/pack.t
26399 ____________________________________________________________________________
26400 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
26401         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
26402              From: "chromatic" <chromatic@rmci.net>
26403              Date: Mon, 01 Oct 2001 10:21:51 -0600
26404              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
26405      Branch: perl
26406            ! lib/open.t
26407 ____________________________________________________________________________
26408 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
26409         Log: Make missing the RADIXCHAR a softer, gentler error.
26410      Branch: perl
26411            ! ext/I18N/Langinfo/Langinfo.t
26412 ____________________________________________________________________________
26413 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
26414         Log: Nuke also the LANG because of glibc.
26415      Branch: perl
26416            ! lib/open.t
26417 ____________________________________________________________________________
26418 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
26419         Log: Also the ^Is is optional.
26420      Branch: perl
26421            ! pod/perlunicode.pod t/op/pat.t
26422 ____________________________________________________________________________
26423 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
26424         Log: Be careful to pull chars from the varargs stack when
26425              formatting chars.
26426      Branch: perl
26427            ! regcomp.c
26428 ____________________________________________________________________________
26429 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
26430         Log: sortsv not in place anymore, noticed by John P. Linderman.
26431      Branch: perl
26432            ! pod/perlapi.pod pp_ctl.c
26433 ____________________________________________________________________________
26434 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
26435         Log: Make the diagnostic messages more neutral.
26436      Branch: perl
26437            ! ext/B/t/terse.t
26438 ____________________________________________________________________________
26439 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
26440         Log: Forgotten from #12288.
26441      Branch: perl
26442            ! ext/Data/Dumper/Dumper.pm
26443 ____________________________________________________________________________
26444 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
26445         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
26446              From: Brian Ingerson <ingy@ttul.org>
26447              Date: Sun, 30 Sep 2001 21:45:56 -0700
26448              Message-ID: <20010930214556.D26392@ttul.org>
26449              
26450              (remember also the #12289)
26451      Branch: perl
26452            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
26453 ____________________________________________________________________________
26454 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
26455         Log: More Unicode property tests for the abbreviated
26456              general properties.
26457      Branch: perl
26458            ! t/op/pat.t
26459 ____________________________________________________________________________
26460 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
26461         Log: Further tweaks to the Unicode properties.
26462      Branch: perl
26463            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
26464 ____________________________________________________________________________
26465 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
26466         Log: Retract #12284.
26467      Branch: perl
26468            ! lib/Term/Cap.t
26469 ____________________________________________________________________________
26470 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
26471         Log: (Retracted by #12285)
26472      Branch: perl
26473            ! lib/Term/Cap.t
26474 ____________________________________________________________________________
26475 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
26476         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
26477              From: "chromatic" <chromatic@rmci.net>  
26478              Date: Sun, 30 Sep 2001 16:10:02 -0600
26479              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
26480      Branch: perl
26481            + lib/Term/Cap.t
26482            ! MANIFEST
26483 ____________________________________________________________________________
26484 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
26485         Log: Use stty -g to restore the terminal state, do not even
26486              try to run the tests if stty -g is not available.
26487      Branch: perl
26488            ! lib/Term/Complete.t
26489 ____________________________________________________________________________
26490 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
26491         Log: Cleanup utf8_heavy; allow dropping the In prefix from
26492              Unicode script/block properties.
26493      Branch: perl
26494            ! lib/utf8_heavy.pl
26495 ____________________________________________________________________________
26496 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
26497         Log: Retract the #12259 for now.
26498      Branch: perl
26499            ! embed.h embed.pl sv.h
26500 ____________________________________________________________________________
26501 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
26502         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
26503      Branch: perl
26504            + lib/Text/TabsWrap/CHANGELOG
26505            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
26506 ____________________________________________________________________________
26507 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
26508         Log: #12272 wasn't right, it introduced an extra ().
26509      Branch: perl
26510            ! lib/utf8_heavy.pl
26511 ____________________________________________________________________________
26512 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
26513         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
26514              From: Jonathan Stowe <gellyfish@gellyfish.com>
26515              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
26516              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
26517      Branch: perl
26518            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
26519 ____________________________________________________________________________
26520 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
26521         Log: Subject: Patch to put qsortsv in the public API
26522              From: Brian Ingerson <ingy@ttul.org>
26523              Date: Sat, 29 Sep 2001 17:41:13 -0700
26524              Message-ID: <20010929174113.A30223@ttul.org>
26525      Branch: perl
26526            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
26527 ____________________________________________________________________________
26528 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
26529         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
26530              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26531              Date: Sat, 29 Sep 2001 23:54:48 +0200
26532              Message-ID: <20010929235448.A5017@rafael>
26533      Branch: perl
26534            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
26535 ____________________________________________________________________________
26536 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
26537         Log: FAQ sync.
26538      Branch: perl
26539            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
26540            ! pod/perlfaq9.pod
26541 ____________________________________________________________________________
26542 [ 12273] By: bailey                                on 2001/09/29  23:43:46
26543         Log: Resync with mainline
26544      Branch: vmsperl
26545           +> (branch 1207 files)
26546            - (delete 324 files)
26547           !> (integrate 866 files)
26548 ____________________________________________________________________________
26549 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
26550         Log: Nasty recursion trap if one would match Unicode.
26551      Branch: perl
26552            ! lib/utf8_heavy.pl
26553 ____________________________________________________________________________
26554 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
26555         Log: More Unicode todo.
26556      Branch: perl
26557            ! pod/perltodo.pod
26558 ____________________________________________________________________________
26559 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
26560         Log: Explain a bit the new more flexible \p\P syntax.
26561      Branch: perl
26562            ! pod/perlunicode.pod
26563 ____________________________________________________________________________
26564 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
26565         Log: More leniency to the \p and \P: now can have whitespace
26566              between the property definition and the curlies; now can
26567              invert the property by having a caret between the open
26568              curly and the property.
26569      Branch: perl
26570            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
26571 ____________________________________________________________________________
26572 [ 12268] By: nick                                  on 2001/09/29  17:39:26
26573         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
26574              one test (lib/open.t) fails
26575      Branch: perlio
26576           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
26577           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
26578           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
26579           +> lib/Tie/Scalar.t lib/open.t
26580            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
26581            - ext/B/Stash.t
26582           !> (integrate 62 files)
26583 ____________________________________________________________________________
26584 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
26585         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
26586      Branch: perl
26587            ! t/op/chdir.t
26588 ____________________________________________________________________________
26589 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
26590         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
26591              From: "Craig A. Berry" <craigberry@mac.com> 
26592              Date: Sat, 29 Sep 2001 09:35:33 -0500
26593              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
26594      Branch: perl
26595            ! t/op/chdir.t
26596 ____________________________________________________________________________
26597 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
26598         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
26599              From: "chromatic" <chromatic@rmci.net>
26600              Date: Fri, 28 Sep 2001 21:20:12 -0600
26601              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
26602      Branch: perl
26603            + lib/Tie/Scalar.t
26604            ! MANIFEST lib/Tie/Scalar.pm
26605 ____________________________________________________________________________
26606 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
26607         Log: Allow for more flexibility in the \p{In...} names, now
26608              case doesn't matter, and any space or dash can be
26609              matched by any space, dash, underbar, or empty.
26610              (may be going too far on leniency)
26611      Branch: perl
26612            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
26613            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
26614            ! t/op/pat.t
26615 ____________________________________________________________________________
26616 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
26617         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
26618              From: "chromatic" <chromatic@rmci.net>
26619              Date: Fri, 28 Sep 2001 17:39:50 -0600
26620              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
26621      Branch: perl
26622            + lib/open.t
26623            ! MANIFEST
26624 ____________________________________________________________________________
26625 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
26626         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
26627              From: "Craig A. Berry" <craigberry@mac.com>
26628              Date: Fri, 28 Sep 2001 16:24:51 -0500
26629              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
26630      Branch: perl
26631            ! ext/File/Glob/t/basic.t
26632 ____________________________________________________________________________
26633 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
26634         Log: Subject: [DOC PATCH] Carp.pm pod typo
26635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26636              Date: Fri, 28 Sep 2001 23:14:51 +0200
26637              Message-ID: <20010928231451.E16889@rafael>
26638      Branch: perl
26639            ! lib/Carp.pm
26640 ____________________________________________________________________________
26641 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
26642         Log: Subject: [PATCH] Allow an @INC hook to set %INC
26643              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26644              Date: Fri, 28 Sep 2001 22:18:13 +0200
26645              Message-ID: <20010928221813.A16889@rafael>
26646      Branch: perl
26647            ! pp_ctl.c
26648 ____________________________________________________________________________
26649 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
26650         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
26651              From: Nicholas Clark <nick@ccl4.org>
26652              Date: Fri, 28 Sep 2001 23:39:33 +0100
26653              Message-ID: <20010928233933.C23673@plum.flirble.org>
26654      Branch: perl
26655            ! embed.h embed.pl sv.h
26656 ____________________________________________________________________________
26657 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
26658         Log: Update Changes.
26659      Branch: perl
26660            ! Changes patchlevel.h
26661 ____________________________________________________________________________
26662 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
26663         Log: Move the B tests to B/t.
26664      Branch: perl
26665            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
26666            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
26667            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
26668            - ext/B/Showlex.t ext/B/Stash.t
26669            ! MANIFEST
26670 ____________________________________________________________________________
26671 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
26672         Log: Forgot from #12254.
26673      Branch: perl
26674            + ext/B/B/Terse.t
26675 ____________________________________________________________________________
26676 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
26677         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
26678              From: "chromatic" <chromatic@rmci.net>
26679              Date: Thu, 27 Sep 2001 23:22:17 -0600
26680              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
26681      Branch: perl
26682            ! MANIFEST
26683 ____________________________________________________________________________
26684 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
26685         Log: Test numbering mismatch.
26686      Branch: perl
26687            ! t/op/chdir.t
26688 ____________________________________________________________________________
26689 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
26690         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
26691              From: "Craig A. Berry" <craigberry@mac.com>
26692              Date: Wed, 26 Sep 2001 17:43:14 -0500
26693              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
26694      Branch: perl
26695            ! iperlsys.h t/op/chdir.t
26696 ____________________________________________________________________________
26697 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
26698         Log: Subject: [PATCH gv.c] make __ANON__ global
26699              From: Robin Barker <rmb1@cise.npl.co.uk>
26700              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
26701              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
26702      Branch: perl
26703            ! gv.c t/op/anonsub.t t/op/runlevel.t
26704 ____________________________________________________________________________
26705 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
26706         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
26707              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26708              Date: Thu, 27 Sep 2001 22:34:32 +0200
26709              Message-ID: <20010927223432.A1485@rafael>
26710      Branch: perl
26711            ! ext/B/B/Terse.pm
26712 ____________________________________________________________________________
26713 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
26714         Log: (retracted by #12338)
26715              
26716              Subject: [PATCH] Cleanup of perldsc.pod      
26717              From: Casey West <casey@geeknest.com>
26718              Date: Thu, 27 Sep 2001 11:13:17 -0400
26719              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
26720      Branch: perl
26721            ! pod/perldsc.pod
26722 ____________________________________________________________________________
26723 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
26724         Log: Not everyone is using ithreads...
26725      Branch: perl
26726            ! ext/Devel/Peek/Peek.t
26727 ____________________________________________________________________________
26728 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
26729         Log: Document the nss_delete core dump workaround for HP-UX
26730              and Solaris, bug IDs 20010805.018 and 20010629.004.
26731      Branch: perl
26732            ! README.hpux README.solaris
26733 ____________________________________________________________________________
26734 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
26735         Log: Dump Unicode hash keys also as Unicode,
26736              not just as a byte string.
26737      Branch: perl
26738            ! dump.c ext/Devel/Peek/Peek.t
26739 ____________________________________________________________________________
26740 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
26741         Log: Integrate changes #12241 and #12242 from macperl:
26742              
26743              Remove unneeded disabling of umask() calls
26744              
26745              Note (get|set)sockopt are available.
26746      Branch: perl
26747           !> lib/File/Temp.pm pod/perlport.pod
26748 ____________________________________________________________________________
26749 [ 12244] By: sky                                   on 2001/09/27  08:53:00
26750         Log: Flush buffers on thread closedown.
26751      Branch: perl
26752            ! ext/threads/threads.xs
26753 ____________________________________________________________________________
26754 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
26755         Log: Dump SvUTF8(sv)s also as \x{...}.
26756              
26757              TODO: dump the SvUTF8() hash keys similarly. 
26758      Branch: perl
26759            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
26760 ____________________________________________________________________________
26761 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
26762         Log: Note (get|set)sockopt are available.
26763      Branch: maint-5.6/macperl
26764            ! pod/perlport.pod
26765 ____________________________________________________________________________
26766 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
26767         Log: Remove unneeded disabling of umask() calls
26768      Branch: maint-5.6/macperl
26769            ! lib/File/Temp.pm
26770 ____________________________________________________________________________
26771 [ 12240] By: sky                                   on 2001/09/26  18:44:56
26772         Log: Documention update
26773      Branch: perl
26774            ! ext/threads/threads.pm
26775 ____________________________________________________________________________
26776 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
26777         Log: Update Changes.
26778      Branch: perl
26779            ! Changes patchlevel.h
26780 ____________________________________________________________________________
26781 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
26782         Log: Check that all environment variables are tainted.
26783      Branch: perl
26784            ! t/op/taint.t
26785 ____________________________________________________________________________
26786 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
26787         Log: Manual integration error in #12235.
26788      Branch: perl
26789            ! lib/File/DosGlob.t
26790 ____________________________________________________________________________
26791 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
26792         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
26793              From: "chromatic" <chromatic@rmci.net>
26794              Date: Tue, 25 Sep 2001 23:57:07 -0600
26795              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
26796      Branch: perl
26797            ! perlio.c
26798 ____________________________________________________________________________
26799 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
26800         Log: Integrate macperl changes from Chris Nandor:
26801              12192 11817 11815 11813 11778 11775
26802              
26803              Update CPAN.pm to work with new Mac::BuildTools instead
26804              of ExtUtils::MM_MacOS "orphan" functions
26805              
26806              Fix test
26807              
26808              Make syntax check report in MPW style, fix tests
26809              to use Mac::err=unix to get normal-style error
26810              messages.
26811              
26812              More module and test ports from Thomas Wegner et al
26813              
26814              Fix open of /dev/null for Mac OS
26815              
26816              Allow for platforms to override formatting of errors
26817              on output from Matthias Neeracher (core files)
26818      Branch: perl
26819            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
26820            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
26821            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
26822           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
26823           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
26824           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
26825 ____________________________________________________________________________
26826 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
26827         Log: grrr.
26828      Branch: perl
26829            ! t/op/gv.t
26830 ____________________________________________________________________________
26831 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
26832         Log: Retract #12232.
26833      Branch: perl
26834            ! t/op/gv.t
26835 ____________________________________________________________________________
26836 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
26837         Log: (Retracted by #12233.)
26838      Branch: perl
26839            ! t/op/gv.t
26840 ____________________________________________________________________________
26841 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
26842         Log: Detypo.
26843      Branch: perl
26844            ! ext/Encode/Makefile.PL
26845 ____________________________________________________________________________
26846 [ 12230] By: sky                                   on 2001/09/26  11:36:23
26847         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
26848              We are using a "delay" here because we do not want to depend on thread synchronization issues.
26849      Branch: perl
26850            + ext/threads/t/stress_cv.t
26851            ! MANIFEST ext/threads/t/stress_string.t
26852 ____________________________________________________________________________
26853 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
26854         Log: NetWare tweak from Ananth Kesari.
26855      Branch: perl
26856            ! NetWare/t/Readme.txt
26857 ____________________________________________________________________________
26858 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
26859         Log: Trick to fool case-blind filesystems.
26860      Branch: perl
26861            ! ext/Encode/Makefile.PL
26862 ____________________________________________________________________________
26863 [ 12227] By: sky                                   on 2001/09/26  11:06:50
26864         Log: Threads can start executing in a different order than they were
26865              created.... so we cannot ok() inside the threadstarter.
26866      Branch: perl
26867            ! ext/threads/t/stress_string.t
26868 ____________________________________________________________________________
26869 [ 12226] By: sky                                   on 2001/09/26  07:41:45
26870         Log: Add in stress_string.t to stress test threads a bit more.
26871      Branch: perl
26872            + ext/threads/t/stress_string.t
26873            ! MANIFEST
26874 ____________________________________________________________________________
26875 [ 12225] By: sky                                   on 2001/09/26  07:04:21
26876         Log: Fix negative refcount introduced by #12223.
26877      Branch: perl
26878            ! ext/threads/threads.xs
26879 ____________________________________________________________________________
26880 [ 12224] By: sky                                   on 2001/09/26  06:57:58
26881         Log: Update documentation to match change #12223
26882      Branch: perl
26883            ! sharedsv.c
26884 ____________________________________________________________________________
26885 [ 12223] By: sky                                   on 2001/09/26  06:54:32
26886         Log: Use a separate interpreter for the sharedsv space. Another
26887              negative sv leak. Sigh.
26888      Branch: perl
26889            ! sharedsv.c
26890 ____________________________________________________________________________
26891 [ 12222] By: sky                                   on 2001/09/26  05:58:35
26892         Log: Do the environ assignment in perl_contruct to match perl_destruct.
26893              Now we don't need to perl_parse/perl_run. However environ is a
26894              global....
26895      Branch: perl
26896            ! perl.c
26897 ____________________________________________________________________________
26898 [ 12221] By: sky                                   on 2001/09/26  05:41:02
26899         Log: Move the creation of PL_strtab to perl_construct so we can work
26900              with HV and HEs without running perl_parse.
26901      Branch: perl
26902            ! perl.c
26903 ____________________________________________________________________________
26904 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
26905         Log: integrate macperl changes into maint-5.6
26906      Branch: maint-5.6/perl
26907           !> (integrate 26 files)
26908 ____________________________________________________________________________
26909 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
26910         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
26911              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
26912      Branch: maint-5.6/macperl
26913            ! macos/ext/Mac/Fonts/Fonts.xs
26914            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
26915 ____________________________________________________________________________
26916 [ 12218] By: ams                                   on 2001/09/25  23:31:33
26917         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
26918              From: Nicholas Clark <nick@ccl4.org>
26919              Date: Wed, 26 Sep 2001 01:20:20 +0100
26920              Message-Id: <20010926012020.B48092@plum.flirble.org>
26921      Branch: perl
26922            ! lib/AutoSplit.t
26923 ____________________________________________________________________________
26924 [ 12217] By: ams                                   on 2001/09/25  22:33:05
26925         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
26926              From: "Craig A. Berry" <craigberry@mac.com>
26927              Date: Tue, 25 Sep 2001 18:08:42 -0500
26928              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
26929      Branch: perl
26930            ! vms/vms.c
26931 ____________________________________________________________________________
26932 [ 12216] By: ams                                   on 2001/09/25  21:41:01
26933         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
26934              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
26935              From: Michael G Schwern <schwern@pobox.com>
26936              Date: Wed, 26 Sep 2001 00:38:21 -0400
26937              Message-Id: <20010926003821.A627@blackrider>
26938      Branch: perl
26939            ! lib/AutoSplit.t
26940 ____________________________________________________________________________
26941 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
26942         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
26943              From: Michael G Schwern <schwern@pobox.com>
26944              Date: Tue, 25 Sep 2001 17:43:49 -0400
26945              Message-ID: <20010925174349.B19534@blackrider>
26946      Branch: perl
26947            ! lib/Test/Simple.pm lib/Test/Utils.pm
26948 ____________________________________________________________________________
26949 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
26950         Log: Integrate changes from bleadperl.
26951      Branch: maint-5.6/macperl
26952           !> pod/perlport.pod
26953 ____________________________________________________________________________
26954 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
26955         Log: skip($mess) should result in one skip.
26956      Branch: perl
26957            ! t/test.pl
26958 ____________________________________________________________________________
26959 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
26960         Log: Integrate change #12200 from maintperl.
26961      Branch: maint-5.6/macperl
26962           !> win32/perlhost.h
26963 ____________________________________________________________________________
26964 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
26965         Log: Fix file types to "apple"
26966      Branch: maint-5.6/macperl
26967            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
26968            ! macos/ext/Mac/SAT/t/Collision.rsrc
26969 ____________________________________________________________________________
26970 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
26971         Log: Fix rsrc file as snd file; fix path in t file.
26972      Branch: maint-5.6/macperl
26973            ! macos/ext/Mac/Notification/t/Notification.rsrc
26974            ! macos/ext/Mac/Notification/t/Notification.t
26975 ____________________________________________________________________________
26976 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
26977         Log: Sync up with File::Find from bleadperl.
26978      Branch: maint-5.6/macperl
26979            ! lib/File/Find.pm t/lib/filefind-taint.t
26980 ____________________________________________________________________________
26981 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
26982         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
26983              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
26984              of hundreds)
26985      Branch: maint-5.6/macperl
26986            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
26987            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
26988            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
26989 ____________________________________________________________________________
26990 [ 12207] By: nick                                  on 2001/09/25  19:04:36
26991         Log: Integrate mainline (untested while modem is up)
26992      Branch: perlio
26993           +> lib/AutoSplit.t t/test.pl
26994            - lib/warnings/register.t
26995           !> (integrate 28 files)
26996 ____________________________________________________________________________
26997 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
26998         Log: perldiag entry for #12205.
26999      Branch: perl
27000            ! pod/perldiag.pod
27001 ____________________________________________________________________________
27002 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
27003         Log: Subject: [PATCH] warning on v-string in use/require
27004              From: John Peacock <jpeacock@rowman.com>
27005              Date: Mon, 24 Sep 2001 17:29:03 -0400
27006              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
27007      Branch: perl
27008            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
27009 ____________________________________________________________________________
27010 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
27011         Log: perltooc et al updates.
27012      Branch: perl
27013            ! plan9/mkfile pod/roffitall
27014 ____________________________________________________________________________
27015 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
27016         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
27017              From: Michael G Schwern <schwern@pobox.com>
27018              Date: Sun, 23 Sep 2001 00:07:12 -0400
27019              Message-ID: <20010923000712.A7005@blackrider>
27020      Branch: perl
27021            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
27022 ____________________________________________________________________________
27023 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
27024         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
27025              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27026              Date: Wed, 26 Sep 2001 01:25:10 +0900
27027              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
27028      Branch: perl
27029            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
27030            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
27031            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
27032 ____________________________________________________________________________
27033 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
27034         Log: Integrate change #12200 from maintperl;
27035              on windows, virtualized environment could propagate deleted variables
27036              into children if they happen to be at the very end of the table
27037      Branch: perl
27038           !> win32/perlhost.h
27039 ____________________________________________________________________________
27040 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
27041         Log: on windows, virtualized environment could propagate deleted variables
27042              into children if they happen to be at the very end of the table
27043              (thanks for succinct test case from Johan Holmberg, and fix from
27044              Doug Lankshear)
27045      Branch: maint-5.6/perl
27046            ! win32/perlhost.h
27047 ____________________________________________________________________________
27048 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
27049         Log: avoid the use of ftime() (it does a useless, potentially
27050              expensive call to GetTimeZoneInformation()); this potentially
27051              also results in three more digits of precision from
27052              Time::HiRes::time()
27053      Branch: perl
27054            ! ext/Time/HiRes/HiRes.xs
27055 ____________________________________________________________________________
27056 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
27057         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
27058              
27059              Note: io/binmode is failing, have to figure out why.
27060      Branch: perl
27061            + t/test.pl
27062            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
27063            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
27064            ! t/run/exit.t
27065 ____________________________________________________________________________
27066 [ 12197] By: ams                                   on 2001/09/25  13:48:55
27067         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
27068              From: Nicholas Clark <nick@ccl4.org>
27069              Date: Tue, 25 Sep 2001 00:37:40 +0100
27070              Message-Id: <20010925003740.S4971@plum.flirble.org>
27071              (Further changes expected.)
27072      Branch: perl
27073            + lib/AutoSplit.t
27074            ! MANIFEST
27075 ____________________________________________________________________________
27076 [ 12196] By: sky                                   on 2001/09/25  13:37:12
27077         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
27078              _ftime to try and be more robust.
27079      Branch: perl
27080            ! ext/Time/HiRes/HiRes.xs
27081 ____________________________________________________________________________
27082 [ 12194] By: ams                                   on 2001/09/25  11:40:00
27083         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
27084              From: "Craig A. Berry" <craigberry@mac.com>
27085              Date: Mon, 24 Sep 2001 17:54:20 -0500
27086              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
27087      Branch: perl
27088            ! vms/descrip_mms.template
27089 ____________________________________________________________________________
27090 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
27091         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
27092              not working, cursor not spinning (Bug #422129); external
27093              editor problems (Bug #456329); escape/cmd-. not activating
27094              "Cancel" in Save dialog box (Bug #446960); Runtimes not
27095              executing on launch (Bug #464441).
27096      Branch: maint-5.6/macperl
27097            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
27098            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
27099            ! macos/macperl/MacPerl.r
27100 ____________________________________________________________________________
27101 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
27102         Log: Update CPAN.pm to work with new Mac::BuildTools instead
27103              of ExtUtils::MM_MacOS "orphan" functions
27104      Branch: maint-5.6/macperl
27105            ! lib/CPAN.pm
27106 ____________________________________________________________________________
27107 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
27108         Log: Fix up another xsubpp problem (Matthias Neeracher)
27109      Branch: maint-5.6/macperl
27110            ! macos/xsubpp
27111 ____________________________________________________________________________
27112 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
27113         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
27114      Branch: maint-5.6/macperl
27115            ! macos/lib/ExtUtils/MM_MacOS.pm
27116 ____________________________________________________________________________
27117 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
27118         Log: Fix up Makefiles for more Mac:: modules (and prepare for
27119              static build ...?)
27120      Branch: maint-5.6/macperl
27121            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
27122            ! macos/macperl/Makefile.mk
27123 ____________________________________________________________________________
27124 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
27125         Log: Fix up tests
27126      Branch: maint-5.6/macperl
27127            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
27128 ____________________________________________________________________________
27129 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
27130         Log: Make malloc smarter, fix bugs.  (Bug #404030)
27131      Branch: maint-5.6/macperl
27132            ! macos/icemalloc.c macos/icemalloc.h
27133 ____________________________________________________________________________
27134 [ 12186] By: nick                                  on 2001/09/24  19:18:17
27135         Log: Integrate mainline
27136      Branch: perlio
27137           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
27138           +> lib/filetest.t
27139           !> (integrate 30 files)
27140 ____________________________________________________________________________
27141 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
27142         Log: Retract #12136, the warnings::register is already
27143              tested by t/lib/warnings/9enabled, as pointed out
27144              by Paul Marquess.
27145      Branch: perl
27146            - lib/warnings/register.t
27147            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
27148 ____________________________________________________________________________
27149 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
27150         Log: fix Time::HiRes implementation of gettimeofday() on windows
27151              (HiRes.t#14 now passes)
27152      Branch: perl
27153            ! ext/Time/HiRes/HiRes.xs
27154 ____________________________________________________________________________
27155 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
27156         Log: File::Spec::catfile() canonifies everything to blackslashes on
27157              windows :-(
27158      Branch: perl
27159            ! lib/ExtUtils/Manifest.t
27160 ____________________________________________________________________________
27161 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
27162         Log: test number mismatch
27163      Branch: perl
27164            ! t/op/magic.t
27165 ____________________________________________________________________________
27166 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
27167         Log: ok().
27168      Branch: perl
27169            ! t/op/pack.t
27170 ____________________________________________________________________________
27171 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
27172         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
27173              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27174      Branch: perl
27175            ! pp_pack.c t/op/pack.t
27176 ____________________________________________________________________________
27177 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
27178         Log: Update Changes.
27179      Branch: perl
27180            ! Changes patchlevel.h
27181 ____________________________________________________________________________
27182 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
27183         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
27184              From: Michael G Schwern <schwern@pobox.com>
27185              Date: Mon, 24 Sep 2001 11:12:13 -0400
27186              Message-ID: <20010924111213.G27885@blackrider>
27187      Branch: perl
27188            ! lib/ExtUtils/Manifest.pm
27189 ____________________________________________________________________________
27190 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
27191         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
27192              From: Michael G Schwern <schwern@pobox.com> 
27193              Date: Mon, 24 Sep 2001 11:02:07 -0400
27194              Message-ID: <20010924110207.E27885@blackrider>
27195      Branch: perl
27196            ! vms/test.com
27197 ____________________________________________________________________________
27198 [ 12176] By: ams                                   on 2001/09/24  14:01:59
27199         Log: Update Changes.
27200      Branch: perl
27201            ! Changes
27202 ____________________________________________________________________________
27203 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
27204         Log: Various cleanups.
27205      Branch: perl
27206            ! ext/threads/Makefile.PL ext/threads/threads.xs
27207 ____________________________________________________________________________
27208 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
27209         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
27210      Branch: maint-5.6/macperl
27211           !> (integrate 33 files)
27212 ____________________________________________________________________________
27213 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
27214         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
27215              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27216              Date: Mon, 24 Sep 2001 20:04:58 +0900
27217              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
27218      Branch: perl
27219            ! ext/Encode/Encode/gb2312.enc
27220 ____________________________________________________________________________
27221 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
27222         Log: Clarifying comment to #12164.
27223      Branch: perl
27224            ! lib/Cwd.pm
27225 ____________________________________________________________________________
27226 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
27227         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
27228              From: Nicholas Clark <nick@ccl4.org>
27229              Date: Sun, 23 Sep 2001 23:00:56 +0100
27230              Message-ID: <20010923230055.Y4971@plum.flirble.org>
27231              
27232              (with "sample_constants" changed to "fallback")
27233      Branch: perl
27234            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
27235            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
27236            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
27237            ! lib/h2xs.t utils/h2xs.PL
27238 ____________________________________________________________________________
27239 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
27240         Log: Metaconfig unit change for #12167.
27241      Branch: metaconfig
27242            ! U/modified/Cppsym.U
27243 ____________________________________________________________________________
27244 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
27245         Log: Add a few glibc cpp symbols to probe for.
27246      Branch: perl
27247            ! Configure
27248 ____________________________________________________________________________
27249 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
27250         Log: DJGPP tweaks for Laszlo Molnar.
27251      Branch: perl
27252            ! djgpp/djgppsed.sh dosish.h
27253 ____________________________________________________________________________
27254 [ 12165] By: ams                                   on 2001/09/24  10:07:08
27255         Log: Subject: [PATCH t/op/inccode.t] More tests
27256              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27257              Date: 24 Sep 2001 10:01:44 -0000
27258              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
27259      Branch: perl
27260            ! t/op/inccode.t
27261 ____________________________________________________________________________
27262 [ 12164] By: ams                                   on 2001/09/24  09:43:29
27263         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
27264              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
27265              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
27266              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
27267      Branch: perl
27268            ! lib/Cwd.pm
27269 ____________________________________________________________________________
27270 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
27271         Log: 1_compile updates.
27272      Branch: perl
27273            ! t/lib/1_compile.t
27274 ____________________________________________________________________________
27275 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
27276         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
27277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27278              Date: Wed, 19 Sep 2001 22:47:14 +0200
27279              Message-ID: <20010919224714.A6382@rafael>
27280      Branch: perl
27281            ! pod/perlvar.pod pp_ctl.c
27282 ____________________________________________________________________________
27283 [ 12161] By: ams                                   on 2001/09/23  17:40:02
27284         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
27285              filetest Pragma
27286              From: "chromatic" <chromatic@rmci.net>
27287              Date: Sun, 23 Sep 2001 12:07:25 -0600
27288              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
27289      Branch: perl
27290            + lib/filetest.t
27291            ! MANIFEST t/lib/1_compile.t
27292 ____________________________________________________________________________
27293 [ 12160] By: ams                                   on 2001/09/23  16:32:11
27294         Log: Additional minor chdir() tweak.
27295      Branch: perl
27296            ! pod/perlfunc.pod
27297 ____________________________________________________________________________
27298 [ 12159] By: ams                                   on 2001/09/23  16:25:01
27299         Log: Subject: PATCH lib/ExtUtils/Command.t
27300              From: Abe Timmerman <abe@ztreet.demon.nl>
27301              Date: Sun, 23 Sep 2001 19:11:44 +0200
27302              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
27303      Branch: perl
27304            ! lib/ExtUtils/Command.t
27305 ____________________________________________________________________________
27306 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
27307         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
27308              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27309              Date: Sun, 23 Sep 2001 02:02:26 +0200
27310              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
27311      Branch: perl
27312            ! makedef.pl
27313 ____________________________________________________________________________
27314 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
27315         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
27316              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
27317              Date: Sat, 22 Sep 2001 12:54:39 -0500
27318              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
27319      Branch: perl
27320            ! t/op/study.t
27321 ____________________________________________________________________________
27322 [ 12156] By: nick                                  on 2001/09/23  07:48:44
27323         Log: Integrate mainline
27324      Branch: perlio
27325            - check83.pl
27326           !> ext/Encode/Encode/2022-cn.enc
27327 ____________________________________________________________________________
27328 [ 12155] By: nick                                  on 2001/09/23  07:48:01
27329         Log: Integrate mainline
27330      Branch: perlio
27331           +> (branch 64 files)
27332            - ext/Encode/Encode/cns11643-1.enc
27333            - ext/Encode/Encode/cns11643-2.enc
27334            - ext/Encode/Encode/iso2022-cn.enc
27335            - ext/Encode/Encode/iso2022-jp.enc
27336            - ext/Encode/Encode/iso2022-jp1.enc
27337            - ext/Encode/Encode/iso2022-jp2.enc
27338            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
27339            - ext/Encode/Encode/iso8859-1.enc
27340            - ext/Encode/Encode/iso8859-1.ucm
27341            - ext/Encode/Encode/iso8859-10.enc
27342            - ext/Encode/Encode/iso8859-10.ucm
27343            - ext/Encode/Encode/iso8859-13.enc
27344            - ext/Encode/Encode/iso8859-13.ucm
27345            - ext/Encode/Encode/iso8859-14.enc
27346            - ext/Encode/Encode/iso8859-14.ucm
27347            - ext/Encode/Encode/iso8859-15.enc
27348            - ext/Encode/Encode/iso8859-15.ucm
27349            - ext/Encode/Encode/iso8859-16.enc
27350            - ext/Encode/Encode/iso8859-16.ucm
27351            - ext/Encode/Encode/iso8859-2.enc
27352            - ext/Encode/Encode/iso8859-2.ucm
27353            - ext/Encode/Encode/iso8859-3.enc
27354            - ext/Encode/Encode/iso8859-3.ucm
27355            - ext/Encode/Encode/iso8859-4.enc
27356            - ext/Encode/Encode/iso8859-4.ucm
27357            - ext/Encode/Encode/iso8859-5.enc
27358            - ext/Encode/Encode/iso8859-5.ucm
27359            - ext/Encode/Encode/iso8859-6.enc
27360            - ext/Encode/Encode/iso8859-6.ucm
27361            - ext/Encode/Encode/iso8859-7.enc
27362            - ext/Encode/Encode/iso8859-7.ucm
27363            - ext/Encode/Encode/iso8859-8.enc
27364            - ext/Encode/Encode/iso8859-8.ucm
27365            - ext/Encode/Encode/iso8859-9.enc
27366            - ext/Encode/Encode/iso8859-9.ucm
27367            - ext/Encode/Encode/isoir-197.enc
27368            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
27369            - t/lib/sample-tests/header_at_end
27370            - t/lib/sample-tests/header_at_end_fail
27371           !> (integrate 174 files)
27372 ____________________________________________________________________________
27373 [ 12154] By: ams                                   on 2001/09/23  07:11:46
27374         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
27375              by Blair Zajac.
27376      Branch: perl
27377            ! pod/perlfunc.pod
27378 ____________________________________________________________________________
27379 [ 12153] By: ams                                   on 2001/09/23  06:56:32
27380         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
27381              Forgotten deprecation of *glob{FILEHANDLE}?
27382              From: "chromatic" <chromatic@rmci.net>
27383              Date: Sat, 22 Sep 2001 21:27:56 -0600
27384              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
27385      Branch: perl
27386            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
27387 ____________________________________________________________________________
27388 [ 12152] By: ams                                   on 2001/09/23  06:42:58
27389         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
27390              From: Michael G Schwern <schwern@pobox.com>
27391              Date: Sun, 23 Sep 2001 03:34:39 -0400
27392              Message-Id: <20010923033439.E7005@blackrider>
27393      Branch: perl
27394            ! lib/File/Find.pm
27395 ____________________________________________________________________________
27396 [ 12151] By: ams                                   on 2001/09/23  06:37:57
27397         Log: Subject: Re: t/op/magic.t missing tests on Win32
27398              From: Michael G Schwern <schwern@pobox.com>
27399              Date: Sat, 22 Sep 2001 20:29:09 -0400
27400              Message-Id: <20010922202909.I18223@blackrider>
27401      Branch: perl
27402            ! t/op/magic.t
27403 ____________________________________________________________________________
27404 [ 12150] By: ams                                   on 2001/09/23  06:36:26
27405         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
27406              Dumpvalue.pm
27407              From: "chromatic" <chromatic@rmci.net>
27408              Date: Sat, 22 Sep 2001 19:41:31 -0600
27409              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
27410      Branch: perl
27411            + lib/Dumpvalue.t
27412            ! MANIFEST lib/Dumpvalue.pm
27413 ____________________________________________________________________________
27414 [ 12149] By: ams                                   on 2001/09/23  06:25:35
27415         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
27416              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27417              Date: Sun, 23 Sep 2001 15:27:56 +0900
27418              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
27419      Branch: perl
27420            ! ext/Encode/Encode/2022-cn.enc
27421 ____________________________________________________________________________
27422 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
27423         Log: Manual eror in #12147.
27424      Branch: perl
27425            ! win32/win32.c
27426 ____________________________________________________________________________
27427 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
27428         Log: Integrate change #12146 from maintperl;
27429              win32_chdir() et al don't handle a NULL argument gracefully
27430      Branch: perl
27431           !> win32/perlhost.h win32/win32.c
27432 ____________________________________________________________________________
27433 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
27434         Log: win32_chdir() et al don't handle a NULL argument gracefully
27435      Branch: maint-5.6/perl
27436            ! win32/perlhost.h win32/win32.c
27437 ____________________________________________________________________________
27438 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
27439         Log: typo in change#12026
27440      Branch: maint-5.6/perl
27441            ! op.c
27442 ____________________________________________________________________________
27443 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
27444         Log: Subject: [PATCH] Re: scalar context unpack bugs
27445              From: Nicholas Clark <nick@ccl4.org>
27446              Date: Sat, 22 Sep 2001 23:07:56 +0100
27447              Message-ID: <20010922230755.O4971@plum.flirble.org>
27448      Branch: perl
27449            ! pp_pack.c t/op/pack.t
27450 ____________________________________________________________________________
27451 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
27452         Log: Try ExtUtils::Command.t everywhere, not just on Win32
27453              (as suggested by NI-S).  Also allow running it either
27454              in t/ or in the main directory.
27455      Branch: perl
27456            ! lib/ExtUtils/Command.t
27457 ____________________________________________________________________________
27458 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
27459         Log: Update the test on warnings/register.t.
27460      Branch: perl
27461            ! t/lib/1_compile.t
27462 ____________________________________________________________________________
27463 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
27464         Log: The code is now almost tidy enough to keep the IRIX cc happy.
27465      Branch: perl
27466            ! hints/irix_6.sh
27467 ____________________________________________________________________________
27468 [ 12140] By: ams                                   on 2001/09/22  17:26:32
27469         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
27470              use_ithreads
27471              From: "Craig A. Berry" <craigberry@mac.com>
27472              Date: Sat, 22 Sep 2001 13:15:32 -0500
27473              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
27474      Branch: perl
27475            ! configure.com
27476 ____________________________________________________________________________
27477 [ 12139] By: ams                                   on 2001/09/22  16:44:08
27478         Log: Do what perl_clone() does for sharedsv functions.
27479      Branch: perl
27480            ! embed.pl proto.h
27481 ____________________________________________________________________________
27482 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
27483         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
27484              (suggested by Sarathy, extensions shouldn't be dabbling with
27485              op structures, so binary backward compatibility should not be
27486              an issue.)
27487      Branch: perl
27488            ! hints/irix_6.sh op.h
27489 ____________________________________________________________________________
27490 [ 12137] By: ams                                   on 2001/09/22  16:21:05
27491         Log: More cleanups. (What's PERL_DECL_PROT?)
27492      Branch: perl
27493            ! embed.pl proto.h sharedsv.h
27494 ____________________________________________________________________________
27495 [ 12136] By: ams                                   on 2001/09/22  15:14:34
27496         Log: (Retracted by #12185)
27497              
27498              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
27499              Add Tests for warnings::register, Doc Update
27500              From: "chromatic" <chromatic@rmci.net>
27501              Date: Sat, 22 Sep 2001 09:43:20 -0600
27502              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
27503      Branch: perl
27504            + lib/warnings/register.t
27505            ! MANIFEST lib/warnings/register.pm
27506 ____________________________________________________________________________
27507 [ 12135] By: ams                                   on 2001/09/22  15:07:50
27508         Log: `@foo' should be @foo for consistency.
27509      Branch: perl
27510            ! pod/perldiag.pod
27511 ____________________________________________________________________________
27512 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
27513         Log: (Retracted by #12138)
27514              
27515              Add -woff (turn warning off) 3187:
27516              "A pointer is converted to a smaller integer."
27517              This happens when your pointers are 64-bit: then every case
27518              of converting pointers to PADOFFSETs (explicitly 32-bit)
27519              faces truncation (even explicit use of INT2PTR doesn't help).
27520              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
27521              Changing PADOFFSET from U32 to UV would help, but that
27522              would break binary backward compatibility of BASEOP and padop
27523              (assuming you have been using 64-bit pointers).
27524      Branch: perl
27525            ! hints/irix_6.sh
27526 ____________________________________________________________________________
27527 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
27528         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
27529              but the name comes from the inside the file, not from the file
27530              name, and Rumanian is the name of the language.
27531      Branch: perl
27532            + ext/Encode/Encode/macRumanian.enc
27533            - ext/Encode/Encode/macRomania.enc
27534            ! MANIFEST
27535 ____________________________________________________________________________
27536 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
27537         Log: Rename perltootc as perltooc for 8.3-friedliness.
27538      Branch: perl
27539            + pod/perltooc.pod
27540            - pod/perltootc.pod
27541            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
27542            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
27543            ! pod/perltoot.pod
27544 ____________________________________________________________________________
27545 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
27546         Log: Find more conflicts by lowercasing.
27547      Branch: perl
27548            + Porting/check83.pl
27549            - check83.pl
27550            ! MANIFEST
27551 ____________________________________________________________________________
27552 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
27553         Log: The AIX cc 5.0.0.0 is simply too buggy.
27554      Branch: perl
27555            ! hints/aix.sh
27556 ____________________________________________________________________________
27557 [ 12129] By: ams                                   on 2001/09/22  12:35:38
27558         Log: Uninteresting cleanup.
27559      Branch: perl
27560            ! form.h
27561 ____________________________________________________________________________
27562 [ 12128] By: ams                                   on 2001/09/22  12:28:48
27563         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
27564              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27565              Date: Sat, 22 Sep 2001 14:29:13 +0100
27566              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
27567      Branch: perl
27568            ! cv.h
27569 ____________________________________________________________________________
27570 [ 12127] By: ams                                   on 2001/09/22  12:04:28
27571         Log: What's a backet?
27572      Branch: perl
27573            ! dump.c
27574 ____________________________________________________________________________
27575 [ 12126] By: ams                                   on 2001/09/22  10:02:34
27576         Log: Removed duplicated tests #19 and #20.
27577      Branch: perl
27578            ! t/op/do.t
27579 ____________________________________________________________________________
27580 [ 12125] By: ams                                   on 2001/09/22  03:58:41
27581         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
27582              From: Michael Carman <mjcarman@home.com>
27583              Date: Fri, 21 Sep 2001 17:54:05 -0500
27584              Message-Id: <3BABC50D.6040202@home.com>
27585              (Applied with some changes.)
27586      Branch: perl
27587            ! pod/perlmod.pod
27588 ____________________________________________________________________________
27589 [ 12124] By: ams                                   on 2001/09/22  03:44:19
27590         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
27591              From: Michael G Schwern <schwern@pobox.com>
27592              Date: Fri, 21 Sep 2001 19:20:40 -0400
27593              Message-Id: <20010921192040.E5494@blackrider>
27594      Branch: perl
27595            ! t/op/chdir.t
27596 ____________________________________________________________________________
27597 [ 12123] By: ams                                   on 2001/09/22  03:41:08
27598         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
27599              From: Blair Zajac <blair@orcaware.com>
27600              Date: Fri, 21 Sep 2001 15:13:04 -0700
27601              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
27602      Branch: perl
27603            ! t/op/chdir.t
27604 ____________________________________________________________________________
27605 [ 12122] By: ams                                   on 2001/09/22  03:37:07
27606         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
27607              20010920.007
27608              From: Michael G Schwern <schwern@pobox.com>
27609              Date: Fri, 21 Sep 2001 17:59:03 -0400
27610              Message-Id: <20010921175903.V5494@blackrider>
27611      Branch: perl
27612            ! t/op/do.t
27613 ____________________________________________________________________________
27614 [ 12121] By: ams                                   on 2001/09/22  03:30:38
27615         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
27616              suite on WinCE)
27617              From: Michael G Schwern <schwern@pobox.com>
27618              Date: Fri, 21 Sep 2001 19:41:03 -0400
27619              Message-Id: <20010921194103.G5494@blackrider>
27620      Branch: perl
27621            ! pod/perlport.pod
27622 ____________________________________________________________________________
27623 [ 12120] By: ams                                   on 2001/09/22  03:28:06
27624         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
27625              From: Michael G Schwern <schwern@pobox.com>
27626              Date: Fri, 21 Sep 2001 17:33:35 -0400
27627              Message-Id: <20010921173335.T5494@blackrider>
27628              ($ENV{FOO}=undef hunk not applied.)
27629      Branch: perl
27630            ! t/op/magic.t
27631 ____________________________________________________________________________
27632 [ 12119] By: ams                                   on 2001/09/22  03:02:26
27633         Log: Subject: [PATCH] perldiag.pod
27634              From: Peter Scott <Peter@PSDT.com>
27635              Date: Fri, 21 Sep 2001 18:54:50 -0700
27636              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
27637              (Moved to the right place.)
27638      Branch: perl
27639            ! pod/perldiag.pod
27640 ____________________________________________________________________________
27641 [ 12118] By: ams                                   on 2001/09/21  20:05:29
27642         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
27643              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27644              Date: Fri, 21 Sep 2001 22:36:54 +0200
27645              Message-Id: <20010921223654.A12742@rafael>
27646      Branch: perl
27647            ! t/op/do.t
27648 ____________________________________________________________________________
27649 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
27650         Log: Restore things as they were before
27651              the backward compatibility police notices.
27652      Branch: perl
27653            ! lib/Cwd.pm
27654 ____________________________________________________________________________
27655 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
27656         Log: More Cwd from Schwern: make also OS/2 and DOS
27657              Cwd agree with File::Spec (that is, native path
27658              syntax using \ instead of / -- backward compatibility
27659              polic warning) and stop Win32 from using bsd_realpath().
27660      Branch: perl
27661            ! lib/Cwd.pm
27662 ____________________________________________________________________________
27663 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
27664         Log: Subject: [PATCH @12110] RE: Untested libraries update
27665              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27666              Date: Fri, 21 Sep 2001 18:21:07 +0100
27667              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
27668      Branch: perl
27669            ! lib/warnings/register.pm
27670 ____________________________________________________________________________
27671 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
27672         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
27673              From: Michael G Schwern <schwern@pobox.com>
27674              Date: Thu, 20 Sep 2001 22:54:02 -0400
27675              Message-ID: <20010920225402.A3611@blackrider>
27676      Branch: perl
27677            ! lib/Cwd.pm
27678 ____________________________________________________________________________
27679 [ 12113] By: ams                                   on 2001/09/21  17:08:24
27680         Log: Subject: [PATCH] avoid v-strings with require/use
27681              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27682              Date: Fri, 21 Sep 2001 12:34:40 -0400
27683              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
27684      Branch: perl
27685            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
27686            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
27687            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
27688            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
27689            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
27690            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
27691            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
27692            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
27693            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
27694            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
27695            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
27696            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
27697            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
27698            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
27699            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
27700            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
27701            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
27702            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
27703            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
27704 ____________________________________________________________________________
27705 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
27706         Log: Update Changes.
27707      Branch: perl
27708            ! Changes patchlevel.h
27709 ____________________________________________________________________________
27710 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
27711         Log: Make AIX and Tru64 compilers happy.  
27712      Branch: perl
27713            ! ext/threads/threads.h ext/threads/threads.xs
27714 ____________________________________________________________________________
27715 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
27716         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
27717              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27718              Date: 21 Sep 2001 09:16:37 -0000
27719              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
27720      Branch: perl
27721            ! toke.c
27722 ____________________________________________________________________________
27723 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
27724         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
27725              From: Michael G Schwern <schwern@pobox.com>
27726              Date: Thu, 20 Sep 2001 21:21:34 -0400
27727              Message-ID: <20010920212134.Y28291@blackrider>
27728      Branch: perl
27729            ! pp_sys.c
27730 ____________________________________________________________________________
27731 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
27732         Log: Subject: Re: GDB Debugging Macros from mod_perl
27733              From: rspier@pobox.com (Robert Spier)
27734              Date: Thu, 20 Sep 2001 22:45:03 -0700
27735              Message-ID: <15274.54239.413929.49430@rls.cx>
27736      Branch: perl
27737            ! pod/perltodo.pod
27738 ____________________________________________________________________________
27739 [ 12105] By: sky                                   on 2001/09/21  10:33:34
27740         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
27741              timezone! GetSystemTime should be available on all Win32 
27742              platforms we support. Perhaps Time::HiRes should be extended to
27743              support WinCE and Novell?
27744      Branch: perl
27745            ! ext/Time/HiRes/HiRes.xs
27746 ____________________________________________________________________________
27747 [ 12104] By: sky                                   on 2001/09/21  08:12:39
27748         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
27749      Branch: perl
27750            ! ext/threads/threads.h ext/threads/threads.xs
27751 ____________________________________________________________________________
27752 [ 12103] By: sky                                   on 2001/09/21  07:57:41
27753         Log: Rename the *thread* functions to Perl_* to avoid clashes.
27754              Notably on AIX but could become a problem on other platforms.
27755      Branch: perl
27756            ! ext/threads/threads.h ext/threads/threads.xs
27757 ____________________________________________________________________________
27758 [ 12102] By: sky                                   on 2001/09/21  07:35:30
27759         Log: Add the shared sv space to the global vars.
27760              Fix problems compiling on win32.
27761      Branch: perl
27762            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
27763            ! sharedsv.c sharedsv.h
27764 ____________________________________________________________________________
27765 [ 12101] By: ams                                   on 2001/09/21  00:19:55
27766         Log: Subject: [PATCH] win32/Makefile warning fix
27767              From: Blair Zajac <blair@orcaware.com>
27768              Date: Thu, 20 Sep 2001 18:15:43 -0700
27769              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
27770      Branch: perl
27771            ! win32/Makefile
27772 ____________________________________________________________________________
27773 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
27774         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
27775              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27776              Date: Thu, 20 Sep 2001 18:36:22 +0200
27777              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
27778      Branch: perl
27779            ! lib/ExtUtils/Command.t
27780 ____________________________________________________________________________
27781 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
27782         Log: Cant spl wirth a dam.
27783      Branch: perl
27784            ! intrpvar.h
27785 ____________________________________________________________________________
27786 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
27787         Log: Don't use C++ comments.
27788      Branch: perl
27789            ! ext/threads/threads.xs
27790 ____________________________________________________________________________
27791 [ 12097] By: ams                                   on 2001/09/20  21:42:07
27792         Log: Change #12044 didn't.
27793      Branch: perl
27794            ! lib/constant.pm
27795 ____________________________________________________________________________
27796 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
27797         Log: Metaconfig unit changes for #12095.
27798      Branch: metaconfig
27799            ! U/modified/Myinit.U U/modified/libs.U
27800 ____________________________________________________________________________
27801 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
27802         Log: Remove iconv references since we are not using it
27803              and not going to; regen perltoc, perlmodlib.
27804              (Some references still linger in perltoc, have to figure
27805              out where they are coming from.)
27806      Branch: perl
27807            ! Configure NetWare/config.wc NetWare/config_H.wc
27808            ! Porting/Glossary Porting/config.sh Porting/config_H
27809            ! config_h.SH configure.com epoc/config.sh perl.h
27810            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
27811            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27812            ! vos/config.ga.h win32/config.bc win32/config.gc
27813            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27814            ! win32/config_H.vc wince/config.ce wince/config.h
27815            ! wince/config_H.ce
27816 ____________________________________________________________________________
27817 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
27818         Log: Subject: [PATCH docs] Re: ARGV and read
27819              From: Dave Mitchell <davem@fdgroup.co.uk>
27820              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
27821              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
27822      Branch: perl
27823            ! pod/perltodo.pod pod/perlvar.pod
27824 ____________________________________________________________________________
27825 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
27826         Log: Fresh copies from the cvs.perl.org perlfaq repository.
27827      Branch: perl
27828            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27829            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27830            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27831            ! pod/perlfaq9.pod
27832 ____________________________________________________________________________
27833 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
27834         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
27835              From: Nicholas Clark <nick@ccl4.org>
27836              Date: Thu, 20 Sep 2001 14:27:08 +0100
27837              Message-ID: <20010920142708.X4971@plum.flirble.org>
27838      Branch: perl
27839            ! pp_pack.c t/op/pack.t
27840 ____________________________________________________________________________
27841 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
27842         Log: The sharedsv_space* are variables, not code.  Duh.
27843      Branch: perl
27844            ! intrpvar.h makedef.pl
27845 ____________________________________________________________________________
27846 [ 12090] By: ams                                   on 2001/09/20  11:26:06
27847         Log: Subject: [patch lib/lib_pm.PL]
27848              From: Stas Bekman <stas@stason.org>
27849              Date: Thu, 20 Sep 2001 18:48:53 +0800
27850              Message-Id: <3BA9C995.6010302@stason.org>
27851              (Applied by hand.)
27852      Branch: perl
27853            ! lib/lib_pm.PL
27854 ____________________________________________________________________________
27855 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
27856         Log: Only 21 tests, skipping or not.
27857      Branch: perl
27858            ! lib/ExtUtils/Command.t
27859 ____________________________________________________________________________
27860 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
27861         Log: New exported symbols.
27862      Branch: perl
27863            ! makedef.pl
27864 ____________________________________________________________________________
27865 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
27866         Log: Update Changes.
27867      Branch: perl
27868            ! Changes patchlevel.h
27869 ____________________________________________________________________________
27870 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
27871         Log: Correct numbering of the tests is useful.
27872      Branch: perl
27873            ! ext/threads/t/basic.t
27874 ____________________________________________________________________________
27875 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
27876         Log: More tests now too.
27877      Branch: perl
27878            ! lib/ExtUtils/Command.t
27879 ____________________________________________________________________________
27880 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
27881         Log: More tests now.
27882      Branch: perl
27883            ! ext/threads/t/basic.t
27884 ____________________________________________________________________________
27885 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
27886         Log: The test assumed 7-bit ASCII.  Now it "just"
27887              assumes 8-bit whatever.
27888      Branch: perl
27889            ! t/op/crypt.t
27890 ____________________________________________________________________________
27891 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
27892         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
27893              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27894              Date: Wed, 19 Sep 2001 11:45:28 +0200
27895              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
27896              
27897              Lvalue casts are not portable.
27898      Branch: perl
27899            ! ext/threads/threads.xs
27900 ____________________________________________________________________________
27901 [ 12081] By: sky                                   on 2001/09/19  10:17:52
27902         Log: Make the basic test contain only realy basic API tests
27903              Seems to be a problem with detach.
27904      Branch: perl
27905            ! ext/threads/t/basic.t
27906 ____________________________________________________________________________
27907 [ 12080] By: ams                                   on 2001/09/19  01:23:55
27908         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
27909              From: Michael G Schwern <schwern@pobox.com>
27910              Date: Tue, 18 Sep 2001 19:53:48 -0400
27911              Message-Id: <20010918195348.M585@blackrider>
27912              
27913              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
27914              From: Michael G Schwern <schwern@pobox.com>
27915              Date: Tue, 18 Sep 2001 22:07:13 -0400
27916              Message-Id: <20010918220713.B19616@blackrider>
27917      Branch: perl
27918            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
27919            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
27920            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
27921            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
27922            ! lib/Test/Tutorial.pod
27923 ____________________________________________________________________________
27924 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
27925         Log: Indent the test a bit.
27926      Branch: perl
27927            ! ext/threads/t/basic.t
27928 ____________________________________________________________________________
27929 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
27930         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
27931              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27932              Date: Tue, 18 Sep 2001 18:06:44 +0200
27933              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
27934      Branch: perl
27935            ! win32/win32.c
27936 ____________________________________________________________________________
27937 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
27938         Log: Subject: stat access time is wrong on Win95
27939              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27940              Date: Tue, 18 Sep 2001 21:59:24 +0200
27941              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
27942      Branch: perl
27943            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
27944 ____________________________________________________________________________
27945 [ 12076] By: ams                                   on 2001/09/18  22:11:25
27946         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
27947              From: Michael G Schwern <schwern@pobox.com>
27948              Date: Tue, 18 Sep 2001 18:47:14 -0400
27949              Message-Id: <20010918184714.I585@blackrider>
27950      Branch: perl
27951            ! t/op/crypt.t
27952 ____________________________________________________________________________
27953 [ 12075] By: sky                                   on 2001/09/18  19:29:37
27954         Log: two test failures
27955              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27956              Message-ID: <20010918221702.A17408@rafael>
27957              partly applied, #12074 already fixed half the patch
27958      Branch: perl
27959            ! ext/threads/t/basic.t
27960 ____________________________________________________________________________
27961 [ 12074] By: sky                                   on 2001/09/18  18:49:03
27962         Log: Fixes test case failure introduced by #12071, the warning is
27963              now correctly spelled :-)
27964      Branch: perl
27965            ! ext/IO/lib/IO/t/io_sel.t
27966 ____________________________________________________________________________
27967 [ 12073] By: sky                                   on 2001/09/18  18:46:22
27968         Log: Make the test behave properly!
27969      Branch: perl
27970            ! ext/threads/t/basic.t
27971 ____________________________________________________________________________
27972 [ 12072] By: ams                                   on 2001/09/18  18:44:59
27973         Log: OP_RCATLINE is an SVOP, not a BASEOP.
27974      Branch: perl
27975            ! opcode.h opcode.pl
27976 ____________________________________________________________________________
27977 [ 12071] By: ams                                   on 2001/09/18  18:06:27
27978         Log: Deprecate != Depreciate.
27979      Branch: perl
27980            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
27981            ! lib/Pod/ParseUtils.pm
27982 ____________________________________________________________________________
27983 [ 12070] By: ams                                   on 2001/09/18  15:14:58
27984         Log: Subject: [PATCH] Getopt::Std cleanup
27985              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27986              Date: Tue, 18 Sep 2001 17:32:13 +0200
27987              Message-Id: <20010918173213.C777@rafael>
27988      Branch: perl
27989            ! lib/Getopt/Std.pm lib/Getopt/Std.t
27990 ____________________________________________________________________________
27991 [ 12069] By: sky                                   on 2001/09/18  14:56:33
27992         Log: Forgot the makefile
27993      Branch: perl
27994            + ext/threads/Makefile.PL
27995 ____________________________________________________________________________
27996 [ 12068] By: sky                                   on 2001/09/18  14:13:26
27997         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
27998              The test will fail because of Test.pm not knowing about threads. 
27999              basic needs to be manually tested
28000              compile time warnings on IV2PTR conversions need to be fixed
28001      Branch: perl
28002            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
28003            + ext/threads/threads.h ext/threads/threads.pm
28004            + ext/threads/threads.xs
28005            ! MANIFEST
28006 ____________________________________________________________________________
28007 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
28008         Log: DJGPP tweak from Laszlo Molnar.
28009      Branch: perl
28010            ! djgpp/config.over
28011 ____________________________________________________________________________
28012 [ 12066] By: sky                                   on 2001/09/18  10:24:31
28013         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
28014      Branch: perl
28015            ! sharedsv.c sharedsv.h
28016 ____________________________________________________________________________
28017 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
28018         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
28019              ditto ^cns.
28020      Branch: perl
28021            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
28022            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
28023            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
28024            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
28025            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
28026            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
28027            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
28028            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
28029            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
28030            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
28031            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
28032            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
28033            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
28034            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
28035            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
28036            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
28037            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
28038            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
28039            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
28040            + ext/Encode/Encode/ir-197.enc
28041            - ext/Encode/Encode/cns11643-1.enc
28042            - ext/Encode/Encode/cns11643-2.enc
28043            - ext/Encode/Encode/iso2022-cn.enc
28044            - ext/Encode/Encode/iso2022-jp.enc
28045            - ext/Encode/Encode/iso2022-jp1.enc
28046            - ext/Encode/Encode/iso2022-jp2.enc
28047            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
28048            - ext/Encode/Encode/iso8859-1.enc
28049            - ext/Encode/Encode/iso8859-1.ucm
28050            - ext/Encode/Encode/iso8859-10.enc
28051            - ext/Encode/Encode/iso8859-10.ucm
28052            - ext/Encode/Encode/iso8859-11.enc
28053            - ext/Encode/Encode/iso8859-11.ucm
28054            - ext/Encode/Encode/iso8859-13.enc
28055            - ext/Encode/Encode/iso8859-13.ucm
28056            - ext/Encode/Encode/iso8859-14.enc
28057            - ext/Encode/Encode/iso8859-14.ucm
28058            - ext/Encode/Encode/iso8859-15.enc
28059            - ext/Encode/Encode/iso8859-15.ucm
28060            - ext/Encode/Encode/iso8859-16.enc
28061            - ext/Encode/Encode/iso8859-16.ucm
28062            - ext/Encode/Encode/iso8859-2.enc
28063            - ext/Encode/Encode/iso8859-2.ucm
28064            - ext/Encode/Encode/iso8859-3.enc
28065            - ext/Encode/Encode/iso8859-3.ucm
28066            - ext/Encode/Encode/iso8859-4.enc
28067            - ext/Encode/Encode/iso8859-4.ucm
28068            - ext/Encode/Encode/iso8859-5.enc
28069            - ext/Encode/Encode/iso8859-5.ucm
28070            - ext/Encode/Encode/iso8859-6.enc
28071            - ext/Encode/Encode/iso8859-6.ucm
28072            - ext/Encode/Encode/iso8859-7.enc
28073            - ext/Encode/Encode/iso8859-7.ucm
28074            - ext/Encode/Encode/iso8859-8.enc
28075            - ext/Encode/Encode/iso8859-8.ucm
28076            - ext/Encode/Encode/iso8859-9.enc
28077            - ext/Encode/Encode/iso8859-9.ucm
28078            - ext/Encode/Encode/isoir-197.enc
28079            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
28080 ____________________________________________________________________________
28081 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
28082         Log: Must Uppercase.
28083      Branch: perl
28084            ! ext/Encode/Encode.pm
28085 ____________________________________________________________________________
28086 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
28087         Log: Add various encodings.
28088      Branch: perl
28089            + ext/Encode/Encode/iso8859-11.enc
28090            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
28091            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
28092            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
28093            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
28094            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
28095            + ext/Encode/Encode/viscii.ucm
28096            ! MANIFEST ext/Encode/Encode.pm
28097 ____________________________________________________________________________
28098 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
28099         Log: lib/unicode relic.
28100      Branch: perl
28101            ! ext/Encode/compile
28102 ____________________________________________________________________________
28103 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
28104         Log: Subject: [PATCH] Re: filename problems
28105              From: Michael G Schwern <schwern@pobox.com>
28106              Date: Mon, 17 Sep 2001 17:26:26 -0400
28107              Message-ID: <20010917172626.Q585@blackrider>
28108      Branch: perl
28109            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
28110            - t/lib/sample-tests/header_at_end
28111            - t/lib/sample-tests/header_at_end_fail
28112            ! MANIFEST lib/Test/Harness/t/test-harness.t
28113 ____________________________________________________________________________
28114 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
28115         Log: Explicitly explain the 1e9 seconds, not everybody
28116              is a C geek.
28117      Branch: perl
28118            ! ext/Time/HiRes/HiRes.pm
28119 ____________________________________________________________________________
28120 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
28121         Log: Explain an apparent bug reported by
28122              Richard J. Barbalace <rjbarbal@MIT.EDU>,
28123              with additional explanation from Gisle Aas.
28124      Branch: perl
28125            ! ext/Time/HiRes/HiRes.pm
28126 ____________________________________________________________________________
28127 [ 12058] By: ams                                   on 2001/09/17  19:52:01
28128         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
28129              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28130              Date: Mon, 17 Sep 2001 22:48:05 +0200
28131              Message-Id: <20010917224805.C11744@rafael>
28132      Branch: perl
28133            ! t/lib/warnings/op t/lib/warnings/pp
28134 ____________________________________________________________________________
28135 [ 12057] By: ams                                   on 2001/09/17  16:51:18
28136         Log: Its a nit!
28137      Branch: perl
28138            ! sv.h
28139 ____________________________________________________________________________
28140 [ 12056] By: ams                                   on 2001/09/17  16:47:55
28141         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
28142              From: "Craig A. Berry" <craigberry@mac.com>
28143              Date: Mon, 17 Sep 2001 12:34:20 -0500
28144              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
28145      Branch: perl
28146            ! vms/vms.c
28147 ____________________________________________________________________________
28148 [ 12055] By: ams                                   on 2001/09/17  16:05:15
28149         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
28150              From: Gisle Aas <gisle@ActiveState.com>
28151              Date: 16 Apr 2001 16:20:34 -0700
28152              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
28153              (Applied by hand.)
28154      Branch: perl
28155            ! lib/CPAN.pm lib/CPAN/Nox.pm
28156 ____________________________________________________________________________
28157 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
28158         Log: Update Changes.
28159      Branch: perl
28160            ! Changes patchlevel.h
28161 ____________________________________________________________________________
28162 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
28163         Log: Adding new files to the MANIFEST is always nice.
28164      Branch: perl
28165            ! MANIFEST
28166 ____________________________________________________________________________
28167 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
28168         Log: Reindent the PerlIO files (suggested by NI-S), used
28169              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
28170              (GNU indent).  Note that wholesale re-indenting might
28171              be nice, but that would break nice formatting/alignment
28172              of assignments, equality testing, and complex boolean
28173              expressions with lots of &s and |s.
28174      Branch: perl
28175            ! perlio.c perlio.h perliol.h
28176 ____________________________________________________________________________
28177 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
28178         Log: Add a script for being 8.3-polite.
28179              The found conflicts are being worked on.
28180      Branch: perl
28181            + check83.pl
28182            ! MANIFEST Porting/pumpkin.pod
28183 ____________________________________________________________________________
28184 [ 12050] By: sky                                   on 2001/09/17  12:44:36
28185         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
28186              finding it.
28187      Branch: perl
28188            ! sv.c
28189 ____________________________________________________________________________
28190 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
28191         Log: Bump up versions because of #12041.
28192      Branch: perl
28193            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
28194            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
28195            ! lib/Time/localtime.pm
28196 ____________________________________________________________________________
28197 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
28198         Log: Bump the version number because of #12042.
28199      Branch: perl
28200            ! lib/CPAN/FirstTime.pm
28201 ____________________________________________________________________________
28202 [ 12047] By: ams                                   on 2001/09/17  11:21:40
28203         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
28204              From: Abhijit Menon-Sen <ams@wiw.org>
28205              Date: Mon, 17 Sep 2001 17:44:12 +0530
28206              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
28207      Branch: perl
28208            ! op.c
28209 ____________________________________________________________________________
28210 [ 12046] By: sky                                   on 2001/09/17  07:14:17
28211         Log: Subject: Re: t/op/ver.t using skip() improperly
28212              From: "chromatic" <chromatic@rmci.net>
28213              Date: Mon, 17 Sep 2001 00:22:29 -0600
28214              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
28215      Branch: perl
28216            ! t/op/ver.t
28217 ____________________________________________________________________________
28218 [ 12045] By: nick                                  on 2001/09/17  07:12:14
28219         Log: Integrate mainline
28220      Branch: perlio
28221           +> t/op/chdir.t
28222           !> (integrate 117 files)
28223 ____________________________________________________________________________
28224 [ 12044] By: ams                                   on 2001/09/17  05:49:53
28225         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
28226              From: Ilmari Karonen <iltzu@sci.fi>
28227              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
28228              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
28229              (And $VERSION = '1.05'.)
28230      Branch: perl
28231            ! lib/constant.pm
28232 ____________________________________________________________________________
28233 [ 12043] By: ams                                   on 2001/09/17  05:44:50
28234         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
28235              From: Michael G Schwern <schwern@pobox.com>
28236              Date: Mon, 17 Sep 2001 07:49:04 +0200
28237              Message-Id: <20010917074904.V1588@blackrider>
28238              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
28239      Branch: perl
28240            + t/op/chdir.t
28241            ! MANIFEST pp_sys.c
28242 ____________________________________________________________________________
28243 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
28244         Log: Subject: Re: CPAN.pm needs some hacking 
28245              From: "chromatic" <chromatic@rmci.net>
28246              Date: Sun, 16 Sep 2001 16:46:29 -0600
28247              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
28248      Branch: perl
28249            ! lib/CPAN/FirstTime.pm
28250 ____________________________________________________________________________
28251 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
28252         Log: Change use|require 5.005_64 to use|require 5.6.1.
28253      Branch: perl
28254            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
28255            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
28256            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
28257            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
28258            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
28259            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
28260            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
28261            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
28262            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
28263            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
28264            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
28265            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
28266            ! lib/base.pm lib/fields.pm
28267 ____________________________________________________________________________
28268 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
28269         Log: Bump up version numbers.
28270              
28271              TODO 1: double check that pre-5.6.1 CPAN.pm:s
28272              don't try to download 5.8.0 because of the
28273              version numbers.  Mainly this means using _00
28274              in the core version numbers.
28275              
28276              TODO 2: the "use 5.005_64" in many modules
28277              needs to be changed to, say, "use 5.6.1".
28278      Branch: perl
28279            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
28280            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
28281            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
28282            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
28283            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
28284            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
28285            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28286            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
28287            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
28288            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
28289            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
28290 ____________________________________________________________________________
28291 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
28292         Log: Use UCHARAT() as suggested by Inaba Hiroto.
28293      Branch: perl
28294            ! regexec.c
28295 ____________________________________________________________________________
28296 [ 12038] By: ams                                   on 2001/09/16  15:16:24
28297         Log: Subject: [PATCH] Re: Core module version numbers review
28298              From: Peter Scott <Peter@PSDT.com>
28299              Date: Sun, 16 Sep 2001 09:09:58 -0700
28300              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
28301      Branch: perl
28302            ! lib/perl5db.pl
28303 ____________________________________________________________________________
28304 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
28305         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
28306              not yet fully implemented.
28307      Branch: perl
28308            ! pod/perlfunc.pod pod/perlunicode.pod
28309 ____________________________________________________________________________
28310 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
28311         Log: Subject: [patch] plug PL_beginav_save leak
28312              From: Doug MacEachern <dougm@covalent.net>
28313              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
28314              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
28315      Branch: perl
28316            ! perl.c
28317 ____________________________________________________________________________
28318 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
28319         Log: (accidentally empty checkin)
28320      Branch: perl
28321            ! sv.c
28322 ____________________________________________________________________________
28323 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
28324         Log: Subject: [patch] ithreads+PL_beginav_save
28325              From: Doug MacEachern <dougm@covalent.net>
28326              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
28327              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
28328      Branch: perl
28329            ! sv.c
28330 ____________________________________________________________________________
28331 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
28332         Log: Subject: [PATCH] h2xs.PL with C::Scan
28333              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28334              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
28335              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
28336      Branch: perl
28337            ! utils/h2xs.PL
28338 ____________________________________________________________________________
28339 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
28340         Log: Elaborate (well, make more vague, really) #12030.
28341      Branch: perl
28342            ! pod/perltodo.pod pod/perlunicode.pod
28343 ____________________________________________________________________________
28344 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
28345         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
28346              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28347              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
28348              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
28349      Branch: perl
28350            ! regexec.c
28351 ____________________________________________________________________________
28352 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
28353         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
28354              are not yet complete.
28355      Branch: perl
28356            ! pod/perltodo.pod pod/perlunicode.pod
28357 ____________________________________________________________________________
28358 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
28359         Log: Document what's still to be done on the regular expression
28360              Unicode support, based on the UTR#18.
28361      Branch: perl
28362            ! pod/perltodo.pod pod/perlunicode.pod
28363 ____________________________________________________________________________
28364 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
28365         Log: Regen headers.
28366      Branch: perl
28367            ! embedvar.h perlapi.h
28368 ____________________________________________________________________________
28369 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
28370         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
28371              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28372              Date: Sun, 09 Sep 2001 18:41:54 +0100
28373              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
28374      Branch: perl
28375            ! Porting/findvars ext/ByteLoader/bytecode.h
28376            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
28377            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
28378 ____________________________________________________________________________
28379 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
28380         Log: enable most warnings for windows build; fix the various typecasting
28381              nits that showed up (no bugfixes here)
28382      Branch: maint-5.6/perl
28383            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
28384            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
28385            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
28386            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
28387            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
28388            ! x2p/walk.c
28389 ____________________________________________________________________________
28390 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
28391         Log: Integrate change #12024 from maintperl
28392              (a local() precedence bug)
28393      Branch: perl
28394           !> lib/ExtUtils/Install.pm
28395 ____________________________________________________________________________
28396 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
28397         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
28398              change#8642
28399      Branch: maint-5.6/perl
28400            ! lib/ExtUtils/Install.pm
28401 ____________________________________________________________________________
28402 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
28403         Log: Update Changes.
28404      Branch: perl
28405            ! Changes patchlevel.h
28406 ____________________________________________________________________________
28407 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
28408         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
28409              From: "chromatic" <chromatic@rmci.net>
28410              Date: Fri, 14 Sep 2001 09:44:57 -0600 
28411              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
28412      Branch: perl
28413            ! lib/ExtUtils/Manifest.t
28414 ____________________________________________________________________________
28415 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
28416         Log: Hopefully better skipping of the Complete.t tests
28417              in case of not a tty. 
28418      Branch: perl
28419            ! lib/Term/Complete.t t/op/stat.t
28420 ____________________________________________________________________________
28421 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
28422         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
28423              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28424              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
28425              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
28426      Branch: perl
28427            ! regexec.c t/op/pat.t
28428 ____________________________________________________________________________
28429 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
28430         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
28431              From: Robin Barker <rmb1@cise.npl.co.uk>
28432              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
28433              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
28434      Branch: perl
28435            ! pod/perlport.pod
28436 ____________________________________________________________________________
28437 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
28438         Log: NetWare tweaks from Ananth Kesari.
28439      Branch: perl
28440            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
28441            ! NetWare/nwutil.h
28442 ____________________________________________________________________________
28443 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
28444         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
28445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28446              Date: Fri, 14 Sep 2001 10:51:13 +0200
28447              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
28448      Branch: perl
28449            ! pod/perlport.pod
28450 ____________________________________________________________________________
28451 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
28452         Log: Subject: Re: [PATCH 2 pl2pm.PL]
28453              From: Joe Smith <Joe.Smith@inwap.com>
28454              Date: Fri, 14 Sep 2001 00:13:32 -0700
28455              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
28456              
28457              Eradicate qu.
28458      Branch: perl
28459            ! keywords.h keywords.pl utils/pl2pm.PL
28460 ____________________________________________________________________________
28461 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
28462         Log: Retract #12013, didn't go over too well in Tru64.
28463      Branch: perl
28464            ! embed.h embed.pl sv.h
28465 ____________________________________________________________________________
28466 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
28467         Log: Subject: [PATCH] Execute files of debugger commands
28468              From: Peter Scott <Peter@PSDT.com>
28469              Date: Thu, 13 Sep 2001 15:26:31 -0700
28470              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
28471      Branch: perl
28472            ! lib/perl5db.pl pod/perldebug.pod
28473 ____________________________________________________________________________
28474 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
28475         Log: (Retracted by #12015)
28476              Subject: [proposed PATCH] Re: perl@11920
28477              From: Nicholas Clark <nick@ccl4.org>
28478              Date: Wed, 12 Sep 2001 23:46:09 +0100
28479              Message-ID: <20010912234609.H4971@plum.flirble.org>     
28480      Branch: perl
28481            ! embed.h embed.pl sv.h
28482 ____________________________________________________________________________
28483 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
28484         Log: ucblib shouldn't be linked against in nonstop-ux,
28485              from Tom Bates.
28486      Branch: perl
28487            ! hints/nonstopux.sh
28488 ____________________________________________________________________________
28489 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
28490         Log: Do stty only if we have stty.
28491              
28492              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
28493      Branch: perl
28494            ! lib/Term/Complete.pm
28495 ____________________________________________________________________________
28496 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
28497         Log: Skip the test if not running on a tty.
28498      Branch: perl
28499            ! lib/Term/Complete.t
28500 ____________________________________________________________________________
28501 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
28502         Log: Regen headers.
28503      Branch: perl
28504            ! embed.h opcode.h pod/perlapi.pod proto.h
28505 ____________________________________________________________________________
28506 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
28507         Log: Subject: [PATCH op.c] Re: perl@12003
28508              From: Robin Barker <rmb1@cise.npl.co.uk>
28509              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
28510              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
28511      Branch: perl
28512            ! op.c
28513 ____________________________________________________________________________
28514 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
28515         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
28516              From: Robin Barker <rmb1@cise.npl.co.uk>
28517              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
28518              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
28519      Branch: perl
28520            ! sv.c
28521 ____________________________________________________________________________
28522 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
28523         Log: Upgrade to Memoize 0.66.
28524      Branch: perl
28525            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
28526            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
28527            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
28528 ____________________________________________________________________________
28529 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
28530         Log: Subject: [ID 20010912.007] substr reference core dump
28531              From: me-01@ton.iguana.be
28532              Date: 12 Sep 2001 14:11:16 -0000
28533              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
28534      Branch: perl
28535            ! mg.c
28536 ____________________________________________________________________________
28537 [ 12004] By: ams                                   on 2001/09/12  01:13:49
28538         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
28539              From: Ilmari Karonen <iltzu@sci.fi>
28540              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
28541              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
28542      Branch: perl
28543            ! pod/perlfaq4.pod
28544 ____________________________________________________________________________
28545 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
28546         Log: Update Changes.
28547      Branch: perl
28548            ! Changes patchlevel.h
28549 ____________________________________________________________________________
28550 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
28551         Log: NetWare update from Ananth Kesari.
28552      Branch: perl
28553            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
28554            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
28555 ____________________________________________________________________________
28556 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
28557         Log: Retract #11984: div() being redefined, and 1397
28558              failing on 64-bit platforms.
28559      Branch: perl
28560            ! lib/Math/BigInt/Calc.pm
28561 ____________________________________________________________________________
28562 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
28563         Log: Metaconfig unit change for #11999.
28564      Branch: metaconfig
28565            ! U/protos/d_lseekproto.U
28566 ____________________________________________________________________________
28567 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
28568         Log: The lseek fix (#11991) was no fix.
28569      Branch: perl
28570            ! Configure
28571 ____________________________________________________________________________
28572 [ 11998] By: sky                                   on 2001/09/11  07:52:06
28573         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
28574              From: Matt Sergeant <MSergeant@star.net.uk>
28575              Date: Tue, 11 Sep 2001 09:22:32 +0100
28576              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
28577      Branch: perl
28578            ! ext/Encode/Encode.pm
28579 ____________________________________________________________________________
28580 [ 11997] By: sky                                   on 2001/09/11  06:35:29
28581         Log: Sometimes dTHX is added because it is needed on non 
28582              gnuc platforms, but not needed there. This uses GCC
28583              to silence GCC specific warnings by marking pTHX as 
28584              unused.
28585      Branch: perl
28586            ! perl.h
28587 ____________________________________________________________________________
28588 [ 11996] By: nick                                  on 2001/09/11  06:25:27
28589         Log: Integrate mainline
28590      Branch: perlio
28591            - ext/POSIX/sigaction.t lib/File/Find/taint.t
28592           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
28593 ____________________________________________________________________________
28594 [ 11995] By: nick                                  on 2001/09/11  06:23:39
28595         Log: Part Integrate mainline
28596      Branch: perlio
28597           +> (branch 69 files)
28598            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
28599            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
28600            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
28601            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
28602            - lib/Switch/t/switch_case.t lib/Test/Harness.t
28603            - lib/Test/More/Changes lib/Test/More/t/More.t
28604            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28605            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28606            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
28607            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
28608            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
28609            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
28610            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
28611            - t/lib/Test/More/Catch.pm wince/perl.ico
28612           !> (integrate 197 files)
28613 ____________________________________________________________________________
28614 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
28615         Log: Subject: Re: [PATCH] Encode.pm docs fix
28616              From: Gisle Aas <gisle@ActiveState.com>
28617              Date: 10 Sep 2001 11:27:02 -0700
28618              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
28619      Branch: perl
28620            ! ext/Encode/Encode.pm
28621 ____________________________________________________________________________
28622 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
28623         Log: Fix unpack U to be the reverse of pack U
28624              (but implement unpack U0U as a backdoor to get
28625              the UTF-8 malformed warnings from un-UTF-8 data)
28626      Branch: perl
28627            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
28628 ____________________________________________________________________________
28629 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
28630         Log: Metaconfig unit change for #11991;
28631              delete an unused unit (d_strtoull.U is the one used)
28632      Branch: metaconfig
28633            ! U/protos/d_lseekproto.U
28634      Branch: metaconfig/U/perl
28635            - strtoull.U
28636 ____________________________________________________________________________
28637 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
28638         Log: Subject: [PATCH] Configure not recording lseek proto
28639              From: Blair Zajac <blair@orcaware.com>
28640              Date: Mon, 10 Sep 2001 17:52:37 -0700
28641              Message-ID: <3B9D6055.BA334A31@orcaware.com>
28642              
28643              plus regen Configure.
28644      Branch: perl
28645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28646            ! config_h.SH uconfig.h
28647 ____________________________________________________________________________
28648 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
28649         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?)))                  
28650              From: Nicholas Clark <nick@ccl4.org>
28651              Date: Tue, 11 Sep 2001 00:00:31 +0100
28652              Message-ID: <20010911000031.G1512@plum.flirble.org>
28653      Branch: perl
28654            + t/op/qq.t
28655            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
28656 ____________________________________________________________________________
28657 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
28658         Log: Subject: [PATCH] Building on win32 w/o perlio
28659              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
28660              Date: Mon, 10 Sep 2001 23:38:46 +0200
28661              Message-ID: <3B9D4F06.14433.2C37644@localhost>
28662      Branch: perl
28663            ! perl.c win32/Makefile win32/makefile.mk
28664 ____________________________________________________________________________
28665 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
28666         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
28667              From: "chromatic" <chromatic@rmci.net>
28668              Date: Mon, 10 Sep 2001 15:14:01 -0600
28669              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
28670      Branch: perl
28671            + lib/CGI/t/push.t
28672            ! MANIFEST
28673 ____________________________________________________________________________
28674 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
28675         Log: Subject: avoiding hoardes of zombies
28676              From: Nicholas Clark <nick@ccl4.org>
28677              Date: Mon, 10 Sep 2001 22:00:40 +0100
28678              Message-ID: <20010910220040.C1512@plum.flirble.org>
28679      Branch: perl
28680            ! pod/perlipc.pod
28681 ____________________________________________________________________________
28682 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
28683         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
28684              From: John Peacock <jpeacock@rowman.com>
28685              Date: Mon, 10 Sep 2001 16:34:30 -0400
28686              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
28687      Branch: perl
28688            ! sv.c t/op/ver.t utf8.h
28689 ____________________________________________________________________________
28690 [ 11985] By: ams                                   on 2001/09/10  23:20:13
28691         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
28692      Branch: perl
28693            ! MANIFEST
28694 ____________________________________________________________________________
28695 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
28696         Log: (Retracted by #12001)
28697              Subject: Calc with USE_MUL/USE_DIV
28698              From: Tels <perl_dummy@bloodgate.com>
28699              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
28700              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
28701      Branch: perl
28702            ! lib/Math/BigInt/Calc.pm
28703 ____________________________________________________________________________
28704 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
28705         Log: Subject: [PATCH op.c] Re: perl@11978
28706              From: Robin Barker <rmb1@cise.npl.co.uk>
28707              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
28708              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
28709              
28710              Format errors.
28711      Branch: perl
28712            ! op.c
28713 ____________________________________________________________________________
28714 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
28715         Log: Switch PADOFFSET back to U32 both because of binary backward
28716              compatibility and because Arthur seems to have been fixing the
28717              problems with naughty integer-pointer casting.
28718      Branch: perl
28719            ! op.h
28720 ____________________________________________________________________________
28721 [ 11981] By: ams                                   on 2001/09/10  16:31:43
28722         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
28723              Fix Pod Typo, Add Test for ExtUtils::Command
28724              From: "chromatic" <chromatic@rmci.net>
28725              Date: Mon, 10 Sep 2001 11:20:56 -0600
28726              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
28727      Branch: perl
28728            + lib/ExtUtils/Command.t
28729            ! MANIFEST lib/ExtUtils/Command.pm
28730 ____________________________________________________________________________
28731 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
28732         Log: Subject: [PATCH] Encode.pm docs fix
28733              From: Matt Sergeant <MSergeant@star.net.uk>
28734              Date: Mon, 10 Sep 2001 15:24:01 +0100
28735              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
28736      Branch: perl
28737            ! ext/Encode/Encode.pm
28738 ____________________________________________________________________________
28739 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
28740         Log: Update Changes.
28741      Branch: perl
28742            ! Changes patchlevel.h
28743 ____________________________________________________________________________
28744 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
28745         Log: Revert #11973, the dTHX seems to be needed in there
28746              for threaded builds.
28747      Branch: perl
28748            ! perlio.c
28749 ____________________________________________________________________________
28750 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
28751         Log: Detypo.
28752      Branch: perl
28753            ! pod/perlguts.pod
28754 ____________________________________________________________________________
28755 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
28756         Log: Further Class::Struct patching from Damian.
28757              
28758              The new new semantics are:
28759              
28760              * If you pass an initializer for a nested object, it has to be:
28761              a) a reference to an object of that class, or      
28762              b) a reference to an object of a subclass of that class, or
28763              c) a reference to a hash of arguments to be passed to the
28764              class's constructor
28765              * If you pass no initializer for a nested object, the attribute
28766              is initialized to C<undef>
28767      Branch: perl
28768            ! lib/Class/Struct.pm
28769 ____________________________________________________________________________
28770 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
28771         Log: Skip the crypt test if no crypt.
28772      Branch: perl
28773            ! t/op/crypt.t
28774 ____________________________________________________________________________
28775 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
28776         Log: Warn against using bare v-strings as IP addresses
28777              (okay if using the wrappers from Socket)
28778      Branch: perl
28779            ! pod/perldata.pod pod/perlport.pod
28780 ____________________________________________________________________________
28781 [ 11973] By: sky                                   on 2001/09/10  11:57:58
28782         Log: Remove unused dTHX. Silenced another warning.
28783      Branch: perl
28784            ! perlio.c
28785 ____________________________________________________________________________
28786 [ 11972] By: sky                                   on 2001/09/10  11:54:25
28787         Log: Silence some more warnings INT2PTR.
28788      Branch: perl
28789            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
28790 ____________________________________________________________________________
28791 [ 11971] By: sky                                   on 2001/09/10  11:21:50
28792         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
28793      Branch: perl
28794            ! cop.h
28795 ____________________________________________________________________________
28796 [ 11970] By: sky                                   on 2001/09/10  11:17:25
28797         Log: Apply INT2PTR with force to silence warnings from
28798              PM_GETRE and friends. No more warnings with 64bit 
28799              IVs and 32bit pointers.    
28800      Branch: perl
28801            ! op.c op.h perl.c
28802 ____________________________________________________________________________
28803 [ 11969] By: sky                                   on 2001/09/10  10:13:02
28804         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
28805      Branch: perl
28806            ! pod/perlguts.pod
28807 ____________________________________________________________________________
28808 [ 11968] By: sky                                   on 2001/09/10  10:02:51
28809         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
28810              Rename to custop_op_name to Perl_custom_op_name to match perlapi
28811              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
28812              perl_clone.
28813      Branch: perl
28814            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
28815 ____________________________________________________________________________
28816 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
28817         Log: Using strlen() not good on embedded nul bytes.
28818      Branch: perl
28819            ! regcomp.c
28820 ____________________________________________________________________________
28821 [ 11966] By: ams                                   on 2001/09/09  21:06:13
28822         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
28823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28824              Date: Mon, 13 Aug 2001 22:51:59 +0200
28825              Message-ID: <20010813225159.C6681@rafael>
28826              (Applied with several tweaks.)
28827      Branch: perl
28828            ! embed.h embed.pl proto.h toke.c
28829 ____________________________________________________________________________
28830 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
28831         Log: The exact error message is system-dependent.
28832      Branch: perl
28833            ! lib/ExtUtils/Manifest.t
28834 ____________________________________________________________________________
28835 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
28836         Log: Add Windows and Mac Sami support to Encode
28837              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
28838      Branch: perl
28839            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
28840            ! MANIFEST
28841 ____________________________________________________________________________
28842 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
28843         Log: Use the tried method.
28844      Branch: perl
28845            ! pod/perlport.pod
28846 ____________________________________________________________________________
28847 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
28848         Log: Can't count parentheses.
28849      Branch: perl
28850            ! ext/IO/lib/IO/Socket/INET.pm
28851 ____________________________________________________________________________
28852 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
28853         Log: perlport additions: 1 while unlink, add/delete directory
28854              entries and permissions, cygwin stat funkiness (from Michael
28855              Schwern and Nicholas Clark)
28856      Branch: perl
28857            ! pod/perlport.pod
28858 ____________________________________________________________________________
28859 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
28860         Log: blib does have a detectable test.
28861      Branch: perl
28862            ! t/lib/1_compile.t
28863 ____________________________________________________________________________
28864 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
28865         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
28866              From: "chromatic" <chromatic@rmci.net>
28867              Date: Sat, 08 Sep 2001 19:33:42 -0600
28868              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
28869      Branch: perl
28870            + lib/Term/Complete.t
28871            ! MANIFEST
28872 ____________________________________________________________________________
28873 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
28874         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
28875              From: Michael G Schwern <schwern@pobox.com> 
28876              Date: Sat, 8 Sep 2001 02:40:26 -0400
28877              Message-ID: <20010908024026.A26283@blackrider>
28878      Branch: perl
28879            + lib/Test/Tutorial.pod
28880            ! MANIFEST
28881 ____________________________________________________________________________
28882 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
28883         Log: Try to look up protocol (by name) only iff it has non-numbers:
28884              nice if the server is in a chrooted environment (no /etc/protocols,
28885              server code using hardcorded protocol numbers like 6 for tcp),
28886              suggested by John Holdsworth <coldwave@bigfoot.com>.
28887              In other words, if we are given a number, why look it up again
28888              (by number)?
28889      Branch: perl
28890            ! ext/IO/lib/IO/Socket/INET.pm
28891 ____________________________________________________________________________
28892 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
28893         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
28894              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28895              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
28896              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
28897              
28898              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
28899              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28900              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
28901              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
28902              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
28903              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28904              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
28905              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
28906      Branch: perl
28907            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
28908 ____________________________________________________________________________
28909 [ 11955] By: ams                                   on 2001/09/09  02:54:21
28910         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
28911              From: "Craig A. Berry" <craigberry@mac.com>
28912              Date: Sat, 08 Sep 2001 19:02:16 -0500
28913              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
28914      Branch: perl
28915            ! lib/CGI/t/carp.t
28916 ____________________________________________________________________________
28917 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
28918         Log: Documentation tweaks; think the IP address as an opaque string.
28919      Branch: perl
28920            ! ext/Socket/Socket.pm
28921 ____________________________________________________________________________
28922 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
28923         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
28924              From: Michael G Schwern <schwern@pobox.com>
28925              Date: Sat, 8 Sep 2001 19:45:46 -0400
28926              Message-ID: <20010908194546.C9193@blackrider>
28927      Branch: perl
28928            + lib/blib.t
28929            ! MANIFEST lib/blib.pm t/lib/1_compile.t
28930 ____________________________________________________________________________
28931 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
28932         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
28933              From: "chromatic" <chromatic@rmci.net>
28934              Date: Sat, 08 Sep 2001 12:31:44 -0600
28935              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
28936      Branch: perl
28937            + lib/CGI/t/fast.t
28938            ! MANIFEST
28939 ____________________________________________________________________________
28940 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
28941         Log: The Socket tests were wrong: they were assuming too much.
28942      Branch: perl
28943            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
28944 ____________________________________________________________________________
28945 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
28946         Log: Retract the portability changes since they
28947              seem to have opened a can of worms... will
28948              go back to UNICOS/mk and do the bare minimum
28949              required to get the tests working.
28950      Branch: perl
28951            ! ext/Socket/Socket.xs
28952 ____________________________________________________________________________
28953 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
28954         Log: PADOFFSET is used to cast pointers into integers,
28955              if pointers are 64 bits and U32 32 bits,
28956              bad things may happen, or at least warnings issued.
28957      Branch: perl
28958            ! op.h
28959 ____________________________________________________________________________
28960 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
28961         Log: Still more Socket portability tweaking.
28962              Now Socket.t seems to be happy in all of
28963              Linux/x86, Tru64/alpha, Solaris/sparc,
28964              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
28965              
28966              Addendum: it seems that io_multihomed, io_sock, and hostent
28967              were broken in little-endians (linux/x86 and tru64/alpha)
28968              because of this change.  Argh.
28969      Branch: perl
28970            ! ext/Socket/Socket.xs
28971 ____________________________________________________________________________
28972 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
28973         Log: More portability kicking on inet_ntoa().
28974      Branch: perl
28975            ! ext/Socket/Socket.xs
28976 ____________________________________________________________________________
28977 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
28978         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
28979              From: Michael G Schwern <schwern@pobox.com> 
28980              Date: Fri, 7 Sep 2001 23:06:51 -0400
28981              Message-ID: <20010907230651.R606@blackrider>
28982      Branch: perl
28983            + lib/ExtUtils/Manifest.t
28984            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
28985 ____________________________________________________________________________
28986 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
28987         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
28988              From: "chromatic" <chromatic@rmci.net>
28989              Date: Fri, 07 Sep 2001 17:53:15 -0600      
28990              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
28991      Branch: perl
28992            + lib/ExtUtils/testlib.t
28993            ! MANIFEST
28994 ____________________________________________________________________________
28995 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
28996         Log: Thinko.
28997      Branch: perl
28998            ! lib/integer.t
28999 ____________________________________________________________________________
29000 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
29001         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
29002              From: "Craig A. Berry" <craigberry@mac.com>
29003              Date: Fri, 07 Sep 2001 15:30:03 -0500
29004              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
29005      Branch: perl
29006            ! lib/CGI/Carp.pm
29007 ____________________________________________________________________________
29008 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
29009         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
29010              From: Michael G Schwern <schwern@pobox.com>
29011              Date: Fri, 7 Sep 2001 15:38:13 -0400
29012              Message-ID: <20010907153813.K606@blackrider>
29013      Branch: perl
29014            ! lib/ExtUtils/MM_Unix.pm
29015 ____________________________________________________________________________
29016 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
29017         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
29018              From: Robin Barker <rmb1@cise.npl.co.uk>
29019              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
29020              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
29021      Branch: perl
29022            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
29023 ____________________________________________________________________________
29024 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
29025         Log: Clean up 1_compile.t; move tests to more consistent
29026              places (t/ subdirectories); add integer.t (much of
29027              the pragma is tested elsewhere but there is no one
29028              centralized place)
29029      Branch: perl
29030            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
29031            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
29032            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
29033            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
29034            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
29035            - lib/File/Find/find.t lib/File/Find/taint.t
29036            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
29037 ____________________________________________________________________________
29038 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
29039         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
29040              From: "chromatic" <chromatic@rmci.net>
29041              Date: Fri, 07 Sep 2001 10:17:40 -0600
29042              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
29043      Branch: perl
29044            ! lib/File/Find/taint.t
29045 ____________________________________________________________________________
29046 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
29047         Log: Update Changes.
29048      Branch: perl
29049            ! Changes patchlevel.h
29050 ____________________________________________________________________________
29051 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
29052         Log: Rename the old threading tutorial, start a new one,
29053              regen toc.
29054      Branch: perl
29055            + pod/perlothrtut.pod
29056            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
29057            ! pod/perltoc.pod
29058 ____________________________________________________________________________
29059 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
29060         Log: vars very much has a test.
29061      Branch: perl
29062            ! t/lib/1_compile.t
29063 ____________________________________________________________________________
29064 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
29065         Log: Subject: Re: wince/perl.ico marked as binary
29066              From: Nicholas Clark <nick@ccl4.org>
29067              Date: Fri, 7 Sep 2001 13:54:40 +0100
29068              Message-ID: <20010907135439.D39150@plum.flirble.org>
29069              
29070              and wince/Makefile.ce change from Rainer Keuchel.
29071      Branch: perl
29072            + wince/makeico.pl
29073            ! MANIFEST wince/Makefile.ce
29074 ____________________________________________________________________________
29075 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
29076         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
29077              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29078              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
29079              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
29080      Branch: perl
29081            ! regexec.c
29082 ____________________________________________________________________________
29083 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
29084         Log: (Replaced by #11934)
29085              Subject: Re: [PATCH regexec.c] more general .* and .*?
29086              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29087              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
29088              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
29089      Branch: perl
29090            ! regexec.c
29091 ____________________________________________________________________________
29092 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
29093         Log: The #11931 patching misbehaved.
29094      Branch: perl
29095            ! lib/Test/Harness/t/test-harness.t
29096 ____________________________________________________________________________
29097 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
29098         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
29099              From: Michael G Schwern <schwern@pobox.com>
29100              Date: Fri, 7 Sep 2001 03:30:41 -0400
29101              Message-ID: <20010907033041.A2796@blackrider>
29102      Branch: perl
29103            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
29104            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
29105            + t/lib/sample-tests/header_at_end_fail
29106            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
29107            - lib/Test/Harness.t
29108            ! MANIFEST lib/Test/Harness.pm t/TEST
29109 ____________________________________________________________________________
29110 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
29111         Log: Subject: [PATCH] Digest::MD5 update
29112              From: Gisle Aas <gisle@ActiveState.com>
29113              Date: 06 Sep 2001 23:32:56 -0700
29114              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
29115      Branch: perl
29116            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29117            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
29118 ____________________________________________________________________________
29119 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
29120         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
29121              From: "chromatic" <chromatic@rmci.net>
29122              Date: Thu, 06 Sep 2001 23:11:44 -0600
29123              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
29124      Branch: perl
29125            + lib/less.t
29126            ! MANIFEST t/lib/1_compile.t
29127 ____________________________________________________________________________
29128 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
29129         Log: The binary file must somehow differently stored.
29130      Branch: perl
29131            - wince/perl.ico
29132            ! MANIFEST
29133 ____________________________________________________________________________
29134 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
29135         Log: Add more modules to the list of modules that have tests,
29136              Schwern's wallet is getting more nervous.
29137              (Run t/lib/1_compile.t manually to see which modules
29138              are lacking tests, or the tests can't be run for some
29139              reason or another, such as the Net:: modules)
29140      Branch: perl
29141            ! t/lib/1_compile.t
29142 ____________________________________________________________________________
29143 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
29144         Log: Try to make Socket::inet_ntoa() more robust.
29145      Branch: perl
29146            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
29147 ____________________________________________________________________________
29148 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
29149         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
29150              From: chromatic <chromatic@rmci.net>       
29151              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
29152              Message-Id: <01090522580506.19590@firewheel>           
29153      Branch: perl
29154            ! lib/English.t
29155 ____________________________________________________________________________
29156 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
29157         Log: Subject: Re: perlvar manpage and localizing special vars
29158              From: Stas Bekman <stas@stason.org>
29159              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
29160              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
29161      Branch: perl
29162            ! pod/perlvar.pod
29163 ____________________________________________________________________________
29164 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
29165         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
29166              From: Robin Barker <rmb1@cise.npl.co.uk>
29167              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
29168              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
29169      Branch: perl
29170            ! lib/ExtUtils/MakeMaker.pm
29171 ____________________________________________________________________________
29172 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
29173         Log: Symbol missing; AIX unhappy.
29174      Branch: perl
29175            ! makedef.pl
29176 ____________________________________________________________________________
29177 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
29178         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
29179              Reported in 5.61, seems to work okay in blead.
29180      Branch: perl
29181            ! t/run/kill_perl.t
29182 ____________________________________________________________________________
29183 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
29184         Log: Update Changes.
29185      Branch: perl
29186            ! Changes patchlevel.h
29187 ____________________________________________________________________________
29188 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
29189         Log: Document the bad assumptions currently breaking
29190              the Socket.t tests 10, 11, and 13 in UNICOS.
29191      Branch: perl
29192            ! ext/Socket/Socket.xs
29193 ____________________________________________________________________________
29194 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
29195         Log: Subject: [PATCH x2p] make OPTIMIZE=...
29196              From: Robin Barker <rmb1@cise.npl.co.uk>
29197              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
29198              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
29199      Branch: perl
29200            ! x2p/Makefile.SH x2p/cflags.SH
29201 ____________________________________________________________________________
29202 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
29203         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
29204              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
29205              Date: Thu, 6 Sep 2001 11:09:40 +0100
29206              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
29207              
29208              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
29209              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29210              Date: 6 Sep 2001 10:14:38 -0000
29211              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
29212      Branch: perl
29213            ! pod/perlfaq1.pod pod/perlhack.pod
29214 ____________________________________________________________________________
29215 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
29216         Log: Subject: Extra NUL is Data::Dumper output - patch
29217              From: Tony Cook <tony@develop-help.com>
29218              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
29219              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
29220      Branch: perl
29221            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
29222 ____________________________________________________________________________
29223 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
29224         Log: Avoid redefinition warning
29225              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
29226              from
29227              perl -w -Ilib -MCwd -e ''
29228      Branch: perl
29229            ! lib/Cwd.pm
29230 ____________________________________________________________________________
29231 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
29232         Log: Update the is_tainted() example implementation.
29233      Branch: perl
29234            ! pod/perlsec.pod
29235 ____________________________________________________________________________
29236 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
29237         Log: Missing) in #11912.
29238      Branch: perl
29239            ! lib/Test/Simple/t/fail.t
29240 ____________________________________________________________________________
29241 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
29242         Log: Rewhack Test-Simple into core harness.
29243      Branch: perl
29244            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
29245            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
29246            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
29247            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
29248            ! lib/Test/Simple/t/skipall.t
29249 ____________________________________________________________________________
29250 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
29251         Log: Workaround for the new Exporter 'feature'.
29252      Branch: perl
29253            ! lib/Test/More.pm
29254 ____________________________________________________________________________
29255 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
29256         Log: Re-introduce pure-Perl fall-back for abs_path,
29257              re-introduce #11898.
29258      Branch: perl
29259            ! lib/Cwd.pm lib/File/Find.pm
29260 ____________________________________________________________________________
29261 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
29262         Log: More tests.
29263      Branch: perl
29264            ! lib/Exporter.t
29265 ____________________________________________________________________________
29266 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
29267         Log: Retract #11898 for now because it introduces
29268              a rather nasty depencency: when B is being built,
29269              MakeMaker is used.  MakeMaker uses File::Find.
29270              File::Find uses Cwd::getcwd()...which doesn't
29271              exist yet.
29272      Branch: perl
29273            ! lib/File/Find.pm
29274 ____________________________________________________________________________
29275 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
29276         Log: New test welcome.
29277      Branch: perl
29278            + lib/Test/Simple/t/simple.t
29279 ____________________________________________________________________________
29280 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
29281         Log: Old test begone.
29282      Branch: perl
29283            - lib/Attribute/Handlers/test.pl
29284 ____________________________________________________________________________
29285 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
29286         Log: Test-Simple syncup from Schwern.
29287      Branch: perl
29288            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
29289            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
29290            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
29291            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
29292            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
29293            - lib/Test/More/Changes lib/Test/More/t/More.t
29294            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
29295            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
29296            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
29297            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
29298            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
29299            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
29300            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
29301            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
29302            ! t/lib/Test/Simple/sample_tests/death.plx
29303            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
29304            ! t/lib/Test/Simple/sample_tests/extras.plx
29305            ! t/lib/Test/Simple/sample_tests/five_fail.plx
29306            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
29307            ! t/lib/Test/Simple/sample_tests/one_fail.plx
29308            ! t/lib/Test/Simple/sample_tests/require.plx
29309            ! t/lib/Test/Simple/sample_tests/success.plx
29310            ! t/lib/Test/Simple/sample_tests/too_few.plx
29311            ! t/lib/Test/Simple/sample_tests/two_fail.plx
29312 ____________________________________________________________________________
29313 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
29314         Log: Integrate File::Find changes from bleadperl
29315      Branch: maint-5.6/macperl
29316            ! lib/File/Find.pm t/lib/filefind-taint.t
29317 ____________________________________________________________________________
29318 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
29319         Log: Integrate 11847 from maint-5.6/perl
29320      Branch: maint-5.6/macperl
29321           !> sv.c
29322 ____________________________________________________________________________
29323 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
29324         Log: In UNICOS division yada yada.
29325      Branch: perl
29326            ! t/op/override.t
29327 ____________________________________________________________________________
29328 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
29329         Log: In UNICOS division is really lossy, better use
29330              a tolerance test.
29331      Branch: perl
29332            ! ext/Time/HiRes/HiRes.t
29333 ____________________________________________________________________________
29334 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
29335         Log: In UNICOS sigaction() sets an extra flag
29336              ("the signal has been registered for all the processes in
29337              a multitasking group.")
29338      Branch: perl
29339            ! ext/POSIX/sigaction.t
29340 ____________________________________________________________________________
29341 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
29342         Log: Documentation micropatch from Damian.
29343      Branch: perl
29344            ! lib/Attribute/Handlers.pm
29345 ____________________________________________________________________________
29346 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
29347         Log: (Retracted by #11908)
29348              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
29349              From: Michael G Schwern <schwern@pobox.com>
29350              Date: Wed, 5 Sep 2001 15:58:21 -0400
29351              Message-ID: <20010905155821.I632@blackrider>
29352      Branch: perl
29353            ! lib/File/Find.pm lib/File/Find/taint.t
29354 ____________________________________________________________________________
29355 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
29356         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
29357              From: Michael G Schwern <schwern@pobox.com>
29358              Date: Wed, 5 Sep 2001 19:16:31 -0400
29359              Message-ID: <20010905191631.E11386@blackrider>
29360      Branch: perl
29361            + lib/CGI/t/carp.t
29362            ! MANIFEST
29363 ____________________________________________________________________________
29364 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
29365         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
29366              From: chromatic <chromatic@rmci.net>
29367              Date: Wed, 5 Sep 2001 18:08:07 -0600
29368              Message-Id: <01090518080700.19590@firewheel>
29369      Branch: perl
29370            ! lib/English.pm
29371 ____________________________________________________________________________
29372 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
29373         Log: Fix a typo #11889 and add a test for the same.
29374      Branch: perl
29375            ! ext/Socket/Socket.t ext/Socket/Socket.xs
29376 ____________________________________________________________________________
29377 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
29378         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
29379              From: "Craig A. Berry" <craigberry@mac.com>
29380              Date: Wed, 05 Sep 2001 17:48:54 -0500
29381              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
29382      Branch: perl
29383            ! lib/warnings.t t/run/kill_perl.t
29384 ____________________________________________________________________________
29385 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
29386         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
29387              From: Michael G Schwern <schwern@pobox.com>
29388              Date: Wed, 5 Sep 2001 17:22:25 -0400
29389              Message-ID: <20010905172225.C11386@blackrider>
29390      Branch: perl
29391            ! t/run/kill_perl.t
29392 ____________________________________________________________________________
29393 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
29394         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
29395              From: Nicholas Clark <nick@ccl4.org>
29396              Date: Wed, 5 Sep 2001 20:54:24 +0100
29397              Message-ID: <20010905205424.C25120@plum.flirble.org>
29398      Branch: perl
29399            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
29400 ____________________________________________________________________________
29401 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
29402         Log: Forgotten thing.
29403      Branch: perl
29404            ! uconfig.h
29405 ____________________________________________________________________________
29406 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
29407         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
29408              From: chromatic <chromatic@rmci.net>               
29409              Date: Wed, 5 Sep 2001 13:22:08 -0600
29410              Message-Id: <01090513220807.10587@firewheel> 
29411      Branch: perl
29412            ! lib/English.pm
29413 ____________________________________________________________________________
29414 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
29415         Log: inet_ntoa() tweaks:
29416              - don't allow addresses with > 255 characters
29417              - indent the HP-UX workaround
29418              - don't leak memory
29419      Branch: perl
29420            ! ext/Socket/Socket.xs
29421 ____________________________________________________________________________
29422 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
29423         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
29424              <xwu@theeducationcenter.com>
29425      Branch: perl
29426            ! lib/File/Find.pm
29427 ____________________________________________________________________________
29428 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
29429         Log: Typo nits.
29430      Branch: perl
29431            ! lib/File/Find.pm
29432 ____________________________________________________________________________
29433 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
29434         Log: -Wall nit.
29435      Branch: perl
29436            ! op.c
29437 ____________________________________________________________________________
29438 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
29439         Log: Update to Scalar-List-Utils 1.05
29440      Branch: perl
29441            ! ext/List/Util/ChangeLog ext/List/Util/README
29442            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
29443 ____________________________________________________________________________
29444 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
29445         Log: Update Changes.
29446      Branch: perl
29447            ! Changes patchlevel.h
29448 ____________________________________________________________________________
29449 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
29450         Log: Update to Scalar-List-Utils 1.04
29451      Branch: perl
29452            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
29453            ! ext/List/Util/lib/List/Util.pm
29454            ! ext/List/Util/lib/Scalar/Util.pm
29455 ____________________________________________________________________________
29456 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
29457         Log: Metaconfigify #11724.
29458      Branch: metaconfig
29459            ! U/threads/archname.U
29460 ____________________________________________________________________________
29461 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
29462         Log: The MacOS reference is okay, no reason to hide it.
29463      Branch: perl
29464            ! lib/Cwd.pm
29465 ____________________________________________________________________________
29466 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
29467         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
29468              From: Michael G Schwern <schwern@pobox.com>
29469              Date: Tue, 4 Sep 2001 15:30:10 -0400
29470              Message-ID: <20010904153010.H26466@blackrider> 
29471              
29472              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
29473      Branch: perl
29474            ! ext/Cwd/Makefile.PL lib/Cwd.pm
29475 ____________________________________________________________________________
29476 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
29477         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.))
29478              From: Michael G Schwern <schwern@pobox.com>
29479              Date: Tue, 4 Sep 2001 17:39:13 -0400
29480              Message-ID: <20010904173913.C626@blackrider>
29481      Branch: perl
29482            ! lib/Cwd.pm
29483 ____________________________________________________________________________
29484 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
29485         Log: Subject: Re: Perl_pp_* in public API?
29486              From: "Craig A. Berry" <craigberry@mac.com>
29487              Date: Tue, 4 Sep 2001 21:51:29 -0500
29488              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
29489      Branch: perl
29490            ! ext/List/Util/Util.xs
29491 ____________________________________________________________________________
29492 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
29493         Log: From Damian: Class::Struct was unable to define
29494              recursive classes.  After the patch an object reference
29495              (rather than a hash) is required to initialize
29496              an object attribute.  If no such initializer is given to
29497              the constructor, object attributes are now default
29498              initialized to C<undef>.
29499      Branch: perl
29500            ! lib/Class/Struct.pm lib/Class/Struct.t
29501 ____________________________________________________________________________
29502 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
29503         Log: Subject: Re: sv_catpvfn and sv_setpvfn
29504              From: Richard Soderberg <rs@oregonnet.com>
29505              Date: Tue, 4 Sep 2001 15:16:47 -0700
29506              Message-Id: <200109042216.PAA17858@oregonnet.com>
29507      Branch: perl
29508            ! pod/perlclib.pod pod/perlguts.pod
29509 ____________________________________________________________________________
29510 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
29511         Log: NetWare updates from Ananth Kesari.
29512      Branch: perl
29513            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
29514            ! NetWare/nw5thread.h
29515 ____________________________________________________________________________
29516 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
29517         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?))
29518              From: Nicholas Clark <nick@ccl4.org>
29519              Date: Tue, 4 Sep 2001 22:42:50 +0100
29520              Message-ID: <20010904224250.P25120@plum.flirble.org>
29521      Branch: perl
29522            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
29523            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
29524            ! t/op/oct.t toke.c
29525 ____________________________________________________________________________
29526 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
29527         Log: Fix Cwd::getcwd() not being tainted, as noticed
29528              by Schwern.
29529      Branch: perl
29530            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
29531            - ext/Cwd/Cwd.t
29532            ! MANIFEST ext/Cwd/Cwd.xs util.c
29533 ____________________________________________________________________________
29534 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
29535         Log: Retract #11870 and volatilize the right destruct_level.
29536              Silly thinko pointed out by Sarathy.
29537      Branch: perl
29538            ! intrpvar.h perl.c
29539 ____________________________________________________________________________
29540 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
29541         Log: At least a temporary fix for the mysterious scope core dumps
29542              in Tru64 from Graham.
29543      Branch: perl
29544            ! ext/List/Util/Util.xs
29545 ____________________________________________________________________________
29546 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
29547         Log: (Retracted by #11872)
29548      Branch: perl
29549            ! intrpvar.h
29550 ____________________________________________________________________________
29551 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
29552         Log: Quench a -Wall gripe noticed by Robin Barker.
29553      Branch: perl
29554            ! op.c
29555 ____________________________________________________________________________
29556 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
29557         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
29558              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29559              Date: Wed, 05 Sep 2001 02:01:32 +0900
29560              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
29561      Branch: perl
29562            ! lib/Unicode/UCD.pm
29563 ____________________________________________________________________________
29564 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
29565         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
29566              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29567              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
29568              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
29569      Branch: perl
29570            ! gv.c
29571 ____________________________________________________________________________
29572 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
29573         Log: Update Changes.
29574      Branch: perl
29575            ! Changes patchlevel.h
29576 ____________________________________________________________________________
29577 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
29578         Log: Add the \[$@%&*] prototype support.
29579      Branch: perl
29580            ! op.c pod/perlsub.pod t/comp/proto.t
29581 ____________________________________________________________________________
29582 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
29583         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
29584              From: Michael G Schwern <schwern@pobox.com>
29585              Date: Mon, 3 Sep 2001 18:59:01 -0400
29586              Message-ID: <20010903185901.Z9233@blackrider>
29587      Branch: perl
29588            ! lib/CGI/t/form.t
29589 ____________________________________________________________________________
29590 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
29591         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
29592              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29593              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
29594              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
29595      Branch: perl
29596            ! gv.c
29597 ____________________________________________________________________________
29598 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
29599         Log: More srand entry tweakage based on Randal's suggestion.
29600      Branch: perl
29601            ! pod/perlfunc.pod
29602 ____________________________________________________________________________
29603 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
29604         Log: Subject: [PATCH] 'main' *is* a reserved word
29605              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29606              Date: Mon, 3 Sep 2001 22:55:41 +0200
29607              Message-ID: <20010903225541.A24097@rafael>
29608      Branch: perl
29609            ! toke.c
29610 ____________________________________________________________________________
29611 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
29612         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
29613              From: Peter Prymmer <pvhp@best.com>
29614              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
29615              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
29616      Branch: perl
29617            ! README.vms configure.com
29618 ____________________________________________________________________________
29619 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
29620         Log: Subject: Re: A slightly better default seed?   
29621              From: Michael G Schwern <schwern@pobox.com>
29622              Date: Mon, 3 Sep 2001 18:08:15 -0400 
29623              Message-ID: <20010903180815.W9233@blackrider>
29624      Branch: perl
29625            ! t/op/srand.t
29626 ____________________________________________________________________________
29627 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
29628         Log: Add sharedsv.o to microperl object files.
29629      Branch: perl
29630            ! Makefile.micro
29631 ____________________________________________________________________________
29632 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
29633         Log: AUTHORS updates and
29634              
29635              Subject: [PATCH] Just some preening :-)        
29636              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
29637              Date: Tue, 4 Sep 2001 14:16:59 +0100
29638              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
29639      Branch: perl
29640            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
29641 ____________________________________________________________________________
29642 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
29643         Log: Typo fix and slight rewording.
29644      Branch: perl
29645            ! pod/perlfunc.pod
29646 ____________________________________________________________________________
29647 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
29648         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
29649      Branch: perl
29650            ! pod/perlfaq4.pod
29651 ____________________________________________________________________________
29652 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
29653         Log: The helper file changed name.
29654      Branch: perl
29655            ! MANIFEST
29656 ____________________________________________________________________________
29657 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
29658         Log: Update to Scalar-List-Utils 1.03
29659      Branch: perl
29660            + ext/List/Util/t/shuffle.t
29661            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
29662            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
29663            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
29664            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
29665            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
29666            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
29667            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
29668            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
29669 ____________________________________________________________________________
29670 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
29671         Log: Make crypt() do something more sane for Unicode
29672              (take crypt() of the low eight bits of the characters,
29673              instead of taking crypt() of the UTF-8 of the scalar);
29674              add a test for crypt().
29675      Branch: perl
29676            + t/op/crypt.t
29677            ! MANIFEST pod/perlfunc.pod pp.c
29678 ____________________________________________________________________________
29679 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
29680         Log: Reorganize the srand entry.
29681      Branch: perl
29682            ! pod/perlfunc.pod
29683 ____________________________________________________________________________
29684 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
29685         Log: Remove the tests that assume something about
29686              calling srand() without arguments multiple times.
29687      Branch: perl
29688            ! t/op/srand.t
29689 ____________________________________________________________________________
29690 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
29691         Log: Upgrade to Math::BigInt 1.42.
29692      Branch: perl
29693            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29694            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
29695            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
29696            ! lib/Math/BigInt/t/mbimbf.t
29697 ____________________________________________________________________________
29698 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
29699         Log: integrate change#11847 from maint-5.6
29700              
29701              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
29702      Branch: perl
29703            ! sv.c
29704 ____________________________________________________________________________
29705 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
29706         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
29707      Branch: maint-5.6/perl
29708            ! sv.c
29709 ____________________________________________________________________________
29710 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
29711         Log: As far as I can tell these functions have been Unicodified.
29712      Branch: perl
29713            ! doop.c
29714 ____________________________________________________________________________
29715 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
29716         Log: Update to Storable 1.0.13.
29717      Branch: perl
29718            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29719            ! ext/Storable/Storable.xs
29720 ____________________________________________________________________________
29721 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
29722         Log: Patch the Filter::Simple test to work with
29723              the core test suite (since the FilterTest.pm
29724              is in t/lib, not in lib).
29725      Branch: perl
29726            ! lib/Filter/Simple/t/filter.t
29727 ____________________________________________________________________________
29728 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
29729         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
29730      Branch: perl
29731            + t/lib/FilterTest.pm
29732            - t/lib/MyFilter.pm
29733 ____________________________________________________________________________
29734 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
29735         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
29736              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
29737              Text::Balanced 1.86.
29738      Branch: perl
29739            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
29740            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
29741            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
29742            + lib/Switch/t/nested.t lib/Switch/t/switch.t
29743            + lib/Text/Balanced/Changes lib/Text/Balanced/README
29744            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
29745            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
29746            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
29747            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
29748            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
29749            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
29750            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
29751            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
29752            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
29753            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
29754            ! MANIFEST lib/Attribute/Handlers.pm
29755            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29756            ! lib/Attribute/Handlers/demo/Demo.pm
29757            ! lib/Attribute/Handlers/demo/Descriptions.pm
29758            ! lib/Attribute/Handlers/demo/MyClass.pm
29759            ! lib/Attribute/Handlers/demo/demo.pl
29760            ! lib/Attribute/Handlers/demo/demo2.pl
29761            ! lib/Attribute/Handlers/demo/demo3.pl
29762            ! lib/Attribute/Handlers/demo/demo4.pl
29763            ! lib/Attribute/Handlers/demo/demo_call.pl
29764            ! lib/Attribute/Handlers/demo/demo_chain.pl
29765            ! lib/Attribute/Handlers/demo/demo_cycle.pl
29766            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
29767            ! lib/Attribute/Handlers/demo/demo_phases.pl
29768            ! lib/Attribute/Handlers/demo/demo_range.pl
29769            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
29770            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
29771            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
29772            ! lib/Text/Balanced.pm
29773 ____________________________________________________________________________
29774 [ 11841] By: sky                                   on 2001/09/03  11:04:15
29775         Log: Forgot to add a file with Change #11840
29776      Branch: perl
29777            + t/op/srand.t
29778 ____________________________________________________________________________
29779 [ 11840] By: sky                                   on 2001/09/03  11:02:04
29780         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
29781              From: Michael G Schwern <schwern@pobox.com>
29782              Date: Mon, 3 Sep 2001 07:43:00 -0400
29783              Message-ID: <20010903074300.E9233@blackrider>
29784      Branch: perl
29785            ! MANIFEST pod/perlfunc.pod t/op/rand.t
29786 ____________________________________________________________________________
29787 [ 11839] By: sky                                   on 2001/09/03  10:47:11
29788         Log: Document the changes with regards to running of END blocks.
29789              And DESTROY on global objects are called in perl_destruct()!
29790      Branch: perl
29791            ! pod/perl572delta.pod pod/perlembed.pod
29792 ____________________________________________________________________________
29793 [ 11838] By: sky                                   on 2001/09/03  09:34:44
29794         Log: Subject: [PATCH t/op/time.t] Partial cleanup
29795              From: Michael G Schwern <schwern@pobox.com>
29796              Date: Mon, 3 Sep 2001 06:29:42 -0400
29797              Message-ID: <20010903062942.C9233@blackrider>
29798      Branch: perl
29799            ! t/op/time.t
29800 ____________________________________________________________________________
29801 [ 11837] By: sky                                   on 2001/09/03  09:30:02
29802         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
29803              From: Michael G Schwern <schwern@pobox.com>
29804              Date: Mon, 3 Sep 2001 06:24:13 -0400
29805              Message-ID: <20010903062413.B9233@blackrider>
29806      Branch: perl
29807            ! t/op/rand.t
29808 ____________________________________________________________________________
29809 [ 11836] By: sky                                   on 2001/09/03  07:56:47
29810         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
29811              From: Michael G Schwern <schwern@pobox.com>
29812              Date: Sun, 2 Sep 2001 21:38:43 -0400
29813              Message-ID: <20010902213843.L2711@blackrider>
29814      Branch: perl
29815            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
29816            ! MANIFEST
29817 ____________________________________________________________________________
29818 [ 11835] By: nick                                  on 2001/09/03  06:20:06
29819         Log: Integrate mainline
29820      Branch: perlio
29821           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
29822            - t/op/misc.t
29823           !> (integrate 187 files)
29824 ____________________________________________________________________________
29825 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
29826         Log: Update Changes.
29827      Branch: perl
29828            ! Changes patchlevel.h
29829 ____________________________________________________________________________
29830 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
29831         Log: Slight tweaks.
29832      Branch: perl
29833            ! t/run/kill_perl.t
29834 ____________________________________________________________________________
29835 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
29836         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
29837      Branch: perl
29838            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29839 ____________________________________________________________________________
29840 [ 11831] By: sky                                   on 2001/09/02  12:10:42
29841         Log: Change #11828 wasn't complete, this updates to intest path
29842      Branch: perl
29843            ! t/run/kill_perl.t
29844 ____________________________________________________________________________
29845 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
29846         Log: 's's's.
29847      Branch: perl
29848            ! Changes
29849 ____________________________________________________________________________
29850 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
29851         Log: Update Changes.
29852      Branch: perl
29853            ! Changes patchlevel.h
29854 ____________________________________________________________________________
29855 [ 11828] By: sky                                   on 2001/09/02  11:53:56
29856         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
29857              From: Michael G Schwern <schwern@pobox.com>
29858              Date: Sat, 1 Sep 2001 20:18:58 -0400
29859              Message-ID: <20010901201858.X606@blackrider>
29860              +MANIFEST Fix
29861      Branch: perl
29862            + t/run/kill_perl.t
29863            - t/op/misc.t t/run/segfault.t
29864            ! MANIFEST
29865 ____________________________________________________________________________
29866 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
29867         Log: Subject: [PATCH] lib/Time/Local.pm
29868              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29869              Date: Sun, 2 Sep 2001 06:50:01 -0500
29870              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
29871      Branch: perl
29872            ! lib/Time/Local.pm
29873 ____________________________________________________________________________
29874 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
29875         Log: Tick off Unicode collation and the normalization from
29876              the todo list.
29877      Branch: perl
29878            ! pod/perltodo.pod
29879 ____________________________________________________________________________
29880 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
29881         Log: Update to Unicode 3.1.1.
29882      Branch: perl
29883            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
29884            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
29885            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
29886            ! lib/unicore/PropList.txt lib/unicore/README.perl
29887            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
29888            ! lib/unicore/rename lib/unicore/version
29889 ____________________________________________________________________________
29890 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
29891         Log: Slight doc tweaks for the module.
29892      Branch: perl
29893            ! lib/Unicode/UCD.pm
29894 ____________________________________________________________________________
29895 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
29896         Log: Rename the variable: it *used* to be (wrongly) that the
29897              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
29898              but that is no more the case: PL_reg_match_utf8 is better.
29899      Branch: perl
29900            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
29901            ! regexec.c sv.c thrdvar.h
29902 ____________________________________________________________________________
29903 [ 11822] By: ams                                   on 2001/09/02  02:54:50
29904         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
29905              From: Ilmari Karonen <iltzu@sci.fi>
29906              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
29907              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
29908              (op/sub_lval.t updated to take new error message into account.)
29909      Branch: perl
29910            ! op.c t/op/sub_lval.t
29911 ____________________________________________________________________________
29912 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
29913         Log: remove stray CRs in files; keep all files with UNIX line-ends
29914              (Porting/makerel adds CRs to the files that need it in the
29915              distribution)
29916      Branch: perl
29917            ! NetWare/t/NWScripts.pl README.dos
29918            ! ext/Encode/Encode/cns11643-1.enc
29919            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
29920            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29921 ____________________________________________________________________________
29922 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
29923         Log: some remnants of change#11803
29924      Branch: perl
29925            ! ext/ByteLoader/byterun.h perl.h
29926 ____________________________________________________________________________
29927 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
29928         Log: Update to Unicode::Collate 0.08.
29929      Branch: perl
29930            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29931            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
29932 ____________________________________________________________________________
29933 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
29934         Log: Test tweaks.
29935      Branch: perl
29936            ! t/op/pat.t
29937 ____________________________________________________________________________
29938 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
29939         Log: Fix test
29940      Branch: maint-5.6/macperl
29941            ! t/lib/b.t
29942 ____________________________________________________________________________
29943 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
29944         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
29945              warnings in Config.pm with -W; increase default and
29946              minimum RAM; bump version number.
29947      Branch: maint-5.6/macperl
29948            + macos/lib/Mac/LowMem.pm
29949            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
29950            ! macos/configpm macos/macperl/MacPerl.r
29951 ____________________________________________________________________________
29952 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
29953         Log: Make syntax check report in MPW style, fix tests
29954              to use Mac::err=unix to get normal-style error
29955              messages.
29956      Branch: maint-5.6/macperl
29957            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
29958            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
29959 ____________________________________________________________________________
29960 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
29961         Log: Make MPW-style errors optional (but the default); add
29962              MacPerl::ErrorFormat() function and Mac::err pragma
29963      Branch: maint-5.6/macperl
29964            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
29965            + macos/ext/Mac/err/err.xs
29966            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
29967            ! macos/macish.c macos/macish.h macos/macperl.sym
29968 ____________________________________________________________________________
29969 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
29970         Log: More module and test ports from Thomas Wegner et al
29971      Branch: maint-5.6/macperl
29972            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29973            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
29974            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
29975            ! t/op/magic.t
29976 ____________________________________________________________________________
29977 [ 11812] By: sky                                   on 2001/09/01  17:19:30
29978         Log: Subject: [PATCH t/op/concat.t] cleanup
29979              From: Michael G Schwern <schwern@pobox.com>
29980              Date: Sat, 1 Sep 2001 14:06:28 -0400
29981              Message-ID: <20010901140628.C606@blackrider>
29982      Branch: perl
29983            ! t/op/concat.t
29984 ____________________________________________________________________________
29985 [ 11811] By: sky                                   on 2001/09/01  12:25:29
29986         Log: Change #11805 didn't update the MANIFEST
29987      Branch: perl
29988            ! MANIFEST
29989 ____________________________________________________________________________
29990 [ 11810] By: sky                                   on 2001/09/01  11:52:44
29991         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
29992              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29993              Date: Sat, 1 Sep 2001 14:50:14 +0200
29994              Message-ID: <20010901145014.A691@rafael>
29995      Branch: perl
29996            ! t/op/inccode.t
29997 ____________________________________________________________________________
29998 [ 11809] By: sky                                   on 2001/09/01  11:49:22
29999         Log: Subject: PATCH: ExtUtils::MakeMaker
30000              From: Tony Bowden <tony@kasei.com>
30001              Date: Sat, 1 Sep 2001 10:33:53 +0100
30002              Message-ID: <20010901103353.A13863@soto.kasei.com>
30003              Manually applied
30004      Branch: perl
30005            ! lib/ExtUtils/MakeMaker.pm
30006 ____________________________________________________________________________
30007 [ 11808] By: sky                                   on 2001/09/01  11:39:13
30008         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
30009              From: mike808@users.sourceforge.net
30010              Date: Sat, 1 Sep 101 11:27:50 GMT
30011              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
30012              With little tweak
30013      Branch: perl
30014            ! lib/Term/Cap.pm
30015 ____________________________________________________________________________
30016 [ 11807] By: ams                                   on 2001/09/01  11:31:16
30017         Log: Subject: oct() and hex()
30018              From: Nicholas Clark <nick@ccl4.org>
30019              Date: Fri, 31 Aug 2001 23:14:13 +0100
30020              Message-Id: <20010831231413.J4950@plum.flirble.org>
30021      Branch: perl
30022            ! pod/perlclib.pod
30023 ____________________________________________________________________________
30024 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
30025         Log: Integrate change 11801 from maintperl
30026      Branch: maint-5.6/macperl
30027            ! perl.c
30028 ____________________________________________________________________________
30029 [ 11805] By: sky                                   on 2001/08/31  21:35:10
30030         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
30031              From: Michael G Schwern <schwern@pobox.com>
30032              Date: Fri, 31 Aug 2001 15:36:28 -0400
30033              Message-ID: <20010831153628.B598@blackrider>
30034              Check for things which used to segfault
30035      Branch: perl
30036            + t/run/segfault.t
30037 ____________________________________________________________________________
30038 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
30039         Log: integrate change#11801 from maint-5.6
30040              
30041              remove age-old UNICOS "workaround" that introduces a static, and
30042              hence an egregious race condition for threaded builds (*sigh*
30043              beats me why this kludge wasn't guarded by a UNICOS-specific
30044              #define *sigh*)
30045      Branch: perl
30046            ! perl.c
30047 ____________________________________________________________________________
30048 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
30049         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
30050              working in 5.7.x
30051      Branch: perl
30052            - objXSUB.h
30053            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
30054            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
30055            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
30056            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
30057            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
30058            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
30059            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
30060            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
30061            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
30062            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
30063            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
30064            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
30065            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
30066            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
30067            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
30068            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
30069            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
30070            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
30071            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
30072            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
30073            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
30074            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
30075 ____________________________________________________________________________
30076 [ 11802] By: ams                                   on 2001/08/31  18:11:32
30077         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
30078              From: "Philip Newton" <Philip.Newton@gmx.net>
30079              Date: Fri, 31 Aug 2001 21:12:56 +0200
30080              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
30081      Branch: perl
30082            ! pod/perldiag.pod
30083 ____________________________________________________________________________
30084 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
30085         Log: remove age-old UNICOS "workaround" that introduces a static, and
30086              hence an egregious race condition for threaded builds (*sigh*
30087              beats me why this kludge wasn't guarded by a UNICOS-specific
30088              #define *sigh*)
30089      Branch: maint-5.6/perl
30090            ! perl.c
30091 ____________________________________________________________________________
30092 [ 11800] By: sky                                   on 2001/08/31  17:30:26
30093         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
30094              Might break on platforms where bool is larger than 8 bites ???
30095      Branch: perl
30096            ! regcomp.c
30097 ____________________________________________________________________________
30098 [ 11799] By: ams                                   on 2001/08/31  12:15:44
30099         Log: Integrate 11778 into mainline.
30100      Branch: perl
30101            ! t/base/term.t
30102 ____________________________________________________________________________
30103 [ 11798] By: sky                                   on 2001/08/31  11:31:44
30104         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
30105              supposed to happen.
30106      Branch: perl
30107            ! regcomp.c
30108 ____________________________________________________________________________
30109 [ 11797] By: sky                                   on 2001/08/31  11:28:17
30110         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
30111              From: "John P. Linderman" <jpl@research.att.com>
30112              Date: Fri, 31 Aug 2001 08:20:35 -0400
30113              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
30114              Fixes test 14 which could fail randomly in rare cases.
30115      Branch: perl
30116            ! ext/Time/HiRes/HiRes.t regcomp.c
30117 ____________________________________________________________________________
30118 [ 11796] By: ams                                   on 2001/08/31  01:13:07
30119         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
30120              From: Nicholas Clark <nick@ccl4.org>
30121              Date: Thu, 30 Aug 2001 23:21:50 +0100
30122              Message-Id: <20010830232150.D4950@plum.flirble.org>
30123      Branch: perl
30124            ! ext/Sys/Syslog/Makefile.PL
30125 ____________________________________________________________________________
30126 [ 11795] By: ams                                   on 2001/08/30  23:53:23
30127         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
30128              patching example
30129              From: Michael G Schwern <schwern@pobox.com>
30130              Date: Thu, 30 Aug 2001 17:02:08 -0400
30131              Message-Id: <20010830170208.M2318@blackrider>
30132      Branch: perl
30133            ! pod/perlhack.pod
30134 ____________________________________________________________________________
30135 [ 11794] By: ams                                   on 2001/08/30  19:35:36
30136         Log: Subject: [PATCH] pp_modulo
30137              From: Nicholas Clark <nick@ccl4.org>
30138              Date: Thu, 30 Aug 2001 18:20:54 +0100
30139              Message-Id: <20010830182053.A4950@plum.flirble.org>
30140      Branch: perl
30141            ! pp.c t/op/64bitint.t
30142 ____________________________________________________________________________
30143 [ 11793] By: sky                                   on 2001/08/30  13:02:48
30144         Log: 11792 wasn't complete
30145      Branch: perl
30146            ! makedef.pl regcomp.c
30147 ____________________________________________________________________________
30148 [ 11792] By: sky                                   on 2001/08/30  12:21:11
30149         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
30150      Branch: perl
30151            ! makedef.pl
30152 ____________________________________________________________________________
30153 [ 11791] By: sky                                   on 2001/08/30  10:08:02
30154         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
30155      Branch: perl
30156            ! config_h.SH
30157 ____________________________________________________________________________
30158 [ 11790] By: sky                                   on 2001/08/30  08:22:31
30159         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
30160              on the pad. Fixes coredumps in cleanups introduced by
30161              Change 11755  
30162      Branch: perl
30163            ! op.c perl.c sv.h
30164 ____________________________________________________________________________
30165 [ 11789] By: sky                                   on 2001/08/29  19:01:47
30166         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
30167              This is a replacement implmentation that works on HPUX.
30168              This bug should probably be fixed in GCC.
30169      Branch: perl
30170            ! ext/Socket/Socket.xs
30171 ____________________________________________________________________________
30172 [ 11788] By: ams                                   on 2001/08/29  17:35:33
30173         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
30174              From: Nicholas Clark <nick@ccl4.org>
30175              Date: Wed, 29 Aug 2001 18:21:56 +0100
30176              Message-Id: <20010829182156.O4950@plum.flirble.org>
30177      Branch: perl
30178            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
30179 ____________________________________________________________________________
30180 [ 11787] By: sky                                   on 2001/08/29  10:42:54
30181         Log: Added test for pack_addr_in and unpack_addr_in
30182              Nitpik in test 10
30183      Branch: perl
30184            ! ext/Socket/Socket.t
30185 ____________________________________________________________________________
30186 [ 11786] By: sky                                   on 2001/08/29  10:28:14
30187         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
30188              Trying to catch errors on HP-UX
30189      Branch: perl
30190            ! ext/Socket/Socket.t
30191 ____________________________________________________________________________
30192 [ 11785] By: sky                                   on 2001/08/29  09:07:03
30193         Log: make sure USE_THREADS is defined so external apps work
30194      Branch: perl
30195            ! config_h.SH
30196 ____________________________________________________________________________
30197 [ 11784] By: sky                                   on 2001/08/29  08:06:12
30198         Log: Subject: Re: The hitlist of untested modules.
30199              From: Jonathan Stowe <gellyfish@gellyfish.com>
30200              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
30201              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
30202              Start of tests for Shell.pm (make Schwern poorer!)
30203      Branch: perl
30204            + lib/Shell.t
30205            ! MANIFEST
30206 ____________________________________________________________________________
30207 [ 11783] By: sky                                   on 2001/08/29  07:37:50
30208         Log: END{} can change the return value even if we die from BEGIN{}
30209      Branch: perl
30210            ! miniperlmain.c
30211 ____________________________________________________________________________
30212 [ 11782] By: ams                                   on 2001/08/29  06:32:17
30213         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
30214              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30215              Date: Wed, 29 Aug 2001 09:18:17 +0200
30216              Message-Id: <20010829091817.A4453@rafael>
30217      Branch: perl
30218            ! t/op/inccode.t
30219 ____________________________________________________________________________
30220 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
30221         Log: Delete xsubpp.patch, as full copy exists now
30222      Branch: maint-5.6/macperl
30223            - macos/xsubpp.patch
30224 ____________________________________________________________________________
30225 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
30226         Log: Add Changes file
30227      Branch: maint-5.6/macperl
30228            + macos/Changes
30229 ____________________________________________________________________________
30230 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
30231         Log: Add Mac version of xsubpp as separate file
30232      Branch: maint-5.6/macperl
30233            + macos/xsubpp
30234            ! macos/Makefile.mk
30235 ____________________________________________________________________________
30236 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
30237         Log: Fix open of /dev/null for Mac OS
30238      Branch: maint-5.6/macperl
30239            ! t/base/term.t
30240 ____________________________________________________________________________
30241 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
30242         Log: Various patches: enable more tests; skip CVS in PerlInstall;
30243              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
30244      Branch: maint-5.6/macperl
30245            ! macos/MacPerlTests.cmd macos/PerlInstall
30246            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
30247 ____________________________________________________________________________
30248 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
30249         Log: Allow for platforms to override formatting of errors
30250              on output from Matthias Neeracher (Mac files)
30251      Branch: maint-5.6/macperl
30252            ! macos/macish.c macos/macish.h
30253 ____________________________________________________________________________
30254 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
30255         Log: Allow for platforms to override formatting of errors
30256              on output from Matthias Neeracher (core files)
30257      Branch: maint-5.6/macperl
30258            ! perl.h pp_ctl.c util.c
30259 ____________________________________________________________________________
30260 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
30261         Log: Add some param checking, from reports by Kevin Reid.
30262      Branch: maint-5.6/macperl
30263            ! macos/ext/Mac/Controls/Controls.pm
30264            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
30265 ____________________________________________________________________________
30266 [ 11773] By: ams                                   on 2001/08/28  23:54:57
30267         Log: Subject: [PATCH] make coretest
30268              From: Paul Johnson <paul@pjcj.net>
30269              Date: Wed, 29 Aug 2001 00:11:38 +0200
30270              Message-Id: <20010829001138.B12169@pjcj.net>
30271              (Applied without the change to perlhack.pod. This should
30272              probably stay undocumented.)
30273      Branch: perl
30274            ! Makefile.SH t/TEST
30275 ____________________________________________________________________________
30276 [ 11772] By: sky                                   on 2001/08/28  13:01:20
30277         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
30278              From: Michael G Schwern <schwern@pobox.com>
30279              Date: Tue, 28 Aug 2001 09:57:39 -0400
30280              Message-ID: <20010828095738.E17775@blackrider>
30281      Branch: perl
30282            ! pod/perlhack.pod t/op/pack.t
30283 ____________________________________________________________________________
30284 [ 11771] By: sky                                   on 2001/08/28  11:20:13
30285         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
30286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30287              Date: Tue, 28 Aug 2001 14:23:43 +0200
30288              Message-ID: <20010828142343.A19299@rafael>
30289      Branch: perl
30290            ! pod/perlvar.pod pp_ctl.c
30291 ____________________________________________________________________________
30292 [ 11770] By: ams                                   on 2001/08/28  10:13:21
30293         Log: Subject: [PATCH] odd typo in op.h
30294              From: Nicholas Clark <nick@ccl4.org>
30295              Date: Tue, 28 Aug 2001 12:10:26 +0100
30296              Message-Id: <20010828121026.V4950@plum.flirble.org>
30297      Branch: perl
30298            ! op.h
30299 ____________________________________________________________________________
30300 [ 11769] By: sky                                   on 2001/08/28  08:09:16
30301         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
30302              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
30303              Date: Tue, 28 Aug 2001 02:22:20 +0300
30304              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
30305      Branch: perl
30306            ! ext/B/B/Lint.pm
30307 ____________________________________________________________________________
30308 [ 11768] By: ams                                   on 2001/08/28  00:47:35
30309         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
30310              From: Michael G Schwern <schwern@pobox.com>
30311              Date: Mon, 27 Aug 2001 21:24:44 -0400
30312              Message-Id: <20010827212444.F12582@blackrider>
30313      Branch: perl
30314            ! pod/perlhack.pod t/op/pack.t
30315 ____________________________________________________________________________
30316 [ 11767] By: ams                                   on 2001/08/27  23:59:48
30317         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
30318              From: Michael G Schwern <schwern@pobox.com>
30319              Date: Mon, 27 Aug 2001 20:12:29 -0400
30320              Message-Id: <20010827201229.D12582@blackrider>
30321      Branch: perl
30322            ! pod/perlhack.pod t/op/pack.t
30323 ____________________________________________________________________________
30324 [ 11766] By: ams                                   on 2001/08/27  23:39:40
30325         Log: Update Changes.
30326      Branch: perl
30327            ! Changes
30328 ____________________________________________________________________________
30329 [ 11765] By: ams                                   on 2001/08/27  22:53:10
30330         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
30331              From: Michael G Schwern <schwern@pobox.com>
30332              Date: Mon, 27 Aug 2001 19:47:30 -0400
30333              Message-Id: <20010827194730.C12582@blackrider>
30334      Branch: perl
30335            ! t/op/inccode.t
30336 ____________________________________________________________________________
30337 [ 11764] By: ams                                   on 2001/08/27  22:46:21
30338         Log: Subject: [PATCH] new tests for the coderef-in-@INC
30339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30340              Date: Mon, 27 Aug 2001 22:36:27 +0200
30341              Message-Id: <20010827223627.C690@rafael>
30342              
30343              Subject: Re: [PATCH] new tests for the coderef-in-@INC
30344              From: Nicholas Clark <nick@ccl4.org>
30345              Date: Tue, 28 Aug 2001 00:02:46 +0100
30346              Message-Id: <20010828000245.R4950@plum.flirble.org>
30347      Branch: perl
30348            + t/op/inccode.t
30349            ! MANIFEST
30350 ____________________________________________________________________________
30351 [ 11763] By: ams                                   on 2001/08/27  22:41:09
30352         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
30353              bleadperl on fire, Win95+4NT)
30354              From: Michael G Schwern <schwern@pobox.com>
30355              Date: Mon, 27 Aug 2001 16:54:42 -0400
30356              Message-Id: <20010827165442.F9436@blackrider>
30357      Branch: perl
30358            ! lib/warnings.t
30359 ____________________________________________________________________________
30360 [ 11762] By: sky                                   on 2001/08/27  19:19:17
30361         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
30362              avaible at compile time. This broke the compilation of 
30363              Net/Ping.pm
30364      Branch: perl
30365            ! lib/Net/Ping.pm
30366 ____________________________________________________________________________
30367 [ 11761] By: sky                                   on 2001/08/27  18:34:48
30368         Log: Removed tripple definitions of CUSTOM_OP functions.
30369      Branch: perl
30370            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
30371 ____________________________________________________________________________
30372 [ 11760] By: sky                                   on 2001/08/27  18:21:27
30373         Log: Regen headers
30374      Branch: perl
30375            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
30376            ! perlapi.h proto.h
30377 ____________________________________________________________________________
30378 [ 11759] By: ams                                   on 2001/08/27  16:31:53
30379         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
30380              From: "chromatic" <chromatic@rmci.net>
30381              Date: Mon, 27 Aug 2001 11:17:09 -0600
30382              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
30383      Branch: perl
30384            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
30385 ____________________________________________________________________________
30386 [ 11758] By: sky                                   on 2001/08/27  15:16:42
30387         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
30388              Thanks to H. Merijn Brand for the patch.
30389              Some of the comments and or guards might be removable in perl.h now.
30390      Branch: perl
30391            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
30392            ! Porting/Glossary Porting/config_H README.threads config_h.SH
30393            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
30394            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
30395            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
30396            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
30397            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
30398            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
30399            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
30400            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
30401            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
30402            ! win32/config_H.vc win32/perllib.c win32/win32.h
30403            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
30404            ! wince/config.h wince/config_H.ce wince/win32.h
30405            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
30406 ____________________________________________________________________________
30407 [ 11757] By: sky                                   on 2001/08/27  13:39:16
30408         Log: Subject: GNU ld parses arguments different
30409              From: H.Merijn Brand <h.m.brand@hccnet.nl>
30410              Date: Mon, 27 Aug 2001 16:25:51 +0200
30411              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
30412      Branch: perl
30413            ! hints/hpux.sh
30414 ____________________________________________________________________________
30415 [ 11756] By: sky                                   on 2001/08/27  13:18:45
30416         Log: Subject: Custom Ops
30417              From: Simon Cozens <simon@netthink.co.uk>
30418              Date: Sat, 25 Aug 2001 17:45:09 +0100
30419              Message-ID: <20010825174509.A5752@netthink.co.uk>
30420              I also added a fix to Opcode.pm to quite test cases.
30421      Branch: perl
30422            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
30423            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
30424 ____________________________________________________________________________
30425 [ 11755] By: sky                                   on 2001/08/27  05:37:17
30426         Log: Plugs a memory leak on destruction of regular expressions
30427              introcued by #11274.
30428              PL_regex_padav now has an AV as it's first entry with a list
30429              of freed regex_padav slots that it will reuse on creating
30430              new PMOPs.
30431      Branch: perl
30432            ! op.c perl.c
30433 ____________________________________________________________________________
30434 [ 11754] By: ams                                   on 2001/08/26  14:38:52
30435         Log: Subject: [PATCH] t/io/binmode.t
30436              From: Nicholas Clark <nick@ccl4.org>
30437              Date: Sun, 26 Aug 2001 12:03:05 +0100
30438              Message-Id: <20010826120305.C4950@plum.flirble.org>
30439              
30440              (Also a nitpick in #11752 to t/op/universal.t)
30441      Branch: perl
30442            ! t/io/binmode.t t/op/universal.t
30443 ____________________________________________________________________________
30444 [ 11753] By: ams                                   on 2001/08/26  08:19:34
30445         Log: Subject: [PATCH] op/universal.t failing
30446              From: Nicholas Clark <nick@ccl4.org>
30447              Date: Sun, 26 Aug 2001 09:48:22 +0100
30448              Message-Id: <20010826094822.B4950@plum.flirble.org>
30449      Branch: perl
30450            ! t/op/universal.t
30451 ____________________________________________________________________________
30452 [ 11752] By: ams                                   on 2001/08/25  22:46:13
30453         Log: Subject: Re: 'can' with undefined subs
30454              From: Tony Bowden <tony@kasei.com>
30455              Date: Sat, 25 Aug 2001 14:58:17 +0100
30456              Message-Id: <20010825145817.A11788@soto.kasei.com>
30457              (Applied with minor modifications.)
30458      Branch: perl
30459            ! t/op/universal.t
30460 ____________________________________________________________________________
30461 [ 11751] By: ams                                   on 2001/08/25  18:28:43
30462         Log: Subject: Re: 'can' with undefined subs
30463              From: Tony Bowden <tony@kasei.com>
30464              Date: Sat, 25 Aug 2001 15:13:14 +0100
30465              Message-Id: <20010825151314.B11788@soto.kasei.com>
30466      Branch: perl
30467            ! lib/UNIVERSAL.pm
30468 ____________________________________________________________________________
30469 [ 11750] By: nick                                  on 2001/08/25  15:24:15
30470         Log: Integrate mainline
30471      Branch: perlio
30472           +> t/io/binmode.t
30473           !> (integrate 26 files)
30474 ____________________________________________________________________________
30475 [ 11749] By: nick                                  on 2001/08/25  14:55:41
30476         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
30477              From:  John Peacock <jpeacock@rowman.com>
30478              Date:  Wed, 22 Aug 2001 12:05:28 -0400
30479              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
30480      Branch: perl
30481            ! pod/perlhack.pod
30482 ____________________________________________________________________________
30483 [ 11748] By: nick                                  on 2001/08/25  14:53:04
30484         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
30485              From:  Michael G Schwern <schwern@pobox.com>
30486              Date:  Wed, 22 Aug 2001 19:22:45 -0400
30487              Message-Id:  <20010822192245.U619@blackrider>
30488      Branch: perl
30489            ! MANIFEST
30490 ____________________________________________________________________________
30491 [ 11747] By: nick                                  on 2001/08/25  14:52:33
30492         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
30493              From:  Nicholas Clark <nick@ccl4.org>
30494              Date:  Wed, 22 Aug 2001 23:29:06 +0100
30495              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
30496      Branch: perl
30497            + t/io/binmode.t
30498            ! perlio.c pod/perlfunc.pod
30499 ____________________________________________________________________________
30500 [ 11744] By: nick                                  on 2001/08/25  14:37:33
30501         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
30502              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30503              Date:  Fri, 24 Aug 2001 22:10:42 +0200
30504              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
30505      Branch: perl
30506            ! x2p/a2py.c x2p/walk.c
30507 ____________________________________________________________________________
30508 [ 11743] By: nick                                  on 2001/08/25  14:32:47
30509         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
30510              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30511              Date:  Fri, 24 Aug 2001 23:34:13 +0200
30512              Message-Id:  <20010824233413.A1285@rafael>
30513      Branch: perl
30514            ! pod/perlfunc.pod pod/perlvar.pod
30515 ____________________________________________________________________________
30516 [ 11742] By: ams                                   on 2001/08/25  13:16:02
30517         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
30518              From: Nicholas Clark <nick@ccl4.org>
30519              Date: Sat, 25 Aug 2001 14:50:07 +0100
30520              Message-Id: <20010825145007.L41464@plum.flirble.org>
30521      Branch: perl
30522            ! pp_ctl.c
30523 ____________________________________________________________________________
30524 [ 11741] By: nick                                  on 2001/08/24  07:08:45
30525         Log: When applying patch via Porting/apply fails, do p4 refresh
30526              to get old files back.
30527      Branch: perl
30528            ! Porting/apply
30529 ____________________________________________________________________________
30530 [ 11740] By: ams                                   on 2001/08/24  04:47:24
30531         Log: #11739 was incomplete.
30532      Branch: perl
30533            ! pod/perldiag.pod
30534 ____________________________________________________________________________
30535 [ 11739] By: ams                                   on 2001/08/24  04:09:40
30536         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
30537              From: "Philip Newton" <Philip.Newton@gmx.net>
30538              Date: Fri, 24 Aug 2001 07:08:34 +0200
30539      Branch: perl
30540            ! pod/perldiag.pod
30541 ____________________________________________________________________________
30542 [ 11738] By: ams                                   on 2001/08/24  02:19:42
30543         Log: Fixed Doug Wilson's email address.
30544      Branch: perl
30545            ! AUTHORS
30546 ____________________________________________________________________________
30547 [ 11737] By: ams                                   on 2001/08/24  00:10:13
30548         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
30549              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30550              Date: Thu, 23 Aug 2001 22:22:58 +0200
30551              Message-Id: <20010823222258.A901@rafael>
30552      Branch: perl
30553            ! pod/perldiag.pod
30554 ____________________________________________________________________________
30555 [ 11736] By: ams                                   on 2001/08/24  00:05:02
30556         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
30557              From: "Craig A. Berry" <craigberry@mac.com>
30558              Date: Thu, 23 Aug 2001 19:07:45 -0500
30559              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
30560      Branch: perl
30561            ! configure.com
30562 ____________________________________________________________________________
30563 [ 11735] By: sky                                   on 2001/08/23  13:42:07
30564         Log: Backed out 11732, it breaks lib/strict.t 
30565      Branch: perl
30566            ! op.c
30567 ____________________________________________________________________________
30568 [ 11734] By: sky                                   on 2001/08/23  11:45:59
30569         Log: Removed toy from 17133 after Matt Sargeants request.
30570      Branch: perl
30571            ! pod/perlfaq4.pod
30572 ____________________________________________________________________________
30573 [ 11733] By: sky                                   on 2001/08/23  11:36:29
30574         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
30575              From: Robin Houston <robin@kitsite.com>
30576              Date: Wed, 22 Aug 2001 23:06:16 +0100
30577              Message-ID: <20010822230616.A254@robin.kitsite.com>
30578      Branch: perl
30579            ! pod/perlfaq4.pod
30580 ____________________________________________________________________________
30581 [ 11732] By: sky                                   on 2001/08/23  10:36:02
30582         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
30583              From: Simon Cozens <simon@netthink.co.uk>
30584              Date: Thu, 23 Aug 2001 12:06:36 +0100
30585              Message-ID: <20010823120636.A9961@netthink.co.uk>
30586      Branch: perl
30587            ! op.c
30588 ____________________________________________________________________________
30589 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
30590         Log: fix broken windows build
30591      Branch: perl
30592            ! perl.h
30593 ____________________________________________________________________________
30594 [ 11730] By: ams                                   on 2001/08/22  21:35:30
30595         Log: Subject: [PATCH] io/tell.t doesn't chdir t
30596              From: Nicholas Clark <nick@ccl4.org>
30597              Date: Wed, 22 Aug 2001 23:25:58 +0100
30598              Message-Id: <20010822232557.Y82818@plum.flirble.org>
30599      Branch: perl
30600            ! t/io/tell.t
30601 ____________________________________________________________________________
30602 [ 11729] By: ams                                   on 2001/08/22  20:32:21
30603         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
30604              questions)
30605              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30606              Date: Wed, 22 Aug 2001 17:09:04 -0400
30607              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
30608              (Oops, forgot File::Spec::Unix in the previous patch.)
30609      Branch: perl
30610            ! lib/File/Spec/Unix.pm
30611 ____________________________________________________________________________
30612 [ 11728] By: ams                                   on 2001/08/22  20:25:41
30613         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
30614              questions)
30615              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30616              Date: Wed, 22 Aug 2001 17:09:04 -0400
30617              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
30618      Branch: perl
30619            ! lib/File/Spec.pm
30620 ____________________________________________________________________________
30621 [ 11727] By: ams                                   on 2001/08/22  19:43:30
30622         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
30623              From: John Peacock <jpeacock@rowman.com>
30624              Date: Wed, 22 Aug 2001 12:35:52 -0400
30625              Message-Id: <3B83DF68.5D89DC81@rowman.com>
30626              (Adds proper tests for $], notwithstanding Subject. +nitpick)
30627      Branch: perl
30628            ! t/op/ver.t
30629 ____________________________________________________________________________
30630 [ 11726] By: ams                                   on 2001/08/22  19:36:39
30631         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
30632              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
30633              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
30634              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
30635      Branch: perl
30636            ! lib/diagnostics.pm lib/diagnostics.t
30637 ____________________________________________________________________________
30638 [ 11725] By: ams                                   on 2001/08/22  19:25:01
30639         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
30640              From: Nicholas Clark <nick@ccl4.org>
30641              Date: Wed, 22 Aug 2001 20:59:05 +0100
30642              Message-Id: <20010822205905.U82818@plum.flirble.org>
30643      Branch: perl
30644            ! pp.c t/op/64bitint.t t/op/arith.t
30645 ____________________________________________________________________________
30646 [ 11724] By: ams                                   on 2001/08/22  10:02:33
30647         Log: Subject: Configure blooper
30648              From: H.Merijn Brand <h.m.brand@hccnet.nl>
30649              Date: Wed, 22 Aug 2001 12:38:35 +0200
30650              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
30651      Branch: perl
30652            ! Configure
30653 ____________________________________________________________________________
30654 [ 11723] By: ams                                   on 2001/08/21  16:17:53
30655         Log: Subject: [PATCH] installperl -help
30656              From: Nicholas Clark <nick@ccl4.org>
30657              Date: Tue, 21 Aug 2001 17:34:23 +0100
30658              Message-Id: <20010821173423.F82818@plum.flirble.org>
30659      Branch: perl
30660            ! installperl
30661 ____________________________________________________________________________
30662 [ 11722] By: ams                                   on 2001/08/20  07:46:31
30663         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
30664              From: Ilmari Karonen <iltzu@sci.fi>
30665              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
30666              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
30667      Branch: perl
30668            ! pod/perlvar.pod
30669 ____________________________________________________________________________
30670 [ 11721] By: nick                                  on 2001/08/20  06:24:31
30671         Log: Integrate mainline
30672      Branch: perlio
30673           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
30674           +> lib/Lingua/KO/Hangul/Util/Changes
30675           +> lib/Lingua/KO/Hangul/Util/README
30676           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
30677           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
30678           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
30679           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
30680           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
30681           +> lib/Unicode/Normalize/t/test.t
30682            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
30683           !> (integrate 55 files)
30684 ____________________________________________________________________________
30685 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
30686         Log: Integrate Change #11599 from maint-5.6/perl
30687      Branch: maint-5.6/macperl
30688           !> README.win32
30689 ____________________________________________________________________________
30690 [ 11719] By: ams                                   on 2001/08/18  21:21:42
30691         Log: Add Porting/apply to MANIFEST.
30692      Branch: perl
30693            ! MANIFEST
30694 ____________________________________________________________________________
30695 [ 11718] By: sky                                   on 2001/08/18  14:38:01
30696         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
30697              Better solution would be to make 5005threaded perl use
30698              the same system as ithreads do
30699      Branch: perl
30700            ! perl.h
30701 ____________________________________________________________________________
30702 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
30703         Log: New try for ID 20010407.006: detach the semantics
30704              "was the last match target UTF8" into its own variable.
30705      Branch: perl
30706            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
30707            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
30708 ____________________________________________________________________________
30709 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
30710         Log: UTF8 flag should be meaningful only when POK.
30711      Branch: perl
30712            ! dump.c
30713 ____________________________________________________________________________
30714 [ 11715] By: sky                                   on 2001/08/18  11:45:16
30715         Log: USE_THREADS and USE_ITHREADS are never true at the same time
30716      Branch: perl
30717            ! perl.h
30718 ____________________________________________________________________________
30719 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
30720         Log: Retract #11712 for now.  The real fix would probably
30721              be something like making PL_reg_sv a copy (PV + UTF8)
30722              of the matched/substituted string (note: not just a SvPOK
30723              string, for example the stringified form of a ROK would
30724              be applicable)  Beware of leaks.
30725      Branch: perl
30726            ! pp_hot.c t/op/pat.t
30727 ____________________________________________________________________________
30728 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
30729         Log: UTF8 wasn't printing for PVMGs.
30730      Branch: perl
30731            ! dump.c
30732 ____________________________________________________________________________
30733 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
30734         Log: (Retracted by #11714)
30735              
30736              Okay analysis, debatable fix.  (The fix will inc
30737              the refcount of all temporary match objects,
30738              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
30739              which will then cause griping at untie() time
30740              ("inner references remain").
30741              
30742              Fix for ID 20010407.006: PL_reg_sv got wiped out
30743              by freetemps if the match target was a temporary
30744              (like function_call() =~ /.../), which in turn meant
30745              that the $1 et al stopped working if they had UTF-8
30746              in them.  Therefore bump up the refcount of PL_reg_sv.
30747      Branch: perl
30748            ! pp_hot.c t/op/pat.t
30749 ____________________________________________________________________________
30750 [ 11711] By: ams                                   on 2001/08/17  20:32:08
30751         Log: Subject: [PATCH] doesn't compile, was perl@11710
30752              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30753              Date: Fri, 17 Aug 2001 23:21:10 +0200
30754              Message-Id: <20010817232110.C7041@rafael> 
30755      Branch: perl
30756            ! sharedsv.c
30757 ____________________________________________________________________________
30758 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
30759         Log: Update Changes.
30760      Branch: perl
30761            ! Changes patchlevel.h
30762 ____________________________________________________________________________
30763 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
30764         Log: Upgrade to libnet 1.0704.
30765      Branch: perl
30766            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
30767            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
30768            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
30769            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
30770            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
30771            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
30772            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
30773 ____________________________________________________________________________
30774 [ 11708] By: sky                                   on 2001/08/17  13:34:04
30775         Log: Let perl_clone copy PL_exit_flags
30776      Branch: perl
30777            ! sv.c
30778 ____________________________________________________________________________
30779 [ 11707] By: sky                                   on 2001/08/17  12:28:41
30780         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
30781      Branch: perl
30782            ! sharedsv.c sharedsv.h
30783 ____________________________________________________________________________
30784 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
30785         Log: The metaconfig unit change for #11705.
30786      Branch: metaconfig/U/perl
30787            ! Extensions.U
30788 ____________________________________________________________________________
30789 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
30790         Log: Allow the threads extension to be found if present.
30791      Branch: perl
30792            ! Configure
30793 ____________________________________________________________________________
30794 [ 11704] By: nick                                  on 2001/08/17  11:47:54
30795         Log: Mail -> change script (pre-alpha)
30796      Branch: perl
30797            + Porting/apply
30798 ____________________________________________________________________________
30799 [ 11703] By: sky                                   on 2001/08/17  07:11:24
30800         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
30801              Thanks to Tom Hospel for pointing out my error.
30802      Branch: perl
30803            ! op.h
30804 ____________________________________________________________________________
30805 [ 11702] By: sky                                   on 2001/08/17  04:18:11
30806         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.
30807      Branch: perl
30808            ! embed.pl miniperlmain.c perl.c perl.h proto.h
30809 ____________________________________________________________________________
30810 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
30811         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
30812              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
30813      Branch: perl
30814            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
30815            + lib/Lingua/KO/Hangul/Util/README
30816            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
30817            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
30818            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
30819            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
30820            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
30821            + lib/Unicode/Normalize/t/test.t
30822            ! MANIFEST
30823 ____________________________________________________________________________
30824 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
30825         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
30826              Date: Thu, 16 Aug 2001 22:46:15 -0500
30827              From: "Craig A. Berry" <craigberry@mac.com>
30828              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
30829      Branch: perl
30830            ! configure.com numeric.c
30831 ____________________________________________________________________________
30832 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
30833         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
30834              of the usual suspects (like getpwent) but not for others
30835              (like localtime and rand).  The _r versions are available
30836              for all of them, so let's use them.
30837      Branch: perl
30838            ! perl.h
30839 ____________________________________________________________________________
30840 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
30841         Log: (Accidental apply; thankfully empty.)
30842      Branch: perl
30843            ! hints/os390.sh
30844 ____________________________________________________________________________
30845 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
30846         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
30847              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30848              Date: Thu, 16 Aug 2001 16:27:49 +0100
30849              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
30850      Branch: perl
30851            ! regexec.c t/op/re_tests
30852 ____________________________________________________________________________
30853 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
30854         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
30855              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30856              Date: Thu, 16 Aug 2001 18:50:01 +0100
30857              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
30858      Branch: perl
30859            ! pp_hot.c t/op/pat.t
30860 ____________________________________________________________________________
30861 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
30862         Log: Subject: [PATCH] *time_r again
30863              From: "Arthur Bergman" <arthur@contiller.se>
30864              Date: Thu, 16 Aug 2001 16:01:54 +0200
30865              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
30866      Branch: perl
30867            ! op.h
30868 ____________________________________________________________________________
30869 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
30870         Log: system() and backtick error handling cleanup from Craig A. Berry.
30871      Branch: perl
30872            ! vms/vms.c
30873 ____________________________________________________________________________
30874 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
30875         Log: change#10334 leaks memory, copies string when it doesn't
30876              need to
30877      Branch: perl
30878            ! perl.c
30879 ____________________________________________________________________________
30880 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
30881         Log: One more twist to the sprintf + utf8 testing.
30882      Branch: perl
30883            ! t/op/misc.t
30884 ____________________________________________________________________________
30885 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
30886         Log: Fix for 20010407.008 sprintf removes utf8-ness.
30887      Branch: perl
30888            ! pp.c t/op/misc.t
30889 ____________________________________________________________________________
30890 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
30891         Log: Subject: [PATCH] *time_r fixes
30892              From: "Arthur Bergman" <arthur@contiller.se>
30893              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
30894              Date: Thu, 16 Aug 2001 14:22:27 +0200
30895      Branch: perl
30896            ! op.h
30897 ____________________________________________________________________________
30898 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
30899         Log: Upgrade to CGI.pm 2.77.
30900      Branch: perl
30901            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
30902            ! lib/CGI/t/function.t
30903 ____________________________________________________________________________
30904 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
30905         Log: Document the bytes-to-Unicode upgrading.
30906      Branch: perl
30907            ! pod/perlunicode.pod
30908 ____________________________________________________________________________
30909 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
30910         Log: Add a test for Unicode sprintf.
30911      Branch: perl
30912            ! t/op/misc.t
30913 ____________________________________________________________________________
30914 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
30915         Log: Add Unicode tests for index/rindex.
30916      Branch: perl
30917            ! t/op/index.t
30918 ____________________________________________________________________________
30919 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
30920         Log: Document a bit the art of minimizing the installation,
30921              based on the p5p discussion.
30922      Branch: perl
30923            ! INSTALL
30924 ____________________________________________________________________________
30925 [ 11684] By: nick                                  on 2001/08/15  15:03:31
30926         Log: Integrate mainline
30927      Branch: perlio
30928           +> sharedsv.c sharedsv.h
30929           !> (integrate 53 files)
30930 ____________________________________________________________________________
30931 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
30932         Log: Update Changes.
30933      Branch: perl
30934            ! Changes patchlevel.h
30935 ____________________________________________________________________________
30936 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
30937         Log: The #11673 necessitated a test tweak.
30938      Branch: perl
30939            ! t/io/utf8.t
30940 ____________________________________________________________________________
30941 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
30942         Log: Also UNICOS is in the general case unable to silently
30943              handle fp overflows.
30944      Branch: perl
30945            ! numeric.c
30946 ____________________________________________________________________________
30947 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
30948         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
30949              NV_EPSILON #defined.
30950      Branch: perl
30951            ! perl.h
30952 ____________________________________________________________________________
30953 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
30954         Log: Re-establish the fp overflow detection for VAX VMS; there
30955              is no easy way to have the IEEE fp silent overflow semantics.
30956              (in Alpha VMS we still will use IEEE fp by default-- but it
30957              is still possible to configure Perl to use G_FLOAT)
30958      Branch: perl
30959            ! numeric.c
30960 ____________________________________________________________________________
30961 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
30962         Log: Subject: [PATCH] pp_lock 
30963              From: "Arthur Bergman" <arthur@contiller.se>
30964              Date: Wed, 15 Aug 2001 11:52:16 +0200
30965              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
30966      Branch: perl
30967            ! pp.c
30968 ____________________________________________________________________________
30969 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
30970         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
30971              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30972              Date: Wed, 15 Aug 2001 11:32:11 +0100
30973              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
30974      Branch: perl
30975            ! regcomp.c t/op/re_tests
30976 ____________________________________________________________________________
30977 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
30978         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
30979              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30980              Date: Wed, 15 Aug 2001 10:33:49 +0100
30981              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
30982      Branch: perl
30983            ! regexec.c t/op/re_tests
30984 ____________________________________________________________________________
30985 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
30986         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
30987              From: Barrie Slaymaker <barries@slaysys.com>
30988              Date: Tue, 14 Aug 2001 14:32:25 -0400
30989              Message-ID: <20010814143225.A19822@jester.slaysys.com>
30990      Branch: perl
30991            ! lib/File/Spec.t lib/File/Spec/Unix.pm
30992 ____________________________________________________________________________
30993 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
30994         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
30995              From: Peter Prymmer <pvhp@forte.com>
30996              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
30997              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
30998      Branch: perl
30999            ! README.vms configure.com
31000 ____________________________________________________________________________
31001 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
31002         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
31003              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31004              Date: Tue, 14 Aug 2001 21:23:27 +0200
31005              Message-ID: <20010814212327.A1919@rafael>
31006      Branch: perl
31007            ! doio.c
31008 ____________________________________________________________________________
31009 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
31010         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
31011              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
31012              Date: Tue, 14 Aug 2001 22:30:11 +0200
31013              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
31014              
31015              Combination of nmake, quoting, and Perl expanded $( in here-doc.
31016      Branch: perl
31017            ! ext/SDBM_File/Makefile.PL
31018 ____________________________________________________________________________
31019 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
31020         Log: Todo updates.
31021      Branch: perl
31022            ! pod/perltodo.pod
31023 ____________________________________________________________________________
31024 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
31025         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
31026              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
31027              Date: Mon, 13 Aug 2001 23:15:01 +0200
31028              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
31029      Branch: perl
31030            ! sv.c
31031 ____________________________________________________________________________
31032 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
31033         Log: Subject: [PATCH] [b-]showlex.t
31034              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31035              Date: Sun, 12 Aug 2001 22:24:51 +0200
31036              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
31037              
31038              The 4nt command shell will expand the % in command line
31039              no matter what quoting is attempted, changed the % to @.
31040      Branch: perl
31041            ! ext/B/Showlex.t
31042 ____________________________________________________________________________
31043 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
31044         Log: Subject: [PATCH] magic.t
31045              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
31046              Date: Sun, 12 Aug 2001 20:49:27 +0200
31047              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
31048      Branch: perl
31049            ! t/op/magic.t
31050 ____________________________________________________________________________
31051 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
31052         Log: Add sharedsv* to the DOSish platforms; plus add
31053              some WinCE files to the list of DOSish files.
31054      Branch: perl
31055            ! NetWare/Makefile Porting/makerel win32/Makefile
31056            ! win32/makefile.mk wince/Makefile.ce
31057 ____________________________________________________________________________
31058 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
31059         Log: More DOSish files.
31060      Branch: perl
31061            ! Porting/makerel
31062 ____________________________________________________________________________
31063 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
31064         Log: Strip CRs from the WinCE files.  Now we need to
31065              figure out in which CRs are really needed: probably
31066              Makefile.ce and the README files, at least, probably
31067              also the registry.bat.
31068      Branch: perl
31069            ! wince/Makefile.ce wince/README.compile wince/README.perlce
31070            ! wince/config.h wince/include/cectype.h wince/include/errno.h
31071            ! wince/include/sys/stat.h wince/include/sys/types.h
31072            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
31073            ! wince/perldll.def wince/registry.bat wince/wince.h
31074            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
31075 ____________________________________________________________________________
31076 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
31077         Log: Add some files to DOSish and writables.
31078      Branch: perl
31079            ! Porting/makerel
31080 ____________________________________________________________________________
31081 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
31082         Log: Compile failure message tidying.
31083      Branch: perl
31084            ! t/lib/1_compile.t
31085 ____________________________________________________________________________
31086 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
31087         Log: The new sharedsv* should be exported only if usethreads.
31088      Branch: perl
31089            ! makedef.pl
31090 ____________________________________________________________________________
31091 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
31092         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
31093              From: Peter Prymmer <pvhp@forte.com>
31094              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
31095              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
31096      Branch: perl
31097            ! README.os390
31098 ____________________________________________________________________________
31099 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
31100         Log: Update Changes.
31101      Branch: perl
31102            ! Changes patchlevel.h
31103 ____________________________________________________________________________
31104 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
31105         Log: Subject: [PATHC] sharedsv.[c|h]
31106              From: "Artur Bergman" <artur@contiller.se>
31107              Date: Mon, 13 Aug 2001 14:38:41 +0200
31108              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
31109              
31110              Subject: [PATCH] embed.pl
31111              From: Arthur Bergman <arthur@contiller.se>
31112              Date: Mon, 13 Aug 2001 14:38:14 +0200
31113              Message-ID: <B79D96D6.3088%arthur@contiller.se>
31114              
31115              Subject: [PATCH] sharedsv cleanups
31116              From: "Arthur Bergman" <arthur@contiller.se>
31117              Date: Mon, 13 Aug 2001 15:14:25 +0200
31118              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
31119              
31120              Plus few tweaks: _init needs to be Adp, the prototypes
31121              should not be revealed unless using ithreads, #endif FOO
31122              must be #endif /* FOO */, adding (parentheses) around
31123              do { } while doesn't work too well.
31124      Branch: perl
31125            + sharedsv.c sharedsv.h
31126            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
31127            ! perl.h perlapi.c pod/perlapi.pod proto.h
31128 ____________________________________________________________________________
31129 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
31130         Log: Subject: Re: END {} blocks run in perl_run
31131              From: Arthur Bergman <arthur@contiller.se>
31132              Date: Mon, 13 Aug 2001 11:11:30 +0200
31133              Message-ID: <B79D6661.3068%arthur@contiller.se>
31134      Branch: perl
31135            ! perl.c
31136 ____________________________________________________________________________
31137 [ 11657] By: nick                                  on 2001/08/13  09:03:02
31138         Log: Integrate mainline
31139      Branch: perlio
31140           +> (branch 326 files)
31141            - (delete 330 files)
31142           !> (integrate 85 files)
31143 ____________________________________________________________________________
31144 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
31145         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
31146              and the Perl will be built to do that by default (adding that
31147              will break scripts having non-UTF-8 binary data, such as Latin-1.)
31148      Branch: perl
31149            ! op.c toke.c utf8.h
31150 ____________________________________________________________________________
31151 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
31152         Log: Unnecessary downgrades.
31153      Branch: perl
31154            ! doop.c
31155 ____________________________________________________________________________
31156 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
31157         Log: Failure not true anymore (probably caused by my broken setup).
31158      Branch: perl
31159            ! t/op/pat.t
31160 ____________________________________________________________________________
31161 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
31162         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
31163              stopped working).
31164      Branch: perl
31165            ! op.h pp_ctl.c regcomp.c
31166 ____________________________________________________________________________
31167 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
31168         Log: There is no IN_UTF8.
31169      Branch: perl
31170            ! utf8.h
31171 ____________________________________________________________________________
31172 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
31173         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
31174      Branch: perl
31175            ! op.c op.h pp_ctl.c regcomp.c
31176 ____________________________________________________________________________
31177 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
31178         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
31179              and a test tweak.
31180      Branch: perl
31181            ! op.c t/pod/find.t
31182 ____________________________________________________________________________
31183 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
31184         Log: Todo updates and fixes.
31185      Branch: perl
31186            ! pod/perltodo.pod
31187 ____________________________________________________________________________
31188 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
31189         Log: Mark tests (and one module) having explicit Latin-1
31190              (and one file having explicit UTF-8) with an explicit
31191              'no utf8' (and one explicit 'use utf8').
31192              
31193              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
31194      Branch: perl
31195            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
31196            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
31197            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
31198 ____________________________________________________________________________
31199 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
31200         Log: Subject: SV: END {} blocks run in perl_run
31201              From: "Arthur Bergman" <arthur@contiller.se>
31202              Date: Sun, 12 Aug 2001 00:34:28 +0200 
31203              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
31204      Branch: perl
31205            ! miniperlmain.c perl.c
31206 ____________________________________________________________________________
31207 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
31208         Log: Typos in #11645.
31209      Branch: perl
31210            ! perl.h
31211 ____________________________________________________________________________
31212 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
31213         Log: On ithreads default to use_reentrant except on naturally
31214              threadsafe platforms.
31215      Branch: perl
31216            ! perl.h
31217 ____________________________________________________________________________
31218 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
31219         Log: (Hopefully) a fix for 20010723.004: make install needs
31220              write permission in build directory.  The problem was
31221              probably caused by overeager sprinkling of the lib/re.pm
31222              dependencies (which was done to guarantee lib/re.pm being
31223              uptodate for parallel makes: now solved by funneling that
31224              through an explicit recursive make in the preplibrary target).
31225      Branch: perl
31226            ! Makefile.SH
31227 ____________________________________________________________________________
31228 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
31229         Log: Dispell the "use utf8" superstition.
31230      Branch: perl
31231            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
31232            ! pod/perlunicode.pod
31233 ____________________________________________________________________________
31234 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
31235         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
31236              From: "Abigail" <abigail@foad.org> 
31237              Date: Sat, 11 Aug 2001 23:49:49 +0200
31238              Message-ID: <20010811214950.23255.qmail@foad.org>
31239      Branch: perl
31240            ! t/op/taint.t
31241 ____________________________________________________________________________
31242 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
31243         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
31244              From: Abhijit Menon-Sen <ams@wiw.org>
31245              Date: Sat, 11 Aug 2001 06:18:19 +0530
31246              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
31247      Branch: perl
31248            ! mg.c
31249 ____________________________________________________________________________
31250 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
31251         Log: Test for change #11639.
31252      Branch: perl
31253            ! t/op/tiehandle.t
31254 ____________________________________________________________________________
31255 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
31256         Log: Subject: Re: Can't localize *FH, then tie it
31257              From: Abhijit Menon-Sen <ams@wiw.org>
31258              Date: Sun, 12 Aug 2001 16:08:06 +0530
31259              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
31260      Branch: perl
31261            ! pp_hot.c pp_sys.c
31262 ____________________________________________________________________________
31263 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
31264         Log: Drop all the unnecessary "use utf8" clauses and some of
31265              the unnecessary "use bytes" ones.
31266              
31267              TODO: scour the documentation for unnecessary "use utf8"
31268              and prominently display it in perldelta when the time comes.
31269              ("use utf8" should be necessary ONLY if one wants the script
31270              to be in UTF-8.)  Also should be checked in some non-ASCII
31271              non-Latin-1 platform, like EBCDIC.
31272      Branch: perl
31273            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
31274            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
31275 ____________________________________________________________________________
31276 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
31277         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
31278              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
31279              in Unicode handling.
31280      Branch: perl
31281            + t/op/lc.t
31282            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
31283 ____________________________________________________________________________
31284 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
31285         Log: Thinko: we want the flags for native cc, not gcc.
31286      Branch: perl
31287            ! hints/dec_osf.sh
31288 ____________________________________________________________________________
31289 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
31290         Log: (retracted by 13077)
31291              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
31292              From: Robin Houston <robin@kitsite.com>
31293              Date: Fri, 10 Aug 2001 14:42:02 +0100
31294              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
31295      Branch: perl
31296            ! pp.c
31297 ____________________________________________________________________________
31298 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
31299         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
31300              From: Abhijit Menon-Sen <ams@wiw.org>
31301              Date: Sat, 11 Aug 2001 16:31:04 +0530
31302              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
31303      Branch: perl
31304            ! op.c
31305 ____________________________________________________________________________
31306 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
31307         Log: Get rid of indread, from Abhijit Menon-Sen.
31308      Branch: perl
31309            ! pp_sys.c
31310 ____________________________________________________________________________
31311 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
31312         Log: CRLFgngngn.
31313      Branch: perl
31314            ! win32/Makefile win32/makefile.mk
31315 ____________________________________________________________________________
31316 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
31317         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
31318      Branch: perl
31319            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31320            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
31321            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
31322            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
31323            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
31324            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
31325            ! win32/Makefile win32/makefile.mk
31326 ____________________________________________________________________________
31327 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
31328         Log: Avoid #elif (less portable than #else #if).
31329      Branch: perl
31330            ! handy.h
31331 ____________________________________________________________________________
31332 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
31333         Log: Subject: patch for perlvar.pod
31334              From: mah@everybody.org (Mark A. Hershberger)
31335              Date: 08 Aug 2001 17:03:16 -0500
31336              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
31337      Branch: perl
31338            ! pod/perlvar.pod
31339 ____________________________________________________________________________
31340 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
31341         Log: cpp commands must start (the # must be) at the column #0.
31342      Branch: perl
31343            ! op.c
31344 ____________________________________________________________________________
31345 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
31346         Log: If using gcc -B/foo/bar makedepend would give
31347              unnecessary warnings about unused -B/foo/bar.
31348      Branch: perl
31349            ! makedepend.SH
31350 ____________________________________________________________________________
31351 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
31352         Log: Update Changes.
31353      Branch: perl
31354            ! Changes patchlevel.h
31355 ____________________________________________________________________________
31356 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
31357         Log: s/z/tz/
31358      Branch: perl
31359            ! pod/perlfaq2.pod
31360 ____________________________________________________________________________
31361 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
31362         Log: Article nit.
31363      Branch: perl
31364            ! pod/perlfaq2.pod
31365 ____________________________________________________________________________
31366 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
31367         Log: Rename lib/unicode files to lib/unicore to avoid
31368              conflicts between core lib/unicode and Unicode::
31369              files in case-ignoring filesystems.
31370      Branch: perl
31371            + (add 325 files)
31372            - (delete 324 files)
31373            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
31374 ____________________________________________________________________________
31375 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
31376         Log: Upgrade to Math::BigInt 1.41.
31377      Branch: perl
31378            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
31379 ____________________________________________________________________________
31380 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
31381         Log: Subject: [PATCH] remove PL_na from typemap
31382              From: James <james@rf.net>
31383              Date: Mon, 06 Aug 2001 20:23:15 -0700
31384              Message-ID: <3B6F5F23.A31A81B1@rf.net>
31385              
31386              (had to be manually applied)
31387      Branch: perl
31388            ! lib/ExtUtils/typemap
31389 ____________________________________________________________________________
31390 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
31391         Log: The metaconfig unit changes for #11618.
31392      Branch: metaconfig/U/perl
31393            + d_fpclassl.U i_fp.U
31394 ____________________________________________________________________________
31395 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
31396         Log: Forgot this from #11618.
31397              
31398              NOTE: wince/config_H.ce needs updating.
31399      Branch: perl
31400            ! wince/config.ce
31401 ____________________________________________________________________________
31402 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
31403         Log: Introduce more floating point classifying APIs;
31404              try to define (most importantly) Perl_is{inf,nan}(x).
31405              
31406              For this first cut, assume none such APIs exist in non-UNIXoid
31407              platforms-- this is of course too unkind: Win32 rumoredly has
31408              _fpclass() and _isnan(), and VMS/VOS very probably have some
31409              of the APIs available.     The only thing Perl uses at the moment
31410              is Perl_isnan() (has been in use for a while now).
31411              
31412              NOTE: the Win32 and NetWare config_h.?c need regenerating.
31413      Branch: perl
31414            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
31415            ! Porting/config_H config_h.SH configure.com epoc/config.sh
31416            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
31417            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31418            ! vos/config.ga.h win32/config.bc win32/config.gc
31419            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31420            ! win32/config_H.vc wince/config.ce wince/config.h
31421 ____________________________________________________________________________
31422 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
31423         Log: Integrate change #11519 from perlio:
31424              
31425              Avoid testing for (non-)existance of "encoding(xxxx)"
31426              layer is called "encoding" the (xxxx) is an argument.
31427      Branch: perl
31428           !> lib/open.pm
31429 ____________________________________________________________________________
31430 [ 11616] By: nick                                  on 2001/08/09  07:50:24
31431         Log: Integrate mainline
31432      Branch: perlio
31433           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
31434           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
31435           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
31436           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
31437            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
31438            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
31439           !> (integrate 79 files)
31440 ____________________________________________________________________________
31441 [ 11615] By: nick                                  on 2001/08/09  06:23:44
31442         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
31443              layer is called "encoding" the (xxxx) is an argument.
31444      Branch: perlio
31445            ! lib/open.pm
31446 ____________________________________________________________________________
31447 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
31448         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
31449              From: Paul Johnson <paul@pjcj.net>
31450              Date: Wed, 8 Aug 2001 23:54:17 +0200
31451              Message-ID: <20010808235417.O1006@pjcj.net>
31452      Branch: perl
31453            ! ext/B/B/Concise.pm
31454 ____________________________________________________________________________
31455 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
31456         Log: Make VMS use IEEE math by default; reorder Tru64 hints
31457              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
31458              exception semantics) is always set if using (the new) cc.
31459      Branch: perl
31460            ! configure.com hints/dec_osf.sh
31461 ____________________________________________________________________________
31462 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
31463         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
31464              From: Abhijit Menon-Sen <ams@wiw.org>
31465              Date: Tue, 7 Aug 2001 17:16:05 +0530
31466              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
31467      Branch: perl
31468            ! pp_sys.c
31469 ____________________________________________________________________________
31470 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
31471         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
31472              From: "Craig A. Berry" <craigberry@mac.com>
31473              Date: Tue, 07 Aug 2001 22:27:47 -0500
31474              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
31475      Branch: perl
31476            ! t/run/exit.t
31477 ____________________________________________________________________________
31478 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
31479         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
31480              From: "Craig A. Berry" <craigberry@mac.com>
31481              Date: Tue, 07 Aug 2001 20:01:53 -0500
31482              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
31483      Branch: perl
31484            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
31485 ____________________________________________________________________________
31486 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
31487         Log: Update the magazine information.
31488      Branch: perl
31489            ! pod/perlfaq2.pod
31490 ____________________________________________________________________________
31491 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
31492         Log: Ignore SIGFPE everywhere.
31493      Branch: perl
31494            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
31495 ____________________________________________________________________________
31496 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
31497         Log: With permission, change the licensing of the docs by
31498              TomC (and Gnat) to comply with the rest of Perl.
31499      Branch: perl
31500            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
31501            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31502            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
31503            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
31504            ! pod/perltootc.pod
31505 ____________________________________________________________________________
31506 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
31507         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
31508              From: Andy Dougherty <doughera@lafayette.edu>
31509              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
31510              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
31511      Branch: perl
31512            ! hints/openbsd.sh
31513 ____________________________________________________________________________
31514 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
31515         Log: Subject: [PATCH] Makefile.SH test_prep dependency
31516              From: Andy Dougherty <doughera@lafayette.edu>
31517              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
31518              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
31519      Branch: perl
31520            ! Makefile.SH
31521 ____________________________________________________________________________
31522 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
31523         Log: Don't autogenerate the headers et alia,
31524              make regen_headers explicitly.
31525      Branch: perl
31526            ! Makefile.SH
31527 ____________________________________________________________________________
31528 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
31529         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
31530              From: Gurusamy Sarathy <gsar@ActiveState.com> 
31531              Date: Tue, 07 Aug 2001 08:33:26 -0700
31532              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
31533              
31534              Unnecessary dependency.
31535      Branch: perl
31536            ! embed.pl
31537 ____________________________________________________________________________
31538 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
31539         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
31540              From: Abhijit Menon-Sen <ams@wiw.org>
31541              Date: Tue, 7 Aug 2001 09:10:54 +0530
31542              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
31543      Branch: perl
31544            ! pp_hot.c
31545 ____________________________________________________________________________
31546 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
31547         Log: Subject: [PATCH perl@11597] B && BEGIN handling
31548              From: "James A. Duncan" <jduncan@fotango.com>
31549              Date: Mon, 6 Aug 2001 17:29:11 +0100
31550              Message-ID: <20010806172911.A2071@fotango.com>
31551              
31552              (the intrpvar.h addition moved to the end for bincompat)
31553      Branch: perl
31554            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
31555 ____________________________________________________________________________
31556 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
31557         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
31558      Branch: perl
31559           !> README.win32
31560 ____________________________________________________________________________
31561 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
31562         Log: fix URLs for fcrypt.c
31563      Branch: maint-5.6/perl
31564            ! README.win32
31565 ____________________________________________________________________________
31566 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
31567         Log: Yet another way to say Infinity: HP-UX calls its "++".
31568      Branch: perl
31569            ! lib/Math/BigInt/t/bigintpm.t
31570 ____________________________________________________________________________
31571 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
31572         Log: Update Changes.
31573      Branch: perl
31574            ! Changes patchlevel.h
31575 ____________________________________________________________________________
31576 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
31577         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
31578      Branch: perl
31579            ! pod/perlfaq5.pod
31580 ____________________________________________________________________________
31581 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
31582         Log: The #11593 wasn't right.
31583      Branch: perl
31584            ! lib/Math/BigInt/t/bigintpm.t
31585 ____________________________________________________________________________
31586 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
31587         Log: Subject: [PATCH: perl@11564] introducing perlivp
31588              From: Prymmer/Kahn <pvhp@best.com>
31589              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
31590              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
31591              
31592              Subject: Re: [PATCH: perl@11564] introducing perlivp
31593              From: Prymmer/Kahn <pvhp@best.com>
31594              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
31595              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
31596      Branch: perl
31597            + utils/perlivp.PL
31598            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
31599            ! win32/Makefile win32/makefile.mk
31600 ____________________________________________________________________________
31601 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
31602         Log: libcs are confused what to call Infinity.
31603      Branch: perl
31604            ! lib/Math/BigInt/t/bigintpm.t
31605 ____________________________________________________________________________
31606 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
31607         Log: Avoid SIGFPE in Tru64.
31608      Branch: perl
31609            ! numeric.c
31610 ____________________________________________________________________________
31611 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
31612         Log: Upgrade to Math::BigInt 1.40.
31613              
31614              NOTE: this patch necessitates doing something about
31615              infinity handling since the new bigintpm.t tests use
31616              infinity, which causes SIGFPEs at least in Tru64.
31617      Branch: perl
31618            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31619            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
31620            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
31621            ! lib/Math/BigInt/t/mbimbf.t
31622 ____________________________________________________________________________
31623 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
31624         Log: remove hardcoded cmd shell in testsuite
31625      Branch: perl
31626            ! t/op/glob.t t/op/magic.t t/op/stat.t
31627 ____________________________________________________________________________
31628 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
31629         Log: 4-arg select() was busted on windows because change#8178 didn't
31630              make it into mainline
31631      Branch: perl
31632            ! perl.h win32/include/sys/socket.h
31633 ____________________________________________________________________________
31634 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
31635         Log: Rename the Getopt::Long tests to be as they are
31636              in the Getopt::Long official distribution.
31637      Branch: perl
31638            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
31639            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
31640            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
31641            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
31642            ! MANIFEST
31643 ____________________________________________________________________________
31644 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
31645         Log: Upgrade to Getopt::Long 2.26.
31646      Branch: perl
31647            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
31648            ! MANIFEST lib/Getopt/Long.pm
31649 ____________________________________________________________________________
31650 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
31651         Log: Retract #10874 (the hack should be unnecessary by now)
31652      Branch: perl
31653            ! lib/Test/Harness.pm
31654 ____________________________________________________________________________
31655 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
31656         Log: avoid temp file littering in tests
31657      Branch: perl
31658            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
31659 ____________________________________________________________________________
31660 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
31661         Log: Subject: warning in sv.c: double format, NV arg
31662              From: "Philip Newton" <Philip.Newton@gmx.net>
31663              Date: Sun, 5 Aug 2001 19:41:07 +0200
31664              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
31665      Branch: perl
31666            ! sv.c
31667 ____________________________________________________________________________
31668 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
31669         Log: fix POSIX.t#13 for windos
31670      Branch: perl
31671            ! ext/POSIX/POSIX.t
31672 ____________________________________________________________________________
31673 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
31674         Log: Add a test for PerlIO::Via.
31675      Branch: perl
31676            + ext/PerlIO/t/via.t
31677            ! MANIFEST ext/PerlIO/Via/Via.pm
31678 ____________________________________________________________________________
31679 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
31680         Log: flock() and link() are not available on Windows 9x
31681      Branch: perl
31682            ! win32/config_sh.PL
31683 ____________________________________________________________________________
31684 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
31685         Log: Some Tru64 C compilers have C++ components that confuse
31686              the ccversion parsing.
31687      Branch: perl
31688            ! hints/dec_osf.sh
31689 ____________________________________________________________________________
31690 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
31691         Log: (Reintroduce #11125)
31692              
31693              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
31694              From: Alan Burlison <Alan.Burlison@sun.com> 
31695              Date: Tue, 03 Jul 2001 15:20:13 +0100   
31696              Message-ID: <3B41D49D.A923D4F9@sun.com> 
31697      Branch: perl
31698            ! lib/ExtUtils/MM_Unix.pm
31699 ____________________________________________________________________________
31700 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
31701         Log: Little pointer juggling for HP-UX cc to avoid
31702              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
31703              followed by
31704              "error 1549: Modifiable lvalue required for assignment operator."
31705      Branch: perl
31706            ! hv.c
31707 ____________________________________________________________________________
31708 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
31709         Log: Continuation of #11575: SANY_SEEN completely deprecated,
31710              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
31711              plus a fix for the bug.
31712      Branch: perl
31713            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
31714 ____________________________________________________________________________
31715 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
31716         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
31717              From: Doug MacEachern <dougm@covalent.net>
31718              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
31719              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
31720      Branch: perl
31721            ! sv.c
31722 ____________________________________________________________________________
31723 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
31724         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
31725              the new CANY is the \C.  The problem reported and the
31726              test case supplied in
31727              
31728              Subject: UTF-8 bugs in string length & single line regex matches
31729              From: "Daniel P. Berrange" <dan@berrange.com>
31730              Date: Fri, 3 Aug 2001 11:39:33 +0100
31731              Message-ID: <20010803113932.A19318@berrange.com>
31732      Branch: perl
31733            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
31734            ! t/op/pat.t
31735 ____________________________________________________________________________
31736 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
31737         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
31738              From: Doug MacEachern <dougm@covalent.net>
31739              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
31740              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
31741      Branch: perl
31742            ! perl.c regexec.c
31743 ____________________________________________________________________________
31744 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
31745         Log: The #11572 didn't up the test count.
31746      Branch: perl
31747            ! t/op/length.t
31748 ____________________________________________________________________________
31749 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
31750         Log: Subject: UTF-8 bugs in string length & single line regex matches
31751              From: "Daniel P. Berrange" <dan@berrange.com>
31752              Date: Fri, 3 Aug 2001 11:39:33 +0100         
31753              Message-ID: <20010803113932.A19318@berrange.com>
31754              
31755              (the mg_length() fix)
31756      Branch: perl
31757            ! mg.c t/op/length.t
31758 ____________________________________________________________________________
31759 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
31760         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31761              From: Abhijit Menon-Sen <ams@wiw.org>
31762              Date: Sat, 4 Aug 2001 16:56:35 +0530
31763              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
31764      Branch: perl
31765            ! hv.c
31766 ____________________________________________________________________________
31767 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
31768         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31769              From: Abhijit Menon-Sen <ams@wiw.org>
31770              Date: Sat, 4 Aug 2001 16:16:03 +0530
31771              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
31772      Branch: perl
31773            ! hv.c
31774 ____________________________________________________________________________
31775 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
31776         Log: Subject: Re: [patch] refcount re ops
31777              From: Abhijit Menon-Sen <ams@wiw.org>
31778              Date: Sat, 4 Aug 2001 08:54:55 +0530
31779              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
31780      Branch: perl
31781            ! sv.c
31782 ____________________________________________________________________________
31783 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
31784         Log: Subject: [patch] refcount re ops
31785              From: Doug MacEachern <dougm@covalent.net>
31786              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
31787              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
31788      Branch: perl
31789            ! regcomp.c sv.c
31790 ____________________________________________________________________________
31791 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
31792         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
31793              From: Doug MacEachern <dougm@covalent.net>
31794              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
31795              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
31796      Branch: perl
31797            ! perl.c regexec.c
31798 ____________________________________________________________________________
31799 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
31800         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
31801              From: "Craig A. Berry" <craigberry@mac.com> 
31802              Date: Fri, 03 Aug 2001 16:16:16 -0500
31803              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
31804      Branch: perl
31805            ! t/op/misc.t
31806 ____________________________________________________________________________
31807 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
31808         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
31809              From: John Kristian <jmk2001@engineer.com>
31810              Date: Fri, 03 Aug 2001 00:59:08 -0700
31811              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
31812      Branch: perl
31813            ! win32/win32.c
31814 ____________________________________________________________________________
31815 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
31816         Log: Update Changes.
31817      Branch: perl
31818            ! Changes patchlevel.h
31819 ____________________________________________________________________________
31820 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
31821         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
31822              From: "Craig A. Berry" <craigberry@mac.com>
31823              Date: Thu, 02 Aug 2001 23:15:24 -0500
31824              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
31825      Branch: perl
31826            ! ext/B/Stash.t
31827 ____________________________________________________________________________
31828 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
31829         Log: Subject: [patch] plug PL_cshname leak
31830              From: Doug MacEachern <dougm@covalent.net>
31831              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
31832              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
31833      Branch: perl
31834            ! sv.c
31835 ____________________________________________________________________________
31836 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
31837         Log: Subject: [patch] plug PL_sh_path leak
31838              From: Doug MacEachern <dougm@covalent.net>
31839              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
31840              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
31841      Branch: perl
31842            ! sv.c
31843 ____________________________________________________________________________
31844 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
31845         Log: Subject: [patch] plug PL_regex_padav leaks
31846              From: Doug MacEachern <dougm@covalent.net>
31847              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
31848              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
31849      Branch: perl
31850            ! op.c op.h perl.c
31851 ____________________________________________________________________________
31852 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
31853         Log: Subject: [patch] plug PL_origargv leak
31854              From: Doug MacEachern <dougm@covalent.net>
31855              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
31856              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
31857      Branch: perl
31858            ! perl.c
31859 ____________________________________________________________________________
31860 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
31861         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31862              From: Abhijit Menon-Sen <ams@wiw.org>
31863              Date: Fri, 3 Aug 2001 06:38:11 +0530
31864              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
31865      Branch: perl
31866            ! hv.c
31867 ____________________________________________________________________________
31868 [ 11557] By: nick                                  on 2001/08/03  08:17:38
31869         Log: Integrate mainline
31870      Branch: perlio
31871           +> (branch 47 files)
31872            - lib/Switch/test.pl
31873           !> (integrate 49 files)
31874 ____________________________________________________________________________
31875 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
31876         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
31877              From: "Craig A. Berry" <craigberry@mac.com>
31878              Date: Thu, 02 Aug 2001 12:56:19 -0500
31879              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
31880      Branch: perl
31881            ! ext/B/Showlex.t
31882 ____________________________________________________________________________
31883 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
31884         Log: Be more careful about non-existent files.
31885      Branch: perl
31886            ! lib/File/Copy.pm
31887 ____________________________________________________________________________
31888 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
31889         Log: Subject: [PATCH resend] deparse empty formats
31890              From: Robin Houston <robin@kitsite.com> 
31891              Date: Thu, 2 Aug 2001 14:32:36 +0100
31892              Message-ID: <20010802143236.A894@robin.kitsite.com>
31893      Branch: perl
31894            ! ext/B/B/Deparse.pm
31895 ____________________________________________________________________________
31896 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
31897         Log: Subject: [patch] ithreads + refto fix improvement
31898              From: Doug MacEachern <dougm@covalent.net>
31899              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
31900              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
31901      Branch: perl
31902            ! pp.c
31903 ____________________________________________________________________________
31904 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
31905         Log: Readability nit from Abhijit.
31906      Branch: perl
31907            ! op.c
31908 ____________________________________________________________________________
31909 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
31910         Log: setproctitle() API version nit from Anton Berezin.
31911      Branch: perl
31912            ! mg.c
31913 ____________________________________________________________________________
31914 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
31915         Log: Add PerlCE to the docs.
31916      Branch: perl
31917            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31918            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31919 ____________________________________________________________________________
31920 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
31921         Log: Integrate the PerlCE (WinCE Perl) port;
31922              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
31923      Branch: perl
31924            + README.ce wince/FindExt.pm wince/Makefile.ce
31925            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
31926            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
31927            + wince/bin/search.pl wince/config.ce wince/config.h
31928            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
31929            + wince/dl_win32.xs wince/include/arpa/inet.h
31930            + wince/include/cectype.h wince/include/errno.h
31931            + wince/include/netdb.h wince/include/sys/socket.h
31932            + wince/include/sys/stat.h wince/include/sys/types.h
31933            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
31934            + wince/perl.rc wince/perldll.def wince/perllib.c
31935            + wince/perlmain.c wince/registry.bat wince/runperl.c
31936            + wince/splittree.pl wince/win32.h wince/win32iop.h
31937            + wince/win32thread.c wince/win32thread.h wince/wince.c
31938            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
31939            + wince/xdistclean.ksh wince/xmakediffs.ksh
31940            ! MANIFEST perl.c perl.h perlio.c
31941 ____________________________________________________________________________
31942 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
31943         Log: setproctitle() made simpler.  (This assumes the string is
31944              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
31945              should be used.  Note len, not len + 1.)  BSD-fu from Anton
31946              Berezin.
31947      Branch: perl
31948            ! mg.c
31949 ____________________________________________________________________________
31950 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
31951         Log: Subject: [PATCH] -Wall cleanup: op.c
31952              From: Richard Soderberg <rs@oregonnet.com>
31953              Date: Thu, 2 Aug 2001 00:17:09 -0700
31954              Message-Id: <200108020717.AAA26895@oregonnet.com>
31955              
31956              Subject: [PATCH] -Wall cleanup: sv.c
31957              From: Richard Soderberg <rs@oregonnet.com>
31958              Date: Thu, 2 Aug 2001 00:49:21 -0700
31959              Message-Id: <200108020749.AAA27492@oregonnet.com>
31960      Branch: perl
31961            ! op.c sv.c
31962 ____________________________________________________________________________
31963 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
31964         Log: Update Changes.
31965      Branch: perl
31966            ! Changes patchlevel.h
31967 ____________________________________________________________________________
31968 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
31969         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
31970              From: Doug MacEachern <dougm@covalent.net>
31971              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
31972              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
31973      Branch: perl
31974            ! op.c
31975 ____________________________________________________________________________
31976 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
31977         Log: The #11541 didn't work under threads.
31978      Branch: perl
31979            ! op.c
31980 ____________________________________________________________________________
31981 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
31982         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
31983              From: Hugo <hv@crypt.compulink.co.uk>
31984              Date: Fri, 22 Jun 2001 01:19:08 +0100 
31985              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
31986              
31987              (Skip tests if accept() failed)
31988      Branch: perl
31989            ! ext/IO/lib/IO/t/io_unix.t
31990 ____________________________________________________________________________
31991 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
31992         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
31993              From: "Stian Seeberg" <sseeberg@nimsoft.no>
31994              Date: Mon, 30 Jul 2001 12:28:07 +0200
31995              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
31996      Branch: perl
31997            ! perl.h
31998 ____________________________________________________________________________
31999 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
32000         Log: Subject: Pluggable optimizer
32001              From: Simon Cozens <simon@netthink.co.uk>
32002              Date: Wed, 1 Aug 2001 13:57:02 -0700
32003              Message-ID: <20010801135702.I10442@netthink.co.uk>
32004      Branch: perl
32005            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
32006 ____________________________________________________________________________
32007 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
32008         Log: Subject: [ID 20010801.039] perlre.pod message typo
32009              From: Autrijus Tang <autrijus@geb.elixus.org>
32010              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
32011              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
32012      Branch: perl
32013            ! pod/perlre.pod
32014 ____________________________________________________________________________
32015 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
32016         Log: Test for change #11536.
32017      Branch: perl
32018            ! t/op/tiehandle.t
32019 ____________________________________________________________________________
32020 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
32021         Log: More test fixups for #11537.
32022      Branch: perl
32023            ! t/lib/warnings/4lint t/lib/warnings/9enabled
32024 ____________________________________________________________________________
32025 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
32026         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
32027              From: Doug MacEachern <dougm@covalent.net>
32028              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
32029              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
32030      Branch: perl
32031            ! op.c t/TestInit.pm
32032 ____________________________________________________________________________
32033 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
32034         Log: Subject: [patch] ithreads + refto bug
32035              From: Doug MacEachern <dougm@covalent.net>
32036              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
32037              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
32038              
32039              (Test in change #11539)
32040      Branch: perl
32041            ! pp.c
32042 ____________________________________________________________________________
32043 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
32044         Log: Subject: [PATCH: perl@11523] fixups for t/harness
32045              From: Prymmer/Kahn <pvhp@best.com>
32046              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
32047              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
32048      Branch: perl
32049            ! t/harness
32050 ____________________________________________________________________________
32051 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
32052         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
32053              From: Prymmer/Kahn <pvhp@best.com>
32054              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
32055              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
32056      Branch: perl
32057            ! win32/Makefile win32/makefile.mk
32058 ____________________________________________________________________________
32059 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
32060         Log: Need to know the number of tests.
32061      Branch: perl
32062            ! t/run/exit.t
32063 ____________________________________________________________________________
32064 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
32065         Log: Subject: Re: new exit tests on VMS
32066              From: "Craig A. Berry" <craigberry@mac.com>
32067              Date: Tue, 31 Jul 2001 12:19:29 -0500
32068              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
32069      Branch: perl
32070            ! t/run/exit.t
32071 ____________________________________________________________________________
32072 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
32073         Log: Retract #11530 (the dTHX is needed under threads)
32074      Branch: perl
32075            ! perlio.c
32076 ____________________________________________________________________________
32077 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
32078         Log: (Retracted by #11531)
32079      Branch: perl
32080            ! perlio.c
32081 ____________________________________________________________________________
32082 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
32083         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
32084              From: Richard Soderberg <rs@crystalflame.net>
32085              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
32086              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
32087      Branch: perl
32088            ! unixish.h
32089 ____________________________________________________________________________
32090 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
32091         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
32092              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32093              Date: Tue, 31 Jul 2001 05:39:09 -0400
32094              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
32095              
32096              (with a note about the case of UV being equal to long long)
32097      Branch: perl
32098            ! utils/h2xs.PL
32099 ____________________________________________________________________________
32100 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
32101         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
32102              From: "Craig A. Berry" <craigberry@mac.com>
32103              Date: Tue, 31 Jul 2001 14:57:43 -0500
32104              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
32105      Branch: perl
32106            ! t/io/fs.t
32107 ____________________________________________________________________________
32108 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
32109         Log: Fix for
32110              
32111              Subject: [ID 20010116.001] File::Copy truncates orig file 
32112              From: arbor@al37al08.telecel.pt
32113              Date: Tue, 16 Jan 2001 11:43:02 GMT
32114              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
32115              
32116              (copy($foo, $foo) would truncate $foo)
32117      Branch: perl
32118            ! lib/File/Copy.pm lib/File/Copy.t
32119 ____________________________________________________________________________
32120 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
32121         Log: Metaconfig unit change for #11524.
32122      Branch: metaconfig/U/perl
32123            ! Extras.U
32124 ____________________________________________________________________________
32125 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
32126         Log: Multiple modules didn't work; plus typo fixes.
32127      Branch: perl
32128            ! Configure
32129 ____________________________________________________________________________
32130 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
32131         Log: Update Changes.
32132      Branch: perl
32133            ! Changes patchlevel.h
32134 ____________________________________________________________________________
32135 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
32136         Log: Regen perlapi.
32137      Branch: perl
32138            ! pod/perlapi.pod
32139 ____________________________________________________________________________
32140 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
32141         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
32142              From: Dave Mitchell <davem@fdgroup.co.uk>
32143              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
32144              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
32145      Branch: perl
32146            ! sv.c
32147 ____________________________________________________________________________
32148 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
32149         Log: Regen toc.
32150      Branch: perl
32151            ! pod/perltoc.pod
32152 ____________________________________________________________________________
32153 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
32154         Log: Regen Porting stuff.
32155      Branch: perl
32156            ! Porting/Glossary Porting/config.sh Porting/config_H
32157 ____________________________________________________________________________
32158 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
32159         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
32160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32161              Date: Tue, 31 Jul 2001 05:34:38 -0400
32162              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
32163      Branch: perl
32164            ! utils/h2xs.PL
32165 ____________________________________________________________________________
32166 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
32167         Log: Metaconfig unit change for #11516. 
32168      Branch: metaconfig/U/perl
32169            ! gccvers.U
32170 ____________________________________________________________________________
32171 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
32172         Log: Add -Wall in cflags, not in Configure.
32173              (This way -Wall affects only the core and the core XS,
32174              not user modules' XS.  Concern from Paul Marquess,
32175              implementation idea from Andy Dougherty.)
32176      Branch: perl
32177            ! Configure cflags.SH
32178 ____________________________________________________________________________
32179 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
32180         Log: Metaconfig unit changes for #11514.
32181      Branch: metaconfig
32182            + U/modified/sysman.U
32183            ! U/installdirs/man1dir.U
32184 ____________________________________________________________________________
32185 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
32186         Log: Subject: Configure's detection of system manual
32187              From: Sean Dague <sean@dague.net> 
32188              Date: Sun, 13 May 2001 15:53:15 -0400
32189              Message-ID: <20010513155315.A15833@underhill.dague.net>
32190      Branch: perl
32191            ! Configure
32192 ____________________________________________________________________________
32193 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
32194         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
32195              From: Autrijus Tang <autrijus@autrijus.org> 
32196              Date: Thu, 21 Jun 2001 23:56:48 +0800
32197              Message-Id: <20010621235648.A57340@not.autrijus.org>
32198      Branch: perl
32199            ! pod/perlobj.pod
32200 ____________________________________________________________________________
32201 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
32202         Log: Subject: Typo in DB_File.pm
32203              From: "Philip Newton" <Philip.Newton@gmx.net>
32204              Date: Tue, 31 Jul 2001 06:19:35 +0200
32205              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
32206      Branch: perl
32207            ! ext/DB_File/DB_File.pm
32208 ____________________________________________________________________________
32209 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
32210         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
32211              From: "Stephen P. Potter" <spp@spotter.yi.org>
32212              Date: Wed, 30 May 2001 13:59:34 -0400
32213              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
32214      Branch: perl
32215            ! pod/perlre.pod
32216 ____________________________________________________________________________
32217 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
32218         Log: eval "format foo=" would loop indefinitely; reported in
32219              
32220              Subject: A load of old rubbish
32221              From: Mike Guy <mjtg@cam.ac.uk>
32222              Date: Mon, 14 May 2001 16:12:22 +0100
32223              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
32224              
32225              (The core dumps reported in there already fixed.)
32226      Branch: perl
32227            ! toke.c
32228 ____________________________________________________________________________
32229 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
32230         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
32231      Branch: perl
32232            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
32233            + lib/Switch/t/switch_case.t
32234            - lib/Switch/test.pl
32235            ! MANIFEST lib/Switch.pm
32236 ____________________________________________________________________________
32237 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
32238         Log: Subject: [PATCH @11505] DB_File-1.78
32239              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
32240              Date: Mon, 30 Jul 2001 22:54:37 +0100
32241              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
32242      Branch: perl
32243            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32244            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32245 ____________________________________________________________________________
32246 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
32247         Log: Explain in more detail why -pipe and -fno-common are good.
32248      Branch: perl
32249            ! hints/darwin.sh
32250 ____________________________________________________________________________
32251 [ 11506] By: nick                                  on 2001/07/30  14:32:23
32252         Log: Integrate mainline
32253      Branch: perlio
32254           !> INSTALL Makefile.SH doio.c hints/darwin.sh
32255 ____________________________________________________________________________
32256 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
32257         Log: Perl hasn't been putting man pages into $prefix/lib for
32258              a long time now; pointed out by Andy Dougherty. 
32259      Branch: perl
32260            ! hints/darwin.sh
32261 ____________________________________________________________________________
32262 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
32263         Log: Document the extras Configure option.
32264      Branch: perl
32265            ! INSTALL
32266 ____________________________________________________________________________
32267 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
32268         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
32269              everywhere.
32270      Branch: perl
32271           !> doio.c
32272 ____________________________________________________________________________
32273 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
32274         Log: Doubly guard against invoking CPAN if no extras defined,
32275              pointed out by H. Merijn Brand.
32276      Branch: perl
32277            ! Makefile.SH
32278 ____________________________________________________________________________
32279 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
32280         Log: Fix O_RDONLY check to check for O_RDONLY.
32281      Branch: maint-5.6/macperl
32282            ! doio.c
32283 ____________________________________________________________________________
32284 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
32285         Log: Integrate miscellaneous changes from maint-5.6/perl.
32286      Branch: maint-5.6/macperl
32287           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
32288 ____________________________________________________________________________
32289 [ 11499] By: nick                                  on 2001/07/30  06:52:42
32290         Log: Integrate mainline
32291      Branch: perlio
32292           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
32293           +> win32/sync_ext.pl
32294            - win32/sncfnmcs.pl
32295           !> (integrate 71 files)
32296 ____________________________________________________________________________
32297 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
32298         Log: Update Changes.
32299      Branch: perl
32300            ! Changes patchlevel.h
32301 ____________________________________________________________________________
32302 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
32303         Log: Now Configure -Dextras=Foo::Bar and "make install" will
32304              fetch and install Foo::Bar.
32305      Branch: perl
32306            ! Makefile.SH
32307 ____________________________________________________________________________
32308 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
32309         Log: Metaconfig unit change for #11495.
32310      Branch: metaconfig/U/perl
32311            ! Extras.U
32312 ____________________________________________________________________________
32313 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
32314         Log: extras.make, extras.test, and extras.install make targets.
32315      Branch: perl
32316            ! Configure Makefile.SH
32317 ____________________________________________________________________________
32318 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
32319         Log: Metaconfig unit change for #11493.
32320      Branch: metaconfig/U/perl
32321            ! Extras.U
32322 ____________________________________________________________________________
32323 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
32324         Log: Better to have the list of extras in $extras than 'define'.
32325      Branch: perl
32326            ! Configure
32327 ____________________________________________________________________________
32328 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
32329         Log: The metaconfig unit change for #11490.
32330      Branch: metaconfig/U/perl
32331            + Extras.U
32332 ____________________________________________________________________________
32333 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
32334         Log: Missed from #11490 (the required dependency).
32335      Branch: perl
32336            ! Makefile.SH
32337 ____________________________________________________________________________
32338 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
32339         Log: Add the support of asking for extra modules or bundles of modules
32340              to be fetched from the CPAN and installed as a part of the Perl
32341              build process.  None of this installation is yet really done;
32342              only the list is asked, and saved away in extras.lst for
32343              the build and installation process to worry about later.
32344      Branch: perl
32345            ! Configure
32346 ____________________________________________________________________________
32347 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
32348         Log: Beginnings of better Inf and NaN support.
32349              At least toke.c and sv.c still need quite a bit of work.
32350      Branch: perl
32351            ! numeric.c perl.h
32352 ____________________________________________________________________________
32353 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
32354         Log: Top-level Makefile didn't honour OPTIMIZE.
32355      Branch: perl
32356            ! Makefile.SH
32357 ____________________________________________________________________________
32358 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
32359         Log: Update Changes.
32360      Branch: perl
32361            ! Changes patchlevel.h
32362 ____________________________________________________________________________
32363 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
32364         Log: Use Search::Dict 1.02 interface for charinfo().
32365      Branch: perl
32366            ! lib/UnicodeCD.pm
32367 ____________________________________________________________________________
32368 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
32369         Log: Now also allow transforming the read lines before comparing them.
32370              (This will help UnicodeCD.) 
32371      Branch: perl
32372            ! lib/Search/Dict.pm
32373 ____________________________________________________________________________
32374 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
32375         Log: Remove tiehandle code.
32376      Branch: perl
32377            ! lib/UnicodeCD.pm
32378 ____________________________________________________________________________
32379 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
32380         Log: Allow specifying a comparison function for Search::Dict::look().
32381      Branch: perl
32382            ! lib/Search/Dict.pm
32383 ____________________________________________________________________________
32384 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
32385         Log: Small UnicodeCD tweaks.
32386      Branch: perl
32387            ! lib/UnicodeCD.pm lib/UnicodeCD.t
32388 ____________________________________________________________________________
32389 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
32390         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
32391              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32392              Date: Tue, 24 Jul 2001 01:51:32 +0900
32393              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
32394      Branch: perl
32395            ! lib/UnicodeCD.pm lib/UnicodeCD.t
32396 ____________________________________________________________________________
32397 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
32398         Log: Subject: [PATCH] installperl
32399              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
32400              Date: Fri, 27 Jul 2001 19:05:04 -0700
32401              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
32402      Branch: perl
32403            ! installperl
32404 ____________________________________________________________________________
32405 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
32406         Log: Subject: [PATCH] Set proper compatibility versions in core
32407              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
32408              Date: Fri, 27 Jul 2001 20:01:49 -0700
32409              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
32410      Branch: perl
32411            ! Makefile.SH
32412 ____________________________________________________________________________
32413 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
32414         Log: Metaconfig unit change for #11477.
32415      Branch: metaconfig/U/perl
32416            ! dlsrc.U
32417 ____________________________________________________________________________
32418 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
32419         Log: Subject: [PATCH] Darwin: -fpic not so good
32420              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
32421              Date: Fri, 27 Jul 2001 18:57:38 -0700
32422              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
32423      Branch: perl
32424            ! Configure
32425 ____________________________________________________________________________
32426 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
32427         Log: Subject: [PATCH] Clean up Darwin hints
32428              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
32429              Date: Fri, 27 Jul 2001 19:13:15 -0700
32430              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
32431      Branch: perl
32432            ! hints/darwin.sh
32433 ____________________________________________________________________________
32434 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
32435         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
32436              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32437              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
32438              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
32439      Branch: perl
32440            ! pod/perlfunc.pod pp.c t/op/split.t
32441 ____________________________________________________________________________
32442 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
32443         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
32444              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32445              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
32446              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
32447      Branch: perl
32448            ! pod/perlvar.pod
32449 ____________________________________________________________________________
32450 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
32451         Log: Subject: [PATCH] fixes to constant.pm documentation
32452              From: Ilmari Karonen <iltzu@sci.fi>
32453              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
32454              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
32455      Branch: perl
32456            ! lib/constant.pm
32457 ____________________________________________________________________________
32458 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
32459         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
32460              From: "Philip Newton" <Philip.Newton@gmx.net>
32461              Date: Fri, 27 Jul 2001 07:51:10 +0200
32462              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
32463      Branch: perl
32464            ! pod/perlport.pod
32465 ____________________________________________________________________________
32466 [ 11471] By: nick                                  on 2001/07/26  06:23:32
32467         Log: Subject:  [PATCH] Doc fix for perlguts / threading
32468              From:  Arthur Bergman <arthur@contiller.se>
32469              Date:  Wed, 25 Jul 2001 11:28:23 +0200
32470              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
32471      Branch: perl
32472            ! pod/perlguts.pod
32473 ____________________________________________________________________________
32474 [ 11470] By: nick                                  on 2001/07/26  06:21:06
32475         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
32476              From:  Philip Newton <Philip.Newton@gmx.net>
32477              Date:  Wed, 25 Jul 2001 08:19:47 +0200
32478              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
32479      Branch: perl
32480            ! INSTALL
32481 ____________________________________________________________________________
32482 [ 11469] By: nick                                  on 2001/07/26  06:20:25
32483         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
32484              From:  Philip Newton <Philip.Newton@gmx.net>
32485              Date:  Wed, 25 Jul 2001 08:12:48 +0200
32486              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
32487      Branch: perl
32488            ! INSTALL
32489 ____________________________________________________________________________
32490 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
32491         Log: More +x.
32492      Branch: perl
32493            ! Porting/makerel
32494 ____________________________________________________________________________
32495 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
32496         Log: Update Changes.
32497      Branch: perl
32498            ! Changes patchlevel.h
32499 ____________________________________________________________________________
32500 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
32501         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
32502              From: "Philip Newton" <Philip.Newton@gmx.net>
32503              Date: Tue, 24 Jul 2001 06:45:55 +0200
32504              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
32505      Branch: perl
32506            ! os2/perlrexx.c
32507 ____________________________________________________________________________
32508 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
32509         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
32510              From: Peter Prymmer <pvhp@forte.com>
32511              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
32512              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
32513      Branch: perl
32514            ! pod/perlport.pod t/io/fs.t vms/test.com
32515 ____________________________________________________________________________
32516 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
32517         Log: Workaround on Cwd bootstrap problem.
32518      Branch: perl
32519            ! lib/ExtUtils/MakeMaker.pm
32520 ____________________________________________________________________________
32521 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
32522         Log: When in Rome, quote like the Romans do.
32523      Branch: perl
32524            ! cflags.SH
32525 ____________________________________________________________________________
32526 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
32527         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
32528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32529              Date: Mon, 23 Jul 2001 19:29:49 -0400
32530              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
32531      Branch: perl
32532            + os2/perlrexx.c
32533            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
32534            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
32535            ! t/op/write.t
32536 ____________________________________________________________________________
32537 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
32538         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
32539              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32540              Date: Mon, 23 Jul 2001 18:43:42 -0400
32541              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
32542      Branch: perl
32543            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
32544 ____________________________________________________________________________
32545 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
32546         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
32547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32548              Date: Mon, 23 Jul 2001 18:33:16 -0400
32549              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
32550      Branch: perl
32551            ! lib/ExtUtils/MakeMaker.pm
32552 ____________________________________________________________________________
32553 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
32554         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
32555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32556              Date: Mon, 23 Jul 2001 18:20:35 -0400
32557              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
32558      Branch: perl
32559            ! Makefile.SH cflags.SH
32560 ____________________________________________________________________________
32561 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
32562         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
32563              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
32564              Date: Mon, 23 Jul 2001 11:32:17 -0500
32565              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
32566      Branch: perl
32567            ! lib/ExtUtils/MakeMaker.pm
32568 ____________________________________________________________________________
32569 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
32570         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
32571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32572              Date: Mon, 23 Jul 2001 18:13:20 -0400
32573              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
32574      Branch: perl
32575            ! lib/perl5db.pl
32576 ____________________________________________________________________________
32577 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
32578         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
32579              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32580              Date: Mon, 23 Jul 2001 18:07:40 -0400
32581              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
32582      Branch: perl
32583            ! op.c
32584 ____________________________________________________________________________
32585 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
32586         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
32587              From: "Craig A. Berry" <craigberry@mac.com>
32588              Date: Mon, 23 Jul 2001 15:35:06 -0500
32589              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
32590      Branch: perl
32591            ! util.c
32592 ____________________________________________________________________________
32593 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
32594         Log: Subject: [PATCH perlfaq9.pod typo]
32595              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
32596              Date: Mon, 23 Jul 2001 07:49:05 -0700
32597              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
32598      Branch: perl
32599            ! pod/perlfaq9.pod
32600 ____________________________________________________________________________
32601 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
32602         Log: Subject: win32\sncfnmcs.pl corrections
32603              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
32604              Date: Mon, 23 Jul 2001 12:56:54 +0200
32605              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
32606              
32607              Rename the script a little bit more sensibly.
32608      Branch: perl
32609            + win32/sync_ext.pl
32610            - win32/sncfnmcs.pl
32611            ! MANIFEST README.win32
32612 ____________________________________________________________________________
32613 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
32614         Log: Test tweak.
32615      Branch: perl
32616            ! ext/B/Deparse.t
32617 ____________________________________________________________________________
32618 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
32619         Log: Metaconfig unit tweak for #11450.
32620      Branch: metaconfig/U/perl
32621            ! Mksymlinks.U
32622 ____________________________________________________________________________
32623 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
32624         Log: Too volatile failsafe check.
32625      Branch: perl
32626            ! Configure
32627 ____________________________________________________________________________
32628 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
32629         Log: Further doc tweaks.
32630      Branch: perl
32631            ! lib/UnicodeCD.pm
32632 ____________________________________________________________________________
32633 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
32634         Log: Doc tweaks.
32635      Branch: perl
32636            ! lib/UnicodeCD.pm
32637 ____________________________________________________________________________
32638 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
32639         Log: Doc tweakery from Abhijit.
32640      Branch: perl
32641            ! Porting/repository.pod
32642 ____________________________________________________________________________
32643 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
32644         Log: An accidental empty line.
32645      Branch: perl
32646            ! MANIFEST
32647 ____________________________________________________________________________
32648 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
32649         Log: Missing MANIFESTations.
32650      Branch: perl
32651            ! MANIFEST
32652 ____________________________________________________________________________
32653 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
32654         Log: Update Changes.
32655      Branch: perl
32656            ! Changes patchlevel.h
32657 ____________________________________________________________________________
32658 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
32659         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
32660              From: Mike Guy <mjtg@cam.ac.uk>
32661              Date: Fri, 20 Jul 2001 16:12:49 +0100
32662              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
32663      Branch: perl
32664            ! Porting/pumpkin.pod
32665 ____________________________________________________________________________
32666 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
32667         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
32668              From: Peter Prymmer <pvhp@forte.com>
32669              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
32670              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
32671      Branch: perl
32672            ! pod/perlhack.pod
32673 ____________________________________________________________________________
32674 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
32675         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
32676              From: Michael G Schwern <schwern@pobox.com>
32677              Date: Fri, 20 Jul 2001 20:22:35 -0400
32678              Message-ID: <20010720202235.O4498@blackrider>
32679      Branch: perl
32680            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
32681            ! lib/Test/t/todo.t
32682 ____________________________________________________________________________
32683 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
32684         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
32685              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32686              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
32687              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
32688      Branch: perl
32689            ! ext/POSIX/POSIX.pod
32690 ____________________________________________________________________________
32691 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
32692         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
32693              From: Mark-Jason Dominus <mjd@plover.com>
32694              Date: Fri, 20 Jul 2001 23:16:54 -0400
32695              Message-ID: <20010721031654.21877.qmail@plover.com>
32696      Branch: perl
32697            ! ext/POSIX/POSIX.pod
32698 ____________________________________________________________________________
32699 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
32700         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
32701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32702              Date: Sun, 22 Jul 2001 14:56:09 +0200
32703              Message-ID: <20010722145609.A766@rafael>
32704      Branch: perl
32705            ! ext/B/O.pm
32706 ____________________________________________________________________________
32707 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
32708         Log: Subject: regexec.c #define cleanup
32709              From: Mark-Jason Dominus <mjd@plover.com>
32710              Date: Sat, 21 Jul 2001 18:33:25 -0400
32711              Message-ID: <20010721223325.3069.qmail@plover.com>
32712      Branch: perl
32713            ! regexec.c
32714 ____________________________________________________________________________
32715 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
32716         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
32717              From: Prymmer/Kahn <pvhp@best.com>
32718              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
32719              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
32720      Branch: perl
32721            ! t/io/fs.t
32722 ____________________________________________________________________________
32723 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
32724         Log: Typo in #11432.
32725      Branch: perl
32726            ! ext/POSIX/POSIX.t
32727 ____________________________________________________________________________
32728 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
32729         Log: Integrate (manually) change #11424 from macperl.
32730      Branch: perl
32731            ! ext/Filter/t/call.t
32732 ____________________________________________________________________________
32733 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
32734         Log: Integrate change #11408 from macperl.
32735      Branch: perl
32736           !> README.macos pod/perlport.pod
32737 ____________________________________________________________________________
32738 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
32739         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
32740      Branch: perl
32741           +> macos/MacPerlTests.cmd macos/xsubpp.patch
32742            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32743            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
32744            ! ext/POSIX/POSIX.t
32745 ____________________________________________________________________________
32746 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
32747         Log: pod/*.t tests not picked up by t/TEST either
32748      Branch: maint-5.6/perl
32749            ! t/TEST
32750 ____________________________________________________________________________
32751 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
32752         Log: better tweak for change#11429 (windows has both / and \ separated
32753              paths in @INC at that point)
32754      Branch: maint-5.6/perl
32755            ! t/pod/testp2pt.pl
32756 ____________________________________________________________________________
32757 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
32758         Log: MacOS pod test tweak needs \Escape
32759      Branch: maint-5.6/perl
32760            ! t/pod/testp2pt.pl
32761 ____________________________________________________________________________
32762 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
32763         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
32764              resulting duplicate output, but t/harness isn't)
32765      Branch: maint-5.6/perl
32766            ! t/run/runenv.t
32767 ____________________________________________________________________________
32768 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
32769         Log: t/harness wasn't picking up all the tests
32770      Branch: maint-5.6/perl
32771            ! t/harness
32772 ____________________________________________________________________________
32773 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
32774         Log: update MANIFEST for new file
32775      Branch: maint-5.6/perl
32776            ! MANIFEST
32777 ____________________________________________________________________________
32778 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
32779         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
32780              the exception of the macperl/macos/... tree
32781      Branch: maint-5.6/perl
32782           +> t/lib/filefind-taint.t
32783           !> (integrate 72 files)
32784 ____________________________________________________________________________
32785 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
32786         Log: Fix test.
32787      Branch: maint-5.6/macperl
32788            ! macos/bundled_ext/Filter/t/call.t
32789 ____________________________________________________________________________
32790 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
32791         Log: Make perl fork()-safe (in a slightly limited way) even on
32792              platforms that don't have pthread_atfork() (extension of
32793              the fix in change#11151).
32794              
32795              Note that this will not help extensions that call fork()
32796              directly in C, or that link to libraries that call fork()
32797              directly.  Such cases must be fixed to either call
32798              PerlProc_fork(), or call atfork_lock() in parent before the
32799              calling the function that forks and call atfork_unlock()
32800              in both parent and child immediately after the fork().
32801              (There are no worries if C code calls exec() in the child
32802              immediately after a fork().  Only cases where the child
32803              calls perl's API functions (including New()) after the
32804              fork() are problematic.)
32805              
32806              This change also eliminates the use of vfork() from perl,
32807              since all such uses were violating the severe restrictions
32808              on modifying the state of the process between the vfork()
32809              and the exec().
32810              
32811              This is a modified version of patches suggested by Abhijit
32812              Menon-Sen and Richard Soderberg.
32813      Branch: perl
32814            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
32815            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
32816 ____________________________________________________________________________
32817 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
32818         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
32819              Switch, and Text::Balanced.
32820      Branch: maint-5.6/macperl
32821            + macos/bundled_ext/Filter/Util/Call/Call.pm
32822            + macos/bundled_ext/Filter/Util/Call/Call.xs
32823            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
32824            + macos/bundled_ext/Filter/t/MyFilter.pm
32825            + macos/bundled_ext/Filter/t/call.t
32826            + macos/bundled_ext/Filter/t/filter-util.pl
32827            + macos/bundled_lib/blib/lib/Class/ISA.pm
32828            + macos/bundled_lib/blib/lib/Digest.pm
32829            + macos/bundled_lib/blib/lib/Filter/Simple.pm
32830            + macos/bundled_lib/blib/lib/Switch.pm
32831            + macos/bundled_lib/blib/lib/Text/Balanced.pm
32832            + macos/bundled_lib/blib/lib/Text/Balanced.pod
32833            + macos/bundled_lib/t/Class/ISA/test.pl
32834            + macos/bundled_lib/t/Digest/Digest.t
32835            + macos/bundled_lib/t/Filter/Simple/test.pl
32836            + macos/bundled_lib/t/Switch/test.pl
32837            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
32838            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
32839            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
32840            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
32841            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
32842            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
32843            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
32844            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
32845 ____________________________________________________________________________
32846 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
32847         Log: Add Filter::Util::Call to config/make files; edit utils
32848              to recognize the module (it was descended too far down).
32849              Bump version to 5.6.1a4.
32850      Branch: maint-5.6/macperl
32851            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
32852            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
32853            ! macos/macperl/Makefile.mk macos/xsubpp.patch
32854 ____________________________________________________________________________
32855 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
32856         Log: Make DB_File the default for MLDBM on MacOS.
32857      Branch: maint-5.6/macperl
32858            ! macos/bundled_lib/blib/lib/MLDBM.pm
32859 ____________________________________________________________________________
32860 [ 11419] By: nick                                  on 2001/07/20  14:51:03
32861         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
32862              From:  Simon Cozens <simon@netthink.co.uk>
32863              Date:  Fri, 20 Jul 2001 11:42:35 -0400
32864              Message-Id:  <20010720114235.A5235@netthink.co.uk>
32865      Branch: perl
32866            ! lib/UnicodeCD.pm
32867 ____________________________________________________________________________
32868 [ 11418] By: nick                                  on 2001/07/20  14:48:12
32869         Log: Subject:  [PATCH regcomp.h] adds a comment
32870              From:  Abhijit Menon-Sen <ams@wiw.org>
32871              Date:  Fri, 20 Jul 2001 21:05:37 +0530
32872              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
32873      Branch: perl
32874            ! regcomp.h
32875 ____________________________________________________________________________
32876 [ 11417] By: nick                                  on 2001/07/20  14:16:38
32877         Log: Subject:  [PATCH 5.7.2] INSTALL updates
32878              From:  Andy Dougherty <doughera@lafayette.edu>
32879              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
32880              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
32881      Branch: perl
32882            ! INSTALL
32883 ____________________________________________________________________________
32884 [ 11416] By: nick                                  on 2001/07/20  06:44:44
32885         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
32886              From:  Russ Allbery <rra@stanford.edu>
32887              Date:  19 Jul 2001 15:52:37 -0700
32888              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
32889      Branch: perl
32890            ! lib/Pod/Man.pm
32891 ____________________________________________________________________________
32892 [ 11415] By: nick                                  on 2001/07/20  06:35:11
32893         Log: Subject:  [PATCH] defer op_seq allocation
32894              From:  Abhijit Menon-Sen <ams@wiw.org>
32895              Date:  Thu, 19 Jul 2001 22:12:24 +0530
32896              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
32897      Branch: perl
32898            ! op.c
32899 ____________________________________________________________________________
32900 [ 11414] By: nick                                  on 2001/07/20  06:23:36
32901         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
32902              From:  Abhijit Menon-Sen <ams@wiw.org>
32903              Date:  Fri, 20 Jul 2001 01:18:50 +0530
32904              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
32905              (Private e-mail)
32906      Branch: perl
32907            ! ext/Time/HiRes/HiRes.xs
32908 ____________________________________________________________________________
32909 [ 11413] By: nick                                  on 2001/07/20  06:18:53
32910         Log: Integrate mainline
32911      Branch: perlio
32912           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
32913            - t/base/commonsense.t
32914           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
32915           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
32916           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
32917           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
32918           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
32919           !> win32/win32.c
32920 ____________________________________________________________________________
32921 [ 11412] By: nick                                  on 2001/07/19  06:44:27
32922         Log: Integrate win32/perlhost.h from maintenance branch.
32923              (Rest of $ENV{PATH} / system() fix.)
32924      Branch: perl
32925           !> win32/perlhost.h
32926 ____________________________________________________________________________
32927 [ 11411] By: nick                                  on 2001/07/19  06:41:34
32928         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
32929              From:  Philip Newton <Philip.Newton@gmx.net>
32930              Date:  Wed, 18 Jul 2001 21:43:57 +0200
32931              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
32932      Branch: perl
32933            ! pod/perlhack.pod
32934 ____________________________________________________________________________
32935 [ 11410] By: nick                                  on 2001/07/19  06:39:35
32936         Log: Subject:  Security hole in taint checking in open()
32937              From:  deekoo@tentacle.net
32938              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
32939              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
32940      Branch: perl
32941            ! doio.c
32942 ____________________________________________________________________________
32943 [ 11409] By: nick                                  on 2001/07/19  06:28:08
32944         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
32945              From:  Abhijit Menon-Sen <ams@wiw.org>
32946              Date:  Thu, 19 Jul 2001 04:30:43 +0530
32947              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
32948      Branch: perl
32949            ! ext/Time/HiRes/HiRes.xs
32950 ____________________________________________________________________________
32951 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
32952         Log: Update docs with latest implementation information and new URLs.
32953      Branch: maint-5.6/macperl
32954            ! README.macos pod/perlport.pod
32955 ____________________________________________________________________________
32956 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
32957         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
32958              Fix BuildRules to accept optimization variables.
32959      Branch: maint-5.6/macperl
32960            + macos/bundled_ext/Digest/MD5/Makefile.mk
32961            ! macos/BuildRules.mk macos/Makefile.mk
32962            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
32963            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
32964 ____________________________________________________________________________
32965 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
32966         Log: Integrate changes 11399,11401
32967      Branch: maint-5.6/macperl
32968           !> win32/perlhost.h win32/win32.c
32969 ____________________________________________________________________________
32970 [ 11405] By: nick                                  on 2001/07/18  06:50:33
32971         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
32972              from perl5.6*
32973      Branch: perl
32974           !> win32/perlhost.h win32/win32.c
32975 ____________________________________________________________________________
32976 [ 11404] By: nick                                  on 2001/07/18  06:43:59
32977         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
32978              From:  hv@crypt0.demon.co.uk
32979              Date:  Wed, 18 Jul 2001 05:58:46 +0100
32980              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
32981      Branch: perl
32982            ! ext/POSIX/POSIX.t
32983 ____________________________________________________________________________
32984 [ 11403] By: nick                                  on 2001/07/18  06:38:57
32985         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
32986              From:  hv@crypt0.demon.co.uk
32987              Date:  Wed, 18 Jul 2001 05:21:54 +0100
32988              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
32989      Branch: perl
32990            ! numeric.c t/op/arith.t
32991 ____________________________________________________________________________
32992 [ 11402] By: nick                                  on 2001/07/18  06:19:17
32993         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
32994              From:  mjd@plover.com
32995              Date:  17 Jul 2001 17:59:20 -0000
32996              Message-Id:  <20010717175920.8177.qmail@plover.com>
32997      Branch: perl
32998            ! pod/perlre.pod
32999 ____________________________________________________________________________
33000 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
33001         Log: thinko in change#11400 (duh)
33002      Branch: maint-5.6/perl
33003            ! win32/perlhost.h
33004 ____________________________________________________________________________
33005 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
33006         Log: change#11399 revealed another unrelated bug; this is just a temporary
33007              bandaid
33008      Branch: maint-5.6/perl
33009            ! win32/perlhost.h
33010 ____________________________________________________________________________
33011 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
33012         Log: fix bugs in handling of the virtualized environment under windows;
33013              there were bugs in propagating any changes to %ENV down to the real
33014              environment when such changes happened in the toplevel process
33015              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
33016              problem identification, and for a part of the fix)
33017      Branch: maint-5.6/perl
33018            ! win32/perlhost.h win32/win32.c
33019 ____________________________________________________________________________
33020 [ 11398] By: nick                                  on 2001/07/17  08:26:35
33021         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
33022              From: Peter Prymmer <pvhp@forte.com>
33023              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
33024              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
33025              
33026              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
33027              should not depend on existance of Config.pm
33028      Branch: perl
33029           +> t/lib/commonsense.t
33030            - t/base/commonsense.t
33031            ! MANIFEST t/README
33032 ____________________________________________________________________________
33033 [ 11397] By: nick                                  on 2001/07/17  08:09:58
33034         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
33035              From:  Michael G Schwern <schwern@pobox.com>
33036              Date:  Mon, 16 Jul 2001 18:20:31 -0400
33037              Message-Id:  <20010716182031.A1128@blackrider>
33038      Branch: perl
33039            ! pod/perlhack.pod
33040 ____________________________________________________________________________
33041 [ 11396] By: nick                                  on 2001/07/17  08:04:11
33042         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
33043              From:  Gwyn Judd <b.judd@xtra.co.nz>
33044              Date:  Tue, 17 Jul 2001 20:55:58 +1200
33045              Message-Id:  <20010717205558.A3107@thislove>
33046      Branch: perl
33047            ! pod/perlfunc.pod
33048 ____________________________________________________________________________
33049 [ 11395] By: nick                                  on 2001/07/17  08:02:22
33050         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
33051              From:  Peter Prymmer <pvhp@forte.com>
33052              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
33053              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
33054      Branch: perl
33055            ! t/op/sprintf.t
33056 ____________________________________________________________________________
33057 [ 11394] By: nick                                  on 2001/07/17  07:57:06
33058         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
33059              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
33060              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
33061              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
33062      Branch: perl
33063            ! gv.c
33064 ____________________________________________________________________________
33065 [ 11392] By: nick                                  on 2001/07/17  07:50:12
33066         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
33067              From:  Coral <coral@moonlight.crystalflame.net>
33068              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
33069              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
33070      Branch: perl
33071            ! pp_sys.c thread.h
33072 ____________________________________________________________________________
33073 [ 11391] By: nick                                  on 2001/07/17  07:34:28
33074         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
33075              From:  Jonathan Stowe <gellyfish@gellyfish.com>
33076              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
33077              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
33078      Branch: perl
33079            ! utils/h2xs.PL
33080 ____________________________________________________________________________
33081 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
33082         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
33083              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
33084              and Mac::Apps::Launch, which don't work, and Time::HiRes and
33085              Time::Piece, which don't yet work.
33086      Branch: maint-5.6/macperl
33087            + (add 154 files)
33088 ____________________________________________________________________________
33089 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
33090         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
33091              Also add hack to get around missing setenv for PERL5DB.
33092      Branch: maint-5.6/macperl
33093            ! macos/macish.c macos/macish.h
33094 ____________________________________________________________________________
33095 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
33096         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
33097      Branch: maint-5.6/macperl
33098            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
33099            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
33100 ____________________________________________________________________________
33101 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
33102         Log: Fix up some configuration and make options, add extra
33103              extensions.
33104      Branch: maint-5.6/macperl
33105            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
33106            ! macos/macperl/Makefile.mk
33107 ____________________________________________________________________________
33108 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
33109         Log: From Change 11374 in maintperl.
33110      Branch: maint-5.6/macperl
33111           !> utils/h2ph.PL
33112 ____________________________________________________________________________
33113 [ 11385] By: nick                                  on 2001/07/16  14:12:58
33114         Log: Back out change to h2xs till it passes its test.
33115      Branch: perl
33116            ! utils/h2xs.PL
33117 ____________________________________________________________________________
33118 [ 11384] By: nick                                  on 2001/07/16  14:00:10
33119         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
33120              From:  Jonathan Stowe <gellyfish@gellyfish.com>
33121              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
33122              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
33123      Branch: perl
33124            ! utils/h2xs.PL
33125 ____________________________________________________________________________
33126 [ 11383] By: nick                                  on 2001/07/16  13:53:12
33127         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
33128              From:  Robin Houston <robin@kitsite.com>
33129              Date:  Sun, 15 Jul 2001 18:22:31 +0100
33130              Message-Id:  <20010715182230.A11174@robin>
33131      Branch: perl
33132            ! hints/darwin.sh
33133 ____________________________________________________________________________
33134 [ 11382] By: nick                                  on 2001/07/16  13:52:49
33135         Log: Subject:  [PATCH perl@11372] re_dup
33136              From:  Radu Greab <radu@netsoft.ro>
33137              Date:  Sun, 15 Jul 2001 04:50:06 +0300
33138              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
33139      Branch: perl
33140            ! sv.c
33141 ____________________________________________________________________________
33142 [ 11379] By: nick                                  on 2001/07/16  13:35:39
33143         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
33144              From:  Robin Houston <robin@kitsite.com>
33145              Date:  Sat, 14 Jul 2001 14:28:50 +0100
33146              Message-Id:  <20010714142850.A10205@robin>
33147      Branch: perl
33148            ! ext/B/B/Deparse.pm
33149 ____________________________________________________________________________
33150 [ 11378] By: nick                                  on 2001/07/16  13:30:36
33151         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
33152              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
33153              Date:  Sat, 14 Jul 2001 22:17:42 +0900
33154              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
33155      Branch: perl
33156            + ext/Encode/Encode/euc-jp-0212.enc
33157            ! ext/Encode/Encode/Tcl.pm
33158 ____________________________________________________________________________
33159 [ 11377] By: nick                                  on 2001/07/16  13:17:28
33160         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
33161              From:  Andy Dougherty <doughera@lafayette.edu>
33162              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
33163              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
33164      Branch: perl
33165            ! hints/darwin.sh hints/rhapsody.sh
33166 ____________________________________________________________________________
33167 [ 11376] By: nick                                  on 2001/07/16  09:05:00
33168         Log: Integrate mainline
33169      Branch: perlio
33170           +> ext/Encode/Encode/7bit-greek.enc
33171           +> ext/Encode/Encode/7bit-latin1.enc
33172           +> ext/Encode/Encode/cns11643-1.enc
33173           +> ext/Encode/Encode/cns11643-2.enc
33174           +> ext/Encode/Encode/iso2022-cn.enc
33175           +> ext/Encode/Encode/iso2022-jp1.enc
33176           +> ext/Encode/Encode/iso2022-jp2.enc
33177           !> Changes Configure MANIFEST Makefile.SH
33178           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
33179           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
33180           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
33181           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
33182           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
33183 ____________________________________________________________________________
33184 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
33185         Log: integrate change#11374 from maint-5.6
33186              
33187              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
33188      Branch: perl
33189           !> utils/h2ph.PL
33190 ____________________________________________________________________________
33191 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
33192         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
33193      Branch: maint-5.6/perl
33194            ! utils/h2ph.PL
33195 ____________________________________________________________________________
33196 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
33197         Log: Update Changes.
33198      Branch: perl
33199            ! Changes patchlevel.h
33200 ____________________________________________________________________________
33201 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
33202         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
33203              From: Jonathan Stowe <gellyfish@gellyfish.com>
33204              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
33205              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
33206      Branch: perl
33207            ! utils/h2xs.PL
33208 ____________________________________________________________________________
33209 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
33210         Log: Subject: patch to add DEL to [:cntrl:]
33211              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33212              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
33213              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
33214      Branch: perl
33215            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
33216 ____________________________________________________________________________
33217 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
33218         Log: Metaconfig unit change for #11369; plus a dependency nit.
33219      Branch: metaconfig
33220            ! U/compline/nblock_io.U
33221      Branch: metaconfig/U/perl
33222            ! Extensions.U
33223 ____________________________________________________________________________
33224 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
33225         Log: #include <stdlib.h> so that exit() is prototyped,
33226              noticed by Hugo.
33227      Branch: perl
33228            ! Configure
33229 ____________________________________________________________________________
33230 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
33231         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
33232              From: Peter Prymmer <pvhp@forte.com>
33233              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
33234              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
33235      Branch: perl
33236            ! t/op/sprintf.t
33237 ____________________________________________________________________________
33238 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
33239         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
33240              From: Peter Prymmer <pvhp@forte.com>
33241              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
33242              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
33243      Branch: perl
33244            ! ext/Encode/Encode/Tcl.t
33245 ____________________________________________________________________________
33246 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
33247         Log: Add information about gcc 3.0 basic block profiling.
33248      Branch: perl
33249            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
33250 ____________________________________________________________________________
33251 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
33252         Log: Subject: Error in lib/PerlIO/Via.pm ?
33253              From: Mark-Jason Dominus <mjd@plover.com>
33254              Date: Fri, 13 Jul 2001 15:55:41 -0400
33255              Message-ID: <20010713195541.26751.qmail@plover.com>
33256      Branch: perl
33257            ! ext/PerlIO/Via/Via.pm
33258 ____________________________________________________________________________
33259 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
33260         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
33261              section from the Compiler section.
33262      Branch: perl
33263            ! myconfig.SH
33264 ____________________________________________________________________________
33265 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
33266         Log: Handle glibc style of constant definitions using enum
33267              with intervening #defines; from Brendan O'Dea.
33268      Branch: perl
33269            ! utils/h2ph.PL
33270 ____________________________________________________________________________
33271 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
33272         Log: Add LC_MESSAGES to the locale_h export tag (it already is
33273              in the Makefile.PL and thusly eligible for an XS constant)
33274              (see also maintperl #10543)
33275      Branch: perl
33276            ! ext/POSIX/POSIX.pm
33277 ____________________________________________________________________________
33278 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
33279         Log: Subject: Re: [patch] re_dup
33280              From: Abhijit Menon-Sen <ams@wiw.org>
33281              Date: Fri, 13 Jul 2001 21:41:09 +0530
33282              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
33283      Branch: perl
33284            ! sv.c
33285 ____________________________________________________________________________
33286 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
33287         Log: Subject: [patch] re_dup
33288              From: Doug MacEachern <dougm@covalent.net>
33289              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
33290              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
33291      Branch: perl
33292            ! sv.c
33293 ____________________________________________________________________________
33294 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
33295         Log: Update Changes.
33296      Branch: perl
33297            ! Changes patchlevel.h
33298 ____________________________________________________________________________
33299 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
33300         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
33301              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
33302              Date: Sat, 14 Jul 2001 00:06:30 +0900
33303              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
33304      Branch: perl
33305            + ext/Encode/Encode/7bit-greek.enc
33306            + ext/Encode/Encode/7bit-latin1.enc
33307            + ext/Encode/Encode/cns11643-1.enc
33308            + ext/Encode/Encode/cns11643-2.enc
33309            + ext/Encode/Encode/iso2022-cn.enc
33310            + ext/Encode/Encode/iso2022-jp1.enc
33311            + ext/Encode/Encode/iso2022-jp2.enc
33312            ! MANIFEST ext/Encode/Encode/Tcl.pm
33313            ! ext/Encode/Encode/iso2022-kr.enc
33314 ____________________________________________________________________________
33315 [ 11357] By: nick                                  on 2001/07/13  14:24:06
33316         Log: Blind integrate mainline (as of 5.7.2?)
33317      Branch: perlio
33318           !> AUTHORS Changes Porting/config.sh Porting/config_H
33319           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
33320           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
33321           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33322           !> win32/makefile.mk
33323 ____________________________________________________________________________
33324 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
33325         Log: Snip away the devel patchlevel.
33326      Branch: perl
33327            ! patchlevel.h
33328 ____________________________________________________________________________
33329 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
33330         Log: Bump the version to 5.7.2.
33331      Branch: perl
33332            ! Porting/config.sh Porting/config_H patchlevel.h
33333            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
33334            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33335            ! win32/makefile.mk
33336 ____________________________________________________________________________
33337 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
33338         Log: Update Changes.
33339      Branch: perl
33340            ! Changes
33341 ____________________________________________________________________________
33342 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
33343         Log: Reword.
33344      Branch: perl
33345            ! AUTHORS
33346 ____________________________________________________________________________
33347 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
33348         Log: AUTHORS update.
33349      Branch: perl
33350            ! AUTHORS
33351 ____________________________________________________________________________
33352 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
33353         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
33354              unless ithreads.
33355      Branch: perl
33356            ! makedef.pl
33357 ____________________________________________________________________________
33358 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
33359         Log: Integrate perlio.
33360      Branch: perl
33361           !> win32/distclean.bat
33362 ____________________________________________________________________________
33363 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
33364         Log: Test the encoding transform only iff we have PerlIO,
33365              noticed by H. Merijn Brand.
33366      Branch: perl
33367            ! ext/PerlIO/t/encoding.t
33368 ____________________________________________________________________________
33369 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
33370         Log: README.netware tweaks from Ananth Kesari.
33371      Branch: perl
33372            ! README.netware
33373 ____________________________________________________________________________
33374 [ 11346] By: nick                                  on 2001/07/13  09:18:51
33375         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
33376              to avoid /unicode vs /Unicode issues.
33377      Branch: perlio
33378            ! win32/distclean.bat
33379 ____________________________________________________________________________
33380 [ 11345] By: nick                                  on 2001/07/13  06:24:18
33381         Log: Integrate mainline
33382      Branch: perlio
33383           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
33384            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
33385           !> (integrate 63 files)
33386 ____________________________________________________________________________
33387 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
33388         Log: Add d_bincompat5005 information to perl -V.
33389      Branch: perl
33390            ! myconfig.SH
33391 ____________________________________________________________________________
33392 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
33393         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
33394              From: Abhijit Menon-Sen <ams@wiw.org>
33395              Date: Fri, 13 Jul 2001 07:12:36 +0530
33396              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
33397      Branch: perl
33398            ! sv.c
33399 ____________________________________________________________________________
33400 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
33401         Log: Remove unicode::distinct, as per Inaba Hiroto.
33402      Branch: perl
33403            - lib/unicode/distinct.pm
33404            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
33405            ! t/lib/1_compile.t
33406 ____________________________________________________________________________
33407 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
33408         Log: Paging for Dr Octothorpe.
33409      Branch: perl
33410            ! pod/perlfaq4.pod
33411 ____________________________________________________________________________
33412 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
33413         Log: cut-n-paste error noticed by mjd.
33414      Branch: perl
33415            ! pod/perlfaq4.pod
33416 ____________________________________________________________________________
33417 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
33418         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
33419              From: Peter Prymmer <pvhp@forte.com>
33420              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
33421              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
33422      Branch: perl
33423            ! pod/perlfaq4.pod
33424 ____________________________________________________________________________
33425 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
33426         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
33427              From: Randall Gellens <randy@qualcomm.com>
33428              Date: Thu, 12 Jul 2001 16:56:23 -0700
33429              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
33430      Branch: perl
33431            ! Porting/repository.pod
33432 ____________________________________________________________________________
33433 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
33434         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
33435      Branch: perl
33436            ! thread.h
33437 ____________________________________________________________________________
33438 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
33439         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
33440              From: coral <coral@moonlight.crystalflame.net>
33441              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
33442              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
33443      Branch: perl
33444            ! thread.h
33445 ____________________________________________________________________________
33446 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
33447         Log: Metaconfig unit change for #11134.
33448      Branch: metaconfig
33449            + U/threads/d_pthread_atfork.U
33450 ____________________________________________________________________________
33451 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
33452         Log: Add HAS_PTHREAD_ATFORK.
33453      Branch: perl
33454            ! Configure NetWare/config.wc NetWare/config_H.wc
33455            ! Porting/Glossary Porting/config.sh Porting/config_H
33456            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
33457            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
33458            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33459            ! win32/config.gc win32/config.vc win32/config_H.bc
33460            ! win32/config_H.gc win32/config_H.vc
33461 ____________________________________________________________________________
33462 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
33463         Log: Subject: [PATCH] File::Copy fails on tied handles
33464              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
33465              Date: Thu, 12 Jul 2001 15:18:51 -0700
33466              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
33467      Branch: perl
33468            ! lib/File/Copy.pm
33469 ____________________________________________________________________________
33470 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
33471         Log: Subject: [PATCH] Langinfo.t
33472              From: Nicholas Clark <nick@ccl4.org>
33473              Date: Thu, 12 Jul 2001 23:55:38 +0100
33474              Message-ID: <20010712235538.M5827@plum.flirble.org>
33475      Branch: perl
33476            ! ext/I18N/Langinfo/Langinfo.t
33477 ____________________________________________________________________________
33478 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
33479         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
33480              From: Peter Prymmer <pvhp@forte.com>
33481              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
33482              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
33483      Branch: perl
33484            ! pod/perl572delta.pod
33485 ____________________________________________________________________________
33486 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
33487         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
33488              From: Abhijit Menon-Sen <ams@wiw.org>
33489              Date: Fri, 13 Jul 2001 05:21:16 +0530
33490              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
33491      Branch: perl
33492            ! sv.c
33493 ____________________________________________________________________________
33494 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
33495         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
33496              From: Abhijit Menon-Sen <ams@wiw.org>
33497              Date: Fri, 13 Jul 2001 03:04:25 +0530
33498              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
33499      Branch: perl
33500            ! av.c
33501 ____________________________________________________________________________
33502 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
33503         Log: s/^M$//g
33504      Branch: perl
33505            ! win32/Makefile win32/makefile.mk
33506 ____________________________________________________________________________
33507 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
33508         Log: Update Changes.
33509      Branch: perl
33510            ! Changes patchlevel.h
33511 ____________________________________________________________________________
33512 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
33513         Log: Typo spotted by Philip Newton.
33514      Branch: perl
33515            ! pod/perl572delta.pod
33516 ____________________________________________________________________________
33517 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
33518         Log: Subject: [PATCH] fixes perl_clone of perl_clone
33519              From: Artur Bergman <artur@contiller.se>
33520              Date: Thu, 12 Jul 2001 20:57:09 +0200
33521              Message-ID: <B773BFA4.236B%artur@contiller.se>
33522      Branch: perl
33523            ! sv.c
33524 ____________________________________________________________________________
33525 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
33526         Log: Add README.uts from Hal Morris.
33527      Branch: perl
33528            + README.uts
33529            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
33530            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
33531 ____________________________________________________________________________
33532 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
33533         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
33534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33535              Date: Thu, 12 Jul 2001 20:32:37 +0200
33536              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
33537      Branch: perl
33538            ! hints/aix.sh
33539 ____________________________________________________________________________
33540 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
33541         Log: Subject: Patch: document reg_data.what member
33542              From: Mark-Jason Dominus <mjd@plover.com>
33543              Message-ID: <20010712182532.14821.qmail@plover.com>
33544              Date: Thu, 12 Jul 2001 14:25:32 -0400
33545      Branch: perl
33546            ! regcomp.c regcomp.h
33547 ____________________________________________________________________________
33548 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
33549         Log: Subject: [PATCH] Perl_re_dup()
33550              From: Abhijit Menon-Sen <ams@wiw.org>
33551              Date: Thu, 12 Jul 2001 23:54:32 +0530
33552              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
33553      Branch: perl
33554            ! embed.h embed.pl perlapi.c proto.h sv.c
33555 ____________________________________________________________________________
33556 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
33557         Log: Regen Configure, modlib, toc.
33558      Branch: perl
33559            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33560            ! pod/perlmodlib.pod pod/perltoc.pod
33561 ____________________________________________________________________________
33562 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
33563         Log: The problem seems to be in PerlIO::Layer::->find() not
33564              accepting the ":encoding(blurflur)" arguments.
33565      Branch: perl
33566            ! lib/PerlIO.pm lib/open.pm
33567 ____________________________________________________________________________
33568 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
33569         Log: AIX doc update.
33570      Branch: perl
33571            ! README.aix pod/perl572delta.pod
33572 ____________________________________________________________________________
33573 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
33574         Log: Subject: AIX README update
33575              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33576              Date: Thu, 12 Jul 2001 19:28:30 +0200
33577              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
33578      Branch: perl
33579            ! README.aix
33580 ____________________________________________________________________________
33581 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
33582         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
33583              From: Norton Allen <allen@huarp.harvard.edu>
33584              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
33585              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
33586      Branch: perl
33587            ! ext/IO/lib/IO/t/io_unix.t
33588 ____________________________________________________________________________
33589 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
33590         Log: Subject: [PATCH README.qnx hints/qnx.sh]
33591              From: Norton Allen <allen@huarp.harvard.edu>
33592              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
33593              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
33594      Branch: perl
33595            ! README.qnx hints/qnx.sh
33596 ____________________________________________________________________________
33597 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
33598         Log: Subject: [patch] faster PM_GETRE
33599              From: Doug MacEachern <dougm@covalent.net>
33600              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
33601              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
33602      Branch: perl
33603            ! op.h
33604 ____________________________________________________________________________
33605 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
33606         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
33607              From: Doug MacEachern <dougm@covalent.net>
33608              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
33609              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
33610      Branch: perl
33611            ! op.c
33612 ____________________________________________________________________________
33613 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
33614         Log: Tell where the nice Estonian database is.
33615      Branch: perl
33616            ! lib/open.pm
33617 ____________________________________________________________________________
33618 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
33619         Log: Retract #11309 since #11310 is a better fix.
33620      Branch: perl
33621            ! t/lib/1_compile.t
33622 ____________________________________________________________________________
33623 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
33624         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
33625              change#11300 needs to return the status of failed win32_spawnvp())
33626              
33627              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
33628              splitting correctly; remove unused variables; 'require' at run time
33629              rather than 'use' at compile time for I18N::Langinfo, since it
33630              isn't everyware
33631      Branch: perl
33632            ! lib/open.pm win32/win32.c
33633 ____________________________________________________________________________
33634 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
33635         Log: Temporary workaround.
33636      Branch: perl
33637            ! t/lib/1_compile.t
33638 ____________________________________________________________________________
33639 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
33640         Log: UCD typo in #11306 and add also more known-to-be-tested
33641              modules to the skip list.
33642      Branch: perl
33643            ! t/lib/1_compile.t
33644 ____________________________________________________________________________
33645 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
33646         Log: Rename Unicode::UCD to UnicodeCD to avoid
33647              messups with case-insensitive filesystems.
33648      Branch: perl
33649            + lib/UnicodeCD.pm lib/UnicodeCD.t
33650            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
33651            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
33652 ____________________________________________________________________________
33653 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
33654         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
33655              From: daniel@biz.bitpusher.com
33656              Date: Wed, 11 Jul 2001 23:25:47 -0700
33657              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
33658      Branch: perl
33659            ! lib/Tie/Array.pm t/op/splice.t
33660 ____________________________________________________________________________
33661 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
33662         Log: Subject: [PATCH] More accurate line numbers in messages
33663              From: Paul Johnson <paul@pjcj.net>
33664              Date: Thu, 12 Jul 2001 04:14:11 +0200
33665              Message-ID: <20010712041411.A3467@pjcj.net>
33666              
33667              (With prototyping and multiplicity tweaks.)
33668      Branch: perl
33669            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
33670 ____________________________________________________________________________
33671 [ 11304] By: nick                                  on 2001/07/12  12:53:40
33672         Log: Integrate mainline
33673      Branch: perlio
33674           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
33675           !> regexec.c thread.h
33676 ____________________________________________________________________________
33677 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
33678         Log: Cut-and-pasto in #11298.
33679      Branch: perl
33680            ! ext/ByteLoader/bytecode.h
33681 ____________________________________________________________________________
33682 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
33683         Log: Update the AIX known problems section.
33684      Branch: perl
33685            ! pod/perl572delta.pod
33686 ____________________________________________________________________________
33687 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
33688         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
33689              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33690              Date: Thu, 12 Jul 2001 12:16:16 +0200
33691              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
33692      Branch: perl
33693            ! hints/aix.sh
33694 ____________________________________________________________________________
33695 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
33696         Log: Integrate perlio.
33697      Branch: perl
33698           !> makedef.pl win32/win32.c
33699 ____________________________________________________________________________
33700 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
33701         Log: Subject: [PATCH] fix for PMOP threadness failures
33702              From: Artur Bergman <artur@contiller.se>
33703              Date: Thu, 12 Jul 2001 09:48:06 +0200
33704              Message-ID: <B77322D6.22DD%artur@contiller.se>
33705      Branch: perl
33706            ! regexec.c
33707 ____________________________________________________________________________
33708 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
33709         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
33710              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
33711              Date: Thu, 12 Jul 2001 09:09:48 +0200
33712              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
33713              
33714              More parentheses to keep bcc happy.
33715      Branch: perl
33716            ! ext/ByteLoader/bytecode.h
33717 ____________________________________________________________________________
33718 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
33719         Log: Subject: Re: [patch] pthread_atfork bandaid
33720              From: Doug MacEachern <dougm@covalent.net>
33721              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
33722              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
33723      Branch: perl
33724            ! thread.h
33725 ____________________________________________________________________________
33726 [ 11296] By: nick                                  on 2001/07/12  11:55:48
33727         Log: Exclude reentrant_buffer from .def file
33728      Branch: perlio
33729            ! makedef.pl
33730 ____________________________________________________________________________
33731 [ 11295] By: nick                                  on 2001/07/12  11:11:44
33732         Log: Honour void-ness of my_exit()
33733      Branch: perlio
33734            ! win32/win32.c
33735 ____________________________________________________________________________
33736 [ 11294] By: nick                                  on 2001/07/12  07:51:04
33737         Log: Integrate mainline
33738      Branch: perlio
33739           +> uts/sprintf_wrap.c
33740           !> (integrate 35 files)
33741 ____________________________________________________________________________
33742 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
33743         Log: Retract #11289.
33744      Branch: perl
33745            ! embed.h embed.pl perl.c proto.h thread.h
33746 ____________________________________________________________________________
33747 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
33748         Log: Now the :locale pseudolayer *almost* works...
33749      Branch: perl
33750            ! lib/open.pm
33751 ____________________________________________________________________________
33752 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
33753         Log: Locale encoding tweaks.
33754      Branch: perl
33755            ! lib/open.pm
33756 ____________________________________________________________________________
33757 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
33758         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
33759              From: Mark-Jason Dominus <mjd@plover.com>
33760              Date: Thu, 12 Jul 2001 00:59:31 -0400
33761              Message-ID: <20010712045931.8543.qmail@plover.com>
33762              
33763              Remove the chmod/umask leading zero warning.
33764      Branch: perl
33765            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
33766            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
33767 ____________________________________________________________________________
33768 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
33769         Log: (Retracted by #11289.)
33770      Branch: perl
33771            ! embed.h embed.pl perl.c proto.h thread.h
33772 ____________________________________________________________________________
33773 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
33774         Log: Needed by #11283.
33775      Branch: perl
33776            ! intrpvar.h
33777 ____________________________________________________________________________
33778 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
33779         Log: Metaconfig unit change for #11286.
33780      Branch: metaconfig/U/perl
33781            ! patchlevel.U
33782 ____________________________________________________________________________
33783 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
33784         Log: Subject: Re: [PATCH Configure] perl -V broken
33785              From: Andy Dougherty <doughera@lafayette.edu>
33786              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
33787              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
33788      Branch: perl
33789            ! Configure myconfig.SH
33790 ____________________________________________________________________________
33791 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
33792         Log: Retract #11166 (and #11237).
33793      Branch: perl
33794            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
33795            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
33796            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
33797 ____________________________________________________________________________
33798 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
33799         Log: UTS tweaks for Hal Morris.
33800      Branch: perl
33801            + uts/sprintf_wrap.c
33802            ! MANIFEST hints/uts.sh perl.h
33803 ____________________________________________________________________________
33804 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
33805         Log: Subject: [PATCH] Use reentrant API glibc
33806              From: Artur Bergman <artur@contiller.se>
33807              Date: Thu, 12 Jul 2001 00:58:21 +0200
33808              Message-ID: <B772A6AD.2288%artur@contiller.se>
33809      Branch: perl
33810            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
33811            ! sv.c
33812 ____________________________________________________________________________
33813 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
33814         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
33815              From: barries <barries@slaysys.com>
33816              Date: Wed, 11 Jul 2001 15:11:46 -0400
33817              Message-ID: <20010711151146.G24560@jester.slaysys.com>
33818      Branch: perl
33819            ! pp_sys.c t/lib/warnings/doio win32/win32.c
33820 ____________________________________________________________________________
33821 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
33822         Log: Subject: [patch] pthread_atfork bandaid
33823              From: Doug MacEachern <dougm@covalent.net>
33824              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
33825              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
33826      Branch: perl
33827            ! miniperlmain.c perl.c
33828 ____________________________________________________________________________
33829 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
33830         Log: Subject: [patch] perl_clone leaks
33831              From: Doug MacEachern <dougm@covalent.net>
33832              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
33833              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
33834      Branch: perl
33835            ! sv.c
33836 ____________________________________________________________________________
33837 [ 11279] By: nick                                  on 2001/07/11  15:49:38
33838         Log: Integrate mainline
33839      Branch: perlio
33840           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
33841           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
33842           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
33843           +> lib/Term/ANSIColor/README
33844           !> (integrate 54 files)
33845 ____________________________________________________________________________
33846 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
33847         Log: Update Changes.
33848      Branch: perl
33849            ! Changes patchlevel.h
33850 ____________________________________________________________________________
33851 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
33852         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
33853              From: Peter Prymmer <pvhp@forte.com>
33854              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
33855              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
33856              
33857              Backport of embed.pl to 5.003.
33858      Branch: perl
33859            ! embed.pl
33860 ____________________________________________________________________________
33861 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
33862         Log: Subject: Re: POSIX test #14 on UTS 
33863              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33864              Date: Wed, 11 Jul 2001 03:02:14 +0100
33865              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
33866      Branch: perl
33867            ! ext/POSIX/POSIX.t
33868 ____________________________________________________________________________
33869 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
33870         Log: Make the I32 an IV to preserve structure alignment and size.
33871      Branch: perl
33872            ! op.h
33873 ____________________________________________________________________________
33874 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
33875         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
33876              From: "Artur Bergman" <artur@contiller.se>
33877              Date: Wed, 11 Jul 2001 14:23:37 +0200
33878              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
33879              
33880              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
33881      Branch: perl
33882            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
33883            ! pod/perlapi.pod sv.c
33884 ____________________________________________________________________________
33885 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
33886         Log: Tweak until Pod::Parser gets updated.
33887      Branch: perl
33888            ! t/pod/special_seqs.xr
33889 ____________________________________________________________________________
33890 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
33891         Log: File::Spec usage tweak.
33892      Branch: perl
33893            ! lib/ExtUtils.t
33894 ____________________________________________________________________________
33895 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
33896         Log: Integrate #11263 from macperl; macos and macosx updates.
33897      Branch: perl
33898           !> pod/perlport.pod
33899 ____________________________________________________________________________
33900 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
33901         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
33902              From: Peter Prymmer <pvhp@forte.com>
33903              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
33904              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
33905      Branch: perl
33906            + ext/Time/HiRes/hints/dynixptx.pl
33907            ! MANIFEST hints/dynixptx.sh
33908 ____________________________________________________________________________
33909 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
33910         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
33911              From: Nicholas Clark <nick@ccl4.org>
33912              Date: Tue, 10 Jul 2001 23:17:43 +0100
33913              Message-ID: <20010710231742.B59620@plum.flirble.org>
33914      Branch: perl
33915            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
33916 ____________________________________________________________________________
33917 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
33918         Log: Subject: [DOC PATCH] Pluggable runops
33919              From: Paul Johnson <paul@pjcj.net>
33920              Date: Tue, 10 Jul 2001 21:53:28 +0200
33921              Message-ID: <20010710215328.B26577@pjcj.net>
33922      Branch: perl
33923            ! pod/perlguts.pod
33924 ____________________________________________________________________________
33925 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
33926         Log: Subject: [PATCH] Authors
33927              From: Artur Bergman <artur@contiller.se>
33928              Date: Tue, 10 Jul 2001 20:39:12 +0200
33929              Message-ID: <B771186F.21CD%artur@contiller.se>
33930      Branch: perl
33931            ! AUTHORS
33932 ____________________________________________________________________________
33933 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
33934         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
33935              From: Doug MacEachern <dougm@covalent.net>
33936              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
33937              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
33938      Branch: perl
33939            ! pp_ctl.c
33940 ____________________________________________________________________________
33941 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
33942         Log: Subject: doc patch; times() in scalar context
33943              From: mjd@plover.com
33944              Date: 10 Jul 2001 18:01:17 -0000
33945              Message-ID: <20010710180117.12477.qmail@plover.com>
33946      Branch: perl
33947            ! pod/perlfunc.pod
33948 ____________________________________________________________________________
33949 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
33950         Log: Subject: [PATCH] Small fix to pp_gmtime
33951              From: Artur Bergman <artur@contiller.se>
33952              Date: Tue, 10 Jul 2001 19:54:52 +0200
33953              Message-ID: <B7710E0B.21C5%artur@contiller.se>
33954      Branch: perl
33955            ! pp_sys.c
33956 ____________________________________________________________________________
33957 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
33958         Log: Integrate changes from mainline perl, add notes about
33959              Mac OS X and Mac OS.
33960      Branch: maint-5.6/macperl
33961            ! pod/perlport.pod
33962 ____________________________________________________________________________
33963 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
33964         Log: A proof of the dangers of package; ?
33965      Branch: perl
33966            ! t/lib/warnings/op
33967 ____________________________________________________________________________
33968 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
33969         Log: Regen toc and modlib.
33970      Branch: perl
33971            ! pod/perlmodlib.pod pod/perltoc.pod
33972 ____________________________________________________________________________
33973 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
33974         Log: Add compexcl(), casefold(), and casespec() interfaces;
33975              and make all interfaces to return hash references instead
33976              of hashes. 
33977      Branch: perl
33978            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33979 ____________________________________________________________________________
33980 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
33981         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
33982              From: "Philip Newton" <Philip.Newton@gmx.net>
33983              Date: Tue, 10 Jul 2001 09:55:59 +0200
33984              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
33985              
33986              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
33987              From: "Philip Newton" <Philip.Newton@gmx.net>
33988              Date: Tue, 10 Jul 2001 09:56:37 +0200
33989              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
33990      Branch: perl
33991            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33992            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
33993 ____________________________________________________________________________
33994 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
33995         Log: Subject: [patch] undef &xsub for 1,2
33996              From: Doug MacEachern <dougm@covalent.net>
33997              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
33998              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
33999              
34000              (This version of the patch with a comment from Gisle.)
34001      Branch: perl
34002            ! op.c
34003 ____________________________________________________________________________
34004 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
34005         Log: Mention package; deprecation and the Win32 problems.
34006      Branch: perl
34007            ! pod/perl572delta.pod
34008 ____________________________________________________________________________
34009 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
34010         Log: Subject: [PATCH] deprecate package with no arguments
34011              From: Robin Houston <robin@kitsite.com>
34012              Date: Tue, 10 Jul 2001 13:33:40 +0100
34013              Message-ID: <20010710133340.A13452@robin.kitsite.com>
34014      Branch: perl
34015            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
34016 ____________________________________________________________________________
34017 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
34018         Log: Upgrade to podlators 1.10.
34019      Branch: perl
34020            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
34021            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
34022            ! pod/pod2man.PL pod/pod2text.PL
34023 ____________________________________________________________________________
34024 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
34025         Log: Upgrade to Term::ANSIColor 1.04.
34026      Branch: perl
34027            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
34028            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
34029 ____________________________________________________________________________
34030 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
34031         Log: Integrate perlio (the right fix for the ":layer(args)")
34032      Branch: perl
34033           !> perlio.c
34034 ____________________________________________________________________________
34035 [ 11252] By: nick                                  on 2001/07/10  06:58:14
34036         Log: Fix open(...,"...:layer(xxx)",...)
34037              - use memEQ not strEQ as there is '(' not '\0'
34038      Branch: perlio
34039            ! perlio.c
34040 ____________________________________________________________________________
34041 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
34042         Log: Telling the number of tests helps.
34043      Branch: perl
34044            ! ext/PerlIO/t/encoding.t
34045 ____________________________________________________________________________
34046 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
34047         Log: Require I18N::Langinfo, not use.
34048      Branch: perl
34049            ! lib/open.pm
34050 ____________________________________________________________________________
34051 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
34052         Log: Add a test for for PerlIO ":encoding(...)" layer.
34053      Branch: perl
34054            + ext/PerlIO/t/encoding.t
34055            ! MANIFEST ext/Encode/Encode.pm
34056 ____________________________________________________________________________
34057 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
34058         Log: PerlIO ":encoding(foobar)" temporary fix.
34059              Not really correct, I think, since the change means
34060              that prefixes match.
34061      Branch: perl
34062            ! perlio.c
34063 ____________________________________________________________________________
34064 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
34065         Log: Update to Math::BigInt 1.36.  The biggest news is
34066              the separation of the backend; now the pure Perl
34067              implementation is in Math::BigInt::Calc, but one
34068              can plugin, say, Math::BigInt::BitVect, and get
34069              considerable speedup.
34070      Branch: perl
34071            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
34072            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
34073            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
34074            ! lib/Math/BigInt/t/mbimbf.t
34075 ____________________________________________________________________________
34076 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
34077         Log: Subject: Re: compatibility question
34078              From: Peter Prymmer <pvhp@forte.com>
34079              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
34080              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
34081      Branch: perl
34082            ! lib/ExtUtils/MM_VMS.pm
34083 ____________________________________________________________________________
34084 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
34085         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
34086              From: Norton Allen <allen@huarp.harvard.edu>
34087              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
34088              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
34089      Branch: perl
34090            ! ext/File/Glob/t/basic.t
34091 ____________________________________________________________________________
34092 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
34093         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
34094              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34095              Date: Tue, 10 Jul 2001 00:29:55 +0900
34096              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
34097      Branch: perl
34098            + ext/Encode/Encode/HZ.enc
34099            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
34100            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
34101            ! ext/Encode/Encode/iso2022-jp.enc
34102            ! ext/Encode/Encode/iso2022-kr.enc
34103 ____________________________________________________________________________
34104 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
34105         Log: Add in all them there macos/ files.
34106      Branch: maint-5.6/macperl
34107            + (add 577 files)
34108 ____________________________________________________________________________
34109 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
34110         Log: Add the new modules to the list of having those own tests.
34111      Branch: perl
34112            ! t/lib/1_compile.t
34113 ____________________________________________________________________________
34114 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
34115         Log: Add INOUT to control both ways at the same time.
34116      Branch: perl
34117            ! lib/open.pm
34118 ____________________________________________________________________________
34119 [ 11240] By: nick                                  on 2001/07/09  16:33:50
34120         Log: Integrate mainline
34121      Branch: perlio
34122           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
34123           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
34124           !> (integrate 41 files)
34125 ____________________________________________________________________________
34126 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
34127         Log: More encoding mapping magic.
34128      Branch: perl
34129            ! lib/open.pm
34130 ____________________________________________________________________________
34131 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
34132         Log: Update Changes.
34133      Branch: perl
34134            ! Changes patchlevel.h
34135 ____________________________________________________________________________
34136 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
34137         Log: (Retracted by #11285).
34138              
34139              Subject: [PATCH] OPpCONST_OCTAL fixes
34140              From: Abhijit Menon-Sen <ams@wiw.org>
34141              Date: Mon, 9 Jul 2001 07:38:45 +0530
34142              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
34143      Branch: perl
34144            ! op.c
34145 ____________________________________________________________________________
34146 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
34147         Log: Add a pseudolayer ":locale" to the open pragma which
34148              will get the encoding from the locale.  Yet undocumented
34149              because I can't get the PerlIO :encoding(foobar) to work.
34150      Branch: perl
34151            ! ext/Encode/Encode.pm lib/open.pm
34152 ____________________________________________________________________________
34153 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
34154         Log: Add more encoding mappings.
34155      Branch: perl
34156            ! ext/Encode/Encode.pm
34157 ____________________________________________________________________________
34158 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
34159         Log: Document that using :encoding layer requires using Encode.
34160      Branch: perl
34161            ! ext/Encode/Encode.pm lib/PerlIO.pm
34162 ____________________________________________________________________________
34163 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
34164         Log: Netware tweak from Ananth Kesari.
34165      Branch: perl
34166            ! NetWare/netware.h
34167 ____________________________________________________________________________
34168 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
34169         Log: t/harness doesn't know about run/*.t
34170      Branch: perl
34171            ! t/harness
34172 ____________________________________________________________________________
34173 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
34174         Log: run/exit.t busted on windows
34175      Branch: perl
34176            ! t/run/exit.t
34177 ____________________________________________________________________________
34178 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
34179         Log: fix a couple of UCD.t tests that fail due to bad case
34180      Branch: perl
34181            ! lib/Unicode/UCD.t
34182 ____________________________________________________________________________
34183 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
34184         Log: test skip logic was broken
34185      Branch: perl
34186            ! ext/I18N/Langinfo/Langinfo.t
34187 ____________________________________________________________________________
34188 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
34189         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
34190              failure of ExtUtils.t#27 when built in debug mode)
34191      Branch: perl
34192            ! lib/ExtUtils/MM_Win32.pm
34193 ____________________________________________________________________________
34194 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
34195         Log: I18N::Langinfo is not available on windows
34196      Branch: perl
34197            ! win32/FindExt.pm
34198 ____________________________________________________________________________
34199 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
34200         Log: save a dTHX
34201      Branch: perl
34202            ! ext/POSIX/POSIX.xs
34203 ____________________________________________________________________________
34204 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
34205         Log: Update Changes.
34206      Branch: perl
34207            ! Changes patchlevel.h
34208 ____________________________________________________________________________
34209 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
34210         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
34211              as pointed out by Sarathy.
34212      Branch: perl
34213            ! ext/I18N/Langinfo/Langinfo.xs
34214 ____________________________________________________________________________
34215 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
34216         Log: Retract #11212.
34217      Branch: perl
34218            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
34219 ____________________________________________________________________________
34220 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
34221         Log: Bump up the VERSION of Cwd.xs.
34222      Branch: perl
34223            ! ext/Cwd/Makefile.PL
34224 ____________________________________________________________________________
34225 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
34226         Log: Retract #11220, the problem wasn't the missing leading zero.
34227              Here's the problem:
34228              $ ./perl -we 'chmod(oct("755"), ".")'
34229              Non-octal literal mode (493) specified at -e line 1.
34230              (Did you mean 0493 instead?)
34231      Branch: perl
34232            ! lib/ExtUtils/MM_Unix.pm
34233 ____________________________________________________________________________
34234 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
34235         Log: (Retracted by #11221)
34236              Change the PERM_RW and PERM_RWX to 0644 and 0755
34237              (add the leading zero).
34238      Branch: perl
34239            ! lib/ExtUtils/MM_Unix.pm
34240 ____________________________________________________________________________
34241 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
34242         Log: Integrate changes #11193, 11205, 11209 from macperl.
34243              
34244              Fix up AutoLoader to fudge for Mac paths in import().
34245              
34246              Allow symbols in try_symbol() to begin with "_".
34247              
34248              Small portability fix for Mac OS.
34249      Branch: perl
34250           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
34251 ____________________________________________________________________________
34252 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
34253         Log: Metaconfig unit change for #11217.
34254      Branch: metaconfig/U/perl
34255            ! Extensions.U
34256 ____________________________________________________________________________
34257 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
34258         Log: Detypo, problem noticed by Gerrit P. Haase.
34259      Branch: perl
34260            ! Configure config_h.SH
34261 ____________________________________________________________________________
34262 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
34263         Log: Cwd cleanups.
34264      Branch: perl
34265            ! ext/Cwd/Cwd.xs
34266 ____________________________________________________________________________
34267 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
34268         Log: Slight tweaks on #11213.
34269      Branch: perl
34270            ! toke.c
34271 ____________________________________________________________________________
34272 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
34273         Log: A missing dTHX noticed by Gerrit P. Haase.
34274      Branch: perl
34275            ! ext/POSIX/POSIX.xs
34276 ____________________________________________________________________________
34277 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
34278         Log: Subject: [PATCH toke.c] Simplify yytoke()
34279              From: Simon Cozens <simon@netthink.co.uk>
34280              Date: Sun, 8 Jul 2001 13:24:34 +0100
34281              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
34282              
34283              Split out pending_ident().
34284      Branch: perl
34285            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
34286 ____________________________________________________________________________
34287 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
34288         Log: (Retracted by #11223.)
34289              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
34290              Date: Wed, 05 Nov 1997 17:22:34 -0600
34291              From: Graham Barr <gbarr@ti.com>
34292              Message-Id: <3460FFBA.6DA51F46@ti.com>
34293      Branch: perl
34294            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
34295 ____________________________________________________________________________
34296 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
34297         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
34298      Branch: perl
34299            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
34300            ! pod/perllocale.pod
34301 ____________________________________________________________________________
34302 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
34303         Log: Really do the test under the C locale.
34304      Branch: perl
34305            ! ext/I18N/Langinfo/Langinfo.t
34306 ____________________________________________________________________________
34307 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
34308         Log: Small portability fix for Mac OS.
34309      Branch: maint-5.6/macperl
34310            ! lib/Cwd.pm
34311 ____________________________________________________________________________
34312 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
34313         Log: Metaconfig unit change for #11207.
34314      Branch: metaconfig/U/perl
34315            ! Extensions.U
34316 ____________________________________________________________________________
34317 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
34318         Log: Add I18N::Langinfo, which is basically a wrapper around
34319              nl_langinfo(), which is an additional way to query locale
34320              specific information.
34321      Branch: perl
34322            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
34323            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
34324            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
34325 ____________________________________________________________________________
34326 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
34327         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
34328              used in File::Find tests; replace with if.t.
34329      Branch: maint-5.6/macperl
34330            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
34331            ! t/pragma/warn/op
34332 ____________________________________________________________________________
34333 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
34334         Log: Allow symbols in try_symbol() to begin with "_".
34335      Branch: maint-5.6/macperl
34336            ! makedef.pl
34337 ____________________________________________________________________________
34338 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
34339         Log: Sync up the File::Find changes from the rewrite by
34340              Thomas Wegner, et al.
34341      Branch: maint-5.6/macperl
34342            + t/lib/filefind-taint.t
34343            ! lib/File/Find.pm t/lib/filefind.t
34344 ____________________________________________________________________________
34345 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
34346         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
34347              From: Thomas Wegner <wegner_thomas@yahoo.com>
34348              Date: Thu, 5 Jul 2001 20:31:25 +0200
34349              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
34350      Branch: maint-5.6/macperl
34351            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
34352 ____________________________________________________________________________
34353 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
34354         Log: Some more test portability fixes.
34355      Branch: maint-5.6/macperl
34356            ! t/lib/filecopy.t t/pragma/warn/pp_sys
34357 ____________________________________________________________________________
34358 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
34359         Log: The #11200 removed wrong (non-existent) target.  Duh.
34360      Branch: perl
34361            ! Makefile.SH
34362 ____________________________________________________________________________
34363 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
34364         Log: Zap the lib/re.pm before creating it.
34365      Branch: perl
34366            ! Makefile.SH
34367 ____________________________________________________________________________
34368 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
34369         Log: Another test.  Please ignore.
34370      Branch: maint-5.6/macperl
34371            ! README.macos
34372 ____________________________________________________________________________
34373 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
34374         Log: Portability fixes for a lot of tests, especially IO-related
34375              tests, and warnings, and the harness script.
34376      Branch: maint-5.6/macperl
34377            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
34378            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
34379            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
34380            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
34381            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
34382            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
34383            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
34384            ! t/pragma/warnings.t
34385 ____________________________________________________________________________
34386 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
34387         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
34388              From: Nicholas Clark <nick@ccl4.org>
34389              Date: Sat, 7 Jul 2001 21:00:17 +0100
34390              Message-ID: <20010707210017.H59620@plum.flirble.org>
34391      Branch: perl
34392            ! lib/h2xs.t
34393 ____________________________________________________________________________
34394 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
34395         Log: The UNICOS/mk SysV IPC problem has been fixed.
34396      Branch: perl
34397            ! pod/perl572delta.pod
34398 ____________________________________________________________________________
34399 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
34400         Log: Slight update tweaks on perlunicode.pod.
34401      Branch: perl
34402            ! pod/perlunicode.pod
34403 ____________________________________________________________________________
34404 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
34405         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
34406              From: Mark-Jason Dominus <mjd@plover.com>
34407              Date: Sat, 07 Jul 2001 13:04:04 -0400
34408              Message-ID: <20010707170404.32694.qmail@plover.com>
34409      Branch: perl
34410            ! ext/DB_File/DB_File.pm
34411 ____________________________________________________________________________
34412 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
34413         Log: Fix up AutoLoader to fudge for Mac paths in import().
34414      Branch: maint-5.6/macperl
34415            ! lib/AutoLoader.pm
34416 ____________________________________________________________________________
34417 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
34418         Log: Try to force the lib/re.pm to be there before entering
34419              the extensions builds, should help for parallel makes.
34420      Branch: perl
34421            ! Makefile.SH
34422 ____________________________________________________________________________
34423 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
34424         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
34425              From: Norton Allen <allen@huarp.harvard.edu>
34426              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
34427              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
34428      Branch: perl
34429            ! ext/POSIX/POSIX.xs
34430 ____________________________________________________________________________
34431 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
34432         Log: Subject: [PATCH] Re: op/arith.t
34433              From: Nicholas Clark <nick@ccl4.org>
34434              Date: Sat, 7 Jul 2001 13:04:54 +0100
34435              Message-ID: <20010707130454.D59620@plum.flirble.org>
34436      Branch: perl
34437            ! numeric.c toke.c
34438 ____________________________________________________________________________
34439 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
34440         Log: Subject: [PATCH] h2xs
34441              From: Nicholas Clark <nick@ccl4.org>
34442              Date: Fri, 6 Jul 2001 23:25:14 +0100
34443              Message-ID: <20010706232514.X59620@plum.flirble.org>
34444      Branch: perl
34445            ! utils/h2xs.PL
34446 ____________________________________________________________________________
34447 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
34448         Log: Subject: Re: bleedperl perl_alloc..free leakage
34449              From: Radu Greab <radu@netsoft.ro>
34450              Date: Fri, 6 Jul 2001 19:48:54 +0300
34451              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
34452              
34453              Leak-be-gone.
34454      Branch: perl
34455            ! op.c
34456 ____________________________________________________________________________
34457 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
34458         Log: Test again.  Please ignore.
34459      Branch: maint-5.6/macperl
34460            ! README.macos
34461 ____________________________________________________________________________
34462 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
34463         Log: Test.  Please ignore.
34464      Branch: maint-5.6/macperl
34465            ! README.macos
34466 ____________________________________________________________________________
34467 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
34468         Log: Include changes already sent in separately as patches,
34469              before branch was created.
34470      Branch: maint-5.6/macperl
34471            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
34472            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
34473            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
34474            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
34475            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
34476            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
34477            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
34478            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
34479            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
34480            ! t/pragma/strict.t
34481 ____________________________________________________________________________
34482 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
34483         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
34484              From: Norton Allen <allen@huarp.harvard.edu>
34485              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
34486              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
34487      Branch: perl
34488            ! utf8.h
34489 ____________________________________________________________________________
34490 [ 11183] By: nick                                  on 2001/07/06  16:27:40
34491         Log: Integrate mainline
34492      Branch: perlio
34493           +> (branch 42 files)
34494            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
34495            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
34496            - win32/bin/mdelete.bat
34497           !> (integrate 215 files)
34498 ____________________________________________________________________________
34499 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
34500         Log: The #11166 needed also these updated.
34501      Branch: perl
34502            ! lib/warnings.pm warnings.h
34503 ____________________________________________________________________________
34504 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
34505         Log: Update Changes.
34506      Branch: perl
34507            ! Changes patchlevel.h
34508 ____________________________________________________________________________
34509 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
34510         Log: Regen toc.
34511      Branch: perl
34512            ! pod/perltoc.pod
34513 ____________________________________________________________________________
34514 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
34515         Log: Nit from Abhijit.
34516      Branch: perl
34517            ! lib/CPAN.pm
34518 ____________________________________________________________________________
34519 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
34520         Log: Retract #11172.
34521      Branch: perl
34522            ! t/op/method.t
34523 ____________________________________________________________________________
34524 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
34525         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
34526              From: Norton Allen <allen@huarp.harvard.edu>
34527              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
34528              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
34529      Branch: perl
34530            ! lib/Cwd.pm
34531 ____________________________________________________________________________
34532 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
34533         Log: (Accidentally empty check-in.)
34534      Branch: perl
34535            ! utf8.h
34536 ____________________________________________________________________________
34537 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
34538         Log: Retract #11165 since Sarathy pointed out it'll not
34539              work properly under threads, the problem should be
34540              solved using "the savestack, either via SSNEW() or
34541              using a newSVpv()+SAVEFREESV() combo."
34542      Branch: perl
34543            ! ext/POSIX/POSIX.xs
34544 ____________________________________________________________________________
34545 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
34546         Log: Retract #11125 since NI-S pointed out it'll not work in
34547              cases where the extension has their own handcrafted INC
34548              et alia.
34549      Branch: perl
34550            ! lib/ExtUtils/MM_Unix.pm
34551 ____________________________________________________________________________
34552 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
34553         Log: Subject: RE: [PATCH] -I and MakeMaker again
34554              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
34555              Date: Fri, 6 Jul 2001 09:18:29 +0200
34556              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
34557      Branch: perl
34558            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
34559            ! lib/ExtUtils/MM_Win32.pm
34560 ____________________________________________________________________________
34561 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
34562         Log: (Retracted by #11178)
34563              Subject: [PATCH t/op/method.t] SUPER:: strangeness
34564              From: Piers Cawley <pdcawley@iterative-software.com>
34565              Date: 06 Jul 2001 10:49:01 +0100
34566              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
34567      Branch: perl
34568            ! t/op/method.t
34569 ____________________________________________________________________________
34570 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
34571         Log: VOS README update from Paul Green.
34572      Branch: perl
34573            ! README.vos
34574 ____________________________________________________________________________
34575 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
34576         Log: Subject: [PATCH README.qnx hints/qnx.sh]
34577              From: Norton Allen <allen@huarp.harvard.edu>
34578              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
34579              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
34580      Branch: perl
34581            ! README.qnx hints/qnx.sh
34582 ____________________________________________________________________________
34583 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
34584         Log: Subject: [PATCH] Doc patch for Tie::Hash
34585              From: Artur Bergman <artur@contiller.se>
34586              Date: Thu, 05 Jul 2001 22:51:18 +0200
34587              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
34588      Branch: perl
34589            ! lib/Tie/Hash.pm
34590 ____________________________________________________________________________
34591 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
34592         Log: Subject: [PATCH] perlfaq4.pod
34593              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
34594              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
34595              Date: Thu, 5 Jul 2001 18:44:10 +0100 
34596      Branch: perl
34597            ! pod/perlfaq4.pod
34598 ____________________________________________________________________________
34599 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
34600         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
34601              From: Robin Houston <robin@kitsite.com>
34602              Date: Thu, 5 Jul 2001 18:33:21 +0100
34603              Message-ID: <20010705183321.A27345@robin.kitsite.com>
34604      Branch: perl
34605            ! ext/B/B/Deparse.pm
34606 ____________________________________________________________________________
34607 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
34608         Log: (Retracted by #11285.)
34609              
34610              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
34611              From: Abhijit Menon-Sen <ams@wiw.org>
34612              Date: Fri, 6 Jul 2001 01:26:32 +0530
34613              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
34614      Branch: perl
34615            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
34616            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
34617            ! warnings.pl
34618 ____________________________________________________________________________
34619 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
34620         Log: (Retracted by #11175)
34621              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
34622              From: Norton Allen <allen@huarp.harvard.edu>
34623              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
34624              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
34625      Branch: perl
34626            ! ext/POSIX/POSIX.xs
34627 ____________________________________________________________________________
34628 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
34629         Log: Unterminated C< (noticed by Richard Hatch), and few other
34630              small Unicode doc tweaks.
34631      Branch: perl
34632            ! pod/perlretut.pod
34633 ____________________________________________________________________________
34634 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
34635         Log: More flexible argument understanding; add charblocks() and
34636              charscripts(); make charblock() and charscript() two-way;
34637              add charinrange(); separate the $Unicode::UCD::VERSION and
34638              the version of the Unicode by adding UnicodeVersion().
34639      Branch: perl
34640            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34641 ____________________________________________________________________________
34642 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
34643         Log: Update Unicode::UCD on \p{In...}.
34644      Branch: perl
34645            ! lib/Unicode/UCD.pm
34646 ____________________________________________________________________________
34647 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
34648         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
34649              From: Norton Allen <allen@huarp.harvard.edu>
34650              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
34651              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
34652      Branch: perl
34653            ! lib/ExtUtils/MM_Unix.pm
34654 ____________________________________________________________________________
34655 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
34656         Log: POSIX-BC tweaks from Thomas Dorner.
34657      Branch: perl
34658            ! hints/posix-bc.sh perlio.h
34659 ____________________________________________________________________________
34660 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
34661         Log: Module updates for the delta.
34662      Branch: perl
34663            ! pod/perl572delta.pod
34664 ____________________________________________________________________________
34665 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
34666         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
34667              From: Norton Allen <allen@huarp.harvard.edu>
34668              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
34669              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
34670      Branch: perl
34671            ! ext/IO/lib/IO/t/io_sock.t
34672 ____________________________________________________________________________
34673 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
34674         Log: Subject: [PATCH perldiag.pod] Quick fixes
34675              From: Simon Cozens <simon@netthink.co.uk>
34676              Date: Wed, 4 Jul 2001 20:22:12 +0100
34677              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
34678      Branch: perl
34679            ! pod/perldiag.pod
34680 ____________________________________________________________________________
34681 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
34682         Log: (retracted by #13533)
34683              
34684              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
34685              From: Radu Greab <radu@netsoft.ro>
34686              Date: Wed, 4 Jul 2001 22:13:31 +0300
34687              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
34688      Branch: perl
34689            ! op.c sv.c t/op/pos.t
34690 ____________________________________________________________________________
34691 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
34692         Log: Subject: [PATCH] -I and MakeMaker again
34693              From: Michael G Schwern <schwern@pobox.com>
34694              Date: Wed, 4 Jul 2001 15:03:07 -0400
34695              Message-ID: <20010704150307.I20340@blackrider>
34696              
34697              (and retract #11145)
34698      Branch: perl
34699            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
34700            ! lib/ExtUtils/MakeMaker.pm
34701 ____________________________________________________________________________
34702 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
34703         Log: Subject: Re: PERFORCE change 11142 for review
34704              From: "Philip Newton" <Philip.Newton@gmx.net>
34705              Date: Wed, 4 Jul 2001 20:46:26 +0200
34706              Message-Id: <200107041841.VAA25380@taas.iki.fi>
34707      Branch: perl
34708            ! lib/ExtUtils/MakeMaker.pm
34709 ____________________________________________________________________________
34710 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
34711         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
34712              From: Jonathan Stowe <gellyfish@gellyfish.com>
34713              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
34714              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
34715      Branch: perl
34716            ! utils/pl2pm.PL
34717 ____________________________________________________________________________
34718 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
34719         Log: fix the binary compatibility issue when building with/without
34720              usemymalloc by exporting Perl_malloc() et al as simple wrappers
34721              around the system functions (this allows most extensions built
34722              using one mode to coexist with perls built in the other mode)
34723              
34724              XXX the Perl_mfree() wrapper might need to do return(free()) on
34725              platforms where Free_t isn't "void"
34726      Branch: perl
34727            ! embed.h embed.pl makedef.pl proto.h util.c
34728 ____________________________________________________________________________
34729 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
34730         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
34731              since it doesn't ensure threads other than the one calling fork()
34732              aren't holding any locks; the fix is to use pthread_atfork() to
34733              hold global locks
34734              
34735              building perl with -Dusemymalloc exacerbates the problem since
34736              Perl_malloc() holds a mutex, and perl's exec() calls New()
34737              
34738              XXX the code in win32thread.h may be needed on platforms that have
34739              no pthread_atfork()
34740      Branch: perl
34741            ! perl.c thread.h win32/win32thread.h
34742 ____________________________________________________________________________
34743 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
34744         Log: Integrate #11009 from maintperl.
34745      Branch: maint-5.6/macperl
34746           !> lib/ExtUtils/Manifest.pm
34747 ____________________________________________________________________________
34748 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
34749         Log: Flexing my Perforce muscles.
34750      Branch: maint-5.6/macperl
34751            ! README.macos
34752 ____________________________________________________________________________
34753 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
34754         Log: Update Changes.
34755      Branch: perl
34756            ! Changes patchlevel.h
34757 ____________________________________________________________________________
34758 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
34759         Log: Metaconfig unit change for #11146.
34760      Branch: metaconfig/U/perl
34761            ! d_fcntl_can_lock.U
34762 ____________________________________________________________________________
34763 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
34764         Log: Somehow the #ifdefs of the added code (in #11093) made
34765              HP-UX to fail the fcntl locking test, without the ifdefs
34766              the test seems to be working again.  Reason unknown:
34767              HP-UX cc doesn't complain either way.
34768      Branch: perl
34769            ! Configure
34770 ____________________________________________________________________________
34771 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
34772         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
34773      Branch: perl
34774            ! lib/ExtUtils/MM_Unix.pm
34775 ____________________________________________________________________________
34776 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
34777         Log: gcc -Wall nit.
34778      Branch: perl
34779            ! pp_hot.c
34780 ____________________________________________________________________________
34781 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
34782         Log: When removing tests updating the test count is a good idea, too.
34783      Branch: perl
34784            ! lib/Net/t/require.t
34785 ____________________________________________________________________________
34786 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
34787         Log: Document #11134 and add the new symbols to the list of
34788              of MakeMaker known ones.
34789      Branch: perl
34790            ! lib/ExtUtils/MakeMaker.pm
34791 ____________________________________________________________________________
34792 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
34793         Log: Microperl update.
34794      Branch: perl
34795            ! uconfig.h
34796 ____________________________________________________________________________
34797 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
34798         Log: Update the libnet tests as per #11138.
34799      Branch: perl
34800            - lib/Net/t/ph.t
34801            ! MANIFEST lib/Net/t/require.t
34802 ____________________________________________________________________________
34803 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
34804         Log: Regen toc and modlib.
34805      Branch: perl
34806            ! pod/perlmodlib.pod pod/perltoc.pod
34807 ____________________________________________________________________________
34808 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
34809         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
34810              Graham's request.
34811      Branch: perl
34812            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
34813            ! MANIFEST
34814 ____________________________________________________________________________
34815 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
34816         Log: Add the OS/390 harness results to the delta.
34817      Branch: perl
34818            ! pod/perl572delta.pod
34819 ____________________________________________________________________________
34820 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
34821         Log: Avoid the two study tests in OS/390 until the bug has been solved.
34822      Branch: perl
34823            ! t/op/study.t
34824 ____________________________________________________________________________
34825 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
34826         Log: DOS/DJGPP tweaks from Laszlo Molnar.
34827      Branch: perl
34828            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
34829 ____________________________________________________________________________
34830 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
34831         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
34832              From: Michael G Schwern <schwern@pobox.com>
34833              Date: Wed, 4 Jul 2001 00:01:16 -0400
34834              Message-ID: <20010704000116.C591@blackrider>
34835      Branch: perl
34836            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
34837 ____________________________________________________________________________
34838 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
34839         Log: The #11132 missed singleton characters (not part
34840              of a unilo..unihi range) in Unicode scripts.
34841      Branch: perl
34842            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
34843            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
34844            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
34845            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
34846            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
34847            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
34848            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
34849            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
34850            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
34851            ! lib/unicode/mktables.PL t/op/pat.t
34852 ____________________________________________________________________________
34853 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
34854         Log: Support preferentially the Unicode 'scripts' definition
34855              in the \p{In...} notation since according to Unicode the
34856              scripts concept is more natural for matching than using
34857              the somewhat artificial block names.  The block names are
34858              still available, though, and if there's a name conflict,
34859              the scripts one wins and the blocks one has to do with
34860              'Block' appended to its name.  For more information see
34861              
34862              http://www.unicode.org/unicode/reports/tr24/
34863      Branch: perl
34864            + lib/unicode/In/100.pl lib/unicode/In/101.pl
34865            + lib/unicode/In/102.pl lib/unicode/In/103.pl
34866            + lib/unicode/In/104.pl lib/unicode/In/105.pl
34867            + lib/unicode/In/106.pl lib/unicode/In/107.pl
34868            + lib/unicode/In/108.pl lib/unicode/In/109.pl
34869            + lib/unicode/In/110.pl lib/unicode/In/111.pl
34870            + lib/unicode/In/112.pl lib/unicode/In/113.pl
34871            + lib/unicode/In/114.pl lib/unicode/In/115.pl
34872            + lib/unicode/In/116.pl lib/unicode/In/117.pl
34873            + lib/unicode/In/118.pl lib/unicode/In/119.pl
34874            + lib/unicode/In/120.pl lib/unicode/In/121.pl
34875            + lib/unicode/In/122.pl lib/unicode/In/123.pl
34876            + lib/unicode/In/124.pl lib/unicode/In/125.pl
34877            + lib/unicode/In/126.pl lib/unicode/In/127.pl
34878            + lib/unicode/In/128.pl lib/unicode/In/129.pl
34879            + lib/unicode/In/130.pl lib/unicode/In/131.pl
34880            + lib/unicode/In/132.pl lib/unicode/In/133.pl
34881            + lib/unicode/In/134.pl lib/unicode/In/135.pl
34882            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
34883            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
34884            ! (edit 106 files)
34885 ____________________________________________________________________________
34886 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
34887         Log: Better document the difference between a block and a script.
34888      Branch: perl
34889            ! lib/Unicode/UCD.pm
34890 ____________________________________________________________________________
34891 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
34892         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
34893              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34894              Date: Tue, 3 Jul 2001 15:04:23 -0500
34895              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
34896      Branch: perl
34897            ! lib/CPAN.pm
34898 ____________________________________________________________________________
34899 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
34900         Log: Add tests for charscript().
34901      Branch: perl
34902            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34903 ____________________________________________________________________________
34904 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
34905         Log: Add charscript() to get the UTR#24 script names of characters.
34906      Branch: perl
34907            ! lib/Unicode/UCD.pm
34908 ____________________________________________________________________________
34909 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
34910         Log: Todo updates.
34911      Branch: perl
34912            ! pod/perltodo.pod
34913 ____________________________________________________________________________
34914 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
34915         Log: Unicode::UCD updates.
34916      Branch: perl
34917            ! lib/Unicode/UCD.pm
34918 ____________________________________________________________________________
34919 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
34920         Log: (Retracted by #11174)
34921              Subject: MakeMaker should pass through DEFINE and INC to subdirs
34922              From: Alan Burlison <Alan.Burlison@sun.com>
34923              Date: Tue, 03 Jul 2001 15:20:13 +0100
34924              Message-ID: <3B41D49D.A923D4F9@sun.com>
34925      Branch: perl
34926            ! lib/ExtUtils/MM_Unix.pm
34927 ____________________________________________________________________________
34928 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
34929         Log: Subject: Patch needed for UTS
34930              From: hom00@utsglobal.com (Hal Morris)
34931              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
34932              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
34933              
34934              Replace #11113 with a better version.
34935      Branch: perl
34936            ! perl.h
34937 ____________________________________________________________________________
34938 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
34939         Log: Subject: Re: POINTERRIGOR
34940              From: Andy Dougherty <doughera@lafayette.edu>
34941              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
34942              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
34943      Branch: perl
34944            ! util.c
34945 ____________________________________________________________________________
34946 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
34947         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
34948              From: "Philip Newton" <pnewton@gmx.de>
34949              Date: Tue, 3 Jul 2001 17:03:34 +0200
34950              Message-ID: <3B41FAE6.29564.660E117@localhost>
34951      Branch: perl
34952            ! pp_hot.c
34953 ____________________________________________________________________________
34954 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
34955         Log: Typos.
34956      Branch: perl
34957            ! INSTALL
34958 ____________________________________________________________________________
34959 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
34960         Log: Subject: [PATCH 5.6.1] debugger fixes
34961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34962              Date: Tue, 3 Jul 2001 03:38:18 -0400
34963              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
34964              
34965              The $^S is working again.
34966      Branch: perl
34967            ! lib/perl5db.pl
34968 ____________________________________________________________________________
34969 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
34970         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
34971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34972              Date: Tue, 3 Jul 2001 03:34:06 -0400
34973              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
34974      Branch: perl
34975            ! os2/OS2/Process/Process.pm
34976 ____________________________________________________________________________
34977 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
34978         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
34979              From: "Philip Newton" <Philip.Newton@gmx.net>
34980              Date: Tue, 3 Jul 2001 09:11:27 +0200
34981              Message-Id: <200107030706.KAA04596@taas.iki.fi>
34982      Branch: perl
34983            ! lib/FindBin.pm
34984 ____________________________________________________________________________
34985 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
34986         Log: Delta delta.
34987      Branch: perl
34988            ! pod/perl572delta.pod
34989 ____________________________________________________________________________
34990 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
34991         Log: Metaconfig unit change for 11115.
34992      Branch: metaconfig
34993            ! U/modified/libc.U
34994 ____________________________________________________________________________
34995 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
34996         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
34997              (from Richard Hatch) (this was the cause of pipes() and
34998              times() mysteriously not being found)
34999      Branch: perl
35000            ! Configure
35001 ____________________________________________________________________________
35002 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
35003         Log: Retract #10142, the real culprit found by Richard Hatch,
35004              coming soon to Configure near you.
35005      Branch: perl
35006            ! hints/aix.sh
35007 ____________________________________________________________________________
35008 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
35009         Log: (Replaced by #11124) UTS workaround from Hal Morris.
35010      Branch: perl
35011            ! perl.h
35012 ____________________________________________________________________________
35013 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
35014         Log: Subject: [PATCH] grok not grocking correctly
35015              From: Nicholas Clark <nick@ccl4.org>
35016              Date: Tue, 3 Jul 2001 00:19:08 +0100
35017              Message-ID: <20010703001908.H59620@plum.flirble.org>
35018      Branch: perl
35019            ! numeric.c
35020 ____________________________________________________________________________
35021 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
35022         Log: Subject: [PATCH Deparse.t] test just-posted patches
35023              From: Robin Houston <robin@kitsite.com>
35024              Date: Mon, 2 Jul 2001 23:46:15 +0100
35025              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
35026      Branch: perl
35027            ! ext/B/Deparse.t
35028 ____________________________________________________________________________
35029 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
35030         Log: Subject: [PATCH toke.c] autosplit into @F
35031              From: Robin Houston <robin@kitsite.com>
35032              Date: Mon, 2 Jul 2001 23:18:20 +0100
35033              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
35034      Branch: perl
35035            ! perl.c toke.c
35036 ____________________________________________________________________________
35037 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
35038         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
35039              From: Robin Houston <robin@kitsite.com>
35040              Date: Mon, 2 Jul 2001 23:00:48 +0100
35041              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
35042      Branch: perl
35043            ! ext/B/B/Deparse.pm
35044 ____________________________________________________________________________
35045 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
35046         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
35047              From: "Philip Newton" <Philip.Newton@gmx.net>
35048              Date: Mon, 2 Jul 2001 22:06:22 +0200
35049              (no Message-Id)
35050      Branch: perl
35051            ! ext/NDBM_File/hints/linux.pl
35052 ____________________________________________________________________________
35053 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
35054         Log: Subject: Re: Fixed pack problem - sort of
35055              From: Nicholas Clark <nick@ccl4.org>
35056              Date: Mon, 2 Jul 2001 20:59:20 +0100
35057              Message-ID: <20010702205919.F59620@plum.flirble.org>
35058      Branch: perl
35059            ! pp_pack.c t/op/pack.t
35060 ____________________________________________________________________________
35061 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
35062         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
35063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35064              Date: Mon, 2 Jul 2001 15:45:41 -0400
35065              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
35066      Branch: perl
35067            ! os2/os2.c
35068 ____________________________________________________________________________
35069 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
35070         Log: (Mistaken retraction)
35071      Branch: perl
35072            ! utils/pl2pm.PL
35073 ____________________________________________________________________________
35074 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
35075         Log: Detypo in #11103.
35076      Branch: perl
35077            ! utils/pl2pm.PL
35078 ____________________________________________________________________________
35079 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
35080         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
35081              From: Jonathan Stowe <gellyfish@gellyfish.com>
35082              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
35083              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
35084      Branch: perl
35085            ! utils/pl2pm.PL
35086 ____________________________________________________________________________
35087 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
35088         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
35089              From: "Craig A. Berry" <craigberry@mac.com>
35090              Date: Mon, 02 Jul 2001 14:11:23 -0500
35091              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
35092      Branch: perl
35093            ! lib/Unicode/UCD.pm
35094 ____________________________________________________________________________
35095 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
35096         Log: Subject: [PATCH] Re: op/numconvert.t failures
35097              From: Nicholas Clark <nick@ccl4.org>
35098              Date: Mon, 2 Jul 2001 20:10:48 +0100
35099              Message-ID: <20010702201048.E59620@plum.flirble.org>
35100      Branch: perl
35101            ! t/op/numconvert.t
35102 ____________________________________________________________________________
35103 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
35104         Log: Update Changes.
35105      Branch: perl
35106            ! Changes patchlevel.h
35107 ____________________________________________________________________________
35108 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
35109         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
35110              The real fix must be more involved.  The line of code all the leaky
35111              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
35112              line of Perl_newPMOP().
35113      Branch: perl
35114            ! op.h
35115 ____________________________________________________________________________
35116 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
35117         Log: Based on
35118              
35119              Subject: Re: sizeof(struct sembuf)
35120              From: Nicholas Clark <nick@ccl4.org>
35121              Date: Sun, 1 Jul 2001 22:26:48 +0100
35122              Message-ID: <20010701222648.W59620@plum.flirble.org>
35123              
35124              but do semop() always the slow way.
35125      Branch: perl
35126            ! doio.c
35127 ____________________________________________________________________________
35128 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
35129         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
35130              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35131              Date: Tue, 03 Jul 2001 00:56:30 +0900
35132              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
35133      Branch: perl
35134            ! ext/Encode/Encode/Tcl.t
35135 ____________________________________________________________________________
35136 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
35137         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
35138              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35139              Date: Tue, 03 Jul 2001 00:55:46 +0900
35140              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
35141      Branch: perl
35142            ! ext/Encode/Encode/Tcl.pm
35143 ____________________________________________________________________________
35144 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
35145         Log: Regen api and toc.
35146      Branch: perl
35147            ! pod/perlapi.pod pod/perltoc.pod
35148 ____________________________________________________________________________
35149 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
35150         Log: Metaconfig unit change for #11093.
35151      Branch: metaconfig/U/perl
35152            ! d_fcntl_can_lock.U
35153 ____________________________________________________________________________
35154 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
35155         Log: The fcntl locking test may hang if NFS locking messed up;
35156              break out with alarm(10).
35157      Branch: perl
35158            ! Configure
35159 ____________________________________________________________________________
35160 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
35161         Log: Move the mdelete.bat from win32/bin to win32.
35162      Branch: perl
35163            ! MANIFEST
35164 ____________________________________________________________________________
35165 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
35166         Log: Typo in #11083.
35167      Branch: perl
35168            ! ext/Time/Piece/Piece.t
35169 ____________________________________________________________________________
35170 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
35171         Log: Netware tweaks from Guruprasad.
35172      Branch: perl
35173            - NetWare/perlsdio.h
35174            ! MANIFEST NetWare/Makefile NetWare/interface.c
35175            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
35176            ! perlsdio.h
35177 ____________________________________________________________________________
35178 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
35179         Log: Subject: Re: [PATH] shared -> unique;
35180              From: Abhijit Menon-Sen <ams@wiw.org>
35181              Date: Wed, 27 Jun 2001 03:51:27 +0530
35182              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
35183      Branch: perl
35184            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
35185 ____________________________________________________________________________
35186 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
35187         Log: Subject: Re: AIX / gcc-3.0
35188              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35189              Date: Mon, 02 Jul 2001 15:20:21 +0200
35190              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
35191      Branch: perl
35192            ! hints/aix.sh
35193 ____________________________________________________________________________
35194 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
35195         Log: Subject: Re: Bug report: split splits on wrong pattern
35196              From: Abhijit Menon-Sen <ams@wiw.org>
35197              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
35198              Date: Mon, 2 Jul 2001 16:31:33 +0530
35199      Branch: perl
35200            ! pp_ctl.c
35201 ____________________________________________________________________________
35202 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
35203         Log: Subject: [PATCH 5.6.1] test harness
35204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35205              Date: Mon, 2 Jul 2001 06:29:21 -0400
35206              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
35207      Branch: perl
35208            ! lib/Test/Harness.pm
35209 ____________________________________________________________________________
35210 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
35211         Log: Subject: [PATCH 5.6.1] debugger goof
35212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35213              Date: Mon, 2 Jul 2001 06:27:22 -0400
35214              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
35215      Branch: perl
35216            ! lib/perl5db.pl
35217 ____________________________________________________________________________
35218 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
35219         Log: Subject: [PATCH 5.6.1] OS/2 cwd
35220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35221              Date: Mon, 2 Jul 2001 06:21:17 -0400
35222              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
35223      Branch: perl
35224            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
35225 ____________________________________________________________________________
35226 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
35227         Log: Make #11082 more OS/2-specific.
35228      Branch: perl
35229            ! ext/Time/Piece/Piece.t
35230 ____________________________________________________________________________
35231 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
35232         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
35233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35234              Date: Mon, 2 Jul 2001 06:06:34 -0400
35235              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
35236      Branch: perl
35237            ! ext/Time/Piece/Piece.t
35238 ____________________________________________________________________________
35239 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
35240         Log: Subject: [PATCH B::Deparse] version number & changes
35241              From: Robin Houston <robin@kitsite.com>  
35242              Date: Sun, 1 Jul 2001 17:17:29 +0100
35243              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
35244      Branch: perl
35245            ! ext/B/B/Deparse.pm
35246 ____________________________________________________________________________
35247 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
35248         Log: Subject: a small fix.
35249              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
35250              Date: Mon, 2 Jul 2001 12:17:53 +0200
35251              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
35252      Branch: perl
35253            ! ext/Thread/Thread.xs
35254 ____________________________________________________________________________
35255 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
35256         Log: Subject: RE: perl@10907
35257              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
35258              Date: Mon, 2 Jul 2001 12:06:16 +0200
35259              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
35260              
35261              Borland C vs PerlIO.
35262      Branch: perl
35263            ! win32/config.bc win32/config_H.bc
35264 ____________________________________________________________________________
35265 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
35266         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
35267              From: "H.M. Brand" <merijn@l1.procura.nl>
35268              Date: Mon, 02 Jul 2001 11:18:57 +0200
35269              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
35270      Branch: perl
35271            ! t/op/write.t
35272 ____________________________________________________________________________
35273 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
35274         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
35275              From: Michael G Schwern <schwern@pobox.com>
35276              Date: Mon, 2 Jul 2001 00:26:24 -0400
35277              Message-ID: <20010702002624.A18302@blackrider>
35278      Branch: perl
35279            - ext/util/mkbootstrap
35280 ____________________________________________________________________________
35281 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
35282         Log: Subject: [PATCH op.h] v minor comment tweak
35283              From: Robin Houston <robin@puffinry.freeserve.co.uk>
35284              Date: Mon, 2 Jul 2001 00:42:01 +0100
35285              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
35286      Branch: perl
35287            ! op.h
35288 ____________________________________________________________________________
35289 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
35290         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
35291      Branch: perl
35292            ! pod/perlfunc.pod
35293 ____________________________________________________________________________
35294 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
35295         Log: Subject: Re: sizeof(struct sembuf)
35296              From: Nicholas Clark <nick@ccl4.org>
35297              Date: Sun, 1 Jul 2001 19:23:16 +0100
35298              Message-ID: <20010701192316.V59620@plum.flirble.org>
35299              
35300              s/signaling/signalling/
35301      Branch: perl
35302            ! pod/perlfunc.pod
35303 ____________________________________________________________________________
35304 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
35305         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
35306              From: "Philip Newton" <Philip.Newton@gmx.net>
35307              Date: Sun, 1 Jul 2001 09:37:56 +0200
35308              Message-Id: <200107010733.KAA03920@taas.iki.fi>
35309      Branch: perl
35310            ! pod/perlvar.pod
35311 ____________________________________________________________________________
35312 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
35313         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
35314              From: "Philip Newton" <Philip.Newton@gmx.net>
35315              Date: Sun, 1 Jul 2001 09:37:56 +0200
35316              Message-Id: <200107010733.KAA03925@taas.iki.fi>
35317      Branch: perl
35318            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
35319 ____________________________________________________________________________
35320 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
35321         Log: Metaconfig unit change for #11070.
35322      Branch: metaconfig
35323            ! U/compline/randfunc.U
35324 ____________________________________________________________________________
35325 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
35326         Log: Subject: [PATCH perlsnap] its --> it's --> its
35327              From: "Philip Newton" <Philip.Newton@gmx.net>
35328              Date: Sun, 1 Jul 2001 09:37:56 +0200
35329              Message-Id: <200107010733.KAA03914@taas.iki.fi>
35330      Branch: perl
35331            ! Porting/config_H
35332 ____________________________________________________________________________
35333 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
35334         Log: Sync with Sarathy; integrate with perlio.
35335      Branch: perl
35336           !> gv.c
35337 ____________________________________________________________________________
35338 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
35339         Log: regenerate win32/config_H.?c files
35340      Branch: perl
35341            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35342 ____________________________________________________________________________
35343 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
35344         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
35345              naming discipline
35346              
35347              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
35348              because of this)
35349              
35350              fix a warning about "fd" being used without being set in Cwd.xs
35351      Branch: perl
35352            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
35353            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
35354            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
35355            ! win32/config.vc
35356 ____________________________________________________________________________
35357 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
35358         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
35359              within macro arguments") and warnings ("unary minus applied to
35360              unsigned type", among others)
35361      Branch: perl
35362            ! gv.c hv.c op.c pp.c sv.c toke.c
35363 ____________________________________________________________________________
35364 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
35365         Log: win32 fixes: more spurious CRs
35366      Branch: perl
35367            ! win32/mdelete.bat
35368 ____________________________________________________________________________
35369 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
35370         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
35371              from win32/bin (or it gets deleted by distclean); don't delete
35372              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
35373              NT (should be made Win9x specific, and added to makefile.mk)
35374      Branch: perl
35375           +> win32/mdelete.bat
35376            - win32/bin/mdelete.bat
35377            ! win32/Makefile win32/makefile.mk
35378 ____________________________________________________________________________
35379 [ 11063] By: nick                                  on 2001/07/01  18:54:09
35380         Log: Quick for for #ifdef mess
35381      Branch: perlio
35382            ! gv.c
35383 ____________________________________________________________________________
35384 [ 11062] By: nick                                  on 2001/07/01  18:47:42
35385         Log: Raw integrate - does not build #if mess in gv.c
35386      Branch: perlio
35387           !> (integrate 29 files)
35388 ____________________________________________________________________________
35389 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
35390         Log: Make 'compile' target a little less broken.
35391              Still very broken, though: -Wall warnings from
35392              the generated code, boot_Foo prototypes missing,
35393              can't autoload Fcntl::SEEK_CUR et alia, ...
35394      Branch: perl
35395            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
35396            ! utils/perlcc.PL x2p/Makefile.SH
35397 ____________________________________________________________________________
35398 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
35399         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
35400      Branch: perl
35401            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35402            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
35403 ____________________________________________________________________________
35404 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
35405         Log: Update Changes.
35406      Branch: perl
35407            ! Changes patchlevel.h
35408 ____________________________________________________________________________
35409 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
35410         Log: Still one typo, regen toc.
35411      Branch: perl
35412            ! lib/Unicode/UCD.pm pod/perltoc.pod
35413 ____________________________________________________________________________
35414 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
35415         Log: Detypos and regen toc.
35416      Branch: perl
35417            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
35418 ____________________________________________________________________________
35419 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
35420         Log: VERSION tweak.
35421      Branch: perl
35422            ! ext/List/Util/lib/List/Util.pm
35423 ____________________________________________________________________________
35424 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
35425         Log: Attempt at plugging the leak under ithreads detected by Doug.
35426      Branch: perl
35427            ! op.h
35428 ____________________________________________________________________________
35429 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
35430         Log: gcc -Wall lint after #11051.
35431      Branch: perl
35432            ! pp_sys.c
35433 ____________________________________________________________________________
35434 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
35435         Log: Integrate perlio.
35436      Branch: perl
35437           !> lib/File/Find/taint.t
35438 ____________________________________________________________________________
35439 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
35440         Log: Don't use the v-strings for module VERSIONs.
35441      Branch: perl
35442            ! lib/Unicode/UCD.pm
35443 ____________________________________________________________________________
35444 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
35445         Log: Code cleanup based on turning off the -woffs in IRIX.
35446              Not all of the gripes cleaned up (hairy code in hv.c and
35447              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
35448              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
35449              to the IRIX hints)
35450      Branch: perl
35451            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
35452            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
35453            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
35454            ! regcomp.c sv.c
35455 ____________________________________________________________________________
35456 [ 11050] By: nick                                  on 2001/06/30  20:46:46
35457         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
35458      Branch: perlio
35459            ! lib/File/Find/taint.t
35460 ____________________________________________________________________________
35461 [ 11049] By: nick                                  on 2001/06/30  18:13:33
35462         Log: Integrate mainline
35463      Branch: perlio
35464           +> NetWare/nwstdio.h NetWare/perlsdio.h
35465           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
35466           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
35467           +> lib/Unicode/UCD.t t/run/exit.t
35468           !> (integrate 60 files)
35469 ____________________________________________________________________________
35470 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
35471         Log: Delta delta.
35472      Branch: perl
35473            ! pod/perl572delta.pod
35474 ____________________________________________________________________________
35475 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
35476         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
35477              by CPAN.pm, use rather _00.
35478      Branch: perl
35479            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
35480            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
35481            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
35482            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
35483            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
35484            ! lib/ExtUtils/Embed.pm lib/Test.pm
35485 ____________________________________________________________________________
35486 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
35487         Log: Add a simple Unicode character database interface, Unicode::UCD.
35488      Branch: perl
35489            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
35490            ! MANIFEST
35491 ____________________________________________________________________________
35492 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
35493         Log: Subject: [PATCH] op/numconver.t
35494              From: Nicholas Clark <nick@ccl4.org>
35495              Date: Sat, 30 Jun 2001 15:40:10 +0100
35496              Message-ID: <20010630154010.I59620@plum.flirble.org>
35497      Branch: perl
35498            ! t/op/numconvert.t
35499 ____________________________________________________________________________
35500 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
35501         Log: The $^N is now taken (by #11038).
35502      Branch: perl
35503            ! t/base/lex.t
35504 ____________________________________________________________________________
35505 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
35506         Log: The #11040 had slipped to a wrong function...
35507      Branch: perl
35508            ! sv.c
35509 ____________________________________________________________________________
35510 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
35511         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
35512              the Configure library symbol probe mysteriously finds all
35513              symbols but those of pipe() and times().
35514      Branch: perl
35515            ! hints/aix.sh
35516 ____________________________________________________________________________
35517 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
35518         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
35519              From: Nicholas Clark <nick@ccl4.org>
35520              Date: Fri, 29 Jun 2001 23:49:07 +0100
35521              Message-ID: <20010629234907.D59620@plum.flirble.org>
35522      Branch: perl
35523            ! lib/ExtUtils.t
35524 ____________________________________________________________________________
35525 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
35526         Log: Subject: [PATCH] weakref fix 2, not yet there
35527              From: Artur Bergman <artur@contiller.se>
35528              Date: Sat, 30 Jun 2001 01:18:16 +0200
35529              Message-ID: <B762D957.1CC9%artur@contiller.se>
35530      Branch: perl
35531            ! sv.c
35532 ____________________________________________________________________________
35533 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
35534         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
35535              From: Michael G Schwern <schwern@pobox.com>
35536              Date: Fri, 29 Jun 2001 19:39:11 -0400
35537              Message-ID: <20010629193910.D25304@blackrider>
35538      Branch: perl
35539            + t/run/exit.t
35540            ! MANIFEST
35541 ____________________________________________________________________________
35542 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
35543         Log: Add support for $^N, the most-recently closed group.
35544      Branch: perl
35545            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
35546            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
35547            ! thrdvar.h
35548 ____________________________________________________________________________
35549 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
35550         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
35551              From: lvirden@cas.org
35552              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
35553              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
35554              
35555              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
35556              From: lvirden@cas.org
35557              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
35558              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
35559      Branch: perl
35560            ! README.solaris
35561 ____________________________________________________________________________
35562 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
35563         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
35564              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35565              Date: Sat, 30 Jun 2001 07:33:37 +0900
35566              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
35567              
35568              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
35569              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35570              Date: Sat, 30 Jun 2001 21:38:14 +0900
35571              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
35572      Branch: perl
35573            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
35574            + ext/Encode/Encode/7bit-kr.enc
35575            ! MANIFEST ext/Encode/Encode/Tcl.pm
35576 ____________________________________________________________________________
35577 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
35578         Log: NetWare tweaks from Guruprasad.
35579      Branch: perl
35580            + NetWare/nwstdio.h NetWare/perlsdio.h
35581            ! MANIFEST NetWare/Makefile NetWare/config.wc
35582            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
35583            ! NetWare/t/Readme.txt
35584 ____________________________________________________________________________
35585 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
35586         Log: More module $VERSION bump-ups.
35587      Branch: perl
35588            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
35589            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
35590            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
35591 ____________________________________________________________________________
35592 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
35593         Log: Doc update due to #11032.
35594      Branch: perl
35595            ! pod/perl572delta.pod
35596 ____________________________________________________________________________
35597 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
35598         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
35599              From: Peter Prymmer <pvhp@forte.com>
35600              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
35601              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
35602      Branch: perl
35603            ! ext/Time/HiRes/HiRes.xs
35604 ____________________________________________________________________________
35605 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
35606         Log: -lpthreads missing in AIX.
35607      Branch: perl
35608            ! hints/aix.sh
35609 ____________________________________________________________________________
35610 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
35611         Log: Subject: [PATCH] CLONE && weakrefs
35612              From: Artur Bergman <artur@contiller.se>
35613              Date: Fri, 29 Jun 2001 17:02:00 +0200
35614              Message-ID: <B7626508.1CA0%artur@contiller.se>
35615      Branch: perl
35616            ! sv.c
35617 ____________________________________________________________________________
35618 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
35619         Log: Subject: Re: Bug report: split splits on wrong pattern
35620              From: Radu Greab <radu@netsoft.ro>
35621              Date: Wed, 27 Jun 2001 21:50:52 +0300
35622              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
35623      Branch: perl
35624            ! pp_ctl.c t/op/split.t
35625 ____________________________________________________________________________
35626 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
35627         Log: Metaconfig unit change for #11027.
35628      Branch: metaconfig/U/perl
35629            ! d_modfl.U
35630 ____________________________________________________________________________
35631 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
35632         Log: I thought this Configure glitch for AIX was just recently fixed?
35633      Branch: perl
35634            ! Configure
35635 ____________________________________________________________________________
35636 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
35637         Log: Update Changes.
35638      Branch: perl
35639            ! Changes patchlevel.h
35640 ____________________________________________________________________________
35641 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
35642         Log: Subject: Re: perl@10967, File::Find, and Cwd
35643              From: Mike Guy <mjtg@cam.ac.uk>
35644              Date: Fri, 29 Jun 2001 14:56:49 +0100
35645              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
35646      Branch: perl
35647            ! lib/File/Find/taint.t
35648 ____________________________________________________________________________
35649 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
35650         Log: Update the sv_pvprintify() spec.
35651      Branch: perl
35652            ! pod/perltodo.pod
35653 ____________________________________________________________________________
35654 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
35655         Log: Known test failures update.
35656      Branch: perl
35657            ! pod/perl572delta.pod
35658 ____________________________________________________________________________
35659 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
35660         Log: Based on
35661              
35662              Subject: [PATCH @11016] More );) fixes
35663              From: Richard Soderberg <rs@crystalflame.net>
35664              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
35665              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
35666      Branch: perl
35667            ! ext/Thread/Thread.xs ext/Thread/typemap
35668 ____________________________________________________________________________
35669 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
35670         Log: Subject: [PATCH @11016] Fixes compile errors in four files
35671              From: Richard Soderberg <rs@crystalflame.net>
35672              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
35673              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
35674      Branch: perl
35675            ! mg.c pp.c pp_hot.c util.c
35676 ____________________________________________________________________________
35677 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
35678         Log: AIX hints tweaking continues, from Merijn Brand.
35679      Branch: perl
35680            ! hints/aix.sh
35681 ____________________________________________________________________________
35682 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
35683         Log: HP-UX needs gccversion sooner, from Merijn Brand.
35684      Branch: perl
35685            ! hints/hpux.sh
35686 ____________________________________________________________________________
35687 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
35688         Log: Subject: [PATCH 5.6.1] OS/2 docs
35689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35690              Date: Fri, 29 Jun 2001 02:34:12 -0400
35691              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
35692      Branch: perl
35693            ! README.os2 os2/Changes
35694 ____________________________________________________________________________
35695 [ 11017] By: nick                                  on 2001/06/29  10:20:30
35696         Log: Integrate mainline
35697      Branch: perlio
35698           +> (branch 37 files)
35699            - ext/ODBM_File/sdbm.t
35700           !> (integrate 211 files)
35701 ____________________________________________________________________________
35702 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
35703         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
35704              the modules found using a script written by Larry Schatzer Jr.
35705      Branch: perl
35706            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
35707            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
35708            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
35709            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
35710            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
35711            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
35712            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
35713            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
35714            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
35715            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
35716            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
35717            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
35718            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
35719            ! lib/constant.pm lib/fields.pm lib/strict.pm
35720 ____________________________________________________________________________
35721 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
35722         Log: The latest JPL from the anoncvs.
35723      Branch: perl
35724            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35725 ____________________________________________________________________________
35726 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
35727         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
35728      Branch: perl
35729            ! t/op/pat.t
35730 ____________________________________________________________________________
35731 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
35732         Log: Worrying about insecure directories now is a bit too late.
35733      Branch: perl
35734            ! lib/File/Find/taint.t
35735 ____________________________________________________________________________
35736 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
35737         Log: Cannot DIE() in a void function,
35738              from Richard Hatch <rhatch@austin.ibm.com>.
35739      Branch: perl
35740            ! ext/IPC/SysV/SysV.xs
35741 ____________________________________________________________________________
35742 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
35743         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
35744              From: Peter Prymmer <pvhp@forte.com>
35745              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
35746              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
35747              
35748              (unfinished: time/hires tests 3, 5, 14 failing, but better
35749              than wholesale failure)
35750      Branch: perl
35751            ! ext/Time/HiRes/HiRes.xs
35752 ____________________________________________________________________________
35753 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
35754         Log: Subject: [PATCH 5.6.1] OS/2 improvements
35755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35756              Date: Thu, 28 Jun 2001 16:03:14 -0400
35757              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
35758      Branch: perl
35759            + os2/os2_base.t
35760            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
35761            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
35762            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
35763            ! os2/os2ish.h
35764 ____________________________________________________________________________
35765 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
35766         Log: Subject: Incrementing Extutils::Manifest's $VERSION
35767              From: Michael G Schwern <schwern@pobox.com>
35768              Date: Thu, 28 Jun 2001 13:13:49 -0400
35769              Message-ID: <20010628131349.A14738@blackrider>
35770      Branch: maint-5.6/perl
35771            ! lib/ExtUtils/Manifest.pm
35772 ____________________________________________________________________________
35773 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
35774         Log: AIX tweak from Merijn Brand.
35775      Branch: perl
35776            ! hints/aix.sh
35777 ____________________________________________________________________________
35778 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
35779         Log: Create the macperl branch.
35780      Branch: maint-5.6/macperl
35781           +> (branch 1728 files)
35782 ____________________________________________________________________________
35783 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
35784         Log: Update Changes.
35785      Branch: perl
35786            ! Changes patchlevel.h
35787 ____________________________________________________________________________
35788 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
35789         Log: More Perforce lore.
35790      Branch: perl
35791            ! Porting/repository.pod
35792 ____________________________________________________________________________
35793 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
35794         Log: Metaconfig unit changes for #11003.
35795      Branch: metaconfig/U/perl
35796            + d_nl_langinfo.U i_langinfo.U
35797 ____________________________________________________________________________
35798 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
35799         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
35800              Expected not to exist in non-UNIX excepting in VMS, where
35801              according to a quick web survey they just might.
35802      Branch: perl
35803            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
35804            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35805            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
35806            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35807            ! win32/config.bc win32/config.gc win32/config.vc
35808 ____________________________________________________________________________
35809 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
35810         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
35811              in AIX is one is doing a 64-bit build.
35812      Branch: perl
35813            ! hints/aix.sh
35814 ____________________________________________________________________________
35815 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
35816         Log: Metaconfig unit changes for #11000.
35817      Branch: metaconfig/U/perl
35818            ! use64bits.U uselfs.U
35819 ____________________________________________________________________________
35820 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
35821         Log: Move use64bitint and use64bitall before uselargefiles.
35822      Branch: perl
35823            ! Configure
35824 ____________________________________________________________________________
35825 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
35826         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
35827              From: Robert Spier <rspier@pobox.com>
35828              Message-ID: <15162.41164.618712.841415@rls.cx>
35829              Date: Wed, 27 Jun 2001 23:13:16 -0400
35830      Branch: perl
35831            ! doio.c
35832 ____________________________________________________________________________
35833 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
35834         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
35835              From: Peter Prymmer <pvhp@forte.com>
35836              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
35837              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
35838      Branch: perl
35839            ! numeric.c
35840 ____________________________________________________________________________
35841 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
35842         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
35843              From: Peter Prymmer <pvhp@forte.com>
35844              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
35845              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
35846      Branch: perl
35847            ! configure.com ext/Digest/MD5/Makefile.PL
35848 ____________________________________________________________________________
35849 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
35850         Log: Update Changes.
35851      Branch: perl
35852            ! Changes patchlevel.h
35853 ____________________________________________________________________________
35854 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
35855         Log: Tiny EPOC updates.
35856      Branch: perl
35857            ! epoc/config.sh
35858 ____________________________________________________________________________
35859 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
35860         Log: The Test::More and Test::Simple tests required help
35861              thanks to our schizophrenic test scheme.
35862      Branch: perl
35863            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35864            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35865            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35866            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
35867            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
35868 ____________________________________________________________________________
35869 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
35870         Log: Upgrade to Test::Simple 0.09.
35871      Branch: perl
35872            + lib/Test/Simple/Changes
35873            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
35874            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35875            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35876            ! lib/Test/Simple/t/plan_is_noplan.t
35877 ____________________________________________________________________________
35878 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
35879         Log: Upgrade to Test::More 0.07.
35880      Branch: perl
35881            + lib/Test/More/Changes
35882            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
35883            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
35884            ! lib/Test/More/t/skipall.t
35885 ____________________________________________________________________________
35886 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
35887         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
35888              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35889              Date: Wed, 27 Jun 2001 18:40:04 +0200
35890              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
35891      Branch: perl
35892            ! hints/hpux.sh
35893 ____________________________________________________________________________
35894 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
35895         Log: Subject: [PATCH README.qnx hints/qnx.sh]
35896              From: Norton Allen <allen@huarp.harvard.edu>
35897              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
35898              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
35899      Branch: perl
35900            ! README.qnx hints/qnx.sh
35901 ____________________________________________________________________________
35902 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
35903         Log: Subject: [PATCH] two little documentation nits
35904              From: Abhijit Menon-Sen <ams@wiw.org>
35905              Date: Wed, 27 Jun 2001 20:07:50 +0530
35906              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
35907      Branch: perl
35908            ! sv.c sv.h
35909 ____________________________________________________________________________
35910 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
35911         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
35912              From: Norton Allen <allen@huarp.harvard.edu>
35913              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
35914              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
35915      Branch: perl
35916            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
35917 ____________________________________________________________________________
35918 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
35919         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
35920              From: Michael G Schwern <schwern@pobox.com>
35921              Date: Wed, 27 Jun 2001 02:34:58 -0400
35922              Message-ID: <20010627023458.K23874@blackrider>
35923      Branch: perl
35924            ! vms/test.com
35925 ____________________________________________________________________________
35926 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
35927         Log: Add perl_clone_host() for Netware.
35928      Branch: perl
35929            ! NetWare/nw5.c
35930 ____________________________________________________________________________
35931 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
35932         Log: GCC 3.0 hints for HP-UX.
35933      Branch: perl
35934            ! hints/hpux.sh
35935 ____________________________________________________________________________
35936 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
35937         Log: In some Linux distributions the libndbm is broken
35938              (no null key support), therefore link with libgdbm
35939              (if available), since it has a working ndbm emulation,
35940              from Jonathan Stowe.
35941      Branch: perl
35942            + ext/NDBM_File/hints/linux.pl
35943            ! MANIFEST
35944 ____________________________________________________________________________
35945 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
35946         Log: Subject: [PATCH perl@10930] find.t hack for VMS
35947              From: "Craig A. Berry" <craigberry@mac.com>
35948              Date: Tue, 26 Jun 2001 23:40:25 -0500
35949              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
35950      Branch: perl
35951            ! lib/File/Find/find.t
35952 ____________________________________________________________________________
35953 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
35954         Log: AUTHORS updates.
35955      Branch: perl
35956            ! AUTHORS
35957 ____________________________________________________________________________
35958 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
35959         Log: Metaconfig unit change like #10980.
35960      Branch: metaconfig
35961            ! U/compline/d_stdstdio.U
35962 ____________________________________________________________________________
35963 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
35964         Log: "lose the it's", from Abhijit Menon-Sen.
35965              ("It's" not searched, pods not searched.)
35966      Branch: perl
35967            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
35968            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
35969            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
35970            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
35971            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35972            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
35973 ____________________________________________________________________________
35974 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
35975         Log: "lose the looses", from Abhijit Menon-Sen.
35976      Branch: perl
35977            ! ext/B/B/Assembler.pm gv.c
35978 ____________________________________________________________________________
35979 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
35980         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
35981      Branch: perl
35982            ! hints/os390.sh
35983 ____________________________________________________________________________
35984 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
35985         Log: DEC C 5.3 on the VAX simply doesn't seem to like
35986              compiling the MD5 extension, disable it there for now,
35987              from Peter Prymmer.
35988      Branch: perl
35989            ! configure.com
35990 ____________________________________________________________________________
35991 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
35992         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
35993              From: Jonathan Stowe <gellyfish@gellyfish.com>
35994              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
35995              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
35996      Branch: perl
35997            ! pod/perlfaq3.pod
35998 ____________________________________________________________________________
35999 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
36000         Log: Subject: [PATCH 5.6.1] perlxs misprints
36001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36002              Date: Tue, 26 Jun 2001 17:20:00 -0400
36003              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
36004      Branch: perl
36005            ! pod/perlxs.pod
36006 ____________________________________________________________________________
36007 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
36008         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
36009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36010              Date: Tue, 26 Jun 2001 17:27:07 -0400
36011              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
36012      Branch: perl
36013            ! lib/ExtUtils/MM_Unix.pm
36014 ____________________________________________________________________________
36015 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
36016         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
36017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36018              Date: Tue, 26 Jun 2001 17:23:24 -0400
36019              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
36020      Branch: perl
36021            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
36022 ____________________________________________________________________________
36023 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
36024         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
36025              by Olaf Flebbe.
36026      Branch: perl
36027            ! perl.h
36028 ____________________________________________________________________________
36029 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
36030         Log: Detypo.
36031      Branch: perl
36032            ! lib/Memoize/t/tie_sdbm.t
36033 ____________________________________________________________________________
36034 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
36035         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
36036      Branch: perl
36037            ! win32/perllib.c
36038 ____________________________________________________________________________
36039 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
36040         Log: Subject: [patch] perl_clone+CvFILE
36041              From: Doug MacEachern <dougm@covalent.net>
36042              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
36043              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
36044      Branch: perl
36045            ! sv.c
36046 ____________________________________________________________________________
36047 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
36048         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
36049              From: Mark-Jason Dominus <mjd@plover.com>
36050              Date: Tue, 26 Jun 2001 12:33:01 -0400
36051              Message-ID: <20010626163301.31298.qmail@plover.com>
36052      Branch: perl
36053            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
36054 ____________________________________________________________________________
36055 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
36056         Log: Update Changes.
36057      Branch: perl
36058            ! Changes patchlevel.h
36059 ____________________________________________________________________________
36060 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
36061         Log: Also catfile() needs now to explicitly exported.
36062      Branch: perl
36063            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
36064 ____________________________________________________________________________
36065 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
36066         Log: Regen toc.
36067      Branch: perl
36068            ! pod/perltoc.pod
36069 ____________________________________________________________________________
36070 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
36071         Log: Nonexistent pod command.
36072      Branch: perl
36073            ! pod/perl572delta.pod
36074 ____________________________________________________________________________
36075 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
36076         Log: Be more portable in the quest for tmpdir.
36077      Branch: perl
36078            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
36079 ____________________________________________________________________________
36080 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
36081         Log: Be more portable in finding out the home directory,
36082              and use File::Spec to do the concat.
36083              (Come to think of it, couldn't File::Spec provide
36084              for a ->homedir method?)
36085      Branch: perl
36086            ! lib/Net/Config.pm
36087 ____________________________________________________________________________
36088 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
36089         Log: Doc patch for #10959.
36090      Branch: perl
36091            ! pod/perlfunc.pod
36092 ____________________________________________________________________________
36093 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
36094         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
36095              From: "Philip Newton" <pnewton@gmx.de>
36096              Date: Tue, 26 Jun 2001 16:26:47 +0200
36097              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
36098      Branch: perl
36099            ! pod/perldata.pod
36100 ____________________________________________________________________________
36101 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
36102         Log: Subject: [PATH] shared -> unique;
36103              From: "Artur Bergman" <artur@contiller.se>
36104              Date: Tue, 26 Jun 2001 16:18:40 +0200
36105              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
36106              
36107              Because "shared" isn't: it's read-only.
36108      Branch: perl
36109            ! toke.c xsutils.c
36110 ____________________________________________________________________________
36111 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
36112         Log: Escape multiline croak messages.
36113      Branch: perl
36114            ! t/op/ver.t
36115 ____________________________________________________________________________
36116 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
36117         Log: No more pragma/*.t for minitest.
36118      Branch: perl
36119            ! Makefile.SH
36120 ____________________________________________________________________________
36121 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
36122         Log: AUTHORS updates.
36123      Branch: perl
36124            ! AUTHORS
36125 ____________________________________________________________________________
36126 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
36127         Log: delta updates.
36128      Branch: perl
36129            ! pod/perl572delta.pod
36130 ____________________________________________________________________________
36131 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
36132         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
36133              From: Artur Bergman <artur@contiller.se> 
36134              Date: Tue, 26 Jun 2001 15:32:53 +0200
36135              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
36136      Branch: perl
36137            ! makedef.pl sv.c sv.h win32/perllib.c
36138 ____________________________________________________________________________
36139 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
36140         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
36141              From: Jonathan Stowe <gellyfish@gellyfish.com>
36142              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
36143              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
36144              
36145              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
36146      Branch: perl
36147            + ext/Time/HiRes/hints/sco.pl
36148            ! MANIFEST
36149 ____________________________________________________________________________
36150 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
36151         Log: Subject: [PATCH 5.6.1] static build
36152              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36153              Date: Tue, 26 Jun 2001 04:22:25 -0400
36154              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
36155      Branch: perl
36156            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
36157            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
36158 ____________________________________________________________________________
36159 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
36160         Log: DJGPP patches from Laszlo Molnar.
36161      Branch: perl
36162            ! djgpp/djgpp.c perl.c util.c
36163 ____________________________________________________________________________
36164 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
36165         Log: Netware patches from Ananth Kesari.
36166      Branch: perl
36167            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
36168            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
36169            ! NetWare/nwtinfo.h
36170 ____________________________________________________________________________
36171 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
36172         Log: Detypo.
36173      Branch: perl
36174            ! ext/Errno/Errno_pm.PL
36175 ____________________________________________________________________________
36176 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
36177         Log: There seems to be two ways of spelling the $^O in *STEP.
36178      Branch: perl
36179            ! ext/Errno/Errno_pm.PL
36180 ____________________________________________________________________________
36181 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
36182         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
36183              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
36184      Branch: perl
36185            ! ext/Errno/Errno_pm.PL
36186 ____________________________________________________________________________
36187 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
36188         Log: Known bugs update.
36189      Branch: perl
36190            ! pod/perl572delta.pod
36191 ____________________________________________________________________________
36192 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
36193         Log: The default installation of Cygwin has 500 as root's uid.
36194      Branch: perl
36195            ! lib/User/pwent.t
36196 ____________________________________________________________________________
36197 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
36198         Log: Be even more relaxed (re-allow having only one entry).
36199      Branch: perl
36200            ! t/op/grent.t t/op/pwent.t
36201 ____________________________________________________________________________
36202 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
36203         Log: Test failure updates.
36204      Branch: perl
36205            ! pod/perl572delta.pod
36206 ____________________________________________________________________________
36207 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
36208         Log: MPE/iX test tweaks from Mark Bixby.
36209      Branch: perl
36210            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
36211            ! t/io/fs.t t/op/stat.t
36212 ____________________________________________________________________________
36213 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
36214         Log: Microperl findings.
36215      Branch: perl
36216            ! perl.h pp_sys.c
36217 ____________________________________________________________________________
36218 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
36219         Log: Touch uconfig.h.
36220      Branch: perl
36221            ! uconfig.h
36222 ____________________________________________________________________________
36223 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
36224         Log: Subject: [PATCH] Proposed fix for Pod::Man
36225              From: Rob Napier <rnapier@employees.org>
36226              Date: Mon, 25 Jun 2001 15:49:24 -0400
36227              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
36228              
36229              Cater for Solaris nroff brokenness (shortchanges daisywheel
36230              printers, but hey, we also no more support PDPs.)
36231      Branch: perl
36232            ! lib/Pod/Man.pm
36233 ____________________________________________________________________________
36234 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
36235         Log: Typo in #10937.
36236      Branch: perl
36237            ! ext/POSIX/sigaction.t
36238 ____________________________________________________________________________
36239 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
36240         Log: SIGCONT not trappable in VMS.
36241      Branch: perl
36242            ! ext/POSIX/sigaction.t
36243 ____________________________________________________________________________
36244 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
36245         Log: Subject: [DRAFT] Encode-Tcl.t
36246              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36247              Date: Tue, 26 Jun 2001 03:38:08 +0900
36248              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
36249      Branch: perl
36250            + ext/Encode/Encode/Tcl.t
36251            ! MANIFEST ext/Encode/Encode/Tcl.pm
36252 ____________________________________________________________________________
36253 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
36254         Log: Because of #10932 retract also the perlfunc hunk of #10910.
36255      Branch: perl
36256            ! pod/perlfunc.pod
36257 ____________________________________________________________________________
36258 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
36259         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
36260              by Ilya Zakharevich in
36261              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
36262      Branch: perl
36263            ! XSUB.h
36264 ____________________________________________________________________________
36265 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
36266         Log: Typo in #10889.
36267      Branch: perl
36268            ! hints/uts.sh
36269 ____________________________________________________________________________
36270 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
36271         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
36272              From: Abhijit Menon-Sen <ams@wiw.org>
36273              Date: Mon, 25 Jun 2001 23:45:45 +0530
36274              Message-ID: <20010625234545.A5022@lustre.linux.in>
36275      Branch: perl
36276            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
36277 ____________________________________________________________________________
36278 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
36279         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
36280              From: Michael G Schwern <schwern@pobox.com>
36281              Date: Mon, 25 Jun 2001 14:35:51 -0400
36282              Message-ID: <20010625143551.H13819@blackrider>
36283      Branch: perl
36284            ! lib/Test.pm
36285 ____________________________________________________________________________
36286 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
36287         Log: Update Changes.
36288      Branch: perl
36289            ! Changes patchlevel.h
36290 ____________________________________________________________________________
36291 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
36292         Log: Regen toc and modlib.
36293      Branch: perl
36294            ! pod/perlmodlib.pod pod/perltoc.pod
36295 ____________________________________________________________________________
36296 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
36297         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
36298              for the benefit of C++ compilers, as suggested by Guruprasad.
36299      Branch: perl
36300            ! embed.pl proto.h
36301 ____________________________________________________________________________
36302 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
36303         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
36304              From: Jonathan Stowe <gellyfish@gellyfish.com>
36305              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
36306              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
36307      Branch: perl
36308            ! pod/perlfaq5.pod
36309 ____________________________________________________________________________
36310 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
36311         Log: Missed from #10925.
36312      Branch: perl
36313            ! gv.c
36314 ____________________________________________________________________________
36315 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
36316         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
36317              From: Robin Houston <robin@kitsite.com>
36318              Date: Sat, 19 May 2001 16:19:34 +0100
36319              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
36320      Branch: perl
36321            ! cv.h gv.h op.c
36322 ____________________________________________________________________________
36323 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
36324         Log: Netware README tweak.
36325      Branch: perl
36326            ! README.netware
36327 ____________________________________________________________________________
36328 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
36329         Log: Subject: [PATCH] Re: overload.t fails
36330              From: Abhijit Menon-Sen <ams@wiw.org>
36331              Date: Mon, 25 Jun 2001 14:52:20 +0530
36332              Message-ID: <20010625145220.A24114@lustre.linux.in>
36333      Branch: perl
36334            ! lib/overload.t
36335 ____________________________________________________________________________
36336 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
36337         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
36338              From: Mike Guy <mjtg@cam.ac.uk>
36339              Date: Mon, 25 Jun 2001 11:43:23 +0100
36340              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
36341      Branch: perl
36342            ! lib/Carp.pm
36343 ____________________________________________________________________________
36344 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
36345         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
36346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36347              Date: Sun, 24 Jun 2001 05:17:05 -0400
36348              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
36349      Branch: perl
36350            ! os2/os2ish.h
36351 ____________________________________________________________________________
36352 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
36353         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
36354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36355              Date: Mon, 25 Jun 2001 05:52:27 -0400
36356              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
36357      Branch: perl
36358            ! hints/os2.sh
36359 ____________________________________________________________________________
36360 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
36361         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
36362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36363              Date: Mon, 25 Jun 2001 05:23:35 -0400
36364              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
36365      Branch: perl
36366            ! os2/os2.c
36367 ____________________________________________________________________________
36368 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
36369         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
36370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36371              Date: Mon, 25 Jun 2001 05:04:32 -0400
36372              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
36373      Branch: perl
36374            ! os2/OS2/REXX/DLL/DLL.pm
36375 ____________________________________________________________________________
36376 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
36377         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
36378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36379              Date: Mon, 25 Jun 2001 05:02:36 -0400
36380              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
36381      Branch: perl
36382            ! mg.c os2/dl_os2.c os2/os2.c
36383 ____________________________________________________________________________
36384 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
36385         Log: Subject: Re: [PATCH 5.6.1] misprints
36386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36387              Date: Mon, 25 Jun 2001 04:50:50 -0400
36388              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
36389      Branch: perl
36390            ! os2/os2.c pp_sys.c
36391 ____________________________________________________________________________
36392 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
36393         Log: Add Test::More and Test::Simple to the delta.
36394      Branch: perl
36395            ! pod/perl572delta.pod
36396 ____________________________________________________________________________
36397 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
36398         Log: Add Test::More, from Michael G Schwern.
36399      Branch: perl
36400            + lib/Test/More.pm lib/Test/More/t/More.t
36401            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
36402            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
36403            + t/lib/Test/More/Catch.pm
36404            ! MANIFEST
36405 ____________________________________________________________________________
36406 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
36407         Log: Add Test::Simple from Michael G Schwern.
36408      Branch: perl
36409            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
36410            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
36411            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
36412            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
36413            + t/lib/Test/Simple/Catch.pm
36414            + t/lib/Test/Simple/sample_tests/death.plx
36415            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
36416            + t/lib/Test/Simple/sample_tests/extras.plx
36417            + t/lib/Test/Simple/sample_tests/five_fail.plx
36418            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
36419            + t/lib/Test/Simple/sample_tests/one_fail.plx
36420            + t/lib/Test/Simple/sample_tests/require.plx
36421            + t/lib/Test/Simple/sample_tests/success.plx
36422            + t/lib/Test/Simple/sample_tests/too_few.plx
36423            + t/lib/Test/Simple/sample_tests/two_fail.plx
36424            ! MANIFEST
36425 ____________________________________________________________________________
36426 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
36427         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
36428              From: "Craig A. Berry" <craigberry@mac.com>
36429              Date: Sun, 24 Jun 2001 23:41:36 -0500
36430              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
36431      Branch: perl
36432            ! pp_sys.c
36433 ____________________________________________________________________________
36434 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
36435         Log: Upgrade to Attribute::Handlers 0.70.
36436      Branch: perl
36437            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
36438            ! MANIFEST lib/Attribute/Handlers.pm
36439 ____________________________________________________________________________
36440 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
36441         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
36442              From: Abhijit Menon-Sen <ams@wiw.org>
36443              Date: Sat, 23 Jun 2001 05:17:44 +0530
36444              Message-ID: <20010623051744.A18583@lustre.linux.in>
36445              
36446              (Can't think of a good place to put tests.)
36447      Branch: perl
36448            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
36449 ____________________________________________________________________________
36450 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
36451         Log: Subject: [PATCH] t/op/pat.t typo fix
36452              From: Richard Soderberg <rs@crystalflame.net>
36453              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
36454              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
36455      Branch: perl
36456            ! t/op/pat.t
36457 ____________________________________________________________________________
36458 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
36459         Log: Move the pack warnings to their own file, as pointed
36460              out by Spider.
36461      Branch: perl
36462            + t/lib/warnings/pp_pack
36463            ! MANIFEST t/lib/warnings/pp
36464 ____________________________________________________________________________
36465 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
36466         Log: Update Changes.
36467      Branch: perl
36468            ! Changes patchlevel.h
36469 ____________________________________________________________________________
36470 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
36471         Log: Partially fix a problem noticed by IRIX compiler:
36472              the initialization of parse_start was bypassed by
36473              several gotos.  Now initialized to zero, which may
36474              not be the best choice.
36475      Branch: perl
36476            ! regcomp.c
36477 ____________________________________________________________________________
36478 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
36479         Log: Relax the group and password tests back to moaning only
36480              if no matches at all are found.  (Even with a small sample
36481              I could find many sites where there are, umm, anomalies in
36482              the said databases.)       
36483      Branch: perl
36484            ! t/op/grent.t t/op/pwent.t
36485 ____________________________________________________________________________
36486 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
36487         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
36488      Branch: perl
36489            ! pp_ctl.c
36490 ____________________________________________________________________________
36491 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
36492         Log: De-cut-and-pasto in #10902.
36493      Branch: perl
36494            ! pp_ctl.c
36495 ____________________________________________________________________________
36496 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
36497         Log: The #10771 didn't take?
36498      Branch: perl
36499            ! pp_ctl.c
36500 ____________________________________________________________________________
36501 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
36502         Log: Undo the filetests part of #10900, under multiplicity
36503              weird errors take place.
36504      Branch: perl
36505            ! pp_sys.c
36506 ____________________________________________________________________________
36507 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
36508         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
36509      Branch: perl
36510            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
36511 ____________________________________________________________________________
36512 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
36513         Log: (Replaced by #10922)
36514              
36515              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
36516              From: Tony Bowden <tony@kasei.com>
36517              Date: Sun, 24 Jun 2001 17:32:40 +0100
36518              Message-ID: <20010624173240.A16293@blackstar.co.uk>
36519              
36520              Document (well, mention) shortmess() and longmess()
36521              to rob people of their fun of reinventing the wheel.
36522      Branch: perl
36523            ! lib/Carp.pm
36524 ____________________________________________________________________________
36525 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
36526         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
36527              From: Brian Jepson <bjepson@oreilly.com>
36528              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
36529              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
36530      Branch: perl
36531            ! pp_sys.c
36532 ____________________________________________________________________________
36533 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
36534         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
36535              From: Robin Barker <rmb1@cise.npl.co.uk> 
36536              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
36537              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
36538      Branch: perl
36539            ! lib/CPAN.pm
36540 ____________________________________________________________________________
36541 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
36542         Log: Memoize patch from mjd.
36543      Branch: perl
36544            ! lib/Memoize/t/tie_storable.t
36545 ____________________________________________________________________________
36546 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
36547         Log: Spec the sv_pvprintify() a bit more.
36548      Branch: perl
36549            ! pod/perltodo.pod
36550 ____________________________________________________________________________
36551 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
36552         Log: Upgrade to Memoize 0.65.
36553      Branch: perl
36554            + lib/Memoize/t/array_confusion.t
36555            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
36556            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
36557            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
36558            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
36559            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
36560            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
36561            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
36562            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
36563            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
36564            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
36565            ! lib/Memoize/t/tie_storable.t
36566 ____________________________________________________________________________
36567 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
36568         Log: Metaconfig unit change for #10892.
36569      Branch: metaconfig
36570            ! U/modified/Options.U
36571 ____________________________________________________________________________
36572 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
36573         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
36574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36575              Date: Sun, 24 Jun 2001 05:24:40 -0400
36576              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
36577      Branch: perl
36578            ! Configure hints/os2.sh
36579 ____________________________________________________________________________
36580 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
36581         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
36582              From: Mike Guy <mjtg@cam.ac.uk>
36583              Date: Sun, 24 Jun 2001 15:28:39 +0100
36584              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
36585              
36586              Fix an ancient (5.002) bug.
36587      Branch: perl
36588            ! lib/Carp/Heavy.pm
36589 ____________________________________________________________________________
36590 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
36591         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
36592              variables.
36593      Branch: perl
36594            ! pp_sys.c
36595 ____________________________________________________________________________
36596 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
36597         Log: Make UTS as per #10888.
36598      Branch: perl
36599            ! hints/uts.sh
36600 ____________________________________________________________________________
36601 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
36602         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
36603      Branch: perl
36604            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
36605            ! mpeix/mpeixish.h perl.h unixish.h
36606 ____________________________________________________________________________
36607 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
36608         Log: AUTHORS update.
36609      Branch: perl
36610            ! AUTHORS
36611 ____________________________________________________________________________
36612 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
36613         Log: Subject: Encode::Tcl for multibyte doesnot work
36614              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36615              Date: Sun, 24 Jun 2001 22:48:21 +0900
36616              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
36617      Branch: perl
36618            ! ext/Encode/Encode/Tcl.pm
36619 ____________________________________________________________________________
36620 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
36621         Log: Subject: [PATCH] Remove tautology in error messages
36622              From: Mike Guy <mjtg@cam.ac.uk>
36623              Date: Sun, 24 Jun 2001 13:31:00 +0100
36624              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
36625      Branch: perl
36626            ! pp_sys.c
36627 ____________________________________________________________________________
36628 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
36629         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
36630      Branch: perl
36631            ! hints/darwin.sh
36632 ____________________________________________________________________________
36633 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
36634         Log: Subject: Re: [PATCH 5.6.1] test suite
36635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36636              Date: Sun, 24 Jun 2001 05:47:05 -0400
36637              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
36638              
36639              Test suite fixes.
36640      Branch: perl
36641            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
36642 ____________________________________________________________________________
36643 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
36644         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
36645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36646              Date: Sun, 24 Jun 2001 05:37:19 -0400
36647              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
36648      Branch: perl
36649            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
36650 ____________________________________________________________________________
36651 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
36652         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
36653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36654              Date: Sun, 24 Jun 2001 05:34:50 -0400
36655              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
36656              
36657              Pacify compiler warnings.
36658      Branch: perl
36659            ! pp_sys.c
36660 ____________________________________________________________________________
36661 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
36662         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
36663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36664              Date: Sun, 24 Jun 2001 05:21:18 -0400
36665              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
36666              
36667              Enable compression of executables during link time.
36668      Branch: perl
36669            ! hints/os2.sh
36670 ____________________________________________________________________________
36671 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
36672         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
36673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36674              Date: Sun, 24 Jun 2001 05:15:11 -0400
36675              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
36676              
36677              Add ordinals to the export list for Perl DLL.
36678              (Breaks intra-version DLL compatibility.)
36679      Branch: perl
36680            ! makedef.pl
36681 ____________________________________________________________________________
36682 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
36683         Log: Allow (displaying and) re-editing the Subject in perlbug.
36684              Also abstract the Subject quality control into a function.
36685      Branch: perl
36686            ! utils/perlbug.PL
36687 ____________________________________________________________________________
36688 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
36689         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
36690      Branch: perl
36691            ! utils/perlbug.PL
36692 ____________________________________________________________________________
36693 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
36694         Log: Regen toc and modlib.
36695      Branch: perl
36696            ! pod/perlmodlib.pod pod/perltoc.pod
36697 ____________________________________________________________________________
36698 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
36699         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
36700              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
36701              attribute semantics as much as possible, or 'ntsec' which uses
36702              native NTFS semantics.)  (See also #10877.)
36703      Branch: perl
36704            ! perl.c
36705 ____________________________________________________________________________
36706 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
36707         Log: (Retracted by #11586)
36708              
36709              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
36710      Branch: perl
36711            ! lib/Test/Harness.pm
36712 ____________________________________________________________________________
36713 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
36714         Log: Just zap the -uPerlio.
36715      Branch: perl
36716            ! ext/B/Stash.t
36717 ____________________________________________________________________________
36718 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
36719         Log: Do not test PerlIO if PerlIO not used.
36720      Branch: perl
36721            ! ext/PerlIO/PerlIO.t
36722 ____________________________________________________________________________
36723 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
36724         Log: Regen perlapi.
36725      Branch: perl
36726            ! pod/perlapi.pod
36727 ____________________________________________________________________________
36728 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
36729         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
36730              From: Nicholas Clark <nick@ccl4.org>
36731              Date: Sat, 23 Jun 2001 22:55:47 +0100
36732              Message-ID: <20010623225547.Z98663@plum.flirble.org>
36733      Branch: perl
36734            ! numeric.c
36735 ____________________________________________________________________________
36736 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
36737         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
36738              From: Prymmer/Kahn <pvhp@best.com>
36739              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
36740              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
36741      Branch: perl
36742            ! lib/h2xs.t
36743 ____________________________________________________________________________
36744 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
36745         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
36746              cygwin does not taint cwd, just like win32.
36747      Branch: perl
36748            ! lib/File/Find/taint.t t/op/taint.t
36749 ____________________________________________________________________________
36750 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
36751         Log: Retract #10865, the patch should be unnecessary.
36752              (But seemingly helpful in Cygwin?  Strange.)
36753      Branch: perl
36754            ! lib/Memoize/t/tie_ndbm.t
36755 ____________________________________________________________________________
36756 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
36757         Log: Misplaced test file; plus Cygwin filesystem semantics.
36758      Branch: perl
36759            + ext/SDBM_File/sdbm.t
36760            - ext/ODBM_File/sdbm.t
36761            ! MANIFEST
36762 ____________________________________________________________________________
36763 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
36764         Log: (Retracted by #10867.)
36765      Branch: perl
36766            ! lib/Memoize/t/tie_ndbm.t
36767 ____________________________________________________________________________
36768 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
36769         Log: Metaconfig unit change for #10863.
36770      Branch: metaconfig/U/perl
36771            ! Extensions.U
36772 ____________________________________________________________________________
36773 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
36774         Log: In Cygwin do not build NDBM_File and ODBM_File unless
36775              -lndbm and -ldbm are available.
36776      Branch: perl
36777            ! Configure config_h.SH
36778 ____________________________________________________________________________
36779 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
36780         Log: More Cygwin filesystem semantics.
36781      Branch: perl
36782            ! t/io/fs.t t/op/stat.t
36783 ____________________________________________________________________________
36784 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
36785         Log: More DOSish permission semantics for Cygwin.
36786      Branch: perl
36787            ! lib/AnyDBM_File.t
36788 ____________________________________________________________________________
36789 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
36790         Log: Cygwin too has different permission semantics.
36791      Branch: perl
36792            ! ext/GDBM_File/gdbm.t
36793 ____________________________________________________________________________
36794 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
36795         Log: The group (and assumedly passwd) databases can have
36796              only one entry (this is the case in cygwin).
36797      Branch: perl
36798            ! t/op/grent.t t/op/pwent.t
36799 ____________________________________________________________________________
36800 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
36801         Log: Also in Cygwin use Socket to figure out domainname
36802              (if any) (avoids trying to call external 'domainname',
36803              which doesn't at the moment exist in Cygwin)
36804      Branch: perl
36805            ! lib/Net/Domain.pm
36806 ____________________________________________________________________________
36807 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
36808         Log: Remove also the lib$Foo.def, not just $Foo.def.
36809      Branch: perl
36810            ! lib/ExtUtils/MM_Unix.pm
36811 ____________________________________________________________________________
36812 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
36813         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
36814      Branch: perl
36815            ! unixish.h
36816 ____________________________________________________________________________
36817 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
36818         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
36819              to match the whole isprint(), only the space character.
36820      Branch: perl
36821            ! handy.h pod/perlre.pod t/op/pat.t
36822 ____________________________________________________________________________
36823 [ 10854] By: nick                                  on 2001/06/23  08:09:33
36824         Log: Integrate mainline
36825      Branch: perlio
36826           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
36827           !> lib/ExtUtils.t lib/File/Find/taint.t
36828           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
36829           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
36830           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
36831 ____________________________________________________________________________
36832 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
36833         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
36834              with its floats    in os390 and s390 (UTS).
36835      Branch: perl
36836            ! lib/Math/BigInt/t/bigintpm.t
36837 ____________________________________________________________________________
36838 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
36839         Log: Add also UTS (s390) to the non-IEEE float platforms.
36840      Branch: perl
36841            ! t/op/sprintf.t
36842 ____________________________________________________________________________
36843 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
36844         Log: Subject: RFC: what are applicable standards for exponent sizes?
36845              From: Peter Prymmer <pvhp@forte.com>
36846              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
36847              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
36848      Branch: perl
36849            ! t/op/sprintf.t
36850 ____________________________________________________________________________
36851 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
36852         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
36853              From: Peter Prymmer <pvhp@forte.com>
36854              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
36855              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
36856      Branch: perl
36857            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
36858 ____________________________________________________________________________
36859 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
36860         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
36861              From: Peter Prymmer <pvhp@forte.com>
36862              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
36863              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
36864      Branch: perl
36865            ! lib/ExtUtils.t
36866 ____________________________________________________________________________
36867 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
36868         Log: Retract #10845.
36869      Branch: perl
36870            ! lib/File/Find/taint.t
36871 ____________________________________________________________________________
36872 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
36873         Log: Yet another error message.
36874      Branch: perl
36875            ! t/op/mkdir.t
36876 ____________________________________________________________________________
36877 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
36878         Log: The croak message for nonexistent socket functions may vary.
36879      Branch: perl
36880            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
36881 ____________________________________________________________________________
36882 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
36883         Log: (Retracted by #10848.)
36884      Branch: perl
36885            ! lib/File/Find/taint.t
36886 ____________________________________________________________________________
36887 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
36888         Log: Integrate perlio.
36889      Branch: perl
36890           !> lib/File/Find/taint.t t/op/write.t
36891 ____________________________________________________________________________
36892 [ 10843] By: nick                                  on 2001/06/22  21:24:51
36893         Log: Back out debug in taint.t
36894      Branch: perlio
36895            ! lib/File/Find/taint.t
36896 ____________________________________________________________________________
36897 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
36898         Log: setitimer() does not exist in Unicos, despite of what
36899              Configure thinks, from Mark P. Lutz.
36900      Branch: perl
36901            ! hints/unicos.sh
36902 ____________________________________________________________________________
36903 [ 10841] By: nick                                  on 2001/06/22  21:19:36
36904         Log: Skip cwd test on Win32 ???
36905      Branch: perlio
36906            ! lib/File/Find/taint.t
36907 ____________________________________________________________________________
36908 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
36909         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
36910              and Tru64 gcc -Wall happy.
36911      Branch: perl
36912            ! mg.c
36913 ____________________________________________________________________________
36914 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
36915         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
36916      Branch: perl
36917            ! ext/IPC/SysV/Semaphore.pm
36918 ____________________________________________________________________________
36919 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
36920         Log: Metaconfig unit change for #10837.
36921      Branch: metaconfig/U/perl
36922            ! Cross.U
36923 ____________________________________________________________________________
36924 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
36925         Log: Cleanup of the cross-compilation unit.
36926      Branch: perl
36927            ! Configure
36928 ____________________________________________________________________________
36929 [ 10836] By: nick                                  on 2001/06/22  20:45:12
36930         Log: Skip |- based op/write.t on Win32 as well as VMS
36931      Branch: perlio
36932            ! t/op/write.t
36933 ____________________________________________________________________________
36934 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
36935         Log: Integrate perlio.
36936      Branch: perl
36937           !> util.c
36938 ____________________________________________________________________________
36939 [ 10834] By: nick                                  on 2001/06/22  20:41:54
36940         Log: Integrate mainline
36941      Branch: perlio
36942           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36943           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
36944           !> vos/config.ga.h
36945 ____________________________________________________________________________
36946 [ 10833] By: nick                                  on 2001/06/22  20:22:58
36947         Log: Patcho fix.
36948      Branch: perlio
36949            ! util.c
36950 ____________________________________________________________________________
36951 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
36952         Log: Metaconfig unit changes for #10831.
36953      Branch: metaconfig
36954            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
36955 ____________________________________________________________________________
36956 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
36957         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
36958              From: Andy Dougherty <doughera@lafayette.edu>
36959              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
36960              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
36961      Branch: perl
36962            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36963            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
36964 ____________________________________________________________________________
36965 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
36966         Log: MPE/iX prototype nits from Mark Bixby.
36967      Branch: perl
36968            ! pp_sys.c
36969 ____________________________________________________________________________
36970 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
36971         Log: Detypo.
36972      Branch: perl
36973            ! util.c
36974 ____________________________________________________________________________
36975 [ 10828] By: nick                                  on 2001/06/22  15:33:37
36976         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
36977      Branch: perlio
36978           +> lib/h2xs.t
36979           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
36980           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
36981           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
36982           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
36983           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36984           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
36985           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
36986           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
36987           !> vms/vmsish.h
36988 ____________________________________________________________________________
36989 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
36990         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
36991              Date: Fri, 22 Jun 2001 10:08:35 -0500
36992              From: "Craig A. Berry" <craigberry@mac.com>
36993              Message-Id: <a05101001b75908704194@[192.168.56.145]>
36994      Branch: perl
36995            ! vms/vms.c vms/vmsish.h
36996 ____________________________________________________________________________
36997 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
36998         Log: NetWare scripts tweak from Ananth Kesari.
36999      Branch: perl
37000            ! NetWare/t/NWScripts.pl
37001 ____________________________________________________________________________
37002 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
37003         Log: Update Changes.
37004      Branch: perl
37005            ! Changes patchlevel.h
37006 ____________________________________________________________________________
37007 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
37008         Log: Add .i and .s targets.
37009      Branch: perl
37010            ! Makefile.SH
37011 ____________________________________________________________________________
37012 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
37013         Log: Upgrade to Locale::Maketext 1.03.
37014      Branch: perl
37015            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
37016            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
37017 ____________________________________________________________________________
37018 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
37019         Log: Upgrade to I18N::LangTags 0.26.
37020      Branch: perl
37021            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37022            ! lib/I18N/LangTags/test.pl
37023 ____________________________________________________________________________
37024 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
37025         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
37026              Philip Newton.
37027      Branch: perl
37028            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
37029            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37030 ____________________________________________________________________________
37031 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
37032         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
37033              From: Prymmer/Kahn <pvhp@best.com>
37034              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
37035              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
37036      Branch: perl
37037            + lib/h2xs.t
37038            ! MANIFEST utils/h2xs.PL
37039 ____________________________________________________________________________
37040 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
37041         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
37042              From: Prymmer/Kahn <pvhp@best.com>
37043              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
37044              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
37045      Branch: perl
37046            ! lib/ExtUtils.t
37047 ____________________________________________________________________________
37048 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
37049         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
37050              From: Prymmer/Kahn <pvhp@best.com>
37051              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
37052              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
37053      Branch: perl
37054            ! t/pod/plainer.t
37055 ____________________________________________________________________________
37056 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
37057         Log: AUTHORS update.
37058      Branch: perl
37059            ! AUTHORS
37060 ____________________________________________________________________________
37061 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
37062         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
37063              From: "Craig A. Berry" <craigberry@mac.com>
37064              Date: Thu, 21 Jun 2001 18:20:38 -0500
37065              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
37066      Branch: perl
37067            ! ext/POSIX/POSIX.xs
37068 ____________________________________________________________________________
37069 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
37070         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
37071              From: "Craig A. Berry" <craigberry@mac.com>
37072              Date: Thu, 21 Jun 2001 09:58:52 -0500
37073              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
37074      Branch: perl
37075            ! ext/B/Deparse.t t/op/write.t
37076 ____________________________________________________________________________
37077 [ 10814] By: nick                                  on 2001/06/22  08:13:09
37078         Log: Integrate mainline.
37079      Branch: perlio
37080           !> (integrate 46 files)
37081 ____________________________________________________________________________
37082 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
37083         Log: Change the prefixes only if $prefix is unset,
37084              as originally patched by Marcel Grunauer.
37085      Branch: perl
37086            ! hints/darwin.sh hints/rhapsody.sh
37087 ____________________________________________________________________________
37088 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
37089         Log: Subject: Re: Patch for hints/darwin.sh
37090              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
37091              Date: Thu, 21 Jun 2001 11:23:46 -0700
37092              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
37093      Branch: perl
37094            ! hints/darwin.sh hints/rhapsody.sh
37095 ____________________________________________________________________________
37096 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
37097         Log: Add .PHONY targets for non-file targets,
37098              from Wilfredo Sánchez.  Should help saying
37099              "make install" on case-insensitive filesystems.
37100      Branch: perl
37101            ! Makefile.SH
37102 ____________________________________________________________________________
37103 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
37104         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
37105              From: Doug MacEachern <dougm@covalent.net>
37106              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
37107              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
37108              
37109              plus reword the getcwd() comment, plus use getcwd() buffer
37110              size minus one.
37111      Branch: perl
37112            ! util.c
37113 ____________________________________________________________________________
37114 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
37115         Log: More gprofing from Doug MacEachern.
37116      Branch: perl
37117            ! Makefile.SH
37118 ____________________________________________________________________________
37119 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
37120         Log: Metaconfig unit change for #10807.
37121      Branch: metaconfig/U/perl
37122            ! d_sfio.U
37123 ____________________________________________________________________________
37124 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
37125         Log: Tell that you are removing the unneeded -lsfio.
37126      Branch: perl
37127            ! Configure
37128 ____________________________________________________________________________
37129 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
37130         Log: More MPE/iX tweaks from Mark Bixby.
37131      Branch: perl
37132            ! perl.c t/op/magic.t
37133 ____________________________________________________________________________
37134 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
37135         Log: The fchdir() proto is supposed to live in <unistd.h>.
37136      Branch: perl
37137            ! ext/Cwd/Cwd.xs
37138 ____________________________________________________________________________
37139 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
37140         Log: This town is too small for the Cwd extension and me,
37141              it would seem...
37142      Branch: perl
37143            ! ext/Cwd/Cwd.xs
37144 ____________________________________________________________________________
37145 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
37146         Log: Metaconfig unit change for #10802.
37147      Branch: metaconfig/U/perl
37148            ! d_modfl.U
37149 ____________________________________________________________________________
37150 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
37151         Log: More d'ohs.
37152      Branch: perl
37153            ! Configure
37154 ____________________________________________________________________________
37155 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
37156         Log: Off-by-one.  I'm so classic.
37157      Branch: perl
37158            ! util.c
37159 ____________________________________________________________________________
37160 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
37161         Log: Update Changes.
37162      Branch: perl
37163            ! Changes patchlevel.h
37164 ____________________________________________________________________________
37165 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
37166         Log: Subject: Documentation patch for Net::FTP
37167              From: Marcel Grunauer <marcel@codewerk.com>
37168              Date: Wed, 20 Jun 2001 23:03:26 +0200
37169              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
37170      Branch: perl
37171            ! lib/Net/FTP.pm
37172 ____________________________________________________________________________
37173 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
37174         Log: Retract the #10417 mg.c and embed.pl parts because of
37175              strange SEGVs in 64bit x86 FreeBSD observed by
37176              Nicholas Clark.
37177      Branch: perl
37178            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
37179 ____________________________________________________________________________
37180 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
37181         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
37182      Branch: perl
37183            ! Configure NetWare/config.wc NetWare/config_H.wc
37184            ! Porting/Glossary Porting/config.sh Porting/config_H
37185            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37186            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37187            ! vos/config.ga.h win32/config.bc win32/config.gc
37188            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37189            ! win32/config_H.vc
37190 ____________________________________________________________________________
37191 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
37192         Log: Cwd tweak from Doug MacEachern.
37193      Branch: perl
37194            ! ext/Cwd/Cwd.xs
37195 ____________________________________________________________________________
37196 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
37197         Log: Protect the fchdir() and lstat() with ifdefs.
37198              fchdir() needs a Configure probe.
37199      Branch: perl
37200            ! ext/Cwd/Cwd.xs
37201 ____________________________________________________________________________
37202 [ 10794] By: nick                                  on 2001/06/21  17:11:35
37203         Log: Integrate mainline
37204      Branch: perlio
37205           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
37206           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
37207           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
37208           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
37209           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
37210           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
37211           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
37212           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
37213            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
37214            - lib/File/Glob/case.t lib/File/Glob/global.t
37215            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
37216            - lib/File/Temp/posix.t lib/File/Temp/security.t
37217            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
37218            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
37219            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
37220            - lib/Text/Wrap/wrap.t
37221           !> (integrate 41 files)
37222 ____________________________________________________________________________
37223 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
37224         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
37225              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
37226              Date: Thu, 21 Jun 2001 13:04:54 -0500
37227              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
37228      Branch: perl
37229            ! ext/Cwd/Cwd.xs
37230 ____________________________________________________________________________
37231 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
37232         Log: Subject: [PATCH pod] overlong =item
37233              From: Robin Barker <rmb1@cise.npl.co.uk>
37234              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
37235              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
37236      Branch: perl
37237            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
37238            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37239 ____________________________________________________________________________
37240 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
37241         Log: Subject: [PATCH perlio.c] format 
37242              From: Robin Barker <rmb1@cise.npl.co.uk>
37243              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
37244              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
37245      Branch: perl
37246            ! perlio.c
37247 ____________________________________________________________________________
37248 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
37249         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
37250              From: Radu Greab <radu@netsoft.ro>
37251              Date: Thu, 21 Jun 2001 19:06:02 +0300
37252              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
37253      Branch: perl
37254            ! pod/perlapi.pod sv.c
37255 ____________________________________________________________________________
37256 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
37257         Log: The metaconfig unit changes for #10788.
37258      Branch: metaconfig/U/perl
37259            ! Cross.U fflushall.U
37260 ____________________________________________________________________________
37261 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
37262         Log: Cross-configuration changes: make $from to rm the files
37263              before copying them over (this means that he rm can be
37264              removed from the fflushall test), create $targetmkdir      
37265              (not documented in install since it is supposed to internal
37266              use only), make $run to copy over the executable only if
37267              a stamp file .xok doesn't already exist (to avoid unnecessary
37268              copying of the executable)
37269      Branch: perl
37270            ! Configure Makefile.SH
37271 ____________________________________________________________________________
37272 [ 10787] By: nick                                  on 2001/06/21  14:16:18
37273         Log: Integrate mainline
37274      Branch: perlio
37275           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
37276           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
37277           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
37278            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
37279           !> (integrate 34 files)
37280 ____________________________________________________________________________
37281 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
37282         Log: Re-add the files as text.
37283      Branch: perl
37284            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
37285 ____________________________________________________________________________
37286 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
37287         Log: Delete the binary files.
37288      Branch: perl
37289            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
37290 ____________________________________________________________________________
37291 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
37292         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
37293              From: Andy Dougherty <doughera@lafayette.edu>
37294              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
37295              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
37296      Branch: perl
37297            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
37298            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
37299            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
37300            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
37301 ____________________________________________________________________________
37302 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
37303         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
37304              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
37305              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
37306              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
37307              
37308              Setting umask to something friendlier.
37309      Branch: perl
37310            ! installman installperl
37311 ____________________________________________________________________________
37312 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
37313         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
37314              Resort MANIFEST with sort -f, looks much better.
37315      Branch: perl
37316            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
37317            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
37318            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
37319            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
37320            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
37321            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
37322            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
37323            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
37324            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
37325            - lib/File/Glob/case.t lib/File/Glob/global.t
37326            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
37327            - lib/File/Temp/posix.t lib/File/Temp/security.t
37328            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
37329            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
37330            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
37331            - lib/Text/Wrap/wrap.t
37332            ! MANIFEST
37333 ____________________________________________________________________________
37334 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
37335         Log: Upgrade to I18N::LangTags 0.25.
37336      Branch: perl
37337            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37338            ! lib/I18N/LangTags/List.pm
37339 ____________________________________________________________________________
37340 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
37341         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
37342              From: Richard Soderberg <rs@crystalflame.net>
37343              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
37344              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
37345      Branch: perl
37346            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
37347            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
37348 ____________________________________________________________________________
37349 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
37350         Log: Test obsoleted by change #10777.
37351      Branch: perl
37352            ! t/op/sub_lval.t
37353 ____________________________________________________________________________
37354 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
37355         Log: Case of confused test numbering.
37356      Branch: perl
37357            ! t/op/pat.t
37358 ____________________________________________________________________________
37359 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
37360         Log: Subject: Re: Opinion on undef lvalue
37361              From: Abhijit Menon-Sen <ams@wiw.org>
37362              Date: Sun, 17 Jun 2001 13:04:46 +0530
37363              Message-ID: <20010617130446.B27925@lustre.linux.in>
37364              
37365              Allow lvalue subs to return undef in array context.
37366      Branch: perl
37367            ! pp_hot.c
37368 ____________________________________________________________________________
37369 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
37370         Log: Just a guess that using the same hack for cygwin as
37371              for win32 might help.
37372      Branch: perl
37373            ! lib/File/Find/find.t
37374 ____________________________________________________________________________
37375 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
37376         Log: NetWare tweaks from Guruprasad.
37377      Branch: perl
37378            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
37379            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
37380            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
37381            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
37382 ____________________________________________________________________________
37383 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
37384         Log: Subject: Re: perl@10722: Bogus warnings on REs 
37385              From: Hugo <hv@crypt.compulink.co.uk>
37386              Date: Thu, 21 Jun 2001 09:51:17 +0100
37387              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
37388              
37389              Unroll to avoid a UTS compiler bug.
37390      Branch: perl
37391            ! regcomp.c
37392 ____________________________________________________________________________
37393 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
37394         Log: Subject: Re: [PATCH] Make /o work under i?threads
37395              From: Artur Bergman <artur@contiller.se>
37396              Date: Thu, 21 Jun 2001 14:38:03 +0200
37397              Message-ID: <B757B74A.184D%artur@contiller.se>
37398      Branch: perl
37399            ! t/op/pat.t
37400 ____________________________________________________________________________
37401 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
37402         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
37403              From: Artur Bergman <artur@contiller.se> 
37404              Date: Thu, 21 Jun 2001 14:27:33 +0200
37405              Message-ID: <B757B4D4.1849%artur@contiller.se>
37406              
37407              Plus extra parentheses.
37408      Branch: perl
37409            ! op.h
37410 ____________________________________________________________________________
37411 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
37412         Log: Subject: [PATCH] Make /o work under i?threads
37413              From: Richard Soderberg <rs@crystalflame.net>
37414              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
37415              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
37416      Branch: perl
37417            ! pp_ctl.c
37418 ____________________________________________________________________________
37419 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
37420         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
37421              From: Artur Bergman <artur@contiller.se>
37422              Date: Thu, 21 Jun 2001 14:04:54 +0200
37423              Message-ID: <B757AF86.1842%artur@contiller.se>
37424      Branch: perl
37425            ! op.h
37426 ____________________________________________________________________________
37427 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
37428         Log: Subject: Re: perl@10765: sv.c not OK on win32
37429              From: Artur Bergman <artur@contiller.se>
37430              Date: Thu, 21 Jun 2001 10:31:06 +0200
37431              Message-ID: <B7577D69.182C%artur@contiller.se>
37432      Branch: perl
37433            ! sv.c
37434 ____________________________________________________________________________
37435 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
37436         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
37437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37438              Date: Thu, 21 Jun 2001 06:23:56 -0400
37439              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
37440              
37441              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
37442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37443              Date: Thu, 21 Jun 2001 06:32:21 -0400
37444              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
37445      Branch: perl
37446            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
37447 ____________________________________________________________________________
37448 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
37449         Log: Subject: [PATCH] make syslog test more verbose
37450              From: Robert Spier <rspier@pobox.com>
37451              Date: Thu, 21 Jun 2001 00:54:32 -0400
37452              Message-ID: <15153.32264.295807.333073@rls.cx>
37453      Branch: perl
37454            ! ext/Sys/Syslog/syslog.t
37455 ____________________________________________________________________________
37456 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
37457         Log: Subject: op/study.t refinements
37458              From: Hugo <hv@crypt.compulink.co.uk>
37459              Date: Thu, 21 Jun 2001 00:29:07 +0100
37460              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
37461      Branch: perl
37462            ! t/op/study.t
37463 ____________________________________________________________________________
37464 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
37465         Log: Update Changes.
37466      Branch: perl
37467            ! Changes patchlevel.h
37468 ____________________________________________________________________________
37469 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
37470         Log: Subject: Re: [PATCH] djgpp updates
37471              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
37472              Date: Wed, 20 Jun 2001 10:05:15 +0200
37473              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
37474      Branch: perl
37475            ! djgpp/config.over
37476 ____________________________________________________________________________
37477 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
37478         Log: Fix for ID 20010619.002 "When building hash, hash keys that
37479              are function calls are not being called", from Abhijit.
37480      Branch: perl
37481            ! t/base/lex.t toke.c
37482 ____________________________________________________________________________
37483 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
37484         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
37485      Branch: perl
37486            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
37487            + lib/Locale/Maketext/test.pl
37488            - lib/Locale/Maketext.t
37489            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
37490            ! lib/Locale/Maketext/TPJ13.pod
37491 ____________________________________________________________________________
37492 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
37493         Log: Metaconfig unit change for #10760.
37494      Branch: metaconfig
37495            ! U/modified/Cppsym.U
37496 ____________________________________________________________________________
37497 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
37498         Log: Do not remove the ccsym* Cppsym* files since
37499              they are useful for metaconfig units coming after us.
37500              (This is the Configure nit mentioned in #10752.)
37501      Branch: perl
37502            ! Configure
37503 ____________________________________________________________________________
37504 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
37505         Log: Update to I18N::LangTags 0.24, from Sean Burke.
37506      Branch: perl
37507            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
37508            + lib/I18N/LangTags/README
37509            - lib/I18N/LangTags/List.pod
37510            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
37511 ____________________________________________________________________________
37512 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
37513         Log: Regen headers.
37514      Branch: perl
37515            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
37516            ! pod/perlapi.pod proto.h
37517 ____________________________________________________________________________
37518 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
37519         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
37520              From: Artur Bergman <artur@contiller.se>
37521              Date: Wed, 20 Jun 2001 11:31:32 +0200
37522              Message-ID: <B7563A14.17D8%artur@contiller.se>
37523      Branch: perl
37524            ! embed.pl hv.c intrpvar.h sv.c sv.h
37525 ____________________________________________________________________________
37526 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
37527         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
37528              From: Tim Sweetman <tim@aldigital.co.uk> 
37529              Date: Wed, 13 Jun 2001 14:25:17 +0100 
37530              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
37531      Branch: perl
37532            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
37533 ____________________________________________________________________________
37534 [ 10755] By: nick                                  on 2001/06/20  16:12:37
37535         Log: Integrate mainline
37536      Branch: perlio
37537           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
37538           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
37539           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
37540           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
37541           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
37542           !> t/op/study.t util.c
37543 ____________________________________________________________________________
37544 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
37545         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
37546              but not Makefile)
37547      Branch: maint-5.6/perl
37548            ! win32/Makefile
37549 ____________________________________________________________________________
37550 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
37551         Log: Security tweak on readlink().
37552      Branch: perl
37553            ! pp_sys.c
37554 ____________________________________________________________________________
37555 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
37556         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
37557      Branch: perl
37558            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
37559            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
37560            ! mpeix/relink t/op/pwent.t
37561 ____________________________________________________________________________
37562 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
37563         Log: Reinstate #10725 (with probe for alarm()).
37564      Branch: perl
37565            ! t/op/study.t
37566 ____________________________________________________________________________
37567 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
37568         Log: Replace our implementation of realpath() with OpenBSD's
37569              (src/lib/libc/stdlib/realpath.c 1.4).
37570      Branch: perl
37571            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
37572            ! pod/perldiag.pod proto.h util.c
37573 ____________________________________________________________________________
37574 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
37575         Log: Integrate perlio.
37576      Branch: perl
37577           !> perlio.c
37578 ____________________________________________________________________________
37579 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
37580         Log: No point in going into memory-saving contortions
37581              with getcwd() since there's a danger of buffer overflow.
37582              Also make the POSIX extension to use sv_getcwd().
37583              Finally, a missed proto.h fragment.
37584      Branch: perl
37585            ! ext/POSIX/POSIX.xs proto.h util.c
37586 ____________________________________________________________________________
37587 [ 10747] By: nick                                  on 2001/06/20  12:38:26
37588         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
37589      Branch: perlio
37590            ! perlio.c
37591 ____________________________________________________________________________
37592 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
37593         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
37594              From: Graham Barr <gbarr@pobox.com>
37595              Date: Wed, 20 Jun 2001 11:05:49 +0100
37596              Message-ID: <20010620110549.I19188@pobox.com>
37597              
37598              reported in        
37599              
37600              Subject: Bug in IO::Socket::INET module (repeat)
37601              From: "Harmon S. Nine" <hnine@netarx.com>
37602              Date: Tue, 19 Jun 2001 09:41:35 -0400
37603              Message-ID: <3B2F568F.8080605@netarx.com>
37604              
37605              The bug was that the IO::Socket::INET constructor
37606              did not allow a 'LocalPort' of 0.
37607      Branch: perl
37608            ! ext/IO/lib/IO/Socket/INET.pm
37609 ____________________________________________________________________________
37610 [ 10745] By: nick                                  on 2001/06/20  08:56:39
37611         Log: Integrate mainline.
37612      Branch: perlio
37613           !> (integrate 37 files)
37614 ____________________________________________________________________________
37615 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
37616         Log: After some reading I don't think we can blindly
37617              use systems' realpath().  Too many security problems,
37618              too many buggy implementations.
37619              
37620              TODO: the realpath() emulation code in util.c doesn't
37621              seem fully operational?  (readlink(), for example?)
37622      Branch: perl
37623            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
37624            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
37625            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
37626            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
37627            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
37628            ! win32/config_H.gc win32/config_H.vc
37629 ____________________________________________________________________________
37630 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
37631         Log: Metaconfig unit change for #10738.
37632      Branch: metaconfig
37633            ! U/compline/d_gconvert.U
37634 ____________________________________________________________________________
37635 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
37636         Log: Integrate change #10739 from maintperl:
37637              
37638              C<eval "/x$\r\n/x"> fails to compile correctly 
37639      Branch: perl
37640           !> t/op/pat.t toke.c
37641 ____________________________________________________________________________
37642 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
37643         Log: Retract #10725 (Hugo asked NOT to apply the patch)
37644      Branch: perl
37645            ! t/op/study.t
37646 ____________________________________________________________________________
37647 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
37648         Log: The test.third results were funnily named because of the
37649              new test scheme.
37650      Branch: perl
37651            ! t/TEST
37652 ____________________________________________________________________________
37653 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
37654         Log: C<eval "/x$\r\n/x"> fails to compile correctly
37655      Branch: maint-5.6/perl
37656            ! t/op/pat.t toke.c
37657 ____________________________________________________________________________
37658 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
37659         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
37660              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37661              Date: Tue, 19 Jun 2001 19:15:40 -0400
37662              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
37663              
37664              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
37665              because "1e+129" being expected but "1.e+129" being returned.
37666              The culprit (at least in Tru64) is the use of gcvt().
37667      Branch: perl
37668            ! Configure
37669 ____________________________________________________________________________
37670 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
37671         Log: Subject: [PATCH perl@10722] test hunting on VMS
37672              From: "Craig A. Berry" <craigberry@mac.com>
37673              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
37674              Date: Tue, 19 Jun 2001 18:59:01 -0500
37675      Branch: perl
37676            ! vms/test.com
37677 ____________________________________________________________________________
37678 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
37679         Log: Subject: [PATCH] s/typos//
37680              From: Abhijit Menon-Sen <ams@wiw.org>
37681              Date: Wed, 20 Jun 2001 02:15:02 +0530
37682              Message-ID: <20010620021502.A14541@lustre.linux.in>
37683              
37684              Without the op.h s/bearword/bareword/ hunk, see
37685              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
37686      Branch: perl
37687            ! util.c
37688 ____________________________________________________________________________
37689 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
37690         Log: Metaconfig unit change for #10732 and #10733.
37691      Branch: metaconfig/U/perl
37692            ! fflushall.U
37693 ____________________________________________________________________________
37694 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
37695         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
37696              From: "Craig A. Berry" <craigberry@mac.com>
37697              Date: Tue, 19 Jun 2001 17:19:48 -0500
37698              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
37699      Branch: perl
37700            ! configure.com vms/descrip_mms.template
37701 ____________________________________________________________________________
37702 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
37703         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
37704              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37705              Date: Tue, 19 Jun 2001 16:48:07 -0400
37706              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
37707              
37708              Further fixes to fflush(NULL) detection.
37709      Branch: perl
37710            ! Configure
37711 ____________________________________________________________________________
37712 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
37713         Log: AIX test -s hangs with non-existent files?
37714              (A genuine logic bug in Configure, but AIX also broken?)
37715      Branch: perl
37716            ! Configure
37717 ____________________________________________________________________________
37718 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
37719         Log: AUTHORS updates.
37720      Branch: perl
37721            ! AUTHORS
37722 ____________________________________________________________________________
37723 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
37724         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
37725              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37726              Date: Tue, 19 Jun 2001 15:33:25 -0400
37727              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
37728      Branch: perl
37729            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
37730            ! t/lib/warnings/pp
37731 ____________________________________________________________________________
37732 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
37733         Log: Integrate perlio.
37734      Branch: perl
37735           !> lib/File/Find/find.t win32/distclean.bat
37736 ____________________________________________________________________________
37737 [ 10728] By: nick                                  on 2001/06/19  18:24:53
37738         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
37739      Branch: perlio
37740            ! lib/File/Find/find.t win32/distclean.bat
37741 ____________________________________________________________________________
37742 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
37743         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
37744              also add information how to find out whether one has PerlIO.
37745      Branch: perl
37746            ! pod/perlfunc.pod
37747 ____________________________________________________________________________
37748 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
37749         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
37750              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37751              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
37752              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
37753      Branch: perl
37754            ! pod/perlfunc.pod
37755 ____________________________________________________________________________
37756 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
37757         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
37758              From: Hugo <hv@crypt.compulink.co.uk>
37759              Date: Tue, 19 Jun 2001 12:37:30 +0100
37760              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
37761      Branch: perl
37762            ! t/op/study.t
37763 ____________________________________________________________________________
37764 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
37765         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
37766              From: Hugo <hv@crypt.compulink.co.uk>
37767              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
37768              Date: Tue, 19 Jun 2001 13:15:17 +0100
37769      Branch: perl
37770            ! util.c
37771 ____________________________________________________________________________
37772 [ 10723] By: nick                                  on 2001/06/19  14:46:15
37773         Log: Integrate mainline
37774      Branch: perlio
37775           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
37776           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
37777           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
37778           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
37779           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
37780           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
37781            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
37782            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
37783            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
37784            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
37785            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
37786            - ext/Thread/unsync4.t
37787           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
37788           !> djgpp/config.over djgpp/fixpmain
37789           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
37790           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
37791           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
37792 ____________________________________________________________________________
37793 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
37794         Log: Update Changes.
37795      Branch: perl
37796            ! Changes patchlevel.h
37797 ____________________________________________________________________________
37798 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
37799         Log: The existence shall be MANIFESted.
37800      Branch: perl
37801            ! MANIFEST
37802 ____________________________________________________________________________
37803 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
37804         Log: The old libnet.cfg is first searched from the current directory,
37805              only then from the module path.
37806      Branch: perl
37807            ! utils/libnetcfg.PL
37808 ____________________________________________________________________________
37809 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
37810         Log: NetWare tweaks from Guruprasad.
37811      Branch: perl
37812            ! NetWare/Makefile NetWare/config.wc
37813 ____________________________________________________________________________
37814 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
37815         Log: Subject: [PATCH] djgpp updates
37816              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
37817              Date: Tue, 19 Jun 2001 10:59:06 +0200
37818              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
37819      Branch: perl
37820            ! djgpp/config.over djgpp/fixpmain
37821 ____________________________________________________________________________
37822 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
37823         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
37824              From: Prymmer/Kahn <pvhp@best.com>
37825              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
37826              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
37827      Branch: perl
37828            ! win32/Makefile
37829 ____________________________________________________________________________
37830 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
37831         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
37832              to happen right after the inclusion of <inttypes.h>,
37833              from Edward Moy.
37834      Branch: perl
37835            ! handy.h perl.h
37836 ____________________________________________________________________________
37837 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
37838         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
37839              From: Doug MacEachern <dougm@covalent.net>
37840              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
37841              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
37842      Branch: perl
37843            ! ext/DynaLoader/DynaLoader_pm.PL
37844 ____________________________________________________________________________
37845 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
37846         Log: Revert #10656 for performance reasons but leave in the
37847              use of Hv*() macros -- in comments, so that grepping the
37848              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
37849              suggested by Sarathy, also by Abhijit.)
37850      Branch: perl
37851            ! hv.c
37852 ____________________________________________________________________________
37853 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
37854         Log: Subject: [patch] .s MakeMaker suffix
37855              From: Doug MacEachern <dougm@covalent.net>
37856              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
37857              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
37858      Branch: perl
37859            ! lib/ExtUtils/MM_Unix.pm
37860 ____________________________________________________________________________
37861 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
37862         Log: One test lost in the big shuffle restored.
37863      Branch: perl
37864            + ext/IPC/SysV/ipcsysv.t
37865            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
37866 ____________________________________________________________________________
37867 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
37868         Log: Rename the old non-standard threads tests so that
37869              they won't be invoked.
37870      Branch: perl
37871            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
37872            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
37873            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
37874            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
37875            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
37876            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
37877            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
37878            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
37879            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
37880            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
37881            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
37882            - ext/Thread/unsync4.t
37883            ! MANIFEST
37884 ____________________________________________________________________________
37885 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
37886         Log: Integrate perlio.
37887      Branch: perl
37888           !> win32/config_sh.PL
37889 ____________________________________________________________________________
37890 [ 10709] By: nick                                  on 2001/06/19  08:18:18
37891         Log: Integrate mainline
37892      Branch: perlio
37893           +> (branch 40 files)
37894            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
37895            - lib/strict/subs lib/strict/vars lib/warnings/1global
37896            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
37897            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
37898            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
37899            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
37900            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
37901            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
37902            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
37903            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
37904            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
37905            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
37906            - lib/warnings/utf8 lib/warnings/util
37907           !> (integrate 57 files)
37908 ____________________________________________________________________________
37909 [ 10708] By: nick                                  on 2001/06/19  07:57:10
37910         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
37911      Branch: perlio
37912            ! win32/config_sh.PL
37913 ____________________________________________________________________________
37914 [ 10707] By: nick                                  on 2001/06/19  07:05:07
37915         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
37916      Branch: perl
37917            ! perly.c perly.y perly_c.diff vms/perly_c.vms
37918 ____________________________________________________________________________
37919 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
37920         Log: More perl572delta tweaks.
37921      Branch: perl
37922            ! pod/perl572delta.pod
37923 ____________________________________________________________________________
37924 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
37925         Log: Update perl572delta.
37926      Branch: perl
37927            ! pod/perl572delta.pod
37928 ____________________________________________________________________________
37929 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
37930         Log: VOS updates from Paul Green.
37931      Branch: perl
37932            ! vos/Changes vos/build.cm vos/perl.bind
37933 ____________________________________________________________________________
37934 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
37935         Log: Update the vos/config.*.* files.
37936      Branch: perl
37937            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37938            ! vos/config.ga.h
37939 ____________________________________________________________________________
37940 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
37941         Log: Add a makefile for more painless adding of symbols to the
37942              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
37943              takes care of the adding)
37944      Branch: perl
37945            + vos/Makefile
37946 ____________________________________________________________________________
37947 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
37948         Log: Make libnetcfg by default display the libnet configuration,
37949              -c to change, add -i for old config, document all options,
37950              regen toc.
37951      Branch: perl
37952            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
37953 ____________________________________________________________________________
37954 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
37955         Log: gcc -Wall sweep.
37956      Branch: perl
37957            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
37958 ____________________________________________________________________________
37959 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
37960         Log: So there.
37961      Branch: perl
37962            ! universal.c
37963 ____________________________________________________________________________
37964 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
37965         Log: Document the need for sv_printify().
37966              
37967              Document that 'use utf8' has been considered.
37968              
37969              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
37970      Branch: perl
37971            ! pod/perltodo.pod universal.c
37972 ____________________________________________________________________________
37973 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
37974         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
37975              From: Nicholas Clark <nick@ccl4.org>
37976              Date: Mon, 18 Jun 2001 23:29:23 +0100
37977              Message-ID: <20010618232923.I98663@plum.flirble.org>
37978      Branch: perl
37979            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
37980            ! ext/Sys/Syslog/Makefile.PL
37981 ____________________________________________________________________________
37982 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
37983         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
37984              From: Scott.L.Miller@Compaq.com
37985              Date: Mon, 18 Jun 2001 10:12:27 -0500
37986              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
37987      Branch: perl
37988            ! lib/perl5db.pl pod/perldebug.pod
37989 ____________________________________________________________________________
37990 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
37991         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
37992              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
37993              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
37994              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
37995      Branch: perl
37996            ! lib/Carp/Heavy.pm
37997 ____________________________________________________________________________
37998 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
37999         Log: Subject: [PATCH] Documentation changes for CLONE
38000              From: Artur Bergman <artur@contiller.se>
38001              Date: Mon, 18 Jun 2001 22:06:37 +0200
38002              Message-ID: <B7542BEC.1719%artur@contiller.se>
38003      Branch: perl
38004            ! pod/perlmod.pod pod/perlsub.pod
38005 ____________________________________________________________________________
38006 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
38007         Log: Subject: Re: configure.com
38008              From: "Craig A. Berry" <craigberry@mac.com>
38009              Date: Mon, 18 Jun 2001 16:04:38 -0500
38010              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
38011      Branch: perl
38012            ! configure.com
38013 ____________________________________________________________________________
38014 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
38015         Log: Subject: PL_nullstash + perl_clone()
38016              From: Doug MacEachern <dougm@covalent.net>
38017              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
38018              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
38019      Branch: perl
38020            ! sv.c
38021 ____________________________________________________________________________
38022 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
38023         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
38024              From: davem@fdgroup.co.uk
38025              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
38026              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
38027      Branch: perl
38028            ! embed.pl pod/perlapi.pod
38029 ____________________________________________________________________________
38030 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
38031         Log: More cross-compilation defaults gleaned from -Dcc
38032              if it is CPU-OS-gcc.
38033      Branch: metaconfig
38034            ! U/modified/libc.U
38035      Branch: metaconfig/U/perl
38036            ! Cross.U
38037      Branch: perl
38038            ! Configure INSTALL
38039 ____________________________________________________________________________
38040 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
38041         Log: Update Changes.
38042      Branch: perl
38043            ! Changes patchlevel.h
38044 ____________________________________________________________________________
38045 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
38046         Log: Subject: [PATCH 5.7.1] sv.c documentation
38047              From: davem@fdgroup.co.uk
38048              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
38049              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
38050      Branch: perl
38051            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
38052            ! sv.c sv.h
38053 ____________________________________________________________________________
38054 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
38055         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
38056              From: "Jon Gunnip" <jongunnip@hotmail.com>
38057              Date: Sun, 17 Jun 2001 18:24:29 -0400
38058              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
38059      Branch: perl
38060            ! pod/perlvar.pod
38061 ____________________________________________________________________________
38062 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
38063         Log: Move the locale/strict/warnings helper files back
38064              under the t/lib; this way the amount of non-installabled
38065              stuff under lib/ stays smaller.
38066      Branch: perl
38067            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
38068            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
38069            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
38070            + t/lib/warnings/5nolint t/lib/warnings/6default
38071            + t/lib/warnings/7fatal t/lib/warnings/8signal
38072            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
38073            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
38074            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
38075            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
38076            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
38077            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
38078            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
38079            + t/lib/warnings/taint t/lib/warnings/toke
38080            + t/lib/warnings/universal t/lib/warnings/utf8
38081            + t/lib/warnings/util
38082            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
38083            - lib/strict/subs lib/strict/vars lib/warnings/1global
38084            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
38085            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
38086            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
38087            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
38088            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
38089            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
38090            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
38091            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
38092            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
38093            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
38094            - lib/warnings/utf8 lib/warnings/util
38095            ! MANIFEST installperl lib/locale.t lib/strict.t
38096 ____________________________________________________________________________
38097 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
38098         Log: Split off the pack/unpack code, from Nicholas Clark.
38099      Branch: perl
38100            + pp_pack.c
38101            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
38102            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
38103            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
38104 ____________________________________________________________________________
38105 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
38106         Log: Guard the SysV IPC tests against being invoked in
38107              SysV-IPC-less places.
38108      Branch: perl
38109            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
38110 ____________________________________________________________________________
38111 [ 10683] By: nick                                  on 2001/06/18  12:24:42
38112         Log: Integrate mainline (new test scheme now ok on Linux).
38113      Branch: perlio
38114           +> lib/warnings.t
38115           !> dump.c sv.c
38116 ____________________________________________________________________________
38117 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
38118         Log: Add the locale.c and numeric.c to the microperl sources.
38119      Branch: perl
38120            ! Makefile.micro win32/Makefile
38121 ____________________________________________________________________________
38122 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
38123         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
38124              From: Abhijit Menon-Sen <ams@wiw.org>
38125              Date: Mon, 18 Jun 2001 14:23:44 +0530
38126              Message-ID: <20010618142344.A13136@lustre.linux.in>
38127      Branch: perl
38128            ! dump.c
38129 ____________________________________________________________________________
38130 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
38131         Log: Subject: Re: [PATCH] more anonymous stash cleanups
38132              From: Abhijit Menon-Sen <ams@wiw.org>
38133              Date: Mon, 18 Jun 2001 15:50:32 +0530
38134              Message-ID: <20010618155032.A13223@lustre.linux.in>
38135              
38136              Plus the comment left in as suggested by NI-S.
38137      Branch: perl
38138            ! sv.c
38139 ____________________________________________________________________________
38140 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
38141         Log: One missed file.
38142      Branch: perl
38143            + lib/warnings.t
38144 ____________________________________________________________________________
38145 [ 10678] By: nick                                  on 2001/06/18  08:05:29
38146         Log: Integrate mainline (part2 - the deletes)
38147      Branch: perlio
38148            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
38149            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
38150            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
38151            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
38152            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
38153            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
38154            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
38155            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
38156            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
38157            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
38158            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
38159 ____________________________________________________________________________
38160 [ 10677] By: nick                                  on 2001/06/18  08:04:44
38161         Log: Integrate mainline (part1)
38162      Branch: perlio
38163           +> (branch 376 files)
38164            - (delete 219 files)
38165           !> (integrate 151 files)
38166 ____________________________________________________________________________
38167 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
38168         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
38169              No doubt I made some mistakes like missed some files or
38170              misnamed some files.  The naming rules were more or less:
38171              (1) if the module is from CPAN, follows its ways, be it
38172              t/*.t or test.pl.
38173              (2) otherwise if there are multiple tests for a module
38174              put them in a t/
38175              (3) otherwise if there's only one test put it in Module.t
38176              (4) helper files go to module/ (locale, strict, warnings)
38177              (5) use longer filenames now that we can (but e.g. the
38178              compat-0.6.t and the Text::Balanced test files still
38179              were renamed to be more civil against the 8.3 people)
38180              installperl was updated appropriately not to install the
38181              *.t files or the help files from under lib.
38182              
38183              TODO: some helper files still remain under t/ that could
38184              follow their 'masters'.  UPDATE: On second thoughts, why
38185              should they.  They can continue to live under t/lib, and
38186              in fact the locale/strict/warnings helpers that were moved
38187              could be moved back.  This way the amount of non-installable
38188              stuff under lib/ stays smaller.
38189      Branch: perl
38190            + (add 253 files)
38191            - (delete 254 files)
38192            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
38193 ____________________________________________________________________________
38194 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
38195         Log: The warning no more comes from util.c, it comes from numeric.c.
38196      Branch: perl
38197            ! README.tru64
38198 ____________________________________________________________________________
38199 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
38200         Log: Subject: Re: anyone good at casting spells?
38201              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38202              Date: Sun, 17 Jun 2001 21:21:04 -0400
38203              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
38204      Branch: perl
38205            ! ext/POSIX/POSIX.xs hv.h
38206 ____________________________________________________________________________
38207 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
38208         Log: Protect the (original) thread tests against testing if no 5.005
38209              threads have been configured.
38210      Branch: perl
38211            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
38212            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
38213            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
38214            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
38215            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
38216            ! ext/Thread/unsync4.t
38217 ____________________________________________________________________________
38218 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
38219         Log: Try the new test scanning scheme on Text::Abbrev.
38220      Branch: perl
38221            + lib/Text/Abbrev.t
38222            - lib/Text/Abbrev/t/abbrev.t
38223            ! MANIFEST
38224 ____________________________________________________________________________
38225 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
38226         Log: Change the scan policy of the *.t and test.pl files,
38227              now the *.t do not need to live in a t/ directory.
38228      Branch: perl
38229            ! t/TEST t/harness
38230 ____________________________________________________________________________
38231 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
38232         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
38233              From: Ilmari Karonen <iltzu@sci.fi>
38234              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
38235              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
38236      Branch: perl
38237            ! pod/perlfaq7.pod
38238 ____________________________________________________________________________
38239 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
38240         Log: Quench the warnings from Tru64; the HP-UX is still
38241              broken because it really, REALLY, doesn't like the
38242              HvARRAY() being lvalue:
38243              
38244              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
38245              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
38246      Branch: perl
38247            ! hv.c
38248 ____________________________________________________________________________
38249 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
38250         Log: Integrate change #10667 from maintperl:
38251              
38252              change#10449 broke the special-case that makes lexicals inside the
38253              eval"" within DB::DB() visible
38254      Branch: perl
38255           !> op.c
38256 ____________________________________________________________________________
38257 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
38258         Log: change#10449 broke the special-case that makes lexicals inside the
38259              eval"" within DB::DB() visible
38260      Branch: maint-5.6/perl
38261            ! op.c
38262 ____________________________________________________________________________
38263 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
38264         Log: Still spurious output; indent the code a bit.
38265              
38266              TODO1: separate the utility functions like MkDir
38267              into a helper script?
38268              
38269              TODO2: I see a lot of repetition in the filepath()
38270              and dirpath() calls.
38271      Branch: perl
38272            ! t/lib/filefind.t t/lib/findtaint.t
38273 ____________________________________________________________________________
38274 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
38275         Log: Regen modlib, toc.
38276      Branch: perl
38277            ! pod/perlmodlib.pod pod/perltoc.pod
38278 ____________________________________________________________________________
38279 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
38280         Log: Add libnetcfg to perlutil.
38281      Branch: perl
38282            ! pod/perlutil.pod
38283 ____________________________________________________________________________
38284 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
38285         Log: Initial integration of libnet-1.0703.
38286              The Configure script renamed as libnetcfg, will be
38287              installed along other utilities.
38288      Branch: perl
38289            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
38290            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
38291            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
38292            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
38293            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
38294            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
38295            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
38296            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
38297            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
38298            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
38299            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
38300            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
38301            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
38302            + utils/libnetcfg.PL
38303            ! MANIFEST utils.lst utils/Makefile
38304 ____________________________________________________________________________
38305 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
38306         Log: Less potentially test-harness-confusing output.
38307      Branch: perl
38308            ! lib/Memoize/t/expire_module_t.t
38309 ____________________________________________________________________________
38310 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
38311         Log: The final print annoys make test.
38312      Branch: perl
38313            ! t/lib/filefind.t t/lib/findtaint.t
38314 ____________________________________________________________________________
38315 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
38316         Log: Add an option for handling dangling symbolic links.
38317      Branch: perl
38318            ! lib/File/Find.pm t/lib/filefind.t
38319 ____________________________________________________________________________
38320 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
38321         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
38322              From: Thomas Wegner <wegner_thomas@yahoo.com>
38323              Date: Sun, 17 Jun 2001 14:43:11 +0200
38324              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
38325      Branch: perl
38326            + t/lib/findtaint.t
38327            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
38328 ____________________________________________________________________________
38329 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
38330         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
38331              From: Jonathan Stowe <gellyfish@gellyfish.com>
38332              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
38333              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
38334      Branch: perl
38335            ! lib/ExtUtils/MM_Unix.pm
38336 ____________________________________________________________________________
38337 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
38338         Log: Subject: [PATCH] more anonymous stash cleanups
38339              From: Abhijit Menon-Sen <ams@wiw.org>
38340              Date: Sun, 17 Jun 2001 11:44:06 +0530
38341              Message-ID: <20010617114406.A25203@lustre.linux.in>
38342      Branch: perl
38343            ! op.c
38344 ____________________________________________________________________________
38345 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
38346         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
38347              From: Abhijit Menon-Sen <ams@wiw.org>
38348              Date: Sun, 17 Jun 2001 08:02:59 +0530
38349              Message-ID: <20010617080259.A28776@lustre.linux.in>
38350              
38351              Subject: [PATCH #2/7] xhv_eiter
38352              From: Abhijit Menon-Sen <ams@wiw.org>
38353              Date: Sun, 17 Jun 2001 08:13:18 +0530
38354              Message-ID: <20010617081318.B28776@lustre.linux.in>
38355              
38356              Subject: [PATCH #3/7] xhv_fill
38357              From: Abhijit Menon-Sen <ams@wiw.org>
38358              Date: Sun, 17 Jun 2001 08:25:16 +0530
38359              Message-ID: <20010617082516.C28776@lustre.linux.in>
38360              
38361              Subject: [PATCH #4/7] xhv_keys
38362              From: Abhijit Menon-Sen <ams@wiw.org>
38363              Date: Sun, 17 Jun 2001 08:36:17 +0530
38364              Message-ID: <20010617083617.D28776@lustre.linux.in>
38365              
38366              Subject: [PATCH #5/7] xhv_max
38367              From: Abhijit Menon-Sen <ams@wiw.org>
38368              Date: Sun, 17 Jun 2001 08:39:48 +0530
38369              Message-ID: <20010617083948.E28776@lustre.linux.in>
38370              
38371              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
38372              From: Abhijit Menon-Sen <ams@wiw.org>
38373              Date: Sun, 17 Jun 2001 08:51:11 +0530
38374              Message-ID: <20010617085111.F28776@lustre.linux.in>
38375      Branch: perl
38376            ! hv.c
38377 ____________________________________________________________________________
38378 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
38379         Log: Update Changes.
38380      Branch: perl
38381            ! Changes patchlevel.h
38382 ____________________________________________________________________________
38383 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
38384         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
38385              From: Abhijit Menon-Sen <ams@wiw.org>
38386              Date: Sat, 16 Jun 2001 07:41:19 +0530
38387              Message-ID: <20010616074119.A24720@lustre.linux.in>
38388      Branch: perl
38389            ! hv.c perl.c vms/vmsish.h win32/win32.h
38390 ____________________________________________________________________________
38391 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
38392         Log: Document tests failing when threaded, since we now have more.
38393      Branch: perl
38394            ! pod/perl572delta.pod
38395 ____________________________________________________________________________
38396 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
38397         Log: -Wall cleanup.
38398      Branch: perl
38399            ! ext/Thread/Thread.xs
38400 ____________________________________________________________________________
38401 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
38402         Log: pthread_attr_setstacksize() isn't absolutely necessary
38403              to call, only iff THREAD_CREATE_NEEDS_STACK.
38404      Branch: perl
38405            ! ext/Thread/Thread.xs
38406 ____________________________________________________________________________
38407 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
38408         Log: -Wall strays.
38409      Branch: perl
38410            ! perl.c util.c
38411 ____________________________________________________________________________
38412 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
38413         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
38414              (and INT64_MIN) brokenness.
38415      Branch: perl
38416            ! hints/darwin.sh perl.h
38417 ____________________________________________________________________________
38418 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
38419         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
38420              From: Nicholas Clark <nick@ccl4.org>
38421              Date: Sun, 17 Jun 2001 00:16:05 +0100
38422              Message-ID: <20010617001605.V98663@plum.flirble.org>
38423      Branch: perl
38424            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
38425            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
38426            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38427 ____________________________________________________________________________
38428 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
38429         Log: Add perlnetware to docs; regen toc; supply skeleton
38430              docs for some Memoize submodules.
38431      Branch: perl
38432            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
38433            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
38434            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
38435            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
38436            ! win32/Makefile win32/makefile.mk
38437 ____________________________________________________________________________
38438 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
38439         Log: pod cleanup.
38440      Branch: perl
38441            ! README.netware
38442 ____________________________________________________________________________
38443 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
38444         Log: Integrate Memoize 0.64.  Few tweaks were required in
38445              the test scripts.  Note that the speed and expire*
38446              tests take several dozen seconds to run.
38447      Branch: perl
38448            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
38449            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
38450            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
38451            + lib/Memoize/README lib/Memoize/SDBM_File.pm
38452            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
38453            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
38454            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
38455            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
38456            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
38457            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
38458            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
38459            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
38460            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
38461            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
38462            ! MANIFEST t/lib/1_compile.t
38463 ____________________________________________________________________________
38464 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
38465         Log: Document the cross-compilation options.
38466      Branch: perl
38467            ! Cross/README INSTALL
38468 ____________________________________________________________________________
38469 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
38470         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
38471      Branch: perl
38472            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
38473            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
38474            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
38475            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
38476            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
38477            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
38478            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
38479            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
38480            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
38481            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
38482            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
38483            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
38484            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
38485            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
38486            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
38487            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
38488            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
38489            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
38490            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
38491            + lib/ExtUtils/MM_NW5.pm
38492            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
38493            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
38494            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38495            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
38496            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
38497            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
38498            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
38499            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
38500            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
38501            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
38502            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
38503            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
38504            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
38505            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
38506            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
38507            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
38508            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
38509            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
38510            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
38511            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
38512            ! util.h x2p/a2py.c
38513 ____________________________________________________________________________
38514 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
38515         Log: Resort MANIFEST.
38516      Branch: perl
38517            ! MANIFEST
38518 ____________________________________________________________________________
38519 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
38520         Log: Integrate perlio.
38521      Branch: perl
38522           +> win32/win32io.c
38523           !> MANIFEST perlio.c perliol.h win32/makefile.mk
38524 ____________________________________________________________________________
38525 [ 10640] By: nick                                  on 2001/06/16  18:38:31
38526         Log: Disable :win32 layer as default till I get it working
38527      Branch: perlio
38528            ! MANIFEST perlio.c
38529 ____________________________________________________________________________
38530 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
38531         Log: Try the new scheme by moving the Text::Abbrev test
38532              to a new place under lib.
38533      Branch: perl
38534            + lib/Text/Abbrev/t/abbrev.t
38535            - t/lib/abbrev.t
38536            ! MANIFEST
38537 ____________________________________________________________________________
38538 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
38539         Log: Make the code even more dynamical so that testname
38540              suffix length can change.
38541      Branch: perl
38542            ! lib/Test/Harness.pm t/TEST
38543 ____________________________________________________________________________
38544 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
38545         Log: Allow for deeper t/ and also a single test.pl.
38546      Branch: perl
38547            ! t/TEST t/harness
38548 ____________________________________________________________________________
38549 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
38550         Log: #define fix from Nicholas Clark.
38551      Branch: perl
38552            ! ext/POSIX/POSIX.xs
38553 ____________________________________________________________________________
38554 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
38555         Log: Initialization is nice.
38556      Branch: perl
38557            ! lib/Test/Harness.pm
38558 ____________________________________________________________________________
38559 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
38560         Log: Make t/TEST and t/harness to test also the t/ tests
38561              under the main lib/ and ext/ directories.  Fix Test::Harness
38562              to dynamically change the width of its "foo/bar....ok" output.
38563      Branch: perl
38564            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
38565 ____________________________________________________________________________
38566 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
38567         Log: Subject: [PATCH] Re: perl@10611 
38568              From: Nicholas Clark <nick@ccl4.org>
38569              Date: Sat, 16 Jun 2001 16:52:47 +0100
38570              Message-ID: <20010616165247.O98663@plum.flirble.org>
38571              
38572              The .xs parts, too.
38573      Branch: perl
38574            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
38575            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
38576 ____________________________________________________________________________
38577 [ 10632] By: nick                                  on 2001/06/16  16:44:35
38578         Log: Work-in-progress win32 layer semi-functional, checking 
38579              for UNIX breakage.
38580      Branch: perlio
38581            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
38582 ____________________________________________________________________________
38583 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
38584         Log: Subject: [PATCH] Re: perl@10611 
38585              From: Nicholas Clark <nick@ccl4.org>
38586              Date: Sat, 16 Jun 2001 16:52:47 +0100
38587              Message-ID: <20010616165247.O98663@plum.flirble.org>
38588      Branch: perl
38589            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
38590            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
38591            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
38592            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
38593            ! lib/ExtUtils/Constant.pm
38594 ____________________________________________________________________________
38595 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
38596         Log: Metaconfig unit change for #10629.
38597      Branch: metaconfig
38598            ! U/modified/Finish.U
38599 ____________________________________________________________________________
38600 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
38601         Log: The extraction changed directories.
38602      Branch: perl
38603            ! Configure
38604 ____________________________________________________________________________
38605 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
38606         Log: Math::BigInt 1.35 from Tels.
38607      Branch: perl
38608            + t/lib/mbimbf.t
38609            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38610            ! t/lib/bigfltpm.t t/lib/bigintpm.t
38611 ____________________________________________________________________________
38612 [ 10627] By: nick                                  on 2001/06/16  14:54:52
38613         Log: Work in progress UNIX-side edit of win32 PerLIO layer
38614      Branch: perlio
38615            + win32/win32io.c
38616            ! perlio.c win32/makefile.mk
38617 ____________________________________________________________________________
38618 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
38619         Log: Subject: [PATCH 5.6.1] os2/diff-configure
38620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38621              Date: Fri, 15 Jun 2001 01:19:36 -0400
38622              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
38623              
38624              Empty all of it because I think #10624 made even the
38625              last patch hunk unnecessary.
38626      Branch: perl
38627            ! os2/diff.configure
38628 ____________________________________________________________________________
38629 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
38630         Log: Metaconfig unit change for 10624.
38631      Branch: metaconfig
38632            ! U/modified/libc.U
38633      Branch: perl
38634            ! config_h.SH
38635 ____________________________________________________________________________
38636 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
38637         Log: Move the initialization of libnames to the beginning so
38638              that can one 'seed' it (as OS/2 does.)
38639      Branch: perl
38640            ! Configure
38641 ____________________________________________________________________________
38642 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
38643         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
38644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38645              Date: Fri, 15 Jun 2001 19:10:57 -0400
38646              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
38647      Branch: perl
38648            ! os2/OS2/REXX/DLL/DLL.pm
38649 ____________________________________________________________________________
38650 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
38651         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
38652              From: "Craig A. Berry" <craigberry@mac.com>
38653              Date: Fri, 15 Jun 2001 17:00:03 -0500
38654              Message-Id: <a05101007b750342599be@[172.16.52.1]>
38655      Branch: perl
38656            ! vms/descrip_mms.template
38657 ____________________________________________________________________________
38658 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
38659         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
38660              From: "Craig A. Berry" <craigberry@mac.com>
38661              Date: Fri, 15 Jun 2001 18:39:42 -0500
38662              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
38663      Branch: perl
38664            ! lib/File/Spec/VMS.pm t/lib/extutils.t
38665 ____________________________________________________________________________
38666 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
38667         Log: Integrate perlio.
38668      Branch: perl
38669           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
38670           !> t/io/utf8.t t/lib/io_scalar.t
38671 ____________________________________________________________________________
38672 [ 10619] By: nick                                  on 2001/06/15  21:05:19
38673         Log: Generated files
38674      Branch: perlio
38675            ! embed.h proto.h
38676 ____________________________________________________________________________
38677 [ 10618] By: nick                                  on 2001/06/15  20:27:42
38678         Log: Fix open.pm to work via XS-implemented method calls rather
38679              than *open::layers variables which caused all the HV/AV hassle.
38680      Branch: perlio
38681            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
38682            ! t/lib/io_scalar.t
38683 ____________________________________________________________________________
38684 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
38685         Log: Integrate perlio.
38686      Branch: perl
38687           !> lib/ExtUtils/Constant.pm
38688 ____________________________________________________________________________
38689 [ 10616] By: nick                                  on 2001/06/15  18:46:47
38690         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
38691      Branch: perlio
38692            ! lib/ExtUtils/Constant.pm
38693 ____________________________________________________________________________
38694 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
38695         Log: Integrate perlio.
38696      Branch: perl
38697           !> ext/Socket/Socket.xs
38698 ____________________________________________________________________________
38699 [ 10614] By: nick                                  on 2001/06/15  18:33:37
38700         Log: MULTIPLICITY fix for Socket.xs
38701      Branch: perlio
38702            ! ext/Socket/Socket.xs
38703 ____________________________________________________________________________
38704 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
38705         Log: Subject: Re: perl@10611
38706              From: Doug MacEachern <dougm@covalent.net>
38707              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
38708              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
38709      Branch: perl
38710            ! ext/Socket/Socket.xs
38711 ____________________________________________________________________________
38712 [ 10612] By: nick                                  on 2001/06/15  16:14:38
38713         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
38714      Branch: perlio
38715           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38716           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
38717           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
38718           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
38719           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
38720           !> utils/h2ph.PL
38721 ____________________________________________________________________________
38722 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
38723         Log: Update Changes.
38724      Branch: perl
38725            ! Changes patchlevel.h
38726 ____________________________________________________________________________
38727 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
38728         Log: Upping the test count.
38729      Branch: perl
38730            ! t/lib/filefind.t
38731 ____________________________________________________________________________
38732 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
38733         Log: Integrate perlio.
38734      Branch: perl
38735           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38736 ____________________________________________________________________________
38737 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
38738         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
38739              From: andreas.koenig@anima.de (Andreas J. Koenig)
38740              Date: 15 Jun 2001 13:30:39 +0200
38741              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
38742              
38743              Record the grim history.
38744      Branch: perl
38745            ! lib/File/Find.pm
38746 ____________________________________________________________________________
38747 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
38748         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
38749              From: Brian McCauley <nobull@mail.com>
38750              Date: 15 Jun 2001 07:51:26 +0100
38751              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
38752      Branch: perl
38753            ! lib/File/Find.pm t/lib/filefind.t
38754 ____________________________________________________________________________
38755 [ 10606] By: nick                                  on 2001/06/15  14:00:08
38756         Log: regen_config_h for Win32.
38757      Branch: perlio
38758            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38759 ____________________________________________________________________________
38760 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
38761         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
38762              From: Peter Prymmer <pvhp@forte.com>
38763              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
38764              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
38765      Branch: perl
38766            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
38767 ____________________________________________________________________________
38768 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
38769         Log: Some filesystems require writability for rename/unlink.
38770      Branch: perl
38771            ! opcode.pl
38772 ____________________________________________________________________________
38773 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
38774         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
38775              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
38776              Date: Fri, 15 Jun 2001 12:08:53 +0200
38777              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
38778      Branch: perl
38779            ! perlio.c
38780 ____________________________________________________________________________
38781 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
38782         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
38783              From: Mike Guy <mjtg@cam.ac.uk>
38784              Date: Fri, 15 Jun 2001 14:11:49 +0100
38785              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
38786      Branch: perl
38787            ! opcode.pl
38788 ____________________________________________________________________________
38789 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
38790         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
38791              From: Nicholas Clark <nick@ccl4.org>
38792              Date: Thu, 14 Jun 2001 23:52:56 +0100
38793              Message-ID: <20010614235256.G98663@plum.flirble.org>
38794      Branch: perl
38795            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
38796            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38797 ____________________________________________________________________________
38798 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
38799         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
38800              From: Russ Allbery <rra@stanford.edu>
38801              Date: 14 Jun 2001 13:24:43 -0700
38802              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
38803      Branch: perl
38804            ! ext/GDBM_File/GDBM_File.pm
38805 ____________________________________________________________________________
38806 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
38807         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
38808              From: Nicholas Clark <nick@ccl4.org>
38809              Date: Thu, 14 Jun 2001 20:37:47 +0100
38810              Message-ID: <20010614203747.F98663@plum.flirble.org>
38811      Branch: perl
38812            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38813            ! t/lib/gdbm.t
38814 ____________________________________________________________________________
38815 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
38816         Log: Integrate perlio.
38817      Branch: perl
38818           !> makedef.pl sv.c
38819 ____________________________________________________________________________
38820 [ 10597] By: nick                                  on 2001/06/15  11:08:13
38821         Log: Check that HVs with HvNAME() != NULL are really stashes before
38822              treating them as such. Also be more defensive on the GvCV.
38823              Win32 fork and dprof now working again. 
38824      Branch: perlio
38825            ! sv.c
38826 ____________________________________________________________________________
38827 [ 10596] By: nick                                  on 2001/06/15  10:11:20
38828         Log: Integrate mainline.
38829      Branch: perlio
38830           +> Cross/README
38831           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
38832           !> Porting/config_H config_h.SH configure.com epoc/config.sh
38833           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
38834           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38835           !> vos/config.ga.h win32/config.bc win32/config.gc
38836           !> win32/config.vc win32/config_H.bc win32/config_H.gc
38837           !> win32/config_H.vc
38838 ____________________________________________________________________________
38839 [ 10595] By: nick                                  on 2001/06/15  09:37:17
38840         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
38841              - Win32 (VC++) now builds but fails:
38842              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
38843              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
38844              write.t    - open(...,"|-") not implemented on Win32 
38845      Branch: perlio
38846            ! makedef.pl
38847 ____________________________________________________________________________
38848 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
38849         Log: Integrate perlio.
38850      Branch: perl
38851           !> perlio.c win32/makefile.mk
38852 ____________________________________________________________________________
38853 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
38854         Log: Metaconfig unit changes for #10592.
38855      Branch: metaconfig
38856            + U/modified/i_varhdr.U U/modified/startsh.U
38857            - U/a_dvisory/crosscompile.U U/target/Target.U
38858            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
38859            ! U/compline/bitpbyte.U U/compline/byteorder.U
38860            ! U/compline/ccflags.U U/compline/charsize.U
38861            ! U/compline/d_casti32.U U/compline/d_castneg.U
38862            ! U/compline/d_closedir.U U/compline/d_fd_set.U
38863            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
38864            ! U/compline/d_keepsig.U U/compline/d_open3.U
38865            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
38866            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
38867            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
38868            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
38869            ! U/compline/doublesize.U U/compline/floatsize.U
38870            ! U/compline/nblock_io.U U/compline/orderlib.U
38871            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
38872            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
38873            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
38874            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
38875            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
38876            ! U/modified/spitshell.U U/threads/archname.U
38877            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
38878            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
38879            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
38880            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
38881            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
38882      Branch: metaconfig/U/perl
38883            + Cross.U
38884            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
38885            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
38886            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
38887            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
38888            ! stdio_streams.U uselfs.U
38889 ____________________________________________________________________________
38890 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
38891         Log: The first steps towards cross-compilation.
38892              
38893              Abstract execution of compiled test executables with $run,
38894              and abstract transfer of files with $to and $from.
38895              
38896              Under cross-compilation the $run, $to, and $from will point
38897              to appropriate wrapper scripts, by default ssh and scp,
38898              but also rsh, rcp, and cp are supported.  If not
38899              cross-compiling, they will be set to '', ':', and ':',
38900              respectively.
38901              
38902              With these patches I was able to get Configure for
38903              iPAQ ARM Linux on an Intel Linux about 95% right
38904              (only a few tests failed to execute or they produced
38905              incorrect results), and I was able to compile
38906              a functional miniperl.
38907              
38908              The symbol crosscompile renamed to be usecrosscompile,
38909              the corresponding C symbol from CROSSCOMPILE to
38910              USE_CROSS_COMPILE.
38911      Branch: perl
38912            ! Configure Cross/README Makefile.SH Porting/Glossary
38913            ! Porting/config.sh Porting/config_H config_h.SH configure.com
38914            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
38915            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38916            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38917            ! win32/config.gc win32/config.vc win32/config_H.bc
38918            ! win32/config_H.gc win32/config_H.vc
38919 ____________________________________________________________________________
38920 [ 10591] By: nick                                  on 2001/06/14  20:00:12
38921         Log: Steps along the road toward Win32 building again.
38922      Branch: perlio
38923            ! perlio.c win32/makefile.mk
38924 ____________________________________________________________________________
38925 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
38926         Log: Integrate perlio.
38927      Branch: perl
38928           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38929 ____________________________________________________________________________
38930 [ 10589] By: nick                                  on 2001/06/14  13:54:07
38931         Log: Routine regen_config_h for Win32
38932      Branch: perlio
38933            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38934 ____________________________________________________________________________
38935 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
38936         Log: Integrate perlio.
38937      Branch: perl
38938           +> perlyline.pl
38939           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
38940 ____________________________________________________________________________
38941 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
38942         Log: A placeholder.
38943      Branch: perl
38944            + Cross/README
38945 ____________________________________________________________________________
38946 [ 10586] By: nick                                  on 2001/06/14  08:25:07
38947         Log: Add new step to run_byacc which:
38948              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
38949              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
38950      Branch: perlio
38951            + perlyline.pl
38952            ! MANIFEST Makefile.SH perly.c
38953 ____________________________________________________________________________
38954 [ 10585] By: nick                                  on 2001/06/14  08:22:29
38955         Log: Integrate mainline
38956      Branch: perlio
38957           +> locale.c numeric.c
38958           !> Changes cygwin/Makefile.SHs embed.h embed.pl
38959           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
38960           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
38961           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
38962           !> x2p/Makefile.SH
38963 ____________________________________________________________________________
38964 [ 10584] By: nick                                  on 2001/06/14  08:05:53
38965         Log: Hack to remove insecure directories from PATH so test will run.
38966      Branch: perlio
38967            ! t/lib/filefind.t
38968 ____________________________________________________________________________
38969 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
38970         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
38971      Branch: perl
38972            - t/lib/mbimbf.t
38973            ! MANIFEST
38974 ____________________________________________________________________________
38975 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
38976         Log: Detypo.
38977      Branch: perl
38978            ! x2p/Makefile.SH
38979 ____________________________________________________________________________
38980 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
38981         Log: de-$CONFIG continues.
38982      Branch: perl
38983            ! cygwin/Makefile.SHs x2p/Makefile.SH
38984 ____________________________________________________________________________
38985 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
38986         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
38987              From: Nicholas Clark <nick@ccl4.org>
38988              Date: Wed, 13 Jun 2001 21:20:13 +0100
38989              Message-ID: <20010613212013.D98663@plum.flirble.org>
38990      Branch: perl
38991            ! opcode.pl
38992 ____________________________________________________________________________
38993 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
38994         Log: Subject: splitting util.c
38995              From: Hugo <hv@crypt.compulink.co.uk>
38996              Date: Thu, 14 Jun 2001 00:41:08 +0100
38997              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
38998      Branch: perl
38999            + locale.c numeric.c
39000            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
39001            ! pod/perlapi.pod proto.h util.c
39002 ____________________________________________________________________________
39003 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
39004         Log: Upgrade to Math::BigInt 1.34 from Tels.
39005      Branch: perl
39006            + t/lib/mbimbf.t
39007            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
39008            ! t/lib/bigfltpm.t t/lib/bigintpm.t
39009 ____________________________________________________________________________
39010 [ 10577] By: nick                                  on 2001/06/13  19:02:48
39011         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
39012      Branch: perlio
39013           !> (integrate 125 files)
39014 ____________________________________________________________________________
39015 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
39016         Log: Update Changes.
39017      Branch: perl
39018            ! Changes patchlevel.h
39019 ____________________________________________________________________________
39020 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
39021         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
39022              From: "Craig A. Berry" <craigberry@mac.com>
39023              Date: Wed, 13 Jun 2001 13:24:28 -0500
39024              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
39025      Branch: perl
39026            ! ext/re/Makefile.PL
39027 ____________________________________________________________________________
39028 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
39029         Log: Mc.u.c. for #10573.
39030      Branch: metaconfig
39031            ! U/threads/usethreads.U
39032 ____________________________________________________________________________
39033 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
39034         Log: It would be also be good if I could type.
39035      Branch: perl
39036            ! Configure
39037 ____________________________________________________________________________
39038 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
39039         Log: Metaconfig unit change for #10571.
39040      Branch: metaconfig
39041            ! U/threads/usethreads.U
39042 ____________________________________________________________________________
39043 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
39044         Log: A non-empty default is a good thing.
39045      Branch: perl
39046            ! Configure
39047 ____________________________________________________________________________
39048 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
39049         Log: Metaconfig unit change for #10569.
39050      Branch: metaconfig
39051            ! U/threads/usethreads.U
39052 ____________________________________________________________________________
39053 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
39054         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
39055              extremely experimental, not even prompted for.
39056      Branch: perl
39057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39058            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
39059            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
39060            ! win32/config.bc win32/config.gc win32/config.vc
39061 ____________________________________________________________________________
39062 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
39063         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
39064      Branch: perl
39065            ! pod/perlfaq6.pod
39066 ____________________________________________________________________________
39067 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
39068         Log: Integrate perlio; conflicts, accept Nick's versions.
39069      Branch: perl
39070           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
39071           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
39072 ____________________________________________________________________________
39073 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
39074         Log: Subject: Re: ext/ + -Wall
39075              From: Doug MacEachern <dougm@covalent.net>
39076              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
39077              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
39078      Branch: perl
39079            ! XSUB.h lib/ExtUtils/xsubpp perl.h
39080 ____________________________________________________________________________
39081 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
39082         Log: Similar logic as DB_File.xs, using the modern macros and
39083              defines them to older ones for older Perls where PERL_VERSION
39084              is not defined, from Doug MacEachern.
39085      Branch: perl
39086            ! ext/Storable/Storable.xs
39087 ____________________________________________________________________________
39088 [ 10564] By: nick                                  on 2001/06/13  15:22:01
39089         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
39090              and using that instead (name lookups are sequential search for now).
39091      Branch: perlio
39092            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
39093            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
39094 ____________________________________________________________________________
39095 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
39096         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
39097              From: "Richard Soderberg" <rs@crystalflame.net>
39098              Date: Sat, 26 May 2001 06:44:20 -0700
39099              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
39100      Branch: perl
39101            ! sv.c t/op/glob.t
39102 ____________________________________________________________________________
39103 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
39104         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
39105              From: "Craig A. Berry" <craigberry@mac.com>
39106              Date: Tue, 12 Jun 2001 23:55:26 -0500
39107              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
39108      Branch: perl
39109            ! ext/re/Makefile.PL ext/re/re.xs
39110 ____________________________________________________________________________
39111 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
39112         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
39113              suggested by NI-S.
39114      Branch: perl
39115            ! XSUB.h malloc.c perl.h
39116 ____________________________________________________________________________
39117 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
39118         Log: Regen toc.
39119      Branch: perl
39120            ! pod/perltoc.pod
39121 ____________________________________________________________________________
39122 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
39123         Log: Subject: [patch] perl.gprof control
39124              From: Doug MacEachern <dougm@covalent.net>
39125              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
39126              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
39127      Branch: perl
39128            ! miniperlmain.c perl.h
39129 ____________________________________________________________________________
39130 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
39131         Log: Subject: Re: ext/ + -Wall
39132              From: Doug MacEachern <dougm@covalent.net>
39133              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
39134              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
39135              
39136              Document ax and break up dXSARGS.
39137      Branch: perl
39138            ! XSUB.h pod/perlapi.pod
39139 ____________________________________________________________________________
39140 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
39141         Log: More AIX tweakage from Merijn.
39142      Branch: perl
39143            ! hints/aix.sh
39144 ____________________________________________________________________________
39145 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
39146         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
39147              From: "Craig A. Berry" <craigberry@mac.com>
39148              Date: Tue, 12 Jun 2001 22:57:45 -0500
39149              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
39150      Branch: perl
39151            ! vms/descrip_mms.template
39152 ____________________________________________________________________________
39153 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
39154         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
39155              From: "Craig A. Berry" <craigberry@mac.com>
39156              Date: Tue, 12 Jun 2001 22:21:39 -0500
39157              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
39158      Branch: perl
39159            ! configure.com util.c
39160 ____________________________________________________________________________
39161 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
39162         Log: New AIX dynaloading code from Jens-Uwe Mager.
39163              Does break binary compatibility.
39164      Branch: perl
39165            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
39166 ____________________________________________________________________________
39167 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
39168         Log: VMS DEC C compiler found nits by Peter Prymmer.
39169      Branch: perl
39170            ! util.c
39171 ____________________________________________________________________________
39172 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
39173         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
39174              From: Peter Prymmer <pvhp@forte.com>
39175              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
39176              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
39177      Branch: perl
39178            ! t/lib/filecomp.t
39179 ____________________________________________________________________________
39180 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
39181         Log: I wonder how many $CONFIGs still lurk in the shadows.
39182      Branch: perl
39183            ! pod/Makefile.SH x2p/cflags.SH
39184 ____________________________________________________________________________
39185 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
39186         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
39187      Branch: perl
39188            ! pod/checkpods.PL
39189 ____________________________________________________________________________
39190 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
39191         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
39192      Branch: perl
39193            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
39194 ____________________________________________________________________________
39195 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
39196         Log: Subject: [patch] rid local_patches warnings
39197              From: Doug MacEachern <dougm@covalent.net>
39198              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
39199              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
39200      Branch: perl
39201            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
39202 ____________________________________________________________________________
39203 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
39204         Log: Subject: Re: ext/ + -Wall
39205              From: Doug MacEachern <dougm@covalent.net>
39206              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
39207              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
39208      Branch: perl
39209            ! ext/attrs/attrs.xs
39210 ____________________________________________________________________________
39211 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
39212         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
39213              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39214              Date: Tue, 12 Jun 2001 14:36:20 -0400
39215              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
39216      Branch: perl
39217            ! pod/perlretut.pod
39218 ____________________________________________________________________________
39219 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
39220         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
39221              From: Mike Guy <mjtg@cam.ac.uk>
39222              Date: Tue, 12 Jun 2001 19:10:31 +0100
39223              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
39224              
39225              Subject: Re: [ID 20010612.001] out of memory during regex compilation
39226              From: Mike Guy <mjtg@cam.ac.uk>
39227              Date: Tue, 12 Jun 2001 19:21:01 +0100
39228              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
39229      Branch: perl
39230            ! pod/perlop.pod
39231 ____________________________________________________________________________
39232 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
39233         Log: AIX tweaks from Merijn H. Brand.
39234      Branch: perl
39235            ! hints/aix.sh
39236 ____________________________________________________________________________
39237 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
39238         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
39239              From: "Brendan O'Dea" <bod@compusol.com.au>
39240              Date: Wed, 13 Jun 2001 05:16:47 +1000
39241              Message-ID: <20010613051647.A8945@compusol.com.au>
39242      Branch: maint-5.6/perl
39243            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
39244 ____________________________________________________________________________
39245 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
39246         Log: Subject: Small bcopy cleanup
39247              From: Andy Dougherty <doughera@lafayette.edu>
39248              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
39249              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
39250      Branch: perl
39251            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
39252 ____________________________________________________________________________
39253 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
39254         Log: Subject: [PATCH] Re: ext/ + -Wall
39255              From: Nicholas Clark <nick@ccl4.org>
39256              Date: Wed, 13 Jun 2001 00:04:30 +0100
39257              Message-ID: <20010613000430.M5901@plum.flirble.org>
39258      Branch: perl
39259            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
39260 ____________________________________________________________________________
39261 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
39262         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
39263              From: Nicholas Clark <nick@ccl4.org>
39264              Date: Tue, 12 Jun 2001 23:53:07 +0100
39265              Message-ID: <20010612235307.L5901@plum.flirble.org>
39266      Branch: perl
39267            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39268 ____________________________________________________________________________
39269 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
39270         Log: MPE/iX tweaks from Mark Bixby.
39271      Branch: perl
39272            ! hints/mpeix.sh mpeix/mpeixish.h util.c
39273 ____________________________________________________________________________
39274 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
39275         Log: Update Changes.
39276      Branch: perl
39277            ! Changes patchlevel.h
39278 ____________________________________________________________________________
39279 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
39280         Log: One less -Wall whine (found under DEBUGGING).
39281      Branch: perl
39282            ! x2p/Makefile.SH x2p/a2p.c
39283 ____________________________________________________________________________
39284 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
39285         Log: s/case-independent/case-insensitive/g
39286      Branch: perl
39287            ! pod/perldebug.pod
39288 ____________________________________________________________________________
39289 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
39290         Log: As suggested in    
39291              
39292              Subject: Re: ext/ + -Wall
39293              From: Gurusamy Sarathy <gsar@ActiveState.com>
39294              Date: Mon, 11 Jun 2001 23:34:31 -0700
39295              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
39296      Branch: perl
39297            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
39298            ! perl.h
39299 ____________________________________________________________________________
39300 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
39301         Log: Subject: ext/ + -Wall
39302              From: Doug MacEachern <dougm@covalent.net>
39303              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
39304              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
39305      Branch: perl
39306            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
39307            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
39308            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
39309            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
39310            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
39311            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
39312            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
39313            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
39314            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
39315            ! lib/ExtUtils/xsubpp
39316 ____________________________________________________________________________
39317 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
39318         Log: Subject: [PATCH] anonymous stashes
39319              From: Abhijit Menon-Sen <ams@wiw.org>
39320              Date: Tue, 12 Jun 2001 12:47:04 +0530
39321              Message-ID: <20010612124704.A29029@lustre.linux.in>
39322      Branch: perl
39323            ! dump.c gv.c sv.c xsutils.c
39324 ____________________________________________________________________________
39325 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
39326         Log: One more test for $^S.
39327      Branch: perl
39328            ! t/op/magic.t
39329 ____________________________________________________________________________
39330 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
39331         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
39332              From: Abhijit Menon-Sen <ams@wiw.org>
39333              Date: Tue, 12 Jun 2001 17:35:55 +0530
39334              Message-ID: <20010612173555.A32426@lustre.linux.in>
39335      Branch: perl
39336            ! mg.c t/op/magic.t
39337 ____________________________________________________________________________
39338 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
39339         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
39340              From: Mike Guy <mjtg@cam.ac.uk>
39341              Date: Tue, 12 Jun 2001 13:14:15 +0100
39342              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
39343      Branch: perl
39344            ! pod/perlop.pod
39345 ____________________________________________________________________________
39346 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
39347         Log: AUTHORS updates.
39348      Branch: perl
39349            ! AUTHORS
39350 ____________________________________________________________________________
39351 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
39352         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
39353              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
39354              Content-Transfer-Encoding: 7bit
39355              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
39356      Branch: perl
39357            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
39358 ____________________________________________________________________________
39359 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
39360         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
39361              From: "Philip Newton" <Philip.Newton@gmx.net>
39362              Date: Mon, 11 Jun 2001 07:08:03 +0200
39363              Message-Id: <200106120802.LAA08992@taas.iki.fi>
39364      Branch: perl
39365            ! t/base/term.t
39366 ____________________________________________________________________________
39367 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
39368         Log: Cleanup the a2p.c for -Wall.
39369      Branch: perl
39370            ! x2p/Makefile.SH x2p/a2p.c
39371 ____________________________________________________________________________
39372 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
39373         Log: File::Find update for MacOS from Chris Nandor.
39374      Branch: perl
39375            ! lib/File/Find.pm t/lib/filefind.t
39376 ____________________________________________________________________________
39377 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
39378         Log: gcc -Wall nits picked out by a non-UNIX system
39379              (courtesy of Mark Bixby)
39380      Branch: perl
39381            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
39382            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
39383            ! pp_sys.c util.c
39384 ____________________________________________________________________________
39385 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
39386         Log: Metaconfig unit change for #10522.  (The d_modfl changes
39387              placate metalint.)
39388      Branch: metaconfig/U/perl
39389            ! d_modfl.U d_u32align.U
39390 ____________________________________________________________________________
39391 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
39392         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
39393              be "./try 2>&1 >/dev/null".
39394      Branch: perl
39395            ! Configure
39396 ____________________________________________________________________________
39397 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
39398         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
39399              From: "Craig A. Berry" <craigberry@mac.com>
39400              Date: Mon, 11 Jun 2001 14:00:32 -0500
39401              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
39402      Branch: perl
39403            ! configure.com
39404 ____________________________________________________________________________
39405 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
39406         Log: Move the full \p\P lists to perlunicode.
39407      Branch: perl
39408            ! pod/perlretut.pod pod/perlunicode.pod
39409 ____________________________________________________________________________
39410 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
39411         Log: VOS build tweak for 5.6.1 from Paul Green.
39412      Branch: maint-5.6/perl
39413            ! vos/build.cm
39414 ____________________________________________________________________________
39415 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
39416         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
39417              From: "Craig A. Berry" <craigberry@mac.com>
39418              Date: Fri, 8 Jun 2001 18:08:18 -0500
39419              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
39420      Branch: perl
39421            ! vms/vms.c
39422 ____________________________________________________________________________
39423 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
39424         Log: Update Changes.
39425      Branch: perl
39426            ! Changes patchlevel.h
39427 ____________________________________________________________________________
39428 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
39429         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
39430      Branch: perl
39431            ! vos/config.alpha.h vos/config.ga.h
39432 ____________________________________________________________________________
39433 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
39434         Log: VOS updates from Paul Green for @10476.
39435      Branch: perl
39436            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
39437            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39438            ! vos/config.ga.h vos/configure_perl.cm
39439 ____________________________________________________________________________
39440 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
39441         Log: Subject: [PATCH] Not many people know this ...
39442              From: Mike Guy <mjtg@cam.ac.uk>
39443              Date: Mon, 11 Jun 2001 14:55:15 +0100
39444              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
39445      Branch: perl
39446            ! pod/perldebug.pod
39447 ____________________________________________________________________________
39448 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
39449         Log: Add final commas to lists as suggested by Philip Newton.
39450      Branch: perl
39451            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39452 ____________________________________________________________________________
39453 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
39454         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
39455              Date: Sun, 10 Jun 2001 23:35:38 -0400
39456              From: Chris Nandor <pudge@pobox.com>
39457              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
39458      Branch: perl
39459            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
39460            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
39461            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
39462            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
39463            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
39464            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
39465            ! t/op/write.t t/pragma/strict.t
39466 ____________________________________________________________________________
39467 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
39468         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
39469              From: Chris Nandor <pudge@pobox.com>
39470              Date: Mon, 11 Jun 2001 08:24:28 -0400
39471              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
39472      Branch: perl
39473            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
39474            ! t/lib/io_dir.t
39475 ____________________________________________________________________________
39476 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
39477         Log: One more run_byacc (a hand-tweaked version had slipped in).
39478      Branch: perl
39479            ! perly.c vms/perly_c.vms
39480 ____________________________________________________________________________
39481 [ 10509] By: nick                                  on 2001/06/11  07:49:15
39482         Log: Integrate mainline
39483      Branch: perlio
39484           !> Makefile.SH embed.h embed.pl global.sym
39485           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
39486           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
39487           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
39488           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
39489 ____________________________________________________________________________
39490 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
39491         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
39492              From: Mike Guy <mjtg@cam.ac.uk>
39493              Reply-To: mjtg@cam.ac.uk
39494              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
39495      Branch: perl
39496            ! lib/ExtUtils/Manifest.pm
39497 ____________________________________________________________________________
39498 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
39499         Log: Subject: [PATCH] ExtUtils::Constant
39500              From: Nicholas Clark <nick@ccl4.org>
39501              Date: Sun, 10 Jun 2001 23:25:41 +0100
39502              Message-ID: <20010610232540.C76396@plum.flirble.org>
39503      Branch: perl
39504            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39505 ____________________________________________________________________________
39506 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
39507         Log: Integrate perlio.
39508      Branch: perl
39509           !> iperlsys.h
39510 ____________________________________________________________________________
39511 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
39512         Log: Move the grok_number and its lieutenant grok_numeric_radix
39513              from sv.c statics to util.c and public.
39514      Branch: perl
39515            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
39516            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
39517 ____________________________________________________________________________
39518 [ 10504] By: nick                                  on 2001/06/10  17:47:06
39519         Log: Fix (valid) -Wall warnings in perlio.c
39520      Branch: perlio
39521            ! iperlsys.h
39522 ____________________________________________________________________________
39523 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
39524         Log: Update perly_c.diff, update perly.fixer to edit away
39525              some of the -Wall noise.
39526      Branch: perl
39527            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
39528 ____________________________________________________________________________
39529 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
39530         Log: Check the version of byacc.
39531      Branch: perl
39532            ! Makefile.SH
39533 ____________________________________________________________________________
39534 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
39535         Log: Subject: [PATCH] perly.y overhaul
39536              From: Simon Cozens <simon@netthink.co.uk>
39537              Date: Sun, 10 Jun 2001 16:56:54 +0100
39538              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
39539              
39540              Plus make run_byacc.
39541      Branch: perl
39542            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
39543 ____________________________________________________________________________
39544 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
39545         Log: Integrate perlio.
39546      Branch: perl
39547           !> perlio.c perlsfio.h
39548 ____________________________________________________________________________
39549 [ 10499] By: nick                                  on 2001/06/10  15:01:08
39550         Log: Integrate mainline
39551      Branch: perlio
39552           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
39553           !> t/pragma/locale.t util.c
39554 ____________________________________________________________________________
39555 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
39556         Log: Put some meat on the perl572delta bones.  The list of
39557              selected bug fixes needs more work, as does still the
39558              whole document.
39559      Branch: perl
39560            ! pod/perl572delta.pod
39561 ____________________________________________________________________________
39562 [ 10497] By: nick                                  on 2001/06/10  12:27:51
39563         Log: Paper over a crack or two with USE_SFIO
39564      Branch: perlio
39565            ! perlio.c perlsfio.h
39566 ____________________________________________________________________________
39567 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
39568         Log: Update Changes.
39569      Branch: perl
39570            ! Changes patchlevel.h
39571 ____________________________________________________________________________
39572 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
39573         Log: Subject: Re: pragma/locale.t #107
39574              From: Hugo <hv@crypt.compulink.co.uk>
39575              Date: Sun, 10 Jun 2001 11:23:30 +0100
39576              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
39577              
39578              Encapsulate the scan of the decimal radix separator.
39579      Branch: perl
39580            ! embed.h embed.pl proto.h sv.c
39581 ____________________________________________________________________________
39582 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
39583         Log: Try to grok numbers both with the locale specific separator
39584              and with the usual "." (if different from the lss); add a test
39585              to locale.t to do also a little bit of math in addition to just
39586              equalness testing; remove extraneous logic as suggested in
39587              
39588              Subject: Re: pragma/locale.t #107
39589              From: Nicholas Clark <nick@ccl4.org>
39590              Date: Sat, 9 Jun 2001 22:37:36 +0100
39591              Message-ID: <20010609223735.Y76396@plum.flirble.org>
39592      Branch: perl
39593            ! sv.c t/pragma/locale.t
39594 ____________________________________________________________________________
39595 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
39596         Log: Metaconfig unit change for #10492.
39597      Branch: metaconfig/U/perl
39598            ! Extensions.U
39599 ____________________________________________________________________________
39600 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
39601         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
39602              From: Artur Bergman <artur@contiller.se> 
39603              Date: Sat, 09 Jun 2001 21:03:51 +0200
39604              Message-ID: <B7483FB6.1398%artur@contiller.se>
39605      Branch: perl
39606            ! Configure
39607 ____________________________________________________________________________
39608 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
39609         Log: Integrate perlio.
39610      Branch: perl
39611           !> perlsfio.h
39612 ____________________________________________________________________________
39613 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
39614         Log: Do locale specific separator if only in locale.
39615      Branch: perl
39616            ! util.c
39617 ____________________________________________________________________________
39618 [ 10489] By: nick                                  on 2001/06/09  19:13:25
39619         Log: Make XS/Typemap compile (but fail) with sfio
39620      Branch: perlio
39621            ! perlsfio.h
39622 ____________________________________________________________________________
39623 [ 10488] By: nick                                  on 2001/06/09  19:12:51
39624         Log: Re-integrate mainline
39625      Branch: perlio
39626           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
39627           !> proto.h sv.c util.c
39628 ____________________________________________________________________________
39629 [ 10487] By: nick                                  on 2001/06/09  16:26:29
39630         Log: Integrate mainline
39631      Branch: perlio
39632           !> (integrate 31 files)
39633 ____________________________________________________________________________
39634 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
39635         Log: Subject: [PATCH] New attempt to clone callack
39636              From: Artur Bergman <artur@contiller.se> 
39637              Date: Thu, 07 Jun 2001 11:52:16 +0200
39638              Message-ID: <B7451B6F.12B7%artur@contiller.se>
39639      Branch: perl
39640            ! embedvar.h intrpvar.h perlapi.h sv.c
39641 ____________________________________________________________________________
39642 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
39643         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
39644      Branch: perl
39645            ! embed.h embed.pl perl.h proto.h sv.c util.c
39646 ____________________________________________________________________________
39647 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
39648         Log: Subject: Re: pragma/locale.t #107
39649              From: Nicholas Clark <nick@ccl4.org>
39650              Date: Sat, 9 Jun 2001 16:26:10 +0100
39651              Message-ID: <20010609162609.V76396@plum.flirble.org>
39652              
39653              A missing NVification.
39654      Branch: perl
39655            ! sv.c
39656 ____________________________________________________________________________
39657 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
39658         Log: Redo the #10482, there already was a test script for formats.
39659      Branch: perl
39660            - t/io/format.t
39661            ! MANIFEST t/op/write.t
39662 ____________________________________________________________________________
39663 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
39664         Log: Twisted format testing, from Merijn.
39665      Branch: perl
39666            + t/io/format.t
39667            ! MANIFEST
39668 ____________________________________________________________________________
39669 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
39670         Log: More \p{In...} testing, combined with \N{...}.
39671      Branch: perl
39672            ! lib/utf8_heavy.pl t/op/pat.t
39673 ____________________________________________________________________________
39674 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
39675         Log: Metaconfig changes for #10479.
39676      Branch: metaconfig
39677            ! U/Glossary.patch
39678      Branch: metaconfig/U/perl
39679            ! d_modfl.U
39680 ____________________________________________________________________________
39681 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
39682         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
39683      Branch: perl
39684            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39685            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
39686            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
39687            ! win32/config.bc win32/config.gc win32/config.vc
39688 ____________________________________________________________________________
39689 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
39690         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
39691              From: "Craig A. Berry" <craigberry@mac.com>
39692              Date: Thu, 7 Jun 2001 14:27:20 -0500
39693              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
39694      Branch: perl
39695            ! vms/perlvms.pod
39696 ____________________________________________________________________________
39697 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
39698         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
39699              From: Gisle Aas <gisle@ActiveState.com>
39700              Date: 07 Jun 2001 17:04:29 -0700
39701              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
39702      Branch: perl
39703            ! ext/re/re.xs
39704 ____________________________________________________________________________
39705 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
39706         Log: Update Changes.
39707      Branch: perl
39708            ! Changes patchlevel.h
39709 ____________________________________________________________________________
39710 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
39711         Log: Regen Glossary et alia.
39712      Branch: perl
39713            ! Porting/Glossary Porting/config.sh Porting/config_H
39714 ____________________________________________________________________________
39715 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
39716         Log: Metaconfig unit changes for #10473.
39717      Branch: metaconfig/U/perl
39718            ! d_modfl.U
39719 ____________________________________________________________________________
39720 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
39721         Log: Harumph, also AIX will spill its guts (i.e. dump core)
39722              if an executable contains modfl() but it hasn't been
39723              compiled right (in the case of AIX, with cc -qlongdouble).
39724      Branch: perl
39725            ! Configure
39726 ____________________________________________________________________________
39727 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
39728         Log: integrate change#10471 from mainline
39729              
39730              in change#10451, check that CvOUTSIDE is a CV before looking in
39731              (it can apparently be SVt_NULL during global destruction)
39732      Branch: maint-5.6/perl
39733           !> op.c
39734 ____________________________________________________________________________
39735 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
39736         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
39737              (it can apparently be SVt_NULL during global destruction)
39738      Branch: perl
39739            ! op.c
39740 ____________________________________________________________________________
39741 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
39742         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
39743              From: Robin Barker <rmb1@cise.npl.co.uk>
39744              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
39745              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
39746      Branch: perl
39747            ! lib/diagnostics.pm pod/perldiag.pod
39748 ____________________________________________________________________________
39749 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
39750         Log: Subject: [PATCH perl@10439] long =item
39751              From: Robin Barker <rmb1@cise.npl.co.uk>
39752              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
39753              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
39754      Branch: perl
39755            ! README.amiga lib/Attribute/Handlers.pm
39756            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
39757 ____________________________________________________________________________
39758 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
39759         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
39760              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
39761              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
39762              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
39763      Branch: perl
39764            ! pod/perlguts.pod
39765 ____________________________________________________________________________
39766 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
39767         Log: Integrate perlio.
39768      Branch: perl
39769           !> sv.c
39770 ____________________________________________________________________________
39771 [ 10466] By: nick                                  on 2001/06/07  10:25:40
39772         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
39773              whitespace tweaks.
39774              Still coredumps in pragma/overload.t - what a nice hard fail that is...
39775      Branch: perlio
39776            ! sv.c
39777 ____________________________________________________________________________
39778 [ 10465] By: nick                                  on 2001/06/07  08:41:58
39779         Log: Raw integrate of mainline for S_grok_number debug
39780              (sv.c has MULTIPLICITY issues as well as whatever else ...)
39781      Branch: perlio
39782            - plan9/perlplan9.doc plan9/perlplan9.pod
39783           !> (integrate 46 files)
39784 ____________________________________________________________________________
39785 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
39786         Log: The proper prototyping for #10463.
39787      Branch: perl
39788            ! embed.h embed.pl proto.h sv.c
39789 ____________________________________________________________________________
39790 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
39791         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
39792              From: Nicholas Clark <nick@ccl4.org>
39793              Date: Thu, 7 Jun 2001 00:29:59 +0100
39794              Message-ID: <20010607002959.Z76396@plum.flirble.org>
39795      Branch: perl
39796            ! sv.c
39797 ____________________________________________________________________________
39798 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
39799         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
39800              From: "Craig A. Berry" <craigberry@mac.com>
39801              Date: Wed, 06 Jun 2001 17:54:30 -0500
39802              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
39803      Branch: perl
39804            ! vms/perlvms.pod
39805 ____________________________________________________________________________
39806 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
39807         Log: Podify the remaining README.platform files;
39808              merge README.plan9 and plan9/perlplan9.pod;
39809              delete plan9/perlplan9.* (the perlplan.doc needs to
39810              be regenerated in Plan 9); make the =head1 and =head2
39811              in the README.platform to be a little more verbose
39812              (skipped README.os2 not to anger Ilya) so that they
39813              look better in the toc; regen toc.
39814      Branch: perl
39815            - plan9/perlplan9.doc plan9/perlplan9.pod
39816            ! MANIFEST README.aix README.amiga README.apollo README.beos
39817            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
39818            ! README.hpux README.hurd README.machten README.macos
39819            ! README.micro README.mint README.mpeix README.os390
39820            ! README.plan9 README.qnx README.solaris README.threads
39821            ! README.tru64 README.vmesa README.vms README.vos README.win32
39822            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39823            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39824 ____________________________________________________________________________
39825 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
39826         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
39827              From: Mike Guy <mjtg@cam.ac.uk>
39828              Reply-To: mjtg@cam.ac.uk
39829              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
39830      Branch: perl
39831            ! pod/perlguts.pod
39832 ____________________________________________________________________________
39833 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
39834         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
39835              From: Mike Guy <mjtg@cam.ac.uk>
39836              Reply-To: mjtg@cam.ac.uk
39837              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
39838      Branch: perl
39839            ! pod/perlsec.pod
39840 ____________________________________________________________________________
39841 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
39842         Log: Disable long doubles from pre-5.0 Tru64s.
39843      Branch: perl
39844            ! README.tru64 hints/dec_osf.sh
39845 ____________________________________________________________________________
39846 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
39847         Log: The #10455 exposed that modfl() is fundamentally busted
39848              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
39849              testing it.
39850      Branch: perl
39851            ! hints/dec_osf.sh
39852 ____________________________________________________________________________
39853 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
39854         Log: Metaconfig unit change for #10455.
39855      Branch: metaconfig/U/perl
39856            ! d_modfl.U
39857 ____________________________________________________________________________
39858 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
39859         Log: Configure check for geborken modfl(), inspired by
39860              
39861              Subject: Re: [20010118.017] op/int.t failure 
39862              From: Hugo <hv@crypt.compulink.co.uk>
39863              Date: Tue, 05 Jun 2001 13:43:27 +0100
39864              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
39865      Branch: perl
39866            ! Configure
39867 ____________________________________________________________________________
39868 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
39869         Log: Integrate changes #10450 and #10451 from maintperl:
39870              
39871              optimize change#10448 slightly (don't repeat search in eval""s lexical
39872              scope, since that has already been searched)
39873              
39874              change#9108 needs subtler treatment for case of closures created
39875              within eval""
39876      Branch: perl
39877           !> op.c t/op/misc.t
39878 ____________________________________________________________________________
39879 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
39880         Log: MakeMaker magic to compile (when no dynamic loading)
39881              List/Util.xsc as (ListUtil.c and) ListUtil.o since
39882              POSIX-BC (BS2000) linker has an evil limitation of
39883              being unable to include in the same executable several
39884              object files with the same name - case-insensitively -
39885              because otherwise we conflict with util.c.
39886              Strictly speaking currently required only in POSIX-BC
39887              but probably will do no harm elsewhere where static
39888              linking is required.
39889      Branch: perl
39890            ! ext/List/Util/Makefile.PL
39891 ____________________________________________________________________________
39892 [ 10452] By: nick                                  on 2001/06/06  08:59:51
39893         Log: Integrate mainline.
39894      Branch: perlio
39895           +> lib/Attribute/Handlers/demo/Demo.pm
39896           +> lib/Attribute/Handlers/demo/Descriptions.pm
39897           +> lib/Attribute/Handlers/demo/MyClass.pm
39898           +> lib/Attribute/Handlers/demo/demo.pl
39899           +> lib/Attribute/Handlers/demo/demo2.pl
39900           +> lib/Attribute/Handlers/demo/demo3.pl
39901           +> lib/Attribute/Handlers/demo/demo4.pl
39902           +> lib/Attribute/Handlers/demo/demo_call.pl
39903           +> lib/Attribute/Handlers/demo/demo_chain.pl
39904           +> lib/Attribute/Handlers/demo/demo_cycle.pl
39905           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
39906           +> lib/Attribute/Handlers/demo/demo_phases.pl
39907           +> lib/Attribute/Handlers/demo/demo_range.pl
39908           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
39909           +> uts/strtol_wrap.c
39910           !> (integrate 91 files)
39911 ____________________________________________________________________________
39912 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
39913         Log: change#9108 needs subtler treatment for case of closures created
39914              within eval""
39915      Branch: maint-5.6/perl
39916            ! op.c t/op/misc.t
39917 ____________________________________________________________________________
39918 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
39919         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
39920              scope, since that has already been searched)
39921      Branch: maint-5.6/perl
39922            ! op.c
39923 ____________________________________________________________________________
39924 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
39925         Log: Integrate change #10448 from maintperl; lexicals
39926              outside an eval"" weren't resolved correctly inside a subroutine
39927              definition inside the eval"" if they were not already referenced
39928              in the toplevel of the eval""-ed code
39929      Branch: perl
39930           !> cop.h op.c pp_ctl.c t/op/misc.t
39931 ____________________________________________________________________________
39932 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
39933         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
39934              outside an eval"" weren't resolved correctly inside a subroutine
39935              definition inside the eval"" if they were not already referenced
39936              in the toplevel of the eval""-ed code
39937      Branch: maint-5.6/perl
39938            ! cop.h op.c pp_ctl.c t/op/misc.t
39939 ____________________________________________________________________________
39940 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
39941         Log: Subject: [PATCH] perl570delta.pod
39942              From: Peter Scott <Peter@PSDT.com> 
39943              Date: Tue, 05 Jun 2001 18:51:02 -0700
39944              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
39945      Branch: perl
39946            ! pod/perl570delta.pod
39947 ____________________________________________________________________________
39948 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
39949         Log: The fudge factor is no more needed.  I hope.
39950      Branch: perl
39951            ! t/lib/posix.t
39952 ____________________________________________________________________________
39953 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
39954         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
39955              From: Hugo <hv@crypt.compulink.co.uk>
39956              Date: Tue, 05 Jun 2001 12:58:19 +0100
39957              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
39958      Branch: perl
39959            ! util.c
39960 ____________________________________________________________________________
39961 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
39962         Log: Make up prototypes only for those who have the functions
39963              but not the prototypes.
39964      Branch: perl
39965            ! perl.h
39966 ____________________________________________________________________________
39967 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
39968         Log: Subject: Re: Not OK: perl@10439 on win32 
39969              From: Prymmer/Kahn <pvhp@best.com> 
39970              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
39971              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
39972      Branch: perl
39973            ! perl.h util.c
39974 ____________________________________________________________________________
39975 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
39976         Log: The metaconfig units changes for #10441.
39977      Branch: metaconfig
39978            ! U/modified/Extract.U U/modified/Extractall.U
39979            ! U/modified/Finish.U
39980 ____________________________________________________________________________
39981 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
39982         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
39983      Branch: perl
39984            ! Configure
39985 ____________________________________________________________________________
39986 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
39987         Log: Unnecessary fuzziness undone, noted by Mike Guy.
39988      Branch: perl
39989            ! t/op/tr.t
39990 ____________________________________________________________________________
39991 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
39992         Log: Update Changes.
39993      Branch: perl
39994            ! Changes patchlevel.h
39995 ____________________________________________________________________________
39996 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
39997         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
39998              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
39999              leakage patch.
40000      Branch: perl
40001            ! t/op/misc.t
40002 ____________________________________________________________________________
40003 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
40004         Log: Test case for #10433/#10424.
40005      Branch: perl
40006            ! t/op/misc.t
40007 ____________________________________________________________________________
40008 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
40009         Log: Subject: One fix for strtoul not setting errno
40010              From: hom00@utsglobal.com (Hal Morris)
40011              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
40012              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
40013      Branch: perl
40014            + uts/strtol_wrap.c
40015            ! MANIFEST hints/uts.sh
40016 ____________________________________________________________________________
40017 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
40018         Log: Metaconfig units changes for #10434.
40019      Branch: metaconfig
40020            ! U/modified/Cppsym.U
40021      Branch: metaconfig/U/perl
40022            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
40023            + d_syscallproto.U d_usleepproto.U
40024            ! longdblfio.U quadfio.U
40025 ____________________________________________________________________________
40026 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
40027         Log: Configure tweaks; add prototype probes, make the cpp symbols
40028              probe to cast, not whine; test for %Ld and %Lf before %lld and
40029              %llf because the L is the ANSI way.
40030      Branch: perl
40031            ! Configure config_h.SH configure.com epoc/config.sh
40032            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
40033            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
40034            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
40035 ____________________________________________________________________________
40036 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
40037         Log: Sigh.  This is what #10424 was supposed to check in.
40038      Branch: perl
40039            ! op.c sv.c sv.h
40040 ____________________________________________________________________________
40041 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
40042         Log: More verbose failure.
40043      Branch: perl
40044            ! t/op/ver.t
40045 ____________________________________________________________________________
40046 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
40047         Log: The .pm changes to go with #10428.
40048      Branch: perl
40049            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
40050            ! ext/Sys/Syslog/Syslog.pm
40051 ____________________________________________________________________________
40052 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
40053         Log: On second thoughts show to utf8 skippage message only
40054              on failures, it's too confusing otherwise,
40055      Branch: perl
40056            ! t/pragma/locale.t
40057 ____________________________________________________________________________
40058 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
40059         Log: Do not import anything from Encode.
40060      Branch: perl
40061            ! ext/MIME/Base64/QuotedPrint.pm
40062 ____________________________________________________________________________
40063 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
40064         Log: The #10402 didn't take.  Weird.
40065      Branch: perl
40066            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
40067            ! ext/Sys/Syslog/Syslog.xs
40068 ____________________________________________________________________________
40069 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
40070         Log: Eradicate traces of 'asciirange' re subpragma.
40071      Branch: perl
40072            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
40073            ! pod/perldiag.pod
40074 ____________________________________________________________________________
40075 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
40076         Log: use is a compile-time thing.
40077      Branch: perl
40078            ! ext/MIME/Base64/QuotedPrint.pm
40079 ____________________________________________________________________________
40080 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
40081         Log: Subject: [PATCH perl@10419] -Wall casting patch
40082              From: Robin Barker <rmb1@cise.npl.co.uk>
40083              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
40084              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
40085      Branch: perl
40086            ! ext/Devel/DProf/DProf.xs mg.c
40087 ____________________________________________________________________________
40088 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
40089         Log: Subject: [PATCH #2] introducing SVpad_TYPED
40090              From: Abhijit Menon-Sen <ams@wiw.org>
40091              Date: Mon, 4 Jun 2001 12:26:02 +0530
40092              Message-ID: <20010604122602.A5775@lustre.linux.in>
40093      Branch: perl
40094            ! op.c sv.c sv.h
40095 ____________________________________________________________________________
40096 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
40097         Log: testsuite for change#10192 (from Gisle Aas)
40098      Branch: perl
40099            + t/op/override.t
40100            ! MANIFEST
40101 ____________________________________________________________________________
40102 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
40103         Log: integrate changes#10414-10416 from mainline
40104              
40105              Potential buffer overrun if the radix separator is more than
40106              one byte.  Also, under locales, prefer the locale-specific
40107              separator over the old boring ".".
40108              
40109              "10.", that is, decimal numbers can have no decimal part at all.
40110              
40111              The non-locale places need love, too.
40112      Branch: maint-5.6/perl
40113           !> perl.h sv.c
40114 ____________________________________________________________________________
40115 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
40116         Log: Missed from #10420.
40117      Branch: perl
40118            ! epoc/config.sh
40119 ____________________________________________________________________________
40120 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
40121         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
40122              often this prototype goes with HAS_SETRESUID_PROTO.
40123      Branch: perl
40124            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40125            ! config_h.SH configure.com perl.h uconfig.h
40126 ____________________________________________________________________________
40127 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
40128         Log: Update Changes.
40129      Branch: perl
40130            ! Changes patchlevel.h
40131 ____________________________________________________________________________
40132 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
40133         Log: -Wall "subscript has type `char'" cleanup.
40134      Branch: perl
40135            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
40136 ____________________________________________________________________________
40137 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
40138         Log: Various "cast to pointer from integer of different size"
40139              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
40140              wide but I32 (int) only 32 bits wide).
40141              
40142              WARNING: the classnum and tagnum changes in Storable.xs
40143              may not be wise, they may be breaking binary compatibility
40144              (in 64-bit platforms), asked Raphael Manfredi about the changes.
40145      Branch: perl
40146            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
40147            ! mg.c proto.h
40148 ____________________________________________________________________________
40149 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
40150         Log: The non-locale places need love, too.
40151      Branch: perl
40152            ! perl.h
40153 ____________________________________________________________________________
40154 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
40155         Log: "10.", that is, decimal numbers can have no decimal part at all.
40156      Branch: perl
40157            ! perl.h
40158 ____________________________________________________________________________
40159 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
40160         Log: Potential buffer overrun if the radix separator is more than
40161              one byte.  Also, under locales, prefer the locale-specific
40162              separator over the old boring ".".
40163      Branch: perl
40164            ! perl.h sv.c
40165 ____________________________________________________________________________
40166 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
40167         Log: Integrate change #10412 from maintperl; locale is now
40168              per-cop, not per-op; plus retweak the locale.t to always
40169              list the skipped utf8 locales.
40170      Branch: perl
40171            ! t/pragma/locale.t
40172           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
40173           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
40174 ____________________________________________________________________________
40175 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
40176         Log: rationalize locale handling to fix the bugs uncovered by change#10394
40177              
40178              the major issue was that the runtime was looking at PL_hints rather
40179              than op_private to notice whether locale was enabled
40180              
40181              the secondary issue was that many locale-sensitive numeric ops didn't
40182              have HINT_LOCALE propagated into their op_private
40183              
40184              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
40185              instead of per-op, just like HINT_BYTE and the hints for lexical
40186              warnings (this makes the hint available to every op via PL_curcop)
40187              
40188              pragma/locale.t may need to be reworked with these fixes in mind
40189              (it currently passes its tests)
40190      Branch: maint-5.6/perl
40191            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
40192            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
40193 ____________________________________________________________________________
40194 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
40195         Log: More verbose debugging.
40196      Branch: perl
40197            ! t/pragma/locale.t
40198 ____________________________________________________________________________
40199 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
40200         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
40201              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40202              Date: Sat, 2 Jun 2001 22:53:33 +0100
40203              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
40204      Branch: perl
40205            ! regcomp.c t/pragma/warn/regcomp
40206 ____________________________________________________________________________
40207 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
40208         Log: Mention that lexicalizing $a or $b is a bad idea if one
40209              wants to use sort().
40210      Branch: perl
40211            ! pod/perlvar.pod
40212 ____________________________________________________________________________
40213 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
40214         Log: Tweak the test to be happy if the accuracy is 'good enough'.
40215      Branch: perl
40216            ! t/lib/posix.t
40217 ____________________________________________________________________________
40218 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
40219         Log: Upgrade to Attribute::Handlers 0.70.
40220              
40221              NOTE: this unearthed the "too late for CHECK block" bug,
40222              that's why the 1_compile.t change.
40223      Branch: perl
40224            + lib/Attribute/Handlers/demo/Demo.pm
40225            + lib/Attribute/Handlers/demo/Descriptions.pm
40226            + lib/Attribute/Handlers/demo/MyClass.pm
40227            + lib/Attribute/Handlers/demo/demo.pl
40228            + lib/Attribute/Handlers/demo/demo2.pl
40229            + lib/Attribute/Handlers/demo/demo3.pl
40230            + lib/Attribute/Handlers/demo/demo4.pl
40231            + lib/Attribute/Handlers/demo/demo_call.pl
40232            + lib/Attribute/Handlers/demo/demo_chain.pl
40233            + lib/Attribute/Handlers/demo/demo_cycle.pl
40234            + lib/Attribute/Handlers/demo/demo_hashdir.pl
40235            + lib/Attribute/Handlers/demo/demo_phases.pl
40236            + lib/Attribute/Handlers/demo/demo_range.pl
40237            + lib/Attribute/Handlers/demo/demo_rawdata.pl
40238            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
40239            ! t/lib/attrhand.t
40240 ____________________________________________________________________________
40241 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
40242         Log: One less -Wall whine.
40243      Branch: perl
40244            ! regcomp.c
40245 ____________________________________________________________________________
40246 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
40247         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
40248      Branch: perl
40249           !> t/op/eval.t
40250 ____________________________________________________________________________
40251 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
40252         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
40253              aren't "normally" visible inside eval""s contained in subs unless
40254              a cloned reference to them already exists)
40255              
40256              strangely enough, t/harness didn't show this up as a failure
40257              (harness needs fixing?)
40258      Branch: maint-5.6/perl
40259            ! t/op/eval.t
40260 ____________________________________________________________________________
40261 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
40262         Log: Update to Text::Balanced 1.85.
40263      Branch: perl
40264            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
40265 ____________________________________________________________________________
40266 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
40267         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
40268              From: Nicholas Clark <nick@ccl4.org>
40269              Date: Sun, 3 Jun 2001 17:54:36 +0100
40270              Message-ID: <20010603175436.E76396@plum.flirble.org> 
40271      Branch: perl
40272            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
40273            ! ext/Sys/Syslog/Syslog.xs
40274 ____________________________________________________________________________
40275 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
40276         Log: Unused variables.
40277      Branch: perl
40278            ! util.c
40279 ____________________________________________________________________________
40280 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
40281         Log: Subject: [PATCH] APIfy op_clear 
40282              From: Simon Cozens <simon@netthink.co.uk>
40283              Date: Sun, 3 Jun 2001 13:51:46 +0100
40284              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
40285              
40286              (despite the subject line, op_null is APIfied by the patch)
40287      Branch: perl
40288            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40289 ____________________________________________________________________________
40290 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
40291         Log: Subject: [PATCH] t/lib/extutils.t
40292              From: Nicholas Clark <nick@ccl4.org>
40293              Date: Sat, 2 Jun 2001 23:57:05 +0100
40294              Message-ID: <20010602235705.Q12698@plum.flirble.org>
40295      Branch: perl
40296            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
40297 ____________________________________________________________________________
40298 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
40299         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
40300              From: Prymmer/Kahn <pvhp@best.com>
40301              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
40302              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
40303      Branch: perl
40304            ! win32/Makefile win32/makefile.mk
40305 ____________________________________________________________________________
40306 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
40307         Log: Subject: Re: 'decimal digits' macro? 
40308              From: Hugo <hv@crypt.compulink.co.uk>
40309              Date: Sun, 03 Jun 2001 04:26:36 +0100
40310              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
40311      Branch: perl
40312            ! handy.h t/lib/posix.t t/op/tr.t
40313 ____________________________________________________________________________
40314 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
40315         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
40316              From: Hugo <hv@crypt.compulink.co.uk>
40317              Date: Sun, 03 Jun 2001 14:56:30 +0100
40318              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
40319      Branch: perl
40320            ! util.c
40321 ____________________________________________________________________________
40322 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
40323         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
40324      Branch: perl
40325           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
40326           !> vms/perly_c.vms
40327 ____________________________________________________________________________
40328 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
40329         Log: fix leakage of lexicals at file scope into subroutines that were
40330              declared before them; this appears to be a longstanding bug that
40331              meant that lexicals at file scope were never "deintroduced", meaning
40332              their scope range was never properly closed, and their visibility
40333              extended to all subsequent eval""s or requires
40334              
40335              added a test case
40336              
40337              seems to also fix a case of bogus duplicate warnings
40338      Branch: maint-5.6/perl
40339            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
40340            ! vms/perly_c.vms
40341 ____________________________________________________________________________
40342 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
40343         Log: More VMS tweaks from Craig A. Berry.
40344      Branch: perl
40345            ! configure.com t/lib/extutils.t
40346 ____________________________________________________________________________
40347 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
40348         Log: -Wall cleanup continues.
40349      Branch: perl
40350            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
40351            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
40352            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
40353            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
40354            ! run.c toke.c util.c
40355 ____________________________________________________________________________
40356 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
40357         Log: The metaconfig unit change for #10390.
40358      Branch: metaconfig/U/perl
40359            ! gccvers.U
40360 ____________________________________________________________________________
40361 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
40362         Log: Drop the -ansi from the default gcc flags.
40363              
40364              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
40365              that struct cannot be compared with a flat integer, such as STRLEN.
40366              The -ansi will also cause a lot of noise in Solaris because of:
40367              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
40368      Branch: perl
40369            ! Configure
40370 ____________________________________________________________________________
40371 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
40372         Log: Integrate perlio.
40373      Branch: perl
40374           !> pod/perlapi.pod util.c
40375 ____________________________________________________________________________
40376 [ 10388] By: nick                                  on 2001/06/02  08:01:12
40377         Log: Integrate mainline
40378      Branch: perlio
40379           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
40380           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
40381           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
40382           !> t/lib/1_compile.t t/lib/mimeqp.t
40383 ____________________________________________________________________________
40384 [ 10387] By: nick                                  on 2001/06/02  07:39:17
40385         Log: Tweak util.c's atof2 for MULTIPLICITY
40386      Branch: perlio
40387            ! util.c
40388 ____________________________________________________________________________
40389 [ 10386] By: nick                                  on 2001/06/02  07:38:33
40390         Log: Integrate mainline
40391      Branch: perlio
40392           !> (integrate 41 files)
40393 ____________________________________________________________________________
40394 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
40395         Log: Add Attribute::Handlers 0.61 from Damian Conway.
40396      Branch: perl
40397            + lib/Attribute/Handlers.pm t/lib/attrhand.t
40398            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
40399 ____________________________________________________________________________
40400 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
40401         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
40402              From: Peter Prymmer <pvhp@forte.com>
40403              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
40404              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
40405      Branch: perl
40406            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
40407 ____________________________________________________________________________
40408 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
40409         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
40410              From: Jeff Pinyan <jeffp@crusoe.net>
40411              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
40412              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
40413      Branch: perl
40414            ! lib/File/Find.pm
40415 ____________________________________________________________________________
40416 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
40417         Log: Subject: [PATCH perl@10381] configure.com tweaks
40418              From: "Craig A. Berry" <craigberry@mac.com>
40419              Date: Fri, 1 Jun 2001 13:55:43 -0500
40420              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
40421      Branch: perl
40422            ! configure.com
40423 ____________________________________________________________________________
40424 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
40425         Log: Update Changes.
40426      Branch: perl
40427            ! Changes patchlevel.h
40428 ____________________________________________________________________________
40429 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
40430         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
40431              From: Mike Guy <mjtg@cam.ac.uk>
40432              Date: Fri, 01 Jun 2001 18:17:02 +0100
40433              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
40434      Branch: perl
40435            ! lib/perl5db.pl
40436 ____________________________________________________________________________
40437 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
40438         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
40439              From: Hugo <hv@crypt.compulink.co.uk>
40440              Date: Thu, 31 May 2001 20:49:48 +0100
40441              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
40442      Branch: perl
40443            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
40444            ! util.c
40445 ____________________________________________________________________________
40446 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
40447         Log: Zero() is not available in x2p (or, rather, some of its
40448              implementations like memzero() might not be available.)
40449      Branch: perl
40450            ! x2p/hash.c
40451 ____________________________________________________________________________
40452 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
40453         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
40454              From: Michael G Schwern <schwern@pobox.com>
40455              Date: Fri, 1 Jun 2001 12:00:29 +0100
40456              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
40457              
40458              (But use Zero() instead of memset.)
40459      Branch: perl
40460            ! x2p/hash.c
40461 ____________________________________________________________________________
40462 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
40463         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
40464              From: Jeff Pinyan <jeffp@crusoe.net>
40465              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
40466              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
40467      Branch: perl
40468            ! pod/perldiag.pod regcomp.c t/op/pat.t
40469 ____________________________________________________________________________
40470 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
40471         Log: Retract #10324 and #10333; not needed.
40472      Branch: perl
40473            ! hints/irix_6.sh hints/linux.sh
40474 ____________________________________________________________________________
40475 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
40476         Log: The #10370 wasn't quite right.
40477      Branch: perl
40478            ! ext/XS/Typemap/Typemap.xs
40479 ____________________________________________________________________________
40480 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
40481         Log: The metaconfig units changes for #10372.
40482      Branch: metaconfig/U/perl
40483            + d_realpath.U d_sresgproto.U d_sresuproto.U
40484            ! gccvers.U i_db.U
40485 ____________________________________________________________________________
40486 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
40487         Log: Configure tweaks; record the Berkeley DB version,
40488              probe for realpath(), for setresuid() and setresgid()
40489              prototypes; use realpath() (try to be paranoid enough),
40490              use the setres[ug]id prototypes because glibc has the functions
40491              but not their prototypes; add -Wall -ansi to gcc ccflags;
40492              regen toc.
40493      Branch: perl
40494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40495            ! config_h.SH configure.com epoc/config.sh
40496            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
40497            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
40498            ! vos/config.ga.def win32/config.bc win32/config.gc
40499            ! win32/config.vc
40500 ____________________________________________________________________________
40501 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
40502         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
40503              From: Michael G Schwern <schwern@pobox.com>
40504              Date: Fri, 1 Jun 2001 11:28:14 +0100
40505              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
40506      Branch: perl
40507            ! lib/attributes.pm xsutils.c
40508 ____________________________________________________________________________
40509 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
40510         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
40511              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40512              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
40513              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
40514      Branch: perl
40515            ! ext/XS/Typemap/Typemap.xs
40516 ____________________________________________________________________________
40517 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
40518         Log: Subject: [patch] Cwd.xs optimizations/abstraction
40519              From: Doug MacEachern <dougm@covalent.net>
40520              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
40521              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
40522      Branch: perl
40523            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
40524            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
40525 ____________________________________________________________________________
40526 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
40527         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!])
40528              From: Nicholas Clark <nick@ccl4.org>
40529              Date: Thu, 31 May 2001 23:56:40 +0100
40530              Message-ID: <20010531235640.F12698@plum.flirble.org>
40531              
40532              Make the test work also under only static extensions
40533              (sh Configure -Uusedl fakes this nicely)
40534      Branch: perl
40535            ! t/lib/extutils.t
40536 ____________________________________________________________________________
40537 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
40538         Log: Subject: [PATCH hv.c] Eliminating trigraph
40539              From: Michael G Schwern <schwern@pobox.com>
40540              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
40541              Date: Fri, 1 Jun 2001 11:49:56 +0100
40542      Branch: perl
40543            ! hv.c
40544 ____________________________________________________________________________
40545 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
40546         Log: Subject: Re: [PATCH] Tests for File::Compare 
40547              From: "Philip Newton" <Philip.Newton@gmx.net>
40548              Date: Thu, 31 May 2001 19:44:05 +0200
40549              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
40550              
40551              Unnecessary "quotation marks".
40552      Branch: perl
40553            ! t/lib/filecomp.t
40554 ____________________________________________________________________________
40555 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
40556         Log: Integrate perlio.
40557      Branch: perl
40558           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
40559 ____________________________________________________________________________
40560 [ 10364] By: nick                                  on 2001/06/01  10:13:31
40561         Log: Cleanup dll.base and dll.exp created by GCC builds.
40562      Branch: perlio
40563            ! lib/ExtUtils/MM_Win32.pm
40564 ____________________________________________________________________________
40565 [ 10363] By: nick                                  on 2001/06/01  10:02:17
40566         Log: Make filecomp test work on CRLF platforms by adding binmode.
40567      Branch: perlio
40568            ! t/lib/filecomp.t
40569 ____________________________________________________________________________
40570 [ 10362] By: nick                                  on 2001/06/01  08:37:17
40571         Log: Integrate mainline
40572      Branch: perlio
40573           !> Changes Configure patchlevel.h perlio.c
40574 ____________________________________________________________________________
40575 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
40576         Log: panic:claustrophobia.
40577      Branch: perl
40578            ! perlio.c
40579 ____________________________________________________________________________
40580 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
40581         Log: Update Changes.
40582      Branch: perl
40583            ! Changes patchlevel.h
40584 ____________________________________________________________________________
40585 [ 10359] By: nick                                  on 2001/05/31  12:35:50
40586         Log: Integrate mainline.
40587      Branch: perlio
40588           +> t/lib/filecomp.t
40589           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
40590           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
40591 ____________________________________________________________________________
40592 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
40593         Log: Integrate perlio.
40594      Branch: perl
40595           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
40596           !> win32/config_H.vc
40597 ____________________________________________________________________________
40598 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
40599         Log: Metaconfig unit change for #10356.
40600      Branch: metaconfig
40601            ! U/installdirs/inc_version_list.U
40602 ____________________________________________________________________________
40603 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
40604         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
40605              (idea from Sarathy; implementation from Andy)
40606      Branch: perl
40607            ! Configure
40608 ____________________________________________________________________________
40609 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
40610         Log: More AUTHORS.
40611      Branch: perl
40612            ! AUTHORS
40613 ____________________________________________________________________________
40614 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
40615         Log: Subject: Re: [PATCH] Tests for File::Compare
40616              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
40617              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
40618              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
40619      Branch: perl
40620            + t/lib/filecomp.t
40621            ! MANIFEST t/lib/1_compile.t
40622 ____________________________________________________________________________
40623 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
40624         Log: Subject: [PATCH] DEBUG_* macro cleanups
40625              From: Abhijit Menon-Sen <ams@wiw.org>
40626              Date: Thu, 31 May 2001 12:16:22 +0530
40627              Message-ID: <20010531121622.B4829@lustre.linux.in>
40628              
40629              Subject: Re: [PATCH] DEBUG_* macro cleanups
40630              From: Abhijit Menon-Sen <ams@wiw.org>
40631              Date: Thu, 31 May 2001 13:57:01 +0530
40632              Message-ID: <20010531135701.A21775@lustre.linux.in>
40633              
40634              (The DEBUG_ definitions in perl.h changed to use the
40635              STMT_START and STMT_END.)
40636      Branch: perl
40637            ! perl.h pp_ctl.c sv.c toke.c
40638 ____________________________________________________________________________
40639 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
40640         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
40641              From: Abhijit Menon-Sen <ams@wiw.org>
40642              Date: Thu, 31 May 2001 08:27:55 +0530
40643              Message-ID: <20010531082755.A10018@lustre.linux.in>
40644      Branch: perl
40645            ! ext/Storable/Storable.xs gv.c perl.c
40646 ____________________________________________________________________________
40647 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
40648         Log: Subject: [PATCH] AUTHORS
40649              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40650              Date: Thu, 31 May 2001 01:27:59 -0500
40651              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
40652              
40653              Subject: Re: [PATCH] AUTHORS
40654              From: "Philip Newton" <Philip.Newton@gmx.net>
40655              Date: Thu, 31 May 2001 10:08:06 +0200
40656              (Message-Id missing?)
40657      Branch: perl
40658            ! AUTHORS
40659 ____________________________________________________________________________
40660 [ 10350] By: nick                                  on 2001/05/31  11:40:43
40661         Log: win32 - dmake regen_config_h
40662      Branch: perlio
40663            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40664 ____________________________________________________________________________
40665 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
40666         Log: Subject: Re: [PATCH util.c] More warning cleanups.
40667              From: "Philip Newton" <Philip.Newton@gmx.net>
40668              Date: Thu, 31 May 2001 07:41:36 +0200
40669              Message-Id: <200105310538.IAA25458@taku.hut.fi>
40670              
40671              Undo C++-ism that snekt in.
40672      Branch: perl
40673            ! util.c
40674 ____________________________________________________________________________
40675 [ 10348] By: nick                                  on 2001/05/31  11:36:46
40676         Log: Tolerate Win32 numerics
40677      Branch: perlio
40678            ! t/pragma/warn/toke
40679 ____________________________________________________________________________
40680 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
40681         Log: Integrate perlio.
40682      Branch: perl
40683           !> perlio.c win32/win32.h
40684 ____________________________________________________________________________
40685 [ 10346] By: nick                                  on 2001/05/31  10:54:55
40686         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
40687              perlio.c change 10255.
40688      Branch: perlio
40689            ! perlio.c
40690 ____________________________________________________________________________
40691 [ 10345] By: nick                                  on 2001/05/31  10:01:57
40692         Log: Conditionally put back some "unused" dTHX which are used
40693              with PERL_IMPLICIT_SYS
40694      Branch: perlio
40695            ! perlio.c
40696 ____________________________________________________________________________
40697 [ 10344] By: nick                                  on 2001/05/31  10:00:59
40698         Log: Fix Win32 for new spelling IN_BYTES 
40699      Branch: perlio
40700            ! win32/win32.h
40701 ____________________________________________________________________________
40702 [ 10343] By: nick                                  on 2001/05/31  08:01:32
40703         Log: perlio.c -Wall cleaner under MULTIPLICITY
40704              - still minor noise with linux stdio
40705      Branch: perlio
40706            ! perlio.c
40707 ____________________________________________________________________________
40708 [ 10342] By: nick                                  on 2001/05/31  07:52:23
40709         Log: Integrate mainline.
40710      Branch: perlio
40711           !> (integrate 42 files)
40712 ____________________________________________________________________________
40713 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
40714         Log: AUTHORS updates.
40715      Branch: perl
40716            ! AUTHORS
40717 ____________________________________________________________________________
40718 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
40719         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
40720              From: Peter Prymmer <pvhp@forte.com>
40721              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
40722              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
40723      Branch: perl
40724            ! t/lib/md5-file.t
40725 ____________________________________________________________________________
40726 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
40727         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
40728              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
40729              to match the pragma name; various robustness cleanups.
40730      Branch: perl
40731            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
40732            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
40733 ____________________________________________________________________________
40734 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
40735         Log: More -Wall sweeping.
40736      Branch: perl
40737            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
40738            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
40739            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
40740            ! regcomp.c sv.c toke.c utf8.c
40741 ____________________________________________________________________________
40742 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
40743         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
40744              From: Nicholas Clark <nick@ccl4.org>
40745              Date: Wed, 30 May 2001 22:34:41 +0100
40746              Message-ID: <20010530223441.Y86445@plum.flirble.org>
40747      Branch: perl
40748            ! t/op/cmp.t
40749 ____________________________________________________________________________
40750 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
40751         Log: It's is not, it isn't ain't, and it's it's, not its,
40752              if you mean it is. If you don't, it's its. Then too,
40753              it's hers. It isn't her's. It isn't our's either.
40754              It's ours, and likewise yours and theirs.
40755              -- Oxford University Press, Edpress News
40756      Branch: perl
40757            ! lib/autouse.pm
40758 ____________________________________________________________________________
40759 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
40760         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
40761      Branch: perl
40762            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
40763            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
40764            ! x2p/str.c x2p/walk.c xsutils.c
40765 ____________________________________________________________________________
40766 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
40767         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
40768              From: Michael G Schwern <schwern@pobox.com>
40769              Date: Wed, 30 May 2001 17:10:38 +0100
40770              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
40771              
40772              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
40773              From: Abhijit Menon-Sen <ams@wiw.org>
40774              Date: Wed, 30 May 2001 23:16:13 +0530
40775              Message-ID: <20010530231613.A31933@lustre.linux.in>
40776      Branch: perl
40777            ! perl.c t/run/runenv.t
40778 ____________________________________________________________________________
40779 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
40780         Log: (Retracted by #10375.)
40781              
40782              IRIX hints patch from Merijn Broeren.
40783              
40784              TODO: (this and the earlier Linux hints patch) should be solved
40785              at Configure level.  Merijn: -ldb should not be used on any platform
40786              for perl, just when linking DBFile itself. Trying to be helpful here
40787              is counterproductive.
40788      Branch: perl
40789            ! hints/irix_6.sh
40790 ____________________________________________________________________________
40791 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
40792         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
40793              From: Nicholas Clark <nick@ccl4.org>
40794              Date: Wed, 30 May 2001 23:20:58 +0100
40795              Message-ID: <20010530232058.B86445@plum.flirble.org>
40796      Branch: perl
40797            ! doop.c
40798 ____________________________________________________________________________
40799 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
40800         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
40801              From: Michael G Schwern <schwern@pobox.com> 
40802              Date: Wed, 30 May 2001 15:24:20 +0100
40803              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
40804      Branch: perl
40805            ! t/pragma/autouse.t
40806 ____________________________________________________________________________
40807 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
40808         Log: The regex trick wasn't a good idea.
40809      Branch: perl
40810            ! pod/perlfaq4.pod
40811 ____________________________________________________________________________
40812 [ 10329] By: nick                                  on 2001/05/30  18:34:35
40813         Log: Integrate mainline
40814      Branch: perlio
40815           !> (integrate 40 files)
40816 ____________________________________________________________________________
40817 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
40818         Log: Update Changes.
40819      Branch: perl
40820            ! Changes patchlevel.h
40821 ____________________________________________________________________________
40822 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
40823         Log: The metaconfig unit change for #10325.
40824      Branch: metaconfig
40825            + U/modified/afs.U
40826 ____________________________________________________________________________
40827 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
40828         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
40829              is now wrong.
40830      Branch: perl
40831            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
40832 ____________________________________________________________________________
40833 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
40834         Log: Introduce $Config{afsroot}.
40835      Branch: perl
40836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40837            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
40838            ! win32/config.gc win32/config.vc
40839 ____________________________________________________________________________
40840 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
40841         Log: (Retracted by #10375.)
40842              
40843              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
40844      Branch: perl
40845            ! hints/linux.sh
40846 ____________________________________________________________________________
40847 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
40848         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
40849              (Also Configure tweaks needed; coming up soon.)
40850      Branch: perl
40851            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
40852 ____________________________________________________________________________
40853 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
40854         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
40855              From: Michael G Schwern <schwern@pobox.com>
40856              Date: Sun, 27 May 2001 10:29:43 +0100
40857              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
40858      Branch: perl
40859            ! lib/perl5db.pl
40860 ____________________________________________________________________________
40861 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
40862         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
40863              and Abhijit Menon-Sen.
40864      Branch: perl
40865            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
40866            ! perl.c pp_sys.c regcomp.c
40867 ____________________________________________________________________________
40868 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
40869         Log: Fix the BOOT section to call myU2time properly.
40870      Branch: perl
40871            ! ext/Time/HiRes/HiRes.xs
40872 ____________________________________________________________________________
40873 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
40874         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
40875              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
40876              Date: Wed, 30 May 2001 09:44:29 -0400
40877              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
40878              
40879              Detypo; plus add one more trick.
40880      Branch: perl
40881            ! pod/perlfaq4.pod
40882 ____________________________________________________________________________
40883 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
40884         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)
40885              From: Michael G Schwern <schwern@pobox.com>
40886              Date: Wed, 30 May 2001 14:39:06 +0100
40887              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
40888      Branch: perl
40889            ! lib/autouse.pm t/pragma/autouse.t
40890 ____________________________________________________________________________
40891 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
40892         Log: Subject: Re: AIX and gcc (moving targets)
40893              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40894              Date: Wed, 30 May 2001 15:25:08 +0200
40895              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
40896      Branch: perl
40897            ! ext/Time/HiRes/HiRes.xs
40898 ____________________________________________________________________________
40899 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
40900         Log: Subject: [PATCH t/TEST] sorting tests
40901              From: Michael G Schwern <schwern@pobox.com>
40902              Date: Wed, 30 May 2001 10:24:02 +0100
40903              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
40904      Branch: perl
40905            ! t/TEST
40906 ____________________________________________________________________________
40907 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
40908         Log: Subject: [ID 20010529.002] typos in man page perlre
40909              From: bart@cg681574-a.adubn1.nj.home.com 
40910              Date: Tue, 29 May 2001 13:58:59 -0500
40911              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
40912      Branch: perl
40913            ! pod/perlre.pod
40914 ____________________________________________________________________________
40915 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
40916         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
40917              From: "Craig A. Berry" <craigberry@mac.com>
40918              Date: Tue, 29 May 2001 23:23:45 -0500
40919              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
40920      Branch: perl
40921            ! t/lib/extutils.t t/pragma/autouse.t
40922 ____________________________________________________________________________
40923 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
40924         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)
40925              From: David Dyck <dcd@tc.fluke.com>
40926              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
40927              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
40928      Branch: perl
40929            ! t/lib/filefind.t
40930 ____________________________________________________________________________
40931 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
40932         Log: AIX hints update for gcc from Merijn H. Brand.
40933      Branch: perl
40934            ! hints/aix.sh
40935 ____________________________________________________________________________
40936 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
40937         Log: Retract #10295 and #10296: a more generic solution
40938              is needed (there's something funny with gcc on AIX).
40939      Branch: perl
40940            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
40941 ____________________________________________________________________________
40942 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
40943         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
40944              From: Hugo <hv@crypt.compulink.co.uk>
40945              Date: Wed, 30 May 2001 11:59:19 +0100
40946              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
40947              
40948              localizing $@ has unfortunate semantics - if you die past
40949              a local $@, the die message is lost.
40950      Branch: perl
40951            ! lib/utf8_heavy.pl
40952 ____________________________________________________________________________
40953 [ 10309] By: nick                                  on 2001/05/30  08:23:02
40954         Log: Integrate mainline (autouse works again.)
40955      Branch: perlio
40956           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
40957           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
40958           !> pod/perlvar.pod t/op/cmp.t
40959 ____________________________________________________________________________
40960 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
40961         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
40962              From: David Dyck <dcd@tc.fluke.com>
40963              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
40964              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
40965      Branch: perl
40966            ! lib/File/Find.pm
40967 ____________________________________________________________________________
40968 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
40969         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
40970              From: Nicholas Clark <nick@ccl4.org>
40971              Date: Tue, 29 May 2001 23:16:09 +0100
40972              Message-ID: <20010529231609.U86445@plum.flirble.org>
40973              
40974              Make the test output slightly clearer by distinguishing
40975              between '' and undef.
40976      Branch: perl
40977            ! t/op/cmp.t
40978 ____________________________________________________________________________
40979 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
40980         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
40981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40982              Date: Tue, 29 May 2001 19:15:19 -0400
40983              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
40984      Branch: perl
40985            ! hints/os2.sh
40986 ____________________________________________________________________________
40987 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
40988         Log: Subject: perlvar.pod addition
40989              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
40990              Date: Fri, 25 May 2001 20:23:12 +0200
40991              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
40992              
40993              Subject: Re: perlvar.pod addition
40994              From: "Abigail" <abigail@foad.org> 
40995              Date: Fri, 25 May 2001 22:00:39 +0200
40996              Message-ID: <20010525200039.28029.qmail@foad.org>
40997              
40998              Mention $a and $b in perlvar.
40999      Branch: perl
41000            ! pod/perlvar.pod
41001 ____________________________________________________________________________
41002 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
41003         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
41004              From: Jeff Pinyan <jeffp@crusoe.net>
41005              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
41006              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
41007      Branch: perl
41008            ! pod/perlvar.pod
41009 ____________________________________________________________________________
41010 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
41011         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
41012              From: Jeff Pinyan <jeffp@crusoe.net>
41013              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
41014              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
41015      Branch: perl
41016            ! pod/perlfaq6.pod
41017 ____________________________________________________________________________
41018 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
41019         Log: Mention Time::localtime and Time::gmtime.
41020      Branch: perl
41021            ! ext/Time/Piece/Piece.pm
41022 ____________________________________________________________________________
41023 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
41024         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
41025              From: Michael G Schwern <schwern@pobox.com>
41026              Date: Tue, 29 May 2001 18:51:32 +0100
41027              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
41028      Branch: perl
41029            ! pod/perlfaq4.pod
41030 ____________________________________________________________________________
41031 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
41032         Log: Retract #10243.
41033      Branch: perl
41034            ! lib/autouse.pm
41035 ____________________________________________________________________________
41036 [ 10299] By: nick                                  on 2001/05/29  18:41:19
41037         Log: Post weekend integrate mainline (fails one test pragma/autouse).
41038      Branch: perlio
41039           +> (branch 29 files)
41040           !> (integrate 91 files)
41041 ____________________________________________________________________________
41042 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
41043         Log: Update Changes.
41044      Branch: perl
41045            ! Changes patchlevel.h
41046 ____________________________________________________________________________
41047 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
41048         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
41049              before Perl_load_module/Perl_call_method and restore the value
41050              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
41051      Branch: perl
41052            ! utf8.c
41053 ____________________________________________________________________________
41054 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
41055         Log: Subject: Re: AIX and gcc (moving targets)
41056              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41057              Date: Tue, 29 May 2001 17:59:40 +0200
41058              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
41059      Branch: perl
41060            ! ext/Storable/Makefile.PL
41061 ____________________________________________________________________________
41062 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
41063         Log: Subject: Re: AIX and gcc (moving targets)
41064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41065              Date: Tue, 29 May 2001 12:32:57 +0200
41066              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
41067      Branch: perl
41068            ! ext/POSIX/Makefile.PL
41069 ____________________________________________________________________________
41070 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
41071         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
41072              From: Michael G Schwern <schwern@pobox.com>
41073              Date: Tue, 29 May 2001 09:53:29 +0100
41074              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
41075              
41076              (#10280 retracted)
41077      Branch: perl
41078            ! lib/Test/Harness.pm t/lib/test-harness.t
41079 ____________________________________________________________________________
41080 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
41081         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
41082              From: Michael G Schwern <schwern@pobox.com>
41083              Date: Tue, 29 May 2001 09:19:52 +0100
41084              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
41085      Branch: perl
41086            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
41087            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
41088            + t/lib/Test/todo.t
41089            ! MANIFEST lib/Test.pm t/TEST
41090 ____________________________________________________________________________
41091 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
41092         Log: From: Michael G Schwern <schwern@pobox.com>
41093              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
41094              Date: Tue, 29 May 2001 08:26:09 +0100
41095              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
41096      Branch: perl
41097            ! t/TEST
41098 ____________________________________________________________________________
41099 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
41100         Log: Add tests for Time::gmtime and Time::localtime.
41101      Branch: perl
41102            + t/lib/time-gmtime.t t/lib/time-localtime.t
41103            ! MANIFEST t/lib/1_compile.t
41104 ____________________________________________________________________________
41105 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
41106         Log: Add test for File::stat.
41107      Branch: perl
41108            + t/lib/filestat.t
41109            ! MANIFEST t/lib/1_compile.t
41110 ____________________________________________________________________________
41111 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
41112         Log: Add test for Net::servent.
41113      Branch: perl
41114            + t/lib/net-sent.t
41115            ! MANIFEST t/lib/1_compile.t
41116 ____________________________________________________________________________
41117 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
41118         Log: Add test for Net::protoent.
41119      Branch: perl
41120            + t/lib/net-pent.t
41121            ! MANIFEST t/lib/1_compile.t
41122 ____________________________________________________________________________
41123 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
41124         Log: Add test for Net::netent.
41125      Branch: perl
41126            + t/lib/net-nent.t
41127            ! MANIFEST t/lib/1_compile.t
41128 ____________________________________________________________________________
41129 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
41130         Log: Add test for User::grent.  Portability doubtful.
41131      Branch: perl
41132            + t/lib/user-grent.t
41133            ! MANIFEST t/lib/1_compile.t
41134 ____________________________________________________________________________
41135 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
41136         Log: Add test for User::pwent.
41137              Probably will fall down somewhere for portability reasons.
41138      Branch: perl
41139            + t/lib/user-pwent.t
41140            ! MANIFEST t/lib/1_compile.t
41141 ____________________________________________________________________________
41142 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
41143         Log: Metaconfig units changes for #10283.
41144      Branch: metaconfig
41145            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
41146            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
41147            ! U/installdirs/sitescript.U U/modified/Signal.U
41148 ____________________________________________________________________________
41149 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
41150         Log: Subject: [PATCH 5.6.1] signal names in Configure
41151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41152              Date: Tue, 29 May 2001 03:52:25 -0400
41153              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
41154              
41155              Subject: [PATCH 5.6.1] older perl in Configure
41156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41157              Date: Tue, 29 May 2001 03:55:40 -0400
41158              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
41159              
41160              Subject: [PATCH 5.6.1] goofs in Configure
41161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41162              Date: Tue, 29 May 2001 04:13:07 -0400
41163              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
41164              
41165              Configure portability tweaks.
41166      Branch: perl
41167            ! Configure
41168 ____________________________________________________________________________
41169 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
41170         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
41171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41172              Date: Tue, 29 May 2001 04:07:06 -0400
41173              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
41174      Branch: perl
41175            ! os2/os2.c
41176 ____________________________________________________________________________
41177 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
41178         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
41179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41180              Date: Tue, 29 May 2001 04:01:38 -0400
41181              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
41182      Branch: perl
41183            ! hints/os2.sh os2/Makefile.SHs
41184 ____________________________________________________________________________
41185 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
41186         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
41187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41188              Date: Tue, 29 May 2001 03:50:18 -0400
41189              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
41190      Branch: perl
41191            ! lib/Test/Harness.pm
41192 ____________________________________________________________________________
41193 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
41194         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
41195      Branch: perl
41196            ! lib/utf8_heavy.pl
41197 ____________________________________________________________________________
41198 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
41199         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
41200              From: Hugo <hv@crypt.compulink.co.uk>
41201              Date: Tue, 29 May 2001 03:03:45 +0100
41202              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
41203              
41204              Explanation why the $@ always gets the UTF8 flag when under use utf8--
41205              because we told it to have the flag when under use utf8.
41206      Branch: perl
41207            ! pp_ctl.c
41208 ____________________________________________________________________________
41209 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
41210         Log: At least a partial fix for 20010528.004.
41211      Branch: perl
41212            ! lib/utf8_heavy.pl
41213 ____________________________________________________________________________
41214 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
41215         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
41216              From: Nicholas Clark <nick@ccl4.org> 
41217              Date: Mon, 28 May 2001 23:39:38 +0100
41218              Message-ID: <20010528233938.M86445@plum.flirble.org>
41219              
41220              More portable non-zero UV.
41221      Branch: perl
41222            ! t/lib/extutils.t
41223 ____________________________________________________________________________
41224 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
41225         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
41226              From: Nicholas Clark <nick@ccl4.org>
41227              Date: Mon, 28 May 2001 22:46:09 +0100
41228              Message-ID: <20010528224608.L86445@plum.flirble.org>
41229              
41230              Test also "make clean".
41231      Branch: perl
41232            ! t/lib/extutils.t
41233 ____________________________________________________________________________
41234 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
41235         Log: Subject: Re: Would -Wno-unused -Wall be better?
41236              From: Michael G Schwern <schwern@pobox.com>
41237              Date: Tue, 29 May 2001 00:55:54 +0100
41238              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
41239      Branch: perl
41240            ! pp.h
41241 ____________________________________________________________________________
41242 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
41243         Log: Add a test for 20010528.007, fixed in #10272.
41244      Branch: perl
41245            ! t/op/misc.t toke.c
41246 ____________________________________________________________________________
41247 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
41248         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
41249              From: Hugo <hv@crypt.compulink.co.uk>
41250              Date: Tue, 29 May 2001 00:23:23 +0100
41251              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
41252      Branch: perl
41253            ! toke.c
41254 ____________________________________________________________________________
41255 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
41256         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
41257              From: Michael G Schwern <schwern@pobox.com>
41258              Date: Tue, 29 May 2001 00:42:59 +0100
41259              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
41260      Branch: perl
41261            ! t/pragma/autouse.t
41262 ____________________________________________________________________________
41263 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
41264         Log: Some shells seemingly arrange the signal handlers differently
41265              (bug id 20010521.004).
41266      Branch: perl
41267            ! t/lib/sigaction.t
41268 ____________________________________________________________________________
41269 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
41270         Log: Regen perlmodlib.
41271      Branch: perl
41272            ! pod/perlmodlib.pod
41273 ____________________________________________________________________________
41274 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
41275         Log: Update Changes.
41276      Branch: perl
41277            ! Changes patchlevel.h
41278 ____________________________________________________________________________
41279 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
41280         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
41281              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41282              Date: Mon, 28 May 2001 14:56:35 -0500
41283              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
41284      Branch: perl
41285            ! pod/perlnewmod.pod
41286 ____________________________________________________________________________
41287 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
41288         Log: Regen toc.
41289      Branch: perl
41290            ! pod/perltoc.pod
41291 ____________________________________________________________________________
41292 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
41293         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
41294              From: "Richard Soderberg" <rs@crystalflame.net>
41295              Date: Mon, 28 May 2001 12:31:23 -0700
41296              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
41297      Branch: perl
41298            ! t/op/splice.t
41299 ____________________________________________________________________________
41300 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
41301         Log: The #10260 was too bold: locales and utf8 still do not mix.
41302      Branch: perl
41303            ! t/pragma/locale.t
41304 ____________________________________________________________________________
41305 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
41306         Log: Subject: [PATCH] Pod nitpicks
41307              From: "Richard Soderberg" <rs@crystalflame.net>
41308              Date: Mon, 28 May 2001 10:08:58 -0700
41309              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
41310      Branch: perl
41311            ! pod/perl571delta.pod pod/perlapi.pod sv.h
41312 ____________________________________________________________________________
41313 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
41314         Log: Upgrade to I18N::LangTags 0.22.
41315      Branch: perl
41316            + lib/I18N/LangTags/List.pod
41317            ! MANIFEST lib/I18N/LangTags.pm
41318 ____________________________________________________________________________
41319 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
41320         Log: A slightly more serious bug found by -Mutf8; op/misc and
41321              lib/complex dumped core.
41322      Branch: perl
41323            ! regexec.c
41324 ____________________________________________________________________________
41325 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
41326         Log: Various buglets shaken out by -Mutf8.
41327      Branch: perl
41328            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
41329            ! t/pragma/locale.t
41330 ____________________________________________________________________________
41331 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
41332         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
41333      Branch: perl
41334            ! t/lib/carp.t
41335 ____________________________________________________________________________
41336 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
41337         Log: Subject: [PATCH] todo patch
41338              From: Artur Bergman <artur@contiller.se> 
41339              Date: Mon, 28 May 2001 17:03:51 +0200
41340              Message-ID: <B7383577.F34%artur@contiller.se>
41341      Branch: perl
41342            ! pod/perltodo.pod
41343 ____________________________________________________________________________
41344 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
41345         Log: Subject: typo in perlguts.pod
41346              From: "John P. Linderman" <jpl@research.att.com>
41347              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
41348              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
41349      Branch: perl
41350            ! pod/perlguts.pod
41351 ____________________________________________________________________________
41352 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
41353         Log: Subject: AIX and gcc (moving targets)
41354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41355              Date: Mon, 28 May 2001 12:54:04 +0200
41356              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
41357      Branch: perl
41358            ! hints/aix.sh
41359 ____________________________________________________________________________
41360 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
41361         Log: Subject: Re: perlio + multiple perl_alloc..destruct
41362              From: Doug MacEachern <dougm@covalent.net>
41363              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
41364              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
41365      Branch: perl
41366            ! perlio.c
41367 ____________________________________________________________________________
41368 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
41369         Log: The #10251 wasn't quite up-to-the-code.
41370      Branch: perl
41371            ! t/op/misc.t
41372 ____________________________________________________________________________
41373 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
41374         Log: Test case for bug 20010526.004, fixed in #10252.
41375      Branch: perl
41376            ! t/op/taint.t
41377 ____________________________________________________________________________
41378 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
41379         Log: Subject: Re: [ID 20010526.004] Taint looses value
41380              From: Hugo <hv@crypt.compulink.co.uk>
41381              Date: Sun, 27 May 2001 20:39:32 +0100
41382              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
41383      Branch: perl
41384            ! sv.c
41385 ____________________________________________________________________________
41386 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
41387         Log: Test case for 20010422.005, fixed by #10250.
41388      Branch: perl
41389            ! t/op/misc.t
41390 ____________________________________________________________________________
41391 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
41392         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
41393              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41394              Date: Mon, 28 May 2001 06:39:12 -0400
41395              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
41396      Branch: perl
41397            ! toke.c
41398 ____________________________________________________________________________
41399 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
41400         Log: Linerewrapping.
41401      Branch: perl
41402            ! lib/open.pm
41403 ____________________________________________________________________________
41404 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
41405         Log: Updates on the modules list.
41406      Branch: perl
41407            ! t/lib/1_compile.t
41408 ____________________________________________________________________________
41409 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
41410         Log: Add a test for PerlIO.
41411              
41412              (I probably got the crlf/raw thing wrong for clrfy platforms...)
41413      Branch: perl
41414            + t/lib/perlio.t
41415            ! MANIFEST lib/PerlIO.pm
41416 ____________________________________________________________________________
41417 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
41418         Log: Add a test for carp et alia.
41419      Branch: perl
41420            + t/lib/carp.t
41421            ! MANIFEST
41422 ____________________________________________________________________________
41423 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
41424         Log: Adding the new test would be swell.
41425      Branch: perl
41426            + t/pragma/autouse.t
41427 ____________________________________________________________________________
41428 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
41429         Log: Add a test for the autouse pragma.
41430      Branch: perl
41431            ! MANIFEST
41432 ____________________________________________________________________________
41433 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
41434         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
41435              From: dLux <dlux@spam.sch.bme.hu>
41436              Date: Sun, 27 May 2001 16:14:26 +0200
41437              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
41438      Branch: perl
41439            ! lib/autouse.pm
41440 ____________________________________________________________________________
41441 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
41442         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
41443              From: "Richard Soderberg" <rs@crystalflame.net>
41444              Date: Mon, 28 May 2001 03:56:36 -0700
41445              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
41446      Branch: perl
41447            ! utils/dprofpp.PL
41448 ____________________________________________________________________________
41449 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
41450         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
41451              From: "Stephen P. Potter" <spp@spotter.yi.org>
41452              Date: Tue, 22 May 2001 11:40:25 -0400
41453              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
41454              
41455              Subject: Re: [ID 20010522.003] Time::Local module bug
41456              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
41457              Date: Tue, 22 May 2001 11:50:19 -0400
41458              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
41459      Branch: perl
41460            ! lib/Time/Local.pm
41461 ____________________________________________________________________________
41462 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
41463         Log: The PERL_DL_NONLAZY can have whitespace in front.
41464      Branch: perl
41465            ! t/lib/extutils.t
41466 ____________________________________________________________________________
41467 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
41468         Log: Document strftime() and strptime().
41469      Branch: perl
41470            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
41471 ____________________________________________________________________________
41472 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
41473         Log: Make Time::Piece::strptime() to be a function, not a method.
41474      Branch: perl
41475            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
41476 ____________________________________________________________________________
41477 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
41478         Log: Tweak the test to be more portable.
41479      Branch: perl
41480            ! t/lib/extutils.t
41481 ____________________________________________________________________________
41482 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
41483         Log: Subject: PATCH: Re: Re: Attributes that tie
41484              From: Leon Brocard <acme@astray.com>
41485              Date: Sun, 27 May 2001 12:37:29 +0100
41486              Message-ID: <20010527123729.A22663@ns0.astray.com>
41487              
41488              Document that variable attributes are not currently usable
41489              for tieing.  (An ugly limitation that should be fixed.)
41490      Branch: perl
41491            ! lib/attributes.pm
41492 ____________________________________________________________________________
41493 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
41494         Log: Microperl tweaks.
41495      Branch: perl
41496            ! Makefile.micro uconfig.h uconfig.sh
41497 ____________________________________________________________________________
41498 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
41499         Log: Add make target for microperl (kind of silly, but convenient).
41500      Branch: perl
41501            ! Makefile.SH
41502 ____________________________________________________________________________
41503 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
41504         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
41505              for microperl.)
41506      Branch: perl
41507            ! doio.c
41508 ____________________________________________________________________________
41509 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
41510         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
41511              From: rspier@pobox.com (Robert Spier)
41512              Date: Sat, 26 May 2001 20:05:23 -0400
41513              Message-ID: <15120.17603.148648.12430@rls.cx>
41514              
41515              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
41516              From: rspier@pobox.com (Robert Spier)
41517              Date: Sun, 27 May 2001 00:23:12 -0400
41518              Message-ID: <15120.33072.511966.767230@rls.cx>
41519      Branch: perl
41520            ! doio.c pod/perlfunc.pod
41521 ____________________________________________________________________________
41522 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
41523         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
41524      Branch: perl
41525            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41526 ____________________________________________________________________________
41527 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
41528         Log: Add README.tru64.
41529      Branch: perl
41530            + README.tru64
41531 ____________________________________________________________________________
41532 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
41533         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
41534      Branch: perl
41535            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
41536            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
41537            ! MANIFEST
41538 ____________________________________________________________________________
41539 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
41540         Log: Integrate I18N::LangTags from Sean Burke.
41541              
41542              TODO: the language list from RFC 3066 needs to be integrated
41543              and made available somehow.  The list is included in the
41544              I18N-LangTags 0.21 distribution, but it is undocumented
41545              and unconnected to the module.
41546      Branch: perl
41547            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
41548            ! MANIFEST
41549 ____________________________________________________________________________
41550 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
41551         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
41552              envisioned by Sarathy.
41553      Branch: perl
41554            ! t/op/ver.t toke.c
41555 ____________________________________________________________________________
41556 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
41557         Log: Subject: [ID 20010525.001] Pod typo nits fixed
41558              From: lvirden@cas.org
41559              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
41560              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
41561              
41562              minus the perlsolaris decimation plus the
41563              
41564              Subject: Re: [ID 20010525.001] Pod typo nits fixed
41565              From: "Philip Newton" <Philip.Newton@gmx.net>
41566              Date: Fri, 25 May 2001 18:05:55 +0200
41567              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
41568      Branch: perl
41569            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
41570            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
41571            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
41572            ! pod/perlutil.pod pod/perlxstut.pod
41573 ____________________________________________________________________________
41574 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
41575         Log: return clauses are nice.
41576      Branch: perl
41577            ! sv.c
41578 ____________________________________________________________________________
41579 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
41580         Log: Subject: change 10199 backwards?
41581              From: Doug MacEachern <dougm@covalent.net>
41582              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
41583              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
41584      Branch: perl
41585            ! sv.c
41586 ____________________________________________________________________________
41587 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
41588         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
41589              From: Hugo <hv@crypt.compulink.co.uk>
41590              Date: Sat, 26 May 2001 17:05:12 +0100
41591              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
41592      Branch: perl
41593            + t/op/gmagic.t
41594            ! MANIFEST doop.c embed.h embed.pl global.sym
41595            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
41596            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
41597 ____________________________________________________________________________
41598 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
41599         Log: Regen headers for #10221.
41600      Branch: perl
41601            ! global.sym objXSUB.h perlapi.c
41602 ____________________________________________________________________________
41603 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
41604         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
41605              From: Juha Laiho <juha.laiho@Elma.Net>
41606              Date: Thu, 3 May 2001 09:51:30 +0300
41607              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
41608      Branch: perl
41609            ! embed.pl
41610 ____________________________________________________________________________
41611 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
41612         Log: Subject: Re: [PATCH] Re: stability of sort()?
41613              From: "John P. Linderman" <jpl@research.att.com>
41614              Date: Sat, 26 May 2001 13:27:19 -0400
41615              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
41616      Branch: perl
41617            ! pod/perlfunc.pod
41618 ____________________________________________________________________________
41619 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
41620         Log: Integrate perlio.
41621      Branch: perl
41622           !> pod/perlguts.pod
41623 ____________________________________________________________________________
41624 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
41625         Log: Subject: [PATCH perl@10210] PerlIO for VMS
41626              From: "Craig A. Berry" <craigberry@mac.com>
41627              Date: Sat, 26 May 2001 09:34:11 -0500
41628              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
41629      Branch: perl
41630            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
41631            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
41632            ! vms/vmsish.h
41633 ____________________________________________________________________________
41634 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
41635         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
41636              From: David Dyck <dcd@tc.fluke.com>
41637              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
41638              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
41639      Branch: perl
41640            ! lib/perl5db.pl
41641 ____________________________________________________________________________
41642 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
41643         Log: Subject: utf8 regexp tests
41644              From: Hugo <hv@crypt.compulink.co.uk>
41645              Date: Fri, 25 May 2001 22:35:01 +0100
41646              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
41647      Branch: perl
41648            ! t/op/regexp.t
41649 ____________________________________________________________________________
41650 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
41651         Log: Subject: [PATCH] Re: stability of sort()?
41652              From: Nicholas Clark <nick@ccl4.org>
41653              Date: Fri, 25 May 2001 22:40:19 +0100
41654              Message-ID: <20010525224019.B86445@plum.flirble.org>
41655      Branch: perl
41656            ! pod/perlfunc.pod
41657 ____________________________________________________________________________
41658 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
41659         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
41660              From: John Peacock <jpeacock@rowman.com>
41661              Date: Thu, 24 May 2001 22:14:01 -0400
41662              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
41663      Branch: perl
41664            ! mg.c scope.c sv.c
41665 ____________________________________________________________________________
41666 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
41667         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
41668              From: Nicholas Clark <nick@ccl4.org>
41669              Date: Sun, 20 May 2001 19:24:13 +0100
41670              Message-ID: <20010520192413.G83222@plum.flirble.org>
41671      Branch: perl
41672            + lib/ExtUtils/Constant.pm t/lib/extutils.t
41673            ! MANIFEST utils/h2xs.PL
41674 ____________________________________________________________________________
41675 [ 10212] By: nick                                  on 2001/05/26  09:49:28
41676         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
41677              add a few more notes there on use of mortals on the stack.
41678      Branch: perlio
41679            ! pod/perlguts.pod
41680 ____________________________________________________________________________
41681 [ 10211] By: nick                                  on 2001/05/26  09:05:36
41682         Log: Integrate mainline
41683      Branch: perlio
41684           +> t/lib/fcntl.t t/pragma/vars.t
41685           !> (integrate 49 files)
41686 ____________________________________________________________________________
41687 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
41688         Log: Update Changes.
41689      Branch: perl
41690            ! Changes patchlevel.h
41691 ____________________________________________________________________________
41692 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
41693         Log: Based on
41694              
41695              Subject: [PATCH pp.c] Wrapping pack("C",256)
41696              From: Simon Cozens <simon@netthink.co.uk>
41697              Date: Sat, 12 May 2001 17:58:41 +0100
41698              Message-ID: <20010512175841.A6132@netthink.co.uk>
41699      Branch: perl
41700            ! pod/perldiag.pod pp.c t/pragma/warn/pp
41701 ____________________________________________________________________________
41702 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
41703         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
41704              From: "Brendan O'Dea" <bod@compusol.com.au>
41705              Date: Fri, 25 May 2001 11:18:29 +1000
41706              Message-ID: <20010525111829.A28411@compusol.com.au>
41707              
41708              (Slightly modified.)
41709      Branch: perl
41710            ! lib/Term/Cap.pm
41711 ____________________________________________________________________________
41712 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
41713         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
41714              From: Hugo <hv@crypt.compulink.co.uk>
41715              Date: Fri, 25 May 2001 02:13:25 +0100
41716              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
41717      Branch: perl
41718            ! t/op/misc.t
41719 ____________________________________________________________________________
41720 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
41721         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
41722              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
41723              Date: Fri, 25 May 2001 10:25:36 +0900
41724              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
41725      Branch: perl
41726            ! regcomp.c regexec.c
41727 ____________________________________________________________________________
41728 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
41729         Log: Subject: [PATCH #2] stash autovivification and method call error messages
41730              From: Ilmari Karonen <iltzu@sci.fi>
41731              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
41732              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
41733      Branch: perl
41734            ! gv.c pp_hot.c t/op/method.t
41735 ____________________________________________________________________________
41736 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
41737         Log: Add make target and documentation for gprof profiling.
41738      Branch: perl
41739            ! Makefile.SH pod/perlhack.pod
41740 ____________________________________________________________________________
41741 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
41742         Log: Subject: Don't think about UTF8 
41743              From: Mike Guy <mjtg@cam.ac.uk> 
41744              Date: Tue, 22 May 2001 14:35:39 +0100
41745              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
41746      Branch: perl
41747            ! sv.h
41748 ____________________________________________________________________________
41749 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
41750         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
41751              From: Geraint A Edwards <gedge@serf.org> 
41752              Date: Thu, 24 May 2001 22:51:24 +0100
41753              Message-Id: <20010524225124.A34981@cymru.serf.org>
41754      Branch: perl
41755            ! x2p/find2perl.PL
41756 ____________________________________________________________________________
41757 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
41758         Log: DB_File has its own attribute story.
41759      Branch: perl
41760            ! ext/DB_File/DB_File.xs
41761 ____________________________________________________________________________
41762 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
41763         Log: Subject: Re: Making perl with -Wall
41764              From: Andy Dougherty <doughera@lafayette.edu>
41765              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
41766              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
41767      Branch: perl
41768            ! perl.h
41769 ____________________________________________________________________________
41770 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
41771         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
41772              From: "Richard Soderberg" <rs@crystalflame.net>
41773              Date: Thu, 24 May 2001 08:58:16 -0700
41774              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
41775      Branch: perl
41776            ! sv.c
41777 ____________________________________________________________________________
41778 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
41779         Log: IV/UV casting fixes from Nicholas Clark.
41780      Branch: perl
41781            ! perl.h pp_sys.c util.c
41782 ____________________________________________________________________________
41783 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
41784         Log: Subject: Re: Making perl with -Wall
41785              From: Michael G Schwern <schwern@pobox.com>
41786              Date: Thu, 24 May 2001 15:40:28 +0100
41787              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
41788      Branch: perl
41789            ! malloc.c perl.h
41790 ____________________________________________________________________________
41791 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
41792         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
41793              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41794              Date: Tue, 22 May 2001 11:49:37 +0200
41795              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
41796      Branch: metaconfig
41797            ! U/modified/Oldsym.U
41798      Branch: metaconfig/U/perl
41799            ! patchlevel.U
41800      Branch: perl
41801            ! Configure config_h.SH myconfig.SH
41802 ____________________________________________________________________________
41803 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
41804         Log: Under versiononly install also the scripts with the version suffix.
41805              (e.g. .../bin/h2xs5.7.1)
41806      Branch: perl
41807            ! installperl
41808 ____________________________________________________________________________
41809 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
41810         Log: Subject: [PATCH] Stop segfault in mg.c:636
41811              From: "Richard Soderberg" <rs@crystalflame.net>
41812              Date: Thu, 24 May 2001 05:51:52 -0700
41813              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
41814      Branch: perl
41815            ! mg.c
41816 ____________________________________________________________________________
41817 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
41818         Log: Iteration continues; hopefully convergently.
41819      Branch: perl
41820            ! t/lib/b-stash.t
41821 ____________________________________________________________________________
41822 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
41823         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
41824              From: Gisle Aas <gisle@ActiveState.com>
41825              Date: 23 May 2001 16:13:10 -0700
41826              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
41827      Branch: perl
41828            ! op.c toke.c
41829 ____________________________________________________________________________
41830 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
41831         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
41832              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41833              Date: Thu, 24 May 2001 05:05:22 -0500
41834              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
41835      Branch: perl
41836            ! lib/dumpvar.pl lib/perl5db.pl
41837 ____________________________________________________________________________
41838 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
41839         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
41840              From: David Dyck <dcd@tc.fluke.com>
41841              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
41842              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
41843      Branch: perl
41844            ! lib/perl5db.pl
41845 ____________________________________________________________________________
41846 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
41847         Log: Tiny pod nits on READMEs, mostly whitespace issues.
41848      Branch: perl
41849            ! README.amiga README.dos README.macos README.mpeix README.vmesa
41850            ! README.win32
41851 ____________________________________________________________________________
41852 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
41853         Log: The DG/UX part of the 20010521.005.
41854      Branch: perl
41855            ! README.dgux
41856 ____________________________________________________________________________
41857 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
41858         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
41859              From: Hugo <hv@crypt.compulink.co.uk>
41860              Date: Mon, 21 May 2001 16:32:02 +0100
41861              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
41862      Branch: perl
41863            ! regcomp.c t/op/misc.t
41864 ____________________________________________________________________________
41865 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
41866         Log: Subject: [PATCH] Extra UNIVERSAL tests
41867              From: Mike Guy <mjtg@cam.ac.uk>
41868              Date: Wed, 23 May 2001 12:29:20 +0100
41869              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
41870      Branch: perl
41871            ! t/op/universal.t
41872 ____________________________________________________________________________
41873 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
41874         Log: Subject: [PATCH] Remove EQ keyword
41875              From: Mike Guy <mjtg@cam.ac.uk>
41876              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
41877              Date: Wed, 23 May 2001 11:17:29 +0100
41878      Branch: perl
41879            ! keywords.h keywords.pl
41880 ____________________________________________________________________________
41881 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
41882         Log: Subject: [PATCH] lib/perl5db.pl
41883              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41884              Date: Wed, 23 May 2001 02:18:03 -0500
41885              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
41886      Branch: perl
41887            ! lib/perl5db.pl
41888 ____________________________________________________________________________
41889 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
41890         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
41891              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41892              Date: Tue, 22 May 2001 23:34:41 -0500
41893              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
41894      Branch: perl
41895            ! lib/Term/Cap.pm
41896 ____________________________________________________________________________
41897 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
41898         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
41899              From: davem@fdgroup.co.uk
41900              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
41901              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
41902      Branch: perl
41903            ! emacs/e2ctags.pl
41904 ____________________________________________________________________________
41905 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
41906         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
41907              From: Michael G Schwern <schwern@pobox.com>
41908              Date: Tue, 22 May 2001 14:15:09 +0100
41909              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
41910      Branch: perl
41911            ! lib/vars.pm
41912 ____________________________________________________________________________
41913 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
41914         Log: Subject: [PATCH lib/vars.pm] Odd code nit
41915              From: Michael G Schwern <schwern@pobox.com>
41916              Date: Tue, 22 May 2001 14:14:28 +0100
41917              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
41918      Branch: perl
41919            ! lib/vars.pm
41920 ____________________________________________________________________________
41921 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
41922         Log: Use the new use vars feature.
41923      Branch: perl
41924            ! t/lib/b-stash.t
41925 ____________________________________________________________________________
41926 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
41927         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
41928              From: Mike Guy <mjtg@cam.ac.uk>
41929              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41930              Date: Tue, 22 May 2001 13:11:39 +0100
41931      Branch: perl
41932            + t/pragma/vars.t
41933            ! MANIFEST lib/vars.pm t/lib/1_compile.t
41934 ____________________________________________________________________________
41935 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
41936         Log: -qlongdouble considered harmful by Merijn.
41937      Branch: perl
41938            ! hints/aix.sh
41939 ____________________________________________________________________________
41940 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
41941         Log: Update Changes.
41942      Branch: perl
41943            ! Changes patchlevel.h
41944 ____________________________________________________________________________
41945 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
41946         Log: Add a test of its very own for Fcntl.  Hopefully portable.
41947      Branch: perl
41948            + t/lib/fcntl.t
41949            ! MANIFEST
41950 ____________________________________________________________________________
41951 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
41952         Log: Must be trickier for 'minitest' not to die.
41953      Branch: perl
41954            ! t/op/taint.t
41955 ____________________________________________________________________________
41956 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
41957         Log: Can't declare other people's variables.
41958      Branch: perl
41959            ! t/lib/b-stash.t
41960 ____________________________________________________________________________
41961 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
41962         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
41963      Branch: perl
41964            ! doio.c t/op/taint.t
41965 ____________________________________________________________________________
41966 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
41967         Log: The OS/2 variable needs to be declared.
41968      Branch: perl
41969            ! t/lib/b-stash.t
41970 ____________________________________________________________________________
41971 [ 10170] By: nick                                  on 2001/05/20  16:48:29
41972         Log: Integrate mainline
41973      Branch: perlio
41974           !> (integrate 41 files)
41975 ____________________________________________________________________________
41976 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
41977         Log: Small perlsec updates: clarify the taintedness of filename
41978              globbing; suggest using Scalar::Util::tainted().
41979      Branch: perl
41980            ! pod/perlsec.pod
41981 ____________________________________________________________________________
41982 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
41983         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
41984              From: Dave Mitchell <davem@fdgroup.co.uk>
41985              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
41986              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
41987      Branch: perl
41988            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
41989            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
41990            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
41991            ! xsutils.c
41992 ____________________________________________________________________________
41993 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
41994         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
41995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41996              Date: Sat, 19 May 2001 04:08:46 -0400
41997              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
41998      Branch: perl
41999            ! lib/ExtUtils/Mksymlists.pm makedef.pl
42000 ____________________________________________________________________________
42001 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
42002         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
42003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42004              Date: Sat, 19 May 2001 04:30:45 -0400
42005              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
42006      Branch: perl
42007            ! os2/os2.c
42008 ____________________________________________________________________________
42009 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
42010         Log: Subject: [PATCH 5.6.1] build bugs OS/2
42011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42012              Date: Sat, 19 May 2001 04:35:28 -0400
42013              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
42014      Branch: perl
42015            ! os2/Makefile.SHs os2/os2.c
42016 ____________________________________________________________________________
42017 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
42018         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
42019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42020              Date: Sat, 19 May 2001 04:04:23 -0400
42021              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
42022              
42023              (In bleadperl patched b-stash.t instead of b.t)
42024      Branch: perl
42025            ! t/lib/b-stash.t t/lib/bigfltpm.t
42026 ____________________________________________________________________________
42027 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
42028         Log: Subject: [PATCH 5.6.1] perl5db
42029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42030              Date: Sat, 19 May 2001 03:49:09 -0400
42031              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
42032      Branch: perl
42033            ! lib/perl5db.pl
42034 ____________________________________________________________________________
42035 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
42036         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
42037              From: Gisle Aas <gisle@ActiveState.com>
42038              Date: 18 May 2001 14:24:51 -0700
42039              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
42040      Branch: perl
42041            ! pp_ctl.c
42042 ____________________________________________________________________________
42043 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
42044         Log: Subject: [PATCH] Chomp should not always stringify
42045              From: Gisle Aas <gisle@ActiveState.com>
42046              Date: 18 May 2001 07:55:25 -0700
42047              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
42048      Branch: perl
42049            ! doop.c t/op/chop.t
42050 ____________________________________________________________________________
42051 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
42052         Log: Integrate perlio.
42053      Branch: perl
42054           !> pod/perlfunc.pod
42055 ____________________________________________________________________________
42056 [ 10159] By: nick                                  on 2001/05/20  09:39:46
42057         Log: Document some more of open's features.
42058      Branch: perlio
42059            ! pod/perlfunc.pod
42060 ____________________________________________________________________________
42061 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
42062         Log: back out change#10153 (it has compatibility issues such as the
42063              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
42064              benefit for 5.6.x doesn't seem worth the risk)
42065      Branch: maint-5.6/perl
42066            ! toke.c
42067 ____________________________________________________________________________
42068 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
42069         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
42070      Branch: perl
42071            ! x2p/s2p.PL
42072 ____________________________________________________________________________
42073 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
42074         Log: Update Changes.
42075      Branch: perl
42076            ! Changes patchlevel.h
42077 ____________________________________________________________________________
42078 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
42079         Log: Integrate change #10144 from maintperl.
42080              
42081              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
42082      Branch: perl
42083           !> win32/config.bc win32/config.gc win32/config.vc
42084           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42085 ____________________________________________________________________________
42086 [ 10154] By: nick                                  on 2001/05/18  07:23:03
42087         Log: Integrate mainline.
42088      Branch: perlio
42089           +> README.dgux t/lib/i18n-collate.t utils.lst
42090           !> (integrate 49 files)
42091 ____________________________________________________________________________
42092 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
42093         Log: Integrate change #7224 from mainline into maintperl.
42094              
42095              Allow @+ and @- to be doublequoted, from Simon Cozens. 
42096              (Approved by Larry, see Tom's comment in 20000830.005.)
42097      Branch: maint-5.6/perl
42098           !> toke.c
42099 ____________________________________________________________________________
42100 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
42101         Log: Subject: [PATCH bleadperl] small lookbehind fix
42102              From: Hugo <hv@crypt.compulink.co.uk>
42103              Date: Fri, 18 May 2001 00:07:19 +0100
42104              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
42105      Branch: perl
42106            ! regexec.c
42107 ____________________________________________________________________________
42108 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
42109         Log: Detypos.
42110      Branch: perl
42111            ! installman utils.lst
42112 ____________________________________________________________________________
42113 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
42114         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
42115              in 20001222.001.
42116      Branch: perl
42117            ! t/lib/glob-basic.t
42118 ____________________________________________________________________________
42119 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
42120         Log: Subject: [PATCH] Test for bug 20010515.004
42121              From: Benjamin Sugars <bsugars@canoe.ca>
42122              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
42123              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
42124      Branch: perl
42125            ! t/op/misc.t
42126 ____________________________________________________________________________
42127 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
42128         Log: Integrate #10145 from maintperl.
42129              
42130              fix for ID 20010515.004 (needs test)
42131      Branch: perl
42132           !> pp_hot.c
42133 ____________________________________________________________________________
42134 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
42135         Log: Thinko noticed by Doug MacEachern.
42136      Branch: perl
42137            ! thread.h
42138 ____________________________________________________________________________
42139 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
42140         Log: Subject: Re: [PATCH] HERE mark in regex
42141              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42142              Date: Thu, 17 May 2001 12:20:33 -0400
42143              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
42144      Branch: perl
42145            ! t/op/re_tests
42146 ____________________________________________________________________________
42147 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
42148         Log: fix for ID 20010515.004 (needs test)
42149      Branch: maint-5.6/perl
42150            ! pp_hot.c
42151 ____________________________________________________________________________
42152 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
42153         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
42154      Branch: maint-5.6/perl
42155            ! win32/config.bc win32/config.gc win32/config.vc
42156            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42157 ____________________________________________________________________________
42158 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
42159         Log: Macrofy the getspecific (and use it also in util.c)
42160      Branch: perl
42161            ! thread.h util.c
42162 ____________________________________________________________________________
42163 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
42164         Log: Use the unchecked thread-specific key fetch also in Tru64.
42165      Branch: perl
42166            ! thread.h
42167 ____________________________________________________________________________
42168 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
42169         Log: Subject: [PATCH 5.6.1]Quick thread speedup
42170              From: Dan Sugalski <dan@sidhe.org> 
42171              Date: Wed, 16 May 2001 18:05:19 -0400
42172              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
42173      Branch: perl
42174            ! thread.h util.c
42175 ____________________________________________________________________________
42176 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
42177         Log: I think this is quite enough testing for a deprecated feature.
42178      Branch: perl
42179            + t/lib/i18n-collate.t
42180            ! MANIFEST t/lib/1_compile.t
42181 ____________________________________________________________________________
42182 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
42183         Log: More HP-UX lore from Jeff Okamoto.
42184      Branch: perl
42185            ! README.hpux
42186 ____________________________________________________________________________
42187 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
42188         Log: Sort utils.lst for easier maintenance.
42189      Branch: perl
42190            ! utils.lst
42191 ____________________________________________________________________________
42192 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
42193         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
42194              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42195              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
42196              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
42197              
42198              Add pod2latex to utils.lst.
42199      Branch: perl
42200            ! MANIFEST utils.lst
42201 ____________________________________________________________________________
42202 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
42203         Log: Subject: Re: [PATCH] HERE mark in regex
42204              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42205              Date: Wed, 16 May 2001 13:04:43 -0400
42206              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
42207      Branch: perl
42208            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42209            ! t/op/regmesg.t t/pragma/warn/regcomp
42210 ____________________________________________________________________________
42211 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
42212         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
42213              From: Simon Cozens <simon@netthink.co.uk>
42214              Date: Wed, 16 May 2001 18:02:08 +0100
42215              Message-ID: <20010516180208.A6458@netthink.co.uk>
42216      Branch: perl
42217            ! installman utils.lst
42218 ____________________________________________________________________________
42219 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
42220         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
42221              From: "Philip Newton" <pnewton@gmx.de>
42222              Date: Tue, 15 May 2001 15:09:30 +0200
42223              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
42224              
42225              Test case for #10128.
42226      Branch: perl
42227            ! t/pragma/warn/pp_hot
42228 ____________________________________________________________________________
42229 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
42230         Log: Update Changes.
42231      Branch: perl
42232            ! Changes patchlevel.h
42233 ____________________________________________________________________________
42234 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
42235         Log: Deprecate pseudo-hashes.
42236      Branch: perl
42237            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
42238 ____________________________________________________________________________
42239 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
42240         Log: HP-UX hints update from Merijn.
42241      Branch: perl
42242            ! hints/hpux.sh
42243 ____________________________________________________________________________
42244 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
42245         Log: README.hpux update from Merijn.
42246      Branch: perl
42247            ! README.hpux
42248 ____________________________________________________________________________
42249 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
42250         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
42251              From: Simon Cozens <simon@netthink.co.uk>
42252              Date: Wed, 16 May 2001 15:57:55 +0100
42253              Message-ID: <20010516155755.A4728@netthink.co.uk>
42254      Branch: perl
42255            + utils.lst
42256            ! MANIFEST installman installperl
42257 ____________________________________________________________________________
42258 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
42259         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
42260              From: "Philip Newton" <pnewton@gmx.de>
42261              Date: Tue, 15 May 2001 16:31:05 +0200
42262              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
42263              
42264              Fix PERL_Y2KWARN test to check before rather than after appending.
42265      Branch: perl
42266            ! pp_hot.c
42267 ____________________________________________________________________________
42268 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
42269         Log: Regen Porting stuff.
42270      Branch: perl
42271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42272            ! config_h.SH
42273 ____________________________________________________________________________
42274 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
42275         Log: Metaconfig unit change for #10125.
42276      Branch: metaconfig
42277            ! U/modified/Oldconfig.U
42278 ____________________________________________________________________________
42279 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
42280         Log: Use OSVERS.
42281      Branch: perl
42282            ! Configure config_h.SH perl.c
42283 ____________________________________________________________________________
42284 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
42285         Log: Regen toc.
42286      Branch: perl
42287            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42288 ____________________________________________________________________________
42289 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
42290         Log: Adding the README.dgux to the MANIFEST would be a good idea.
42291      Branch: perl
42292            ! MANIFEST
42293 ____________________________________________________________________________
42294 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
42295         Log: Move the stack desire definition to thread.h.
42296      Branch: perl
42297            ! ext/Thread/Thread.xs thread.h
42298 ____________________________________________________________________________
42299 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
42300         Log: DG-UX threading patches, including a README.dgux,
42301              from Takis Psarogiannakopoulos.
42302      Branch: perl
42303            + README.dgux
42304            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
42305 ____________________________________________________________________________
42306 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
42307         Log: Subject: [PATCH B::Deparse] More on /x regexes
42308              From: Robin Houston <robin@kitsite.com>
42309              Date: Tue, 15 May 2001 19:09:35 +0100
42310              Message-ID: <20010515190935.A27268@penderel>
42311      Branch: perl
42312            ! ext/B/B/Deparse.pm
42313 ____________________________________________________________________________
42314 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
42315         Log: Document that the core time() may be rounding rather
42316              than truncating, would have saved at least my confusion.
42317      Branch: perl
42318            ! ext/Time/HiRes/HiRes.pm
42319 ____________________________________________________________________________
42320 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
42321         Log: Subject: perl-current/t/time-hires.t
42322              From: John Peacock <jpeacock@rowman.com>
42323              Date: Fri, 11 May 2001 14:09:41 -0400
42324              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
42325      Branch: perl
42326            ! t/lib/time-hires.t
42327 ____________________________________________________________________________
42328 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
42329         Log: Subject: [PATCH dump.c] Op private flags
42330              From: Simon Cozens <simon@netthink.co.uk>
42331              Date: Sun, 13 May 2001 20:20:36 +0100
42332              Message-ID: <20010513202036.A21896@netthink.co.uk>
42333      Branch: perl
42334            ! dump.c
42335 ____________________________________________________________________________
42336 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
42337         Log: Upgrade to Switch 2.03.
42338      Branch: perl
42339            ! lib/Switch.pm
42340 ____________________________________________________________________________
42341 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
42342         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
42343              to PERL_CONFIG_SH and use it consistently.
42344      Branch: maint-5.6/perl
42345           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
42346           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
42347           !> myconfig.SH writemain.SH
42348 ____________________________________________________________________________
42349 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
42350         Log: Metaconfig units changes for #10113.
42351      Branch: metaconfig
42352            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
42353 ____________________________________________________________________________
42354 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
42355         Log: The problem described in 20010514.031 still wasn't
42356              fully cured, there were remnants of $CONFIG when
42357              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
42358              to avoid future conflicts.
42359      Branch: perl
42360            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
42361            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
42362            ! myconfig.SH writemain.SH
42363 ____________________________________________________________________________
42364 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
42365         Log: Half of #10107 got lost.
42366      Branch: perl
42367            ! ext/B/B/Deparse.pm
42368 ____________________________________________________________________________
42369 [ 10111] By: nick                                  on 2001/05/15  08:39:14
42370         Log: Integrate mainline.
42371      Branch: perlio
42372           +> ext/POSIX/hints/uts.pl
42373            - Todo Todo-5.6 t/camel-III/vstring.t
42374           !> (integrate 48 files)
42375 ____________________________________________________________________________
42376 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
42377         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
42378              From: Robin Houston <robin@kitsite.com>
42379              Date: Mon, 14 May 2001 22:27:08 +0100
42380              Message-ID: <20010514222708.A22963@penderel>
42381      Branch: perl
42382            ! t/TestInit.pm
42383 ____________________________________________________________________________
42384 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
42385         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
42386              From: Robin Houston <robin@kitsite.com>
42387              Date: Mon, 14 May 2001 22:16:43 +0100
42388              Message-ID: <20010514221643.A22437@penderel>
42389      Branch: perl
42390            ! ext/B/B/Deparse.pm
42391 ____________________________________________________________________________
42392 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
42393         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
42394              From: Robin Houston <robin@kitsite.com>
42395              Date: Mon, 14 May 2001 22:03:44 +0100
42396              Message-ID: <20010514220344.A20643@penderel>
42397      Branch: perl
42398            ! ext/B/B/Deparse.pm
42399 ____________________________________________________________________________
42400 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
42401         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
42402              From: Robin Houston <robin@kitsite.com>
42403              Date: Mon, 14 May 2001 22:10:07 +0100
42404              Message-ID: <20010514221007.A21118@penderel>
42405      Branch: perl
42406            ! ext/B/B/Deparse.pm
42407 ____________________________________________________________________________
42408 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
42409         Log: Fix for 20010514.037; substr() didn't invalidate the locale
42410              collation magic.
42411      Branch: perl
42412            ! pp.c
42413 ____________________________________________________________________________
42414 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
42415         Log: Update Changes.
42416      Branch: perl
42417            ! Changes patchlevel.h
42418 ____________________________________________________________________________
42419 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
42420         Log: Retract #10094.
42421      Branch: perl
42422            ! lib/Pod/Text.pm
42423 ____________________________________________________________________________
42424 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
42425         Log: Integrate change #10100 from maintperl.
42426              
42427              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
42428              bug ID 20010514.027)
42429      Branch: perl
42430           !> mg.c pp_ctl.c
42431 ____________________________________________________________________________
42432 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
42433         Log: Document the deprecatedness of suidperl.
42434      Branch: perl
42435            ! INSTALL pod/perlfaq1.pod
42436 ____________________________________________________________________________
42437 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
42438         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
42439              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42440              Date: Mon, 14 May 2001 09:38:59 -0400
42441              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
42442      Branch: perl
42443            ! lib/ExtUtils/MM_Unix.pm
42444 ____________________________________________________________________________
42445 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
42446         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
42447              bug ID 20010514.027)
42448              
42449              TODO: this needs a testsuite addition
42450      Branch: maint-5.6/perl
42451            ! mg.c pp_ctl.c
42452 ____________________________________________________________________________
42453 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
42454         Log: More DWIMminess for Class::Struct: calling the array or hash
42455              accessors only with one argument, an array or a hash reference,
42456              sets the underlying array or hash.  This mirrors nicely also
42457              the usage in the constructor.
42458              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
42459      Branch: perl
42460            ! lib/Class/Struct.pm t/lib/class-struct.t
42461 ____________________________________________________________________________
42462 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
42463         Log: Reference cmp'ing should go through the whole stringification
42464              process shebang, as pointed out by Sarathy in #10091.
42465      Branch: perl
42466            ! pp.c
42467 ____________________________________________________________________________
42468 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
42469         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
42470              From: Simon Cozens <simon@netthink.co.uk>
42471              Date: Sat, 12 May 2001 16:36:27 +0100
42472              Message-ID: <20010512163627.A5522@netthink.co.uk>
42473              
42474              with some additions salvaged from Todo and Todo-5.6 before
42475              retiring them.
42476      Branch: perl
42477            - Todo Todo-5.6
42478            ! MANIFEST pod/perltodo.pod
42479 ____________________________________________________________________________
42480 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
42481         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
42482              From: "Golubev I. N." <gin@mo.msk.ru>
42483              Date: Mon, 07 May 2001 14:33:34 (GMT)
42484              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
42485      Branch: perl
42486            ! perl.h
42487 ____________________________________________________________________________
42488 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
42489         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
42490              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
42491              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
42492              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
42493      Branch: perl
42494            ! lib/ExtUtils/MM_Unix.pm
42495 ____________________________________________________________________________
42496 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
42497         Log: (Retracted by #10104.)
42498              
42499              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
42500              From: barries <barries@slaysys.com>
42501              Date: Sat, 12 May 2001 01:28:10 -0400
42502              Message-ID: <20010512012810.B26358@jester.slaysys.com>
42503      Branch: perl
42504            ! lib/Pod/Text.pm
42505 ____________________________________________________________________________
42506 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
42507         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
42508              From: Mike Guy <mjtg@cam.ac.uk>
42509              Date: Sat, 12 May 2001 19:24:33 +0100
42510              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
42511      Branch: perl
42512            ! lib/AutoSplit.pm
42513 ____________________________________________________________________________
42514 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
42515         Log: Yet another HP-UX hints tweak from Merijn.
42516      Branch: perl
42517            ! hints/hpux.sh
42518 ____________________________________________________________________________
42519 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
42520         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
42521              isn't defined (changes#9366,9368,9370 from mainline without the
42522              pp_scmp() change)
42523      Branch: maint-5.6/perl
42524            ! pp.c pp.h pp_hot.c
42525 ____________________________________________________________________________
42526 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
42527         Log: The sorting seems to happen now automatically.
42528      Branch: perl
42529            ! t/lib/glob-basic.t
42530 ____________________________________________________________________________
42531 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
42532         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
42533              From: Benjamin Sugars <bsugars@canoe.ca>
42534              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
42535              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
42536      Branch: perl
42537            ! pod/perlfunc.pod
42538 ____________________________________________________________________________
42539 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
42540         Log: Subject: Re: undef(&foo) does not work for XS functions
42541              From: Doug MacEachern <dougm@covalent.net>
42542              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
42543              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
42544      Branch: perl
42545            ! op.c
42546 ____________________________________________________________________________
42547 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
42548         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
42549              From: Peter Prymmer <pvhp@forte.com>
42550              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
42551              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
42552      Branch: perl
42553            ! t/op/append.t
42554 ____________________________________________________________________________
42555 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
42556         Log: Update Changes.
42557      Branch: perl
42558            ! Changes patchlevel.h
42559 ____________________________________________________________________________
42560 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
42561         Log: Remove the 'asciir' re subpragma.  Should instead implement
42562              the 'physical vs logical' range scheme:
42563              
42564              \xAA-\xCC is a native physical range, you want that range of
42565              codepoints in your native encoding.  In EBCDIC the codepoints
42566              in the gaps (between i-j and r-s) should be included.
42567              
42568              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
42569              codepoints in Unicode.
42570              
42571              a-z is a logical range, you want that range of 'logical' codepoints
42572              in your native encoding.  In EBCDIC the codepoints in the gaps
42573              (between i-j and r-s) should not be included.
42574              
42575              Mixed cases (a-\xAA, etc) should either be errors, or maybe
42576              the 'logical' endpoints should be converted to native/Unicode
42577              codepoints, and the range handled as a physical range.
42578              
42579              'Logical endpoints' are to be recognized only in the A-Z, a-z,
42580              and 0-9 ranges.  Probably a warning should be given for mixed
42581              cases like A-z or a-9 (since such expressions are encoding
42582              dependent), with a recommendation to use physical ranges.
42583      Branch: perl
42584            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
42585            ! t/op/regexp.t
42586 ____________________________________________________________________________
42587 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
42588         Log: Make the test to cleanup the test directory tree
42589              both before and after the testing so that we always
42590              have a clean slate to work with.
42591      Branch: perl
42592            ! t/lib/filefind.t
42593 ____________________________________________________________________________
42594 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
42595         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
42596              From: Jon Eveland <jweveland@yahoo.com>
42597              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
42598              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
42599      Branch: perl
42600            ! pod/perlfunc.pod
42601 ____________________________________________________________________________
42602 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
42603         Log: Merge the camel-III/vstring.t with op/ver.t.
42604      Branch: perl
42605            - t/camel-III/vstring.t
42606            ! MANIFEST t/TEST t/harness t/op/ver.t
42607 ____________________________________________________________________________
42608 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
42609         Log: Add test.deparse make target.
42610      Branch: perl
42611            ! Makefile.SH
42612 ____________________________________________________________________________
42613 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
42614         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
42615              From: Robin Houston <robin@kitsite.com>
42616              Date: Fri, 11 May 2001 12:02:22 +0100
42617              Message-ID: <20010511120222.A11529@penderel>
42618      Branch: perl
42619            ! ext/B/B/Deparse.pm t/op/method.t
42620 ____________________________________________________________________________
42621 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
42622         Log: A nicely working combination for UTS from Hal Morris.
42623      Branch: perl
42624            + ext/POSIX/hints/uts.pl
42625            ! MANIFEST hints/uts.sh
42626 ____________________________________________________________________________
42627 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
42628         Log: i_ieeefp=undef for UTS.
42629      Branch: perl
42630            ! hints/uts.sh
42631 ____________________________________________________________________________
42632 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
42633         Log: Subject: RE: rand(0) is rand(1)
42634              From: Larry Shatzer <lshatzer@islanddata.com>
42635              Date: Thu, 10 May 2001 11:09:27 -0700
42636              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
42637      Branch: perl
42638            ! pod/perlfunc.pod
42639 ____________________________________________________________________________
42640 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
42641         Log: Subject: [patch] make op_{clear,null} public
42642              From: Doug MacEachern <dougm@covalent.net>
42643              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
42644              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
42645      Branch: perl
42646            ! embed.h embed.pl op.c proto.h
42647 ____________________________________________________________________________
42648 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
42649         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
42650              From: Robin Houston <robin@kitsite.com>
42651              Date: Thu, 10 May 2001 18:54:59 +0100
42652              Message-ID: <20010510185459.A5995@penderel>
42653      Branch: perl
42654            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
42655 ____________________________________________________________________________
42656 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
42657         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
42658              From: Robin Houston <robin@kitsite.com>
42659              Date: Thu, 10 May 2001 12:56:39 +0100
42660              Message-ID: <20010510125639.A2119@penderel>
42661      Branch: perl
42662            ! ext/B/B/Deparse.pm
42663 ____________________________________________________________________________
42664 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
42665         Log: Retract #10070, not ready yet.
42666      Branch: perl
42667            ! ext/B/B/Deparse.pm
42668 ____________________________________________________________________________
42669 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
42670         Log: The metaconfig unit change for #10071.
42671      Branch: metaconfig
42672            ! U/modified/mallocsrc.U
42673 ____________________________________________________________________________
42674 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
42675         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
42676      Branch: perl
42677            ! Configure
42678 ____________________________________________________________________________
42679 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
42680         Log: (Retracted by #10073)
42681              
42682              Subject: Re: [PATCH t/TEST] B::Deparse tester 
42683              From: Hugo <hv@crypt.compulink.co.uk>
42684              Date: Thu, 10 May 2001 05:48:09 +0100
42685              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
42686      Branch: perl
42687            ! ext/B/B/Deparse.pm
42688 ____________________________________________________________________________
42689 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
42690         Log: Add a for(func()) test.
42691      Branch: perl
42692            ! t/cmd/for.t
42693 ____________________________________________________________________________
42694 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
42695         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
42696              From: Robin Houston <robin@kitsite.com>
42697              Date: Thu, 10 May 2001 13:50:08 +0100
42698              Message-ID: <20010510135008.A2454@penderel>
42699      Branch: perl
42700            ! ext/B/B/Deparse.pm
42701 ____________________________________________________________________________
42702 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
42703         Log: A thinko in #10065.
42704      Branch: perl
42705            ! hv.c
42706 ____________________________________________________________________________
42707 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
42708         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
42709              From: Robin Houston <robin@kitsite.com>
42710              Date: Thu, 10 May 2001 02:10:34 +0100
42711              Message-ID: <20010510021034.A19421@penderel>
42712      Branch: perl
42713            ! ext/B/B.xs ext/B/B/Deparse.pm
42714 ____________________________________________________________________________
42715 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
42716         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
42717              From: Doug MacEachern <dougm@covalent.net>
42718              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
42719              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
42720      Branch: perl
42721            ! hv.c
42722 ____________________________________________________________________________
42723 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
42724         Log: One more workaround for the UTS compiler from Hal Morris.
42725      Branch: perl
42726            ! perl.h
42727 ____________________________________________________________________________
42728 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
42729         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
42730              From: Robin Houston <robin@kitsite.com>
42731              Date: Thu, 10 May 2001 01:02:08 +0100
42732              Message-ID: <20010510010208.A18200@penderel>
42733      Branch: perl
42734            ! ext/B/B/Debug.pm
42735 ____________________________________________________________________________
42736 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
42737         Log: Subject: [PATCH] Simplify deb_curcv() a bit
42738              From: Benjamin Sugars <bsugars@canoe.ca>
42739              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
42740              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
42741      Branch: perl
42742            ! run.c
42743 ____________________________________________________________________________
42744 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
42745         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
42746              From: Benjamin Sugars <bsugars@canoe.ca>
42747              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
42748              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
42749      Branch: perl
42750            ! t/lib/io_scalar.t
42751 ____________________________________________________________________________
42752 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
42753         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
42754              From: Peter Prymmer <pvhp@forte.com>
42755              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
42756              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
42757      Branch: perl
42758            ! t/lib/md5-file.t
42759 ____________________________________________________________________________
42760 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
42761         Log: Subject: [PATCH t/TEST] B::Deparse tester
42762              From: Robin Houston <robin@kitsite.com>
42763              Date: Wed, 9 May 2001 19:17:50 +0100
42764              Message-ID: <20010509191750.A16940@penderel>
42765      Branch: perl
42766            ! ext/B/O.pm t/TEST
42767 ____________________________________________________________________________
42768 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
42769         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
42770              From: Jeff Pinyan <jeffp@crusoe.net>
42771              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
42772              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
42773      Branch: perl
42774            ! lib/Pod/Html.pm
42775 ____________________________________________________________________________
42776 [ 10057] By: nick                                  on 2001/05/09  18:37:56
42777         Log: Integrate mainline.
42778      Branch: perlio
42779           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
42780           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
42781 ____________________________________________________________________________
42782 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
42783         Log: Update Changes.
42784      Branch: perl
42785            ! Changes patchlevel.h
42786 ____________________________________________________________________________
42787 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
42788         Log: Integrate perlio.
42789      Branch: perl
42790           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42791 ____________________________________________________________________________
42792 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
42793         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
42794              From: Benjamin Sugars <bsugars@canoe.ca>
42795              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
42796              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
42797      Branch: perl
42798            ! perlio.c
42799 ____________________________________________________________________________
42800 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
42801         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
42802              From: Benjamin Sugars <bsugars@canoe.ca>
42803              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
42804              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
42805      Branch: perl
42806            ! ext/PerlIO/Scalar/Scalar.xs
42807 ____________________________________________________________________________
42808 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
42809         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
42810              From: Jeff Pinyan <jeffp@crusoe.net>
42811              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
42812              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
42813      Branch: perl
42814            ! lib/Pod/Html.pm
42815 ____________________________________________________________________________
42816 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
42817         Log: EPOC tweak from Olaf Flebbe.
42818      Branch: perl
42819            ! epoc/epocish.h
42820 ____________________________________________________________________________
42821 [ 10050] By: nick                                  on 2001/05/09  14:37:57
42822         Log: win32, regen_config_h
42823      Branch: perlio
42824            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42825 ____________________________________________________________________________
42826 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
42827         Log: Integrate perlio.
42828      Branch: perl
42829           !> pp_sys.c
42830 ____________________________________________________________________________
42831 [ 10048] By: nick                                  on 2001/05/09  11:59:50
42832         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
42833              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
42834      Branch: perlio
42835            ! pp_sys.c
42836 ____________________________________________________________________________
42837 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
42838         Log: Integrate perlio.
42839      Branch: perl
42840           !> run.c
42841 ____________________________________________________________________________
42842 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
42843         Log: Subject: Re: Less warnings during configure
42844              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42845              Date: Wed, 09 May 2001 13:12:49 +0200
42846              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
42847      Branch: perl
42848            ! hints/hpux.sh
42849 ____________________________________________________________________________
42850 [ 10045] By: nick                                  on 2001/05/09  09:56:59
42851         Log: MULTIPLICITY/DEBUGGING build fix.
42852      Branch: perlio
42853            ! run.c
42854 ____________________________________________________________________________
42855 [ 10044] By: nick                                  on 2001/05/09  09:46:37
42856         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
42857      Branch: perlio
42858           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
42859            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
42860           !> (integrate 65 files)
42861 ____________________________________________________________________________
42862 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
42863         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42864              From: Robin Houston <robin@kitsite.com>
42865              Date: Tue, 8 May 2001 19:38:00 +0100
42866              Message-ID: <20010508193800.A4389@penderel>
42867              
42868              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42869              From: Robin Houston <robin@kitsite.com>
42870              Date: Tue, 8 May 2001 20:03:57 +0100
42871              Message-ID: <20010508200357.A4614@penderel>
42872              
42873              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42874              From: Robin Houston <robin@kitsite.com>
42875              Date: Wed, 9 May 2001 00:12:05 +0100
42876              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
42877      Branch: perl
42878            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
42879 ____________________________________________________________________________
42880 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
42881         Log: Retract #10031.
42882      Branch: perl
42883            ! pod/perlfunc.pod
42884 ____________________________________________________________________________
42885 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
42886         Log: The metaconfig unit changes for #10040.
42887      Branch: metaconfig/U/perl
42888            ! Checkcc.U d_dlsymun.U dlsrc.U
42889 ____________________________________________________________________________
42890 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
42891         Log: The Configure half of
42892              
42893              Subject: Less warnings during configure
42894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42895              Date: Tue, 08 May 2001 08:44:02 +0200
42896              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
42897      Branch: perl
42898            ! Configure
42899 ____________________________________________________________________________
42900 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
42901         Log: Subject: Less warnings during configure
42902              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42903              Date: Tue, 08 May 2001 08:44:02 +0200
42904              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
42905      Branch: perl
42906            ! hints/hpux.sh
42907 ____________________________________________________________________________
42908 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
42909         Log: Don't forget to whine about \d__\d.
42910      Branch: perl
42911            ! t/pragma/warn/toke toke.c
42912 ____________________________________________________________________________
42913 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
42914         Log: Allow underscores also in the exponent part.
42915      Branch: perl
42916            ! t/pragma/warn/toke toke.c
42917 ____________________________________________________________________________
42918 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
42919         Log: CodeMagicCD doesn't look like an *I*DE.
42920      Branch: perl
42921            ! pod/perlfaq3.pod
42922 ____________________________________________________________________________
42923 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
42924         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
42925              to be consistently down).
42926      Branch: perl
42927            ! pod/perlfaq3.pod
42928 ____________________________________________________________________________
42929 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
42930         Log: Upgrade to Text::Balanced 1.84.
42931      Branch: perl
42932            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
42933 ____________________________________________________________________________
42934 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
42935         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
42936              From: Benjamin Sugars <bsugars@canoe.ca>
42937              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
42938              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
42939      Branch: perl
42940            ! run.c
42941 ____________________________________________________________________________
42942 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
42943         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
42944              From: Peter Prymmer <pvhp@forte.com>
42945              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
42946              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
42947      Branch: perl
42948            ! t/pod/plainer.t
42949 ____________________________________________________________________________
42950 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
42951         Log: (Retracted by #10042)
42952              
42953              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
42954              From: "Philip Newton" <pnewton@gmx.de>
42955              Date: Tue, 8 May 2001 09:18:10 +0200
42956              Message-ID: <3AF7B9D2.28861.603732@localhost>
42957      Branch: perl
42958            ! pod/perlfunc.pod
42959 ____________________________________________________________________________
42960 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
42961         Log: Subject: [PATCH B::Deparse] Document known bugs
42962              From: Robin Houston <robin@kitsite.com>
42963              Date: Tue, 8 May 2001 01:53:34 +0100
42964              Message-ID: <20010508015334.A32394@penderel>
42965      Branch: perl
42966            ! ext/B/B/Deparse.pm
42967 ____________________________________________________________________________
42968 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
42969         Log: Subject: Re: Perl book, magazine and website updates.
42970              From: "Philip Newton" <pnewton@gmx.de>
42971              Date: Mon, 7 May 2001 17:03:58 +0200
42972              Message-ID: <3AF6D57E.5387.1E29930@localhost>
42973      Branch: perl
42974            ! pod/perlfaq2.pod
42975 ____________________________________________________________________________
42976 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
42977         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
42978              From: Peter Prymmer <pvhp@forte.com>
42979              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
42980              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
42981      Branch: perl
42982            ! t/io/fflush.t
42983 ____________________________________________________________________________
42984 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
42985         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
42986              From: Robin Houston <robin@kitsite.com>
42987              Date: Tue, 8 May 2001 01:14:55 +0100
42988              Message-ID: <20010508011455.A32162@penderel>
42989      Branch: perl
42990            ! ext/B/B/Deparse.pm
42991 ____________________________________________________________________________
42992 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
42993         Log: Typo in #10025.
42994      Branch: perl
42995            ! hints/uts.sh
42996 ____________________________________________________________________________
42997 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
42998         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
42999      Branch: perl
43000            ! hints/uts.sh
43001 ____________________________________________________________________________
43002 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
43003         Log: Subject: Re: [ID 20010506.045] question about hash syntax
43004              From: Peter Scott <Peter@PSDT.com>
43005              Date: Sun, 06 May 2001 13:10:40 -0700
43006              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
43007      Branch: perl
43008            ! pod/perl56delta.pod
43009 ____________________________________________________________________________
43010 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
43011         Log: Configure should figure out the list of dynamic extensions
43012              just fine in UTS-- and in fact it does, as reported by Hal Morris.
43013      Branch: perl
43014            ! hints/uts.sh
43015 ____________________________________________________________________________
43016 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
43017         Log: Update Changes.
43018      Branch: perl
43019            ! Changes patchlevel.h
43020 ____________________________________________________________________________
43021 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
43022         Log: Subject: [PATCH regcomp.c] Insecure regexes
43023              From: Robin Houston <robin@kitsite.com>
43024              Date: Mon, 7 May 2001 21:56:12 +0100
43025              Message-ID: <20010507215612.A31114@penderel>
43026      Branch: perl
43027            ! regcomp.c
43028 ____________________________________________________________________________
43029 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
43030         Log: Drop the foobar.perl.com references for now until Simon
43031              gets them sorted out.
43032      Branch: perl
43033            ! pod/perlfaq2.pod
43034 ____________________________________________________________________________
43035 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
43036         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
43037              From: Prymmer/Kahn <pvhp@best.com>
43038              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
43039              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
43040      Branch: perl
43041            ! lib/Devel/SelfStubber.pm
43042 ____________________________________________________________________________
43043 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
43044         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
43045              From: Prymmer/Kahn <pvhp@best.com>
43046              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
43047              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
43048      Branch: perl
43049            ! win32/Makefile
43050 ____________________________________________________________________________
43051 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
43052         Log: s/WebTechnique's/WebTechniques/
43053      Branch: perl
43054            ! pod/perlfaq2.pod
43055 ____________________________________________________________________________
43056 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
43057         Log: Llama 3 updates from Randal.
43058      Branch: perl
43059            ! pod/perlfaq2.pod
43060 ____________________________________________________________________________
43061 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
43062         Log: Subject: [PATCH] Help -Dt show correct pad variables
43063              From: Benjamin Sugars <ben.sugars@home.com>
43064              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
43065              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
43066      Branch: perl
43067            ! embed.h embed.pl proto.h run.c
43068 ____________________________________________________________________________
43069 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
43070         Log: Subject: [PATCH] Document C<our $foo : shared>
43071              From: Benjamin Sugars <ben.sugars@home.com>
43072              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
43073              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
43074      Branch: perl
43075            ! pod/perlfunc.pod
43076 ____________________________________________________________________________
43077 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
43078         Log: Subject: [PATCH B::Deparse] undefined folded constants
43079              From: Robin Houston <robin@kitsite.com>
43080              Date: Sun, 6 May 2001 17:19:09 +0100
43081              Message-ID: <20010506171909.A7046@penderel>
43082      Branch: perl
43083            ! ext/B/B/Deparse.pm
43084 ____________________________________________________________________________
43085 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
43086         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
43087              From: Robin Houston <robin@kitsite.com>
43088              Message-ID: <20010506164654.A6848@penderel>
43089              Date: Sun, 6 May 2001 16:46:54 +0100
43090      Branch: perl
43091            ! ext/B/B/Deparse.pm
43092 ____________________________________________________________________________
43093 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
43094         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
43095              From: Robin Houston <robin@kitsite.com>
43096              Date: Sun, 6 May 2001 14:47:02 +0100
43097              Message-ID: <20010506144702.A6308@penderel>
43098      Branch: perl
43099            ! t/op/my_stash.t
43100 ____________________________________________________________________________
43101 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
43102         Log: Subject: Perl book, magazine and website updates.
43103              From: Simon Cozens <simon@netthink.co.uk>
43104              Date: Sun, 6 May 2001 16:55:36 +0100
43105              Message-ID: <20010506165536.A1795@netthink.co.uk>
43106      Branch: perl
43107            ! pod/perlbook.pod pod/perlfaq2.pod
43108 ____________________________________________________________________________
43109 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
43110         Log: Tweaks on the Tru64 prof options.
43111      Branch: perl
43112            ! pod/perlhack.pod
43113 ____________________________________________________________________________
43114 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
43115         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
43116              From: Robin Houston <robin@kitsite.com>
43117              Date: Sun, 6 May 2001 14:40:51 +0100
43118              Message-ID: <20010506144051.A6279@penderel>
43119      Branch: perl
43120            ! t/pod/testp2pt.pl
43121 ____________________________________________________________________________
43122 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
43123         Log: Subject: [PATCH B::Deparse] scoping
43124              From: Robin Houston <robin@kitsite.com>
43125              Date: Sun, 6 May 2001 14:36:56 +0100
43126              Message-ID: <20010506143656.A4006@penderel>
43127      Branch: perl
43128            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
43129 ____________________________________________________________________________
43130 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
43131         Log: Document the undefinedness of bitshifting out of range.
43132      Branch: perl
43133            ! pod/perlop.pod
43134 ____________________________________________________________________________
43135 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
43136         Log: Retract #10003 and update the IDE descriptions a bit.
43137      Branch: perl
43138            ! pod/perlfaq3.pod
43139 ____________________________________________________________________________
43140 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
43141         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
43142              From: Prymmer/Kahn <pvhp@best.com>
43143              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
43144              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
43145      Branch: perl
43146            ! win32/Makefile win32/buildext.pl win32/config.bc
43147            ! win32/config.gc win32/config.vc
43148 ____________________________________________________________________________
43149 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
43150         Log: (Retracted by #10005.)
43151      Branch: perl
43152            ! pod/perlfaq3.pod
43153 ____________________________________________________________________________
43154 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
43155         Log: It's "psed", not "sed".
43156      Branch: perl
43157            ! x2p/s2p.PL
43158 ____________________________________________________________________________
43159 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
43160         Log: Update Changes.
43161      Branch: perl
43162            ! Changes patchlevel.h
43163 ____________________________________________________________________________
43164 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
43165         Log: Subject: Re: bleadperl make install fails due to "psed"
43166              From: andreas.koenig@anima.de (Andreas J. Koenig)
43167              Date: 05 May 2001 18:23:28 +0200
43168              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
43169      Branch: perl
43170            ! x2p/Makefile.SH x2p/s2p.PL
43171 ____________________________________________________________________________
43172 [  9999] By: jhi                                   on 2001/05/05  18:28:09
43173         Log: AUTHORS updates.
43174      Branch: perl
43175            ! AUTHORS
43176 ____________________________________________________________________________
43177 [  9998] By: jhi                                   on 2001/05/05  18:16:00
43178         Log: Updates on the pods related to the modules included since 5.6.
43179              
43180              TODO: perltodo really could use major updating.
43181      Branch: perl
43182            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
43183            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
43184            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
43185            ! pod/perlsyn.pod pod/perltodo.pod
43186 ____________________________________________________________________________
43187 [  9997] By: jhi                                   on 2001/05/05  17:35:17
43188         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
43189              from Kurt Skauen.
43190      Branch: perl
43191            + hints/atheos.sh
43192            ! MANIFEST
43193 ____________________________________________________________________________
43194 [  9996] By: jhi                                   on 2001/05/05  17:25:00
43195         Log: Add preemptive #undefs for some of the shorter and more prone
43196              to collision regcomp.h #defines.  (Background: the MASK collided
43197              with a system header #define in Rhapsody.)
43198      Branch: perl
43199            ! regcomp.h
43200 ____________________________________________________________________________
43201 [  9995] By: jhi                                   on 2001/05/05  13:24:21
43202         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
43203              From: Nicholas Clark <nick@ccl4.org>
43204              Date: Sat, 5 May 2001 14:46:39 +0100
43205              Message-ID: <20010505144639.O53513@plum.flirble.org>
43206              
43207              Add a test for the constants (if any) being processed correctly.
43208      Branch: perl
43209            ! utils/h2xs.PL
43210 ____________________________________________________________________________
43211 [  9994] By: jhi                                   on 2001/05/05  02:11:03
43212         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
43213              From: Peter Prymmer <pvhp@forte.com>
43214              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
43215              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
43216      Branch: perl
43217            ! t/lib/b-stash.t
43218 ____________________________________________________________________________
43219 [  9993] By: jhi                                   on 2001/05/05  02:03:49
43220         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
43221              From: Peter Prymmer <pvhp@forte.com>
43222              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
43223              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
43224      Branch: perl
43225            ! perlio.c vms/vmsish.h
43226 ____________________________________________________________________________
43227 [  9992] By: jhi                                   on 2001/05/04  17:21:12
43228         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
43229              From: Robin Barker <rmb1@cise.npl.co.uk>
43230              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
43231              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
43232      Branch: perl
43233            + t/pod/plainer.t
43234            ! MANIFEST
43235 ____________________________________________________________________________
43236 [  9991] By: jhi                                   on 2001/05/04  16:47:45
43237         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
43238              From: Robin Barker <rmb1@cise.npl.co.uk>
43239              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
43240              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
43241      Branch: perl
43242            ! regcomp.c
43243 ____________________________________________________________________________
43244 [  9990] By: jhi                                   on 2001/05/04  14:37:20
43245         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
43246              From: Prymmer/Kahn <pvhp@best.com>
43247              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
43248              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
43249      Branch: perl
43250            ! t/lib/b-stash.t
43251 ____________________________________________________________________________
43252 [  9989] By: jhi                                   on 2001/05/04  14:03:58
43253         Log: Introduce perl572delta, update Todo, add the missing
43254              mention about signal safety since 5.7.1 (though this
43255              requires verification and more details.)
43256      Branch: perl
43257            + pod/perl572delta.pod
43258            ! MANIFEST Todo pod/perl571delta.pod
43259 ____________________________________________________________________________
43260 [  9988] By: jhi                                   on 2001/05/04  12:41:51
43261         Log: Subject: [PATCH perl@9944] long =item
43262              From: Robin Barker <rmb1@cise.npl.co.uk>
43263              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
43264              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
43265      Branch: perl
43266            ! ext/Time/HiRes/HiRes.pm
43267 ____________________________________________________________________________
43268 [  9987] By: jhi                                   on 2001/05/04  12:39:19
43269         Log: The #9901 had removed one line essential for EBCDIC.
43270      Branch: perl
43271            ! regcomp.c
43272 ____________________________________________________________________________
43273 [  9986] By: jhi                                   on 2001/05/04  12:30:23
43274         Log: Subject: cygwin/Makefile.SHs INSTALL patch
43275              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
43276              Date: Mon, 08 Jan 2001 04:59:21 +0200
43277              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
43278      Branch: perl
43279            ! cygwin/Makefile.SHs
43280 ____________________________________________________________________________
43281 [  9985] By: jhi                                   on 2001/05/04  03:51:39
43282         Log: Encode/IO doc tweaks.
43283      Branch: perl
43284            ! ext/Encode/Encode.pm
43285 ____________________________________________________________________________
43286 [  9984] By: jhi                                   on 2001/05/04  03:29:34
43287         Log: Remove GDBM_File from the dynamic extensions for UTS,
43288              GDBM is not a standard feature.
43289      Branch: perl
43290            ! hints/uts.sh
43291 ____________________________________________________________________________
43292 [  9983] By: jhi                                   on 2001/05/04  03:22:59
43293         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
43294      Branch: perl
43295            ! pod/perlretut.pod
43296 ____________________________________________________________________________
43297 [  9982] By: jhi                                   on 2001/05/03  23:21:03
43298         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
43299              From: Benjamin Sugars <bsugars@canoe.ca>
43300              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
43301              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
43302      Branch: perl
43303            ! dump.c
43304 ____________________________________________________________________________
43305 [  9981] By: jhi                                   on 2001/05/03  23:20:05
43306         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
43307              From: Benjamin Sugars <bsugars@canoe.ca>
43308              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
43309              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
43310      Branch: perl
43311            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43312 ____________________________________________________________________________
43313 [  9980] By: jhi                                   on 2001/05/03  23:15:29
43314         Log: Integrate perlio.
43315      Branch: perl
43316           !> ext/Encode/Encode.pm
43317 ____________________________________________________________________________
43318 [  9979] By: jhi                                   on 2001/05/03  16:54:59
43319         Log: Install psed man page.
43320      Branch: perl
43321            ! installman
43322 ____________________________________________________________________________
43323 [  9978] By: jhi                                   on 2001/05/03  16:45:58
43324         Log: Remove unused files; noted by Sarathy.
43325      Branch: perl
43326            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
43327            ! MANIFEST
43328 ____________________________________________________________________________
43329 [  9977] By: jhi                                   on 2001/05/03  16:42:30
43330         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
43331              From: Andy Dougherty <doughera@lafayette.edu>
43332              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
43333              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
43334      Branch: perl
43335            ! INSTALL
43336 ____________________________________________________________________________
43337 [  9976] By: nick                                  on 2001/05/03  16:40:42
43338         Log: Allow $answer = encode($object,$text); like it says in docs.
43339      Branch: perlio
43340            ! ext/Encode/Encode.pm
43341 ____________________________________________________________________________
43342 [  9975] By: nick                                  on 2001/05/03  16:22:30
43343         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
43344              to be in scope (fair enough), and also a package variable (our) for eval to see it.
43345      Branch: perlio
43346            ! ext/Encode/Encode.pm
43347 ____________________________________________________________________________
43348 [  9974] By: nick                                  on 2001/05/03  15:48:17
43349         Log: Integrate mainline.
43350      Branch: perlio
43351           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
43352           +> t/lib/filter-simple.t t/lib/next.t
43353           !> (integrate 70 files)
43354 ____________________________________________________________________________
43355 [  9973] By: jhi                                   on 2001/05/03  13:09:09
43356         Log: Update Changes.
43357      Branch: perl
43358            ! Changes patchlevel.h
43359 ____________________________________________________________________________
43360 [  9972] By: jhi                                   on 2001/05/03  12:58:33
43361         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
43362              From: Prymmer/Kahn <pvhp@best.com>
43363              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
43364              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
43365      Branch: perl
43366            ! t/io/fflush.t
43367 ____________________________________________________________________________
43368 [  9971] By: jhi                                   on 2001/05/03  12:57:26
43369         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
43370              From: Prymmer/Kahn <pvhp@best.com>
43371              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
43372              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
43373      Branch: perl
43374            ! win32/FindExt.pm
43375 ____________________________________________________________________________
43376 [  9970] By: jhi                                   on 2001/05/03  02:42:46
43377         Log: Can't croak sans thread context, from Doug MacEachern.
43378      Branch: perl
43379            ! toke.c
43380 ____________________________________________________________________________
43381 [  9969] By: jhi                                   on 2001/05/03  01:23:48
43382         Log: Subject: Random input test and Perl
43383              From: Ilya Zakharevich <ilya@math.berkeley.edu>
43384              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
43385              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
43386      Branch: perl
43387            ! toke.c
43388 ____________________________________________________________________________
43389 [  9968] By: jhi                                   on 2001/05/02  22:17:21
43390         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
43391              From: Peter Prymmer <pvhp@forte.com>
43392              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
43393              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
43394      Branch: perl
43395            ! pod/perlfunc.pod pod/perlport.pod
43396 ____________________________________________________________________________
43397 [  9967] By: jhi                                   on 2001/05/02  20:12:45
43398         Log: Workaround for UTS compiler casting bug from Hal Morris.
43399      Branch: perl
43400            ! perl.h
43401 ____________________________________________________________________________
43402 [  9966] By: jhi                                   on 2001/05/02  18:31:37
43403         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
43404              From: Dan Sugalski <dan@sidhe.org>
43405              Date: Wed, 02 May 2001 15:23:22 -0400
43406              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
43407      Branch: perl
43408            ! perl.c vms/vms.c
43409 ____________________________________________________________________________
43410 [  9965] By: jhi                                   on 2001/05/02  18:21:29
43411         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
43412      Branch: perl
43413            ! pod/perlfunc.pod
43414 ____________________________________________________________________________
43415 [  9964] By: jhi                                   on 2001/05/02  18:15:01
43416         Log: Document large files in INSTALL, document also the %x
43417              limitation if not use64bitint, closes bug 20010326.007.
43418      Branch: perl
43419            ! INSTALL
43420 ____________________________________________________________________________
43421 [  9963] By: jhi                                   on 2001/05/02  17:24:47
43422         Log: perlmodlib tweaks; regen pods.
43423      Branch: perl
43424            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
43425            ! pod/perltoc.pod
43426 ____________________________________________________________________________
43427 [  9962] By: jhi                                   on 2001/05/02  17:14:00
43428         Log: Fix for a segfault, from Marc Lehmann.
43429      Branch: perl
43430            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
43431 ____________________________________________________________________________
43432 [  9961] By: jhi                                   on 2001/05/02  15:55:53
43433         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
43434              From: "Philip Newton" <pnewton@gmx.de>
43435              Date: Wed, 2 May 2001 18:39:03 +0200
43436              Message-ID: <3AF05447.15525.173B588@localhost>
43437      Branch: perl
43438            ! pod/perlop.pod
43439 ____________________________________________________________________________
43440 [  9960] By: jhi                                   on 2001/05/02  15:35:37
43441         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
43442              From: Dan Sugalski <dan@sidhe.org>
43443              Date: Wed, 02 May 2001 11:37:27 -0400
43444              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
43445      Branch: perl
43446            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
43447            ! thread.h vms/vms.c vms/vmsish.h
43448 ____________________________________________________________________________
43449 [  9959] By: jhi                                   on 2001/05/02  15:21:08
43450         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
43451              From: Benjamin Sugars <bsugars@canoe.ca>
43452              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
43453              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
43454      Branch: perl
43455            ! ext/PerlIO/Scalar/Scalar.xs
43456 ____________________________________________________________________________
43457 [  9958] By: jhi                                   on 2001/05/02  15:15:53
43458         Log: Bug in #9915, spotted by Mike Guy.
43459      Branch: perl
43460            ! installperl
43461 ____________________________________________________________________________
43462 [  9957] By: jhi                                   on 2001/05/02  13:26:01
43463         Log: Add a test for not griping about references as array
43464              indices if the reference has magic in it (overloaded
43465              methods).
43466      Branch: perl
43467            ! pod/perldiag.pod t/pragma/warn/pp_hot
43468 ____________________________________________________________________________
43469 [  9956] By: jhi                                   on 2001/05/02  13:07:01
43470         Log: Retracted a bit too much in #9952.
43471      Branch: perl
43472            ! t/pragma/sub_lval.t
43473 ____________________________________________________________________________
43474 [  9955] By: jhi                                   on 2001/05/02  13:05:38
43475         Log: Test for #9952.
43476      Branch: perl
43477            ! t/op/tie.t
43478 ____________________________________________________________________________
43479 [  9954] By: jhi                                   on 2001/05/02  11:48:18
43480         Log: Additional note on the encoding example: one cannot
43481              convert string constants in-place.
43482      Branch: perl
43483            ! ext/Encode/Encode.pm
43484 ____________________________________________________________________________
43485 [  9953] By: jhi                                   on 2001/05/02  11:43:51
43486         Log: Note that if you have recent enough Perl you already
43487              have Filter::Util::Call.
43488      Branch: perl
43489            ! lib/Filter/Simple.pm
43490 ____________________________________________________________________________
43491 [  9952] By: jhi                                   on 2001/05/02  11:31:53
43492         Log: Retract changes #8254 and #8255, causes coredump in
43493              'tie FH, "main"', reported by Abigail, culprit found by
43494              Benjamin Sugars.  Mirrors maintperl change #9950.
43495      Branch: perl
43496            ! op.c t/pragma/sub_lval.t
43497 ____________________________________________________________________________
43498 [  9951] By: jhi                                   on 2001/05/02  11:14:29
43499         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
43500      Branch: perl
43501            + t/lib/MyFilter.pm
43502 ____________________________________________________________________________
43503 [  9950] By: gsar                                  on 2001/05/02  03:17:11
43504         Log: revert integration of changes#8254,8255 in change#8620 (causes
43505              a coredump in C<tie FH, 'foo'>; the idea itself may need better
43506              rationalization)
43507      Branch: maint-5.6/perl
43508            ! op.c t/pragma/sub_lval.t
43509 ____________________________________________________________________________
43510 [  9949] By: gsar                                  on 2001/05/02  02:56:32
43511         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
43512              
43513              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
43514              
43515              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
43516      Branch: maint-5.6/perl
43517           !> hints/svr5.sh
43518 ____________________________________________________________________________
43519 [  9948] By: gsar                                  on 2001/05/02  02:49:15
43520         Log: pod/find.t breaks on VMS (from Craig Berry)
43521      Branch: maint-5.6/perl
43522            ! t/pod/find.t
43523 ____________________________________________________________________________
43524 [  9947] By: jhi                                   on 2001/05/02  02:43:09
43525         Log: Add an encoding conversion example.
43526      Branch: perl
43527            ! ext/Encode/Encode.pm
43528 ____________________________________________________________________________
43529 [  9946] By: jhi                                   on 2001/05/02  01:34:22
43530         Log: Another coat of paint but still nowhere finished.
43531              Need to decide on the semantics of strptime(): should
43532              strptime() be a function instead of a method?  To do
43533              the week/monthname-strptiming the i18n/l10n bullet needs
43534              to be bitten with gusto.
43535      Branch: perl
43536            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
43537 ____________________________________________________________________________
43538 [  9945] By: jhi                                   on 2001/05/01  23:40:52
43539         Log: Update Changes.
43540      Branch: perl
43541            ! Changes patchlevel.h
43542 ____________________________________________________________________________
43543 [  9944] By: jhi                                   on 2001/05/01  23:33:37
43544         Log: Add known-to-be-tested modules to the list-to-be-skipped.
43545      Branch: perl
43546            ! t/lib/1_compile.t
43547 ____________________________________________________________________________
43548 [  9943] By: jhi                                   on 2001/05/01  23:24:40
43549         Log: Subject: BorlandC++ fix
43550              From: "Vadim Konovalov" <watman@inbox.ru>
43551              Date: Mon, 30 Apr 2001 20:12:26 -0700
43552              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
43553      Branch: perl
43554            ! win32/makefile.mk
43555 ____________________________________________________________________________
43556 [  9942] By: jhi                                   on 2001/05/01  23:18:02
43557         Log: Update to Filter::Simple 0.60, create a test for it.
43558      Branch: perl
43559            + t/lib/filter-simple.t
43560            ! MANIFEST lib/Filter/Simple.pm
43561 ____________________________________________________________________________
43562 [  9941] By: jhi                                   on 2001/05/01  19:47:24
43563         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
43564              From: Hugo <hv@crypt.compulink.co.uk>
43565              Date: Tue, 01 May 2001 20:12:20 +0100
43566              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
43567      Branch: perl
43568            ! pp_hot.c t/op/re_tests
43569 ____________________________________________________________________________
43570 [  9940] By: jhi                                   on 2001/05/01  19:42:16
43571         Log: Integrate perlio.
43572      Branch: perl
43573           !> lib/base.pm t/lib/fields.t
43574 ____________________________________________________________________________
43575 [  9939] By: jhi                                   on 2001/05/01  19:39:51
43576         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
43577              From: Benjamin Sugars <bsugars@canoe.ca>
43578              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
43579              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
43580      Branch: perl
43581            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43582 ____________________________________________________________________________
43583 [  9938] By: jhi                                   on 2001/05/01  19:34:09
43584         Log: Add NEXT, a pseudo-class for method redispatching.
43585              <Damian>NEXT.pm probably offers more bang-for-buck
43586              than anything else I've ever written.</Damian>
43587      Branch: perl
43588            + lib/NEXT.pm t/lib/next.t
43589            ! MANIFEST
43590 ____________________________________________________________________________
43591 [  9937] By: jhi                                   on 2001/05/01  19:21:41
43592         Log: Update to Switch 2.02.
43593      Branch: perl
43594            ! lib/Switch.pm t/lib/switch.t
43595 ____________________________________________________________________________
43596 [  9936] By: nick                                  on 2001/05/01  19:09:21
43597         Log: Fix for base.pm clobbering $VERSION
43598      Branch: perlio
43599            ! lib/base.pm
43600 ____________________________________________________________________________
43601 [  9935] By: nick                                  on 2001/05/01  18:54:38
43602         Log: Test for base.pm clobbering $VERSION.
43603      Branch: perlio
43604            ! t/lib/fields.t
43605 ____________________________________________________________________________
43606 [  9934] By: jhi                                   on 2001/05/01  18:39:10
43607         Log: Add information about Scalar::Util::blessed.
43608      Branch: perl
43609            ! pod/perlobj.pod
43610 ____________________________________________________________________________
43611 [  9933] By: jhi                                   on 2001/05/01  18:33:51
43612         Log: Subject: Extra UNIVERSAL documentation
43613              From: Mike Guy <mjtg@cam.ac.uk>
43614              Date: Tue, 01 May 2001 20:12:11 +0100
43615              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
43616      Branch: perl
43617            ! pod/perlobj.pod
43618 ____________________________________________________________________________
43619 [  9932] By: jhi                                   on 2001/05/01  18:26:54
43620         Log: Subject: Autoflush in tests as appropriate
43621              From: Mike Guy <mjtg@cam.ac.uk>
43622              Date: Tue, 01 May 2001 20:05:31 +0100
43623              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
43624      Branch: perl
43625            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
43626            ! t/op/taint.t
43627 ____________________________________________________________________________
43628 [  9931] By: jhi                                   on 2001/05/01  18:02:29
43629         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
43630              From: Benjamin Sugars <bsugars@canoe.ca>
43631              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
43632              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
43633      Branch: perl
43634            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43635 ____________________________________________________________________________
43636 [  9930] By: jhi                                   on 2001/05/01  15:12:26
43637         Log: Subject: Re: Finally got a round tuit
43638              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43639              Date: Tue, 01 May 2001 14:14:10 +0200
43640              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
43641              
43642              The -DP part, slightly modified.
43643      Branch: perl
43644            ! perl.c
43645 ____________________________________________________________________________
43646 [  9929] By: jhi                                   on 2001/05/01  14:17:15
43647         Log: Subject: Re: Finally got a round tuit
43648              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43649              Date: Tue, 01 May 2001 16:34:06 +0200
43650              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
43651              
43652              cpp and optimization tweaks for HP-UX.
43653      Branch: perl
43654            ! hints/hpux.sh
43655 ____________________________________________________________________________
43656 [  9928] By: jhi                                   on 2001/05/01  13:24:20
43657         Log: Tune the scan_num() comments to reality.
43658      Branch: perl
43659            ! toke.c
43660 ____________________________________________________________________________
43661 [  9927] By: jhi                                   on 2001/05/01  13:14:01
43662         Log: Subject: [PATCH B::Deparse] optimised sort
43663              From: Robin Houston <robin@kitsite.com>
43664              Date: Tue, 1 May 2001 14:07:12 +0100
43665              Message-ID: <20010501140712.A4266@penderel>
43666      Branch: perl
43667            ! ext/B/B/Deparse.pm
43668 ____________________________________________________________________________
43669 [  9926] By: jhi                                   on 2001/05/01  13:10:53
43670         Log: Subject: [PATCH t/lib/b-deparse.t] 
43671              From: Robin Houston <robin@kitsite.com>
43672              Date: Tue, 1 May 2001 13:37:42 +0100
43673              Message-ID: <20010501133742.A4082@penderel>
43674      Branch: perl
43675            ! t/lib/b-deparse.t
43676 ____________________________________________________________________________
43677 [  9925] By: jhi                                   on 2001/05/01  13:10:13
43678         Log: Subject: [PATCH B::Deparse] for(;;), sort
43679              From: Robin Houston <robin@kitsite.com>
43680              Date: Tue, 1 May 2001 13:35:00 +0100
43681              Message-ID: <20010501133500.A4061@penderel>
43682      Branch: perl
43683            ! ext/B/B/Deparse.pm
43684 ____________________________________________________________________________
43685 [  9924] By: jhi                                   on 2001/05/01  13:09:22
43686         Log: Subject: [PATCH B::Deparse] do, warn, use
43687              From: Robin Houston <robin@kitsite.com>
43688              Date: Tue, 1 May 2001 13:31:03 +0100
43689              Message-ID: <20010501133103.A4041@penderel>
43690      Branch: perl
43691            ! ext/B/B/Deparse.pm
43692 ____________________________________________________________________________
43693 [  9923] By: jhi                                   on 2001/05/01  11:45:36
43694         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
43695              From: Benjamin Sugars <ben.sugars@home.com>
43696              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
43697              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
43698      Branch: perl
43699            + t/io/fflush.t
43700            ! MANIFEST
43701 ____________________________________________________________________________
43702 [  9922] By: jhi                                   on 2001/05/01  11:35:42
43703         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
43704              From: Peter Prymmer <pvhp@forte.com>
43705              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
43706              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
43707      Branch: perl
43708            ! t/lib/selfstubber.t
43709 ____________________________________________________________________________
43710 [  9921] By: jhi                                   on 2001/04/30  16:34:33
43711         Log: Subject: [PATCH B::Concise] suppress warning
43712              From: Robin Houston <robin@kitsite.com>
43713              Date: Mon, 30 Apr 2001 16:09:49 +0100
43714              Message-ID: <20010430160949.A25086@penderel>
43715      Branch: perl
43716            ! ext/B/B/Concise.pm
43717 ____________________________________________________________________________
43718 [  9920] By: jhi                                   on 2001/04/30  13:56:04
43719         Log: Strip the *markers* from #9919.
43720      Branch: perl
43721            ! pod/perlfaq.pod pod/perlfaq5.pod
43722 ____________________________________________________________________________
43723 [  9919] By: jhi                                   on 2001/04/30  13:54:04
43724         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
43725              From: Gwyn Judd <b.judd@xtra.co.nz>
43726              Date: Sun, 29 Apr 2001 01:47:49 +1200
43727              Message-ID: <20010429014749.A4418@thislove>
43728      Branch: perl
43729            ! pod/perlfaq.pod pod/perlfaq5.pod
43730 ____________________________________________________________________________
43731 [  9918] By: jhi                                   on 2001/04/30  13:13:54
43732         Log: More_tweakage.
43733      Branch: perl
43734            ! pod/perldata.pod pod/perldiag.pod
43735 ____________________________________________________________________________
43736 [  9917] By: jhi                                   on 2001/04/30  13:01:27
43737         Log: Update Changes.
43738      Branch: perl
43739            ! Changes patchlevel.h
43740 ____________________________________________________________________________
43741 [  9916] By: jhi                                   on 2001/04/30  12:57:03
43742         Log: T_w_e_a_k_a_g_e.
43743      Branch: perl
43744            ! pod/perldata.pod pod/perldiag.pod
43745 ____________________________________________________________________________
43746 [  9915] By: jhi                                   on 2001/04/30  12:39:29
43747         Log: Install s2p also as psed.
43748              
43749              TODO: psed documentation?
43750      Branch: perl
43751            ! installperl
43752 ____________________________________________________________________________
43753 [  9914] By: jhi                                   on 2001/04/30  12:29:21
43754         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
43755              From: Jens Hamisch <jens@Strawberry.COM>
43756              Date: Fri, 27 Apr 2001 17:00:36 +0200
43757              Message-ID: <20010427170036.K1372@Strawberry.COM>
43758              
43759              SOCKS5_VERSION_NAME is the right symbol to detect
43760              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
43761              function called socks5_init() is available, and even that is
43762              not universal, most SOCKS5 installations use SOCKSinit()).
43763      Branch: perl
43764            ! perlio.c
43765 ____________________________________________________________________________
43766 [  9913] By: jhi                                   on 2001/04/30  12:22:15
43767         Log: Allow a zero timeout on IO::Socket accept and connect--
43768              though one really shouldn't do that.  Based on
43769              
43770              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
43771              From: "John Holdsworth" <coldwave@bigfoot.com>
43772              Date: Sun, 4 Feb 2001 12:48:18 +0100
43773              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
43774      Branch: perl
43775            ! ext/IO/lib/IO/Socket.pm
43776 ____________________________________________________________________________
43777 [  9912] By: jhi                                   on 2001/04/30  11:27:27
43778         Log: Save the spot of regprev (see #9911) for binary compatibility;
43779              regen API.
43780      Branch: perl
43781            ! embedvar.h perlapi.h thrdvar.h
43782 ____________________________________________________________________________
43783 [  9911] By: jhi                                   on 2001/04/30  11:22:03
43784         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
43785              From: Hugo <hv@crypt.compulink.co.uk>
43786              Date: Sun, 29 Apr 2001 17:09:30 +0100
43787              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
43788      Branch: perl
43789            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
43790 ____________________________________________________________________________
43791 [  9910] By: jhi                                   on 2001/04/30  11:15:12
43792         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
43793              a dummy for PL_numeric_radix); no pressing reason to break
43794              binary compatibility; regen API.
43795      Branch: perl
43796            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
43797            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
43798 ____________________________________________________________________________
43799 [  9909] By: jhi                                   on 2001/04/30  10:56:08
43800         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
43801              From: Walt Mankowski <waltman@netaxs.com>
43802              Date: Sun, 29 Apr 2001 21:53:48 -0400
43803              Message-ID: <20010429215348.A3971@netaxs.com>
43804      Branch: perl
43805            ! pod/perlfunc.pod
43806 ____________________________________________________________________________
43807 [  9908] By: jhi                                   on 2001/04/30  10:49:40
43808         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
43809      Branch: perl
43810            ! t/lib/selfstubber.t
43811 ____________________________________________________________________________
43812 [  9907] By: nick                                  on 2001/04/30  09:26:50
43813         Log: Integrate mainline.
43814      Branch: perlio
43815           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
43816 ____________________________________________________________________________
43817 [  9906] By: jhi                                   on 2001/04/29  23:24:20
43818         Log: Abigail spotted a thinko in #9905.
43819      Branch: perl
43820            ! pod/perldiag.pod
43821 ____________________________________________________________________________
43822 [  9905] By: jhi                                   on 2001/04/29  15:55:39
43823         Log: Changed the underscore/undebar syntax in numeric constants;
43824              now any grouping will do, as long as the underscores are not
43825              consecutive (so "zero-grouping" is out), and they do not begin
43826              or end the integer or fractional parts.
43827      Branch: perl
43828            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
43829 ____________________________________________________________________________
43830 [  9904] By: nick                                  on 2001/04/29  15:43:22
43831         Log: Integrate mainline.
43832      Branch: perlio
43833           +> (branch 98 files)
43834            - lib/unicode/Block.pl
43835            - lib/unicode/In/AlphabeticPresentationForms.pl
43836            - lib/unicode/In/Arabic.pl
43837            - lib/unicode/In/ArabicPresentationForms-A.pl
43838            - lib/unicode/In/ArabicPresentationForms-B.pl
43839            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
43840            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
43841            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
43842            - lib/unicode/In/BopomofoExtended.pl
43843            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
43844            - lib/unicode/In/CJKCompatibility.pl
43845            - lib/unicode/In/CJKCompatibilityForms.pl
43846            - lib/unicode/In/CJKCompatibilityIdeographs.pl
43847            - lib/unicode/In/CJKRadicalsSupplement.pl
43848            - lib/unicode/In/CJKSymbolsandPunctuation.pl
43849            - lib/unicode/In/CJKUnifiedIdeographs.pl
43850            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
43851            - lib/unicode/In/Cherokee.pl
43852            - lib/unicode/In/CombiningDiacriticalMarks.pl
43853            - lib/unicode/In/CombiningHalfMarks.pl
43854            - lib/unicode/In/CombiningMarksforSymbols.pl
43855            - lib/unicode/In/ControlPictures.pl
43856            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
43857            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
43858            - lib/unicode/In/EnclosedAlphanumerics.pl
43859            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
43860            - lib/unicode/In/Ethiopic.pl
43861            - lib/unicode/In/GeneralPunctuation.pl
43862            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
43863            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
43864            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
43865            - lib/unicode/In/HalfwidthandFullwidthForms.pl
43866            - lib/unicode/In/HangulCompatibilityJamo.pl
43867            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
43868            - lib/unicode/In/Hebrew.pl
43869            - lib/unicode/In/HighPrivateUseSurrogates.pl
43870            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
43871            - lib/unicode/In/IPAExtensions.pl
43872            - lib/unicode/In/IdeographicDescriptionCharacters.pl
43873            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
43874            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
43875            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
43876            - lib/unicode/In/Latin-1Supplement.pl
43877            - lib/unicode/In/LatinExtended-A.pl
43878            - lib/unicode/In/LatinExtended-B.pl
43879            - lib/unicode/In/LatinExtendedAdditional.pl
43880            - lib/unicode/In/LetterlikeSymbols.pl
43881            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
43882            - lib/unicode/In/MathematicalOperators.pl
43883            - lib/unicode/In/MiscellaneousSymbols.pl
43884            - lib/unicode/In/MiscellaneousTechnical.pl
43885            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
43886            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
43887            - lib/unicode/In/OpticalCharacterRecognition.pl
43888            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
43889            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
43890            - lib/unicode/In/SmallFormVariants.pl
43891            - lib/unicode/In/SpacingModifierLetters.pl
43892            - lib/unicode/In/Specials.pl
43893            - lib/unicode/In/SuperscriptsandSubscripts.pl
43894            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
43895            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
43896            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
43897            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
43898            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
43899           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
43900           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
43901           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
43902           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
43903           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
43904           !> utf8.c win32/Makefile
43905 ____________________________________________________________________________
43906 [  9903] By: jhi                                   on 2001/04/29  14:30:53
43907         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
43908              From: Prymmer/Kahn <pvhp@best.com>
43909              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
43910              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
43911      Branch: perl
43912            ! win32/Makefile
43913 ____________________________________________________________________________
43914 [  9902] By: jhi                                   on 2001/04/29  02:52:44
43915         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
43916              From: "Abigail" <abigail@foad.org>
43917              Date: Sun, 29 Apr 2001 03:14:25 +0200
43918              Message-ID: <20010429011425.24503.qmail@foad.org>
43919      Branch: perl
43920            ! ext/IO/lib/IO/Seekable.pm
43921 ____________________________________________________________________________
43922 [  9901] By: jhi                                   on 2001/04/29  02:04:46
43923         Log: In character classes one couldn't have 0x80..0xff characters
43924              at the left hand side if there were 0x100.. characters in the
43925              character class.
43926      Branch: perl
43927            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
43928            ! t/op/pat.t utf8.c
43929 ____________________________________________________________________________
43930 [  9900] By: jhi                                   on 2001/04/28  22:55:04
43931         Log: Forgot the latest mktables.PL from #9899.
43932      Branch: perl
43933            ! lib/unicode/mktables.PL
43934 ____________________________________________________________________________
43935 [  9899] By: jhi                                   on 2001/04/28  22:53:28
43936         Log: Explain the \p{} and \P{} error message better and
43937              have prettier prettyprint in In.pl.
43938      Branch: perl
43939            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
43940            ! pod/perldiag.pod
43941 ____________________________________________________________________________
43942 [  9898] By: jhi                                   on 2001/04/28  21:03:34
43943         Log: Add one possible explanation for the "Invalid [] range" error.
43944      Branch: perl
43945            ! pod/perldiag.pod
43946 ____________________________________________________________________________
43947 [  9897] By: jhi                                   on 2001/04/28  17:18:26
43948         Log: Add a level of indirection to the implementation of \p{InFoo}
43949              so that we don't have to have long filenames.  (Nothing changes
43950              in the user interface.)   The indirection is defined in
43951              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
43952              Also rename some the character classes by removing '-' from
43953              the classnames, and finally renamed Block.pl as Blocks.pl.
43954      Branch: perl
43955            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
43956            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
43957            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
43958            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
43959            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
43960            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
43961            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
43962            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
43963            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
43964            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
43965            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
43966            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
43967            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
43968            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
43969            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
43970            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
43971            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
43972            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
43973            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
43974            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
43975            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
43976            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
43977            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
43978            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
43979            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
43980            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
43981            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
43982            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
43983            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
43984            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
43985            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
43986            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
43987            + lib/unicode/In/94.pl lib/unicode/In/95.pl
43988            - lib/unicode/Block.pl
43989            - lib/unicode/In/AlphabeticPresentationForms.pl
43990            - lib/unicode/In/Arabic.pl
43991            - lib/unicode/In/ArabicPresentationForms-A.pl
43992            - lib/unicode/In/ArabicPresentationForms-B.pl
43993            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
43994            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
43995            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
43996            - lib/unicode/In/BopomofoExtended.pl
43997            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
43998            - lib/unicode/In/CJKCompatibility.pl
43999            - lib/unicode/In/CJKCompatibilityForms.pl
44000            - lib/unicode/In/CJKCompatibilityIdeographs.pl
44001            - lib/unicode/In/CJKRadicalsSupplement.pl
44002            - lib/unicode/In/CJKSymbolsandPunctuation.pl
44003            - lib/unicode/In/CJKUnifiedIdeographs.pl
44004            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
44005            - lib/unicode/In/Cherokee.pl
44006            - lib/unicode/In/CombiningDiacriticalMarks.pl
44007            - lib/unicode/In/CombiningHalfMarks.pl
44008            - lib/unicode/In/CombiningMarksforSymbols.pl
44009            - lib/unicode/In/ControlPictures.pl
44010            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
44011            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
44012            - lib/unicode/In/EnclosedAlphanumerics.pl
44013            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
44014            - lib/unicode/In/Ethiopic.pl
44015            - lib/unicode/In/GeneralPunctuation.pl
44016            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
44017            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
44018            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
44019            - lib/unicode/In/HalfwidthandFullwidthForms.pl
44020            - lib/unicode/In/HangulCompatibilityJamo.pl
44021            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
44022            - lib/unicode/In/Hebrew.pl
44023            - lib/unicode/In/HighPrivateUseSurrogates.pl
44024            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
44025            - lib/unicode/In/IPAExtensions.pl
44026            - lib/unicode/In/IdeographicDescriptionCharacters.pl
44027            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
44028            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
44029            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
44030            - lib/unicode/In/Latin-1Supplement.pl
44031            - lib/unicode/In/LatinExtended-A.pl
44032            - lib/unicode/In/LatinExtended-B.pl
44033            - lib/unicode/In/LatinExtendedAdditional.pl
44034            - lib/unicode/In/LetterlikeSymbols.pl
44035            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
44036            - lib/unicode/In/MathematicalOperators.pl
44037            - lib/unicode/In/MiscellaneousSymbols.pl
44038            - lib/unicode/In/MiscellaneousTechnical.pl
44039            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
44040            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
44041            - lib/unicode/In/OpticalCharacterRecognition.pl
44042            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
44043            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
44044            - lib/unicode/In/SmallFormVariants.pl
44045            - lib/unicode/In/SpacingModifierLetters.pl
44046            - lib/unicode/In/Specials.pl
44047            - lib/unicode/In/SuperscriptsandSubscripts.pl
44048            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
44049            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
44050            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
44051            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
44052            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
44053            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
44054            ! pod/perlunicode.pod
44055 ____________________________________________________________________________
44056 [  9896] By: jhi                                   on 2001/04/28  14:33:17
44057         Log: Update the information on shared library path on HP-UX.
44058      Branch: perl
44059            ! INSTALL
44060 ____________________________________________________________________________
44061 [  9895] By: jhi                                   on 2001/04/28  14:32:30
44062         Log: Because #9894 seems to do the trick, this workaround can be removed.
44063      Branch: perl
44064            ! t/lib/selfstubber.t
44065 ____________________________________________________________________________
44066 [  9894] By: jhi                                   on 2001/04/28  14:26:13
44067         Log: For PerlIO flush the children's file handles (on fork/exec/system).
44068      Branch: perl
44069            ! perl.h
44070 ____________________________________________________________________________
44071 [  9893] By: jhi                                   on 2001/04/28  14:23:15
44072         Log: Test tweak for #9891.
44073      Branch: perl
44074            ! t/lib/b-deparse.t
44075 ____________________________________________________________________________
44076 [  9892] By: jhi                                   on 2001/04/28  14:10:13
44077         Log: New HP-UX hints from Merijn.
44078      Branch: perl
44079            ! hints/hpux.sh
44080 ____________________________________________________________________________
44081 [  9891] By: jhi                                   on 2001/04/28  14:07:27
44082         Log: Subject: [PATCH B::Deparse] non-block scopes
44083              From: Robin Houston <robin@kitsite.com>
44084              Date: Fri, 27 Apr 2001 19:15:14 +0100
44085              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
44086      Branch: perl
44087            ! ext/B/B/Deparse.pm
44088 ____________________________________________________________________________
44089 [  9890] By: nick                                  on 2001/04/27  19:41:25
44090         Log: Integrate mainline
44091      Branch: perlio
44092           +> t/lib/selfstubber.t
44093           !> (integrate 50 files)
44094 ____________________________________________________________________________
44095 [  9889] By: jhi                                   on 2001/04/27  18:23:46
44096         Log: Subject: Re: selfstubber test fail on bleadperl
44097              From: Mike Guy <mjtg@cam.ac.uk>
44098              Date: Fri, 27 Apr 2001 19:31:18 +0100
44099              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
44100      Branch: perl
44101            ! t/lib/selfstubber.t
44102 ____________________________________________________________________________
44103 [  9888] By: jhi                                   on 2001/04/27  16:20:54
44104         Log: Test tweak for #9886.
44105      Branch: perl
44106            ! t/lib/b-deparse.t
44107 ____________________________________________________________________________
44108 [  9887] By: jhi                                   on 2001/04/27  16:16:33
44109         Log: Buffering issue at least in Solaris (even with perlio).
44110      Branch: perl
44111            ! t/lib/selfstubber.t
44112 ____________________________________________________________________________
44113 [  9886] By: jhi                                   on 2001/04/27  14:59:23
44114         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
44115              From: Robin Houston <robin@kitsite.com>
44116              Date: Fri, 27 Apr 2001 16:53:20 +0100
44117              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
44118      Branch: perl
44119            ! ext/B/B/Deparse.pm
44120 ____________________________________________________________________________
44121 [  9885] By: jhi                                   on 2001/04/27  14:23:51
44122         Log: Update Changes.
44123      Branch: perl
44124            ! Changes patchlevel.h
44125 ____________________________________________________________________________
44126 [  9884] By: jhi                                   on 2001/04/27  14:14:12
44127         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
44128              From: "Philip Newton" <pnewton@gmx.de>
44129              Date: Fri, 27 Apr 2001 16:40:13 +0200
44130              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
44131      Branch: perl
44132            ! pod/perldata.pod
44133 ____________________________________________________________________________
44134 [  9883] By: jhi                                   on 2001/04/27  13:28:19
44135         Log: Add LOG_PERROR; prettify the "removed".
44136      Branch: perl
44137            ! ext/Sys/Syslog/Syslog.xs
44138 ____________________________________________________________________________
44139 [  9882] By: jhi                                   on 2001/04/27  13:13:18
44140         Log: h2xs tweaks: use NV instead of double, "quote" the removed
44141              prefixes for clarity (especially when nothing is removed),
44142              slight pod reformats.
44143      Branch: perl
44144            ! utils/h2xs.PL
44145 ____________________________________________________________________________
44146 [  9881] By: jhi                                   on 2001/04/27  12:58:48
44147         Log: Don't bother creating existing directories.
44148      Branch: perl
44149            ! utils/h2xs.PL
44150 ____________________________________________________________________________
44151 [  9880] By: jhi                                   on 2001/04/27  12:45:39
44152         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
44153              From: Mike Schilli <m@perlmeister.com>
44154              Date: Wed, 25 Apr 2001 01:29:21 -0700
44155              Message-id: <3AE68AE1.6A981723@perlmeister.com>
44156      Branch: perl
44157            ! utils/h2xs.PL
44158 ____________________________________________________________________________
44159 [  9879] By: jhi                                   on 2001/04/27  12:40:55
44160         Log: break is not yet Perl.  Added the template license also to README.
44161      Branch: perl
44162            ! utils/h2xs.PL
44163 ____________________________________________________________________________
44164 [  9878] By: jhi                                   on 2001/04/27  03:08:20
44165         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
44166              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44167              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
44168              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
44169      Branch: perl
44170            ! t/lib/xs-typemap.t
44171 ____________________________________________________________________________
44172 [  9877] By: jhi                                   on 2001/04/26  23:54:40
44173         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
44174              From: "Abigail" <abigail@foad.org>
44175              Date: Fri, 27 Apr 2001 01:44:28 +0200
44176              Message-ID: <20010426234428.19786.qmail@foad.org>
44177      Branch: perl
44178            ! utils/h2xs.PL
44179 ____________________________________________________________________________
44180 [  9876] By: jhi                                   on 2001/04/26  23:52:06
44181         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
44182              From: Peter Prymmer <pvhp@forte.com>
44183              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
44184              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
44185      Branch: perl
44186            ! t/lib/selfstubber.t
44187 ____________________________________________________________________________
44188 [  9875] By: jhi                                   on 2001/04/26  23:48:10
44189         Log: Deparse nits.
44190      Branch: perl
44191            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
44192 ____________________________________________________________________________
44193 [  9874] By: jhi                                   on 2001/04/26  22:46:05
44194         Log: Document ANYOF_CLASS.
44195      Branch: perl
44196            ! regcomp.h
44197 ____________________________________________________________________________
44198 [  9873] By: jhi                                   on 2001/04/26  22:35:03
44199         Log: Subject: Re: [PATCH @9846] dumping ANYOF
44200              From: Hugo <hv@crypt.compulink.co.uk>
44201              Date: Thu, 26 Apr 2001 23:33:38 +0100
44202              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
44203      Branch: perl
44204            ! regcomp.c regcomp.h
44205 ____________________________________________________________________________
44206 [  9872] By: jhi                                   on 2001/04/26  22:34:31
44207         Log: Subject: [PATCH] more for Devel::SelfStubber
44208              From: Nicholas Clark <nick@ccl4.org>
44209              Date: Fri, 27 Apr 2001 00:13:52 +0100
44210              Message-ID: <20010427001351.K88186@plum.flirble.org>
44211      Branch: perl
44212            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
44213 ____________________________________________________________________________
44214 [  9871] By: jhi                                   on 2001/04/26  21:59:17
44215         Log: Subject: [PATCH B::Deparse] formats must be flush left
44216              From: Robin Houston <robin@kitsite.com>
44217              Date: Thu, 26 Apr 2001 23:54:29 +0100
44218              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
44219      Branch: perl
44220            ! ext/B/B/Deparse.pm
44221 ____________________________________________________________________________
44222 [  9870] By: jhi                                   on 2001/04/26  21:57:37
44223         Log: If some of the constants are prefixes of others,
44224              the prefixes may never get recognized.  (See 20010426.006.)
44225      Branch: perl
44226            ! utils/h2xs.PL
44227 ____________________________________________________________________________
44228 [  9869] By: jhi                                   on 2001/04/26  21:50:42
44229         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
44230              From: Chris Bongaarts <cab@tc.umn.edu>
44231              Date: Thu, 26 Apr 2001 17:10:31 -0500
44232              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
44233      Branch: perl
44234            ! ext/Sys/Syslog/Syslog.xs
44235 ____________________________________________________________________________
44236 [  9868] By: jhi                                   on 2001/04/26  21:35:12
44237         Log: Further cuts and more docs from Graham Barr.
44238      Branch: perl
44239            ! ext/List/Util/lib/List/Util.pm
44240            ! ext/List/Util/lib/Scalar/Util.pm
44241 ____________________________________________________________________________
44242 [  9867] By: jhi                                   on 2001/04/26  21:18:57
44243         Log: Subject: [PATCH 5.7.1] DB_File-1.77
44244              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
44245              Date: Thu, 26 Apr 2001 22:37:53 +0100
44246              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
44247      Branch: perl
44248            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44249            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44250 ____________________________________________________________________________
44251 [  9866] By: jhi                                   on 2001/04/26  21:12:31
44252         Log: Subject: [PATCH B::Deparse] fix easy bugs
44253              From: Robin Houston <robin@kitsite.com>
44254              Date: Thu, 26 Apr 2001 23:03:33 +0100
44255              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
44256      Branch: perl
44257            ! ext/B/B/Deparse.pm
44258 ____________________________________________________________________________
44259 [  9865] By: jhi                                   on 2001/04/26  20:26:13
44260         Log: Update Changes.
44261      Branch: perl
44262            ! Changes patchlevel.h
44263 ____________________________________________________________________________
44264 [  9864] By: jhi                                   on 2001/04/26  19:27:48
44265         Log: Dethinko from Robin Houston.
44266      Branch: perl
44267            ! ext/B/B/Deparse.pm
44268 ____________________________________________________________________________
44269 [  9863] By: jhi                                   on 2001/04/26  19:10:35
44270         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
44271              From: Robin Houston <robin@kitsite.com>
44272              Date: Thu, 26 Apr 2001 21:08:32 +0100
44273              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
44274      Branch: perl
44275            ! ext/B/B/Deparse.pm
44276 ____________________________________________________________________________
44277 [  9862] By: jhi                                   on 2001/04/26  19:04:23
44278         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
44279              From: Robin Houston <robin@kitsite.com>
44280              Date: Thu, 26 Apr 2001 20:52:50 +0100
44281              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
44282      Branch: perl
44283            ! ext/B/B/Deparse.pm
44284 ____________________________________________________________________________
44285 [  9861] By: jhi                                   on 2001/04/26  18:56:14
44286         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
44287              From: Mike Guy <mjtg@cam.ac.uk>
44288              Date: Thu, 26 Apr 2001 14:22:40 +0100
44289              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
44290      Branch: perl
44291            ! pod/perlobj.pod
44292 ____________________________________________________________________________
44293 [  9860] By: jhi                                   on 2001/04/26  18:46:42
44294         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
44295              From: Robin Houston <robin@kitsite.com>
44296              Date: Thu, 26 Apr 2001 20:34:29 +0100
44297              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
44298              
44299              Hashes do not interpolate.
44300      Branch: perl
44301            ! ext/B/B/Deparse.pm
44302 ____________________________________________________________________________
44303 [  9859] By: jhi                                   on 2001/04/26  18:43:51
44304         Log: Subject: The Time::Piece conspiracy unmasked!!!
44305              From: Mike Guy <mjtg@cam.ac.uk>
44306              Date: Thu, 26 Apr 2001 19:02:50 +0100
44307              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
44308              
44309              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
44310              From: Mike Guy <mjtg@cam.ac.uk>
44311              Date: Thu, 26 Apr 2001 19:08:21 +0100
44312              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
44313              
44314              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
44315              From: Graham Barr <gbarr@pobox.com>
44316              Date: Thu, 26 Apr 2001 19:12:03 +0100
44317              Message-ID: <20010426191203.A70835@pobox.com>
44318              
44319              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
44320      Branch: perl
44321            ! ext/List/Util/lib/List/Util.pm
44322            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
44323 ____________________________________________________________________________
44324 [  9858] By: jhi                                   on 2001/04/26  18:17:42
44325         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
44326              From: Robin Houston <robin@kitsite.com>
44327              Date: Thu, 26 Apr 2001 16:09:35 +0100
44328              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
44329      Branch: perl
44330            ! t/comp/proto.t
44331 ____________________________________________________________________________
44332 [  9857] By: jhi                                   on 2001/04/26  18:04:59
44333         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
44334              From: barries <barries@slaysys.com>
44335              Date: Thu, 26 Apr 2001 12:01:10 -0400
44336              Message-ID: <20010426120110.E29698@jester.slaysys.com>
44337      Branch: perl
44338            ! pod/perldiag.pod
44339 ____________________________________________________________________________
44340 [  9856] By: jhi                                   on 2001/04/26  18:03:33
44341         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
44342              Date: Thu, 26 Apr 2001 17:13:41 +0100
44343              From: Robin Houston <robin@kitsite.com>
44344              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
44345              
44346              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
44347              From: Robin Houston <robin@kitsite.com>
44348              Date: Thu, 26 Apr 2001 18:44:29 +0100
44349              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
44350      Branch: perl
44351            ! ext/B/B/Deparse.pm
44352 ____________________________________________________________________________
44353 [  9855] By: jhi                                   on 2001/04/26  17:56:04
44354         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
44355              From: Robin Houston <robin@kitsite.com>
44356              Date: Thu, 26 Apr 2001 17:04:08 +0100
44357              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
44358      Branch: perl
44359            ! ext/B/B/Deparse.pm
44360 ____________________________________________________________________________
44361 [  9854] By: jhi                                   on 2001/04/26  17:47:26
44362         Log: Subject: Re: Short test case for undef %stash:: crash
44363              From: Benjamin Sugars <bsugars@canoe.ca> 
44364              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
44365              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
44366              Changed and moved the perldiag entry.
44367      Branch: perl
44368            ! gv.c pod/perldiag.pod
44369 ____________________________________________________________________________
44370 [  9853] By: jhi                                   on 2001/04/26  14:35:16
44371         Log: Beginnings of strptime().  Do not touch the wet paint.
44372      Branch: perl
44373            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
44374 ____________________________________________________________________________
44375 [  9852] By: jhi                                   on 2001/04/26  13:17:21
44376         Log: Retract #9851, core dumps from pod2man.
44377      Branch: perl
44378            ! regcomp.c
44379 ____________________________________________________________________________
44380 [  9851] By: jhi                                   on 2001/04/26  11:54:41
44381         Log: (Retracted by #9852.)
44382              
44383              Subject: [PATCH @9846] dumping ANYOF
44384              From: Hugo <hv@crypt.compulink.co.uk>
44385              Date: Thu, 26 Apr 2001 05:32:38 +0100
44386              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
44387      Branch: perl
44388            ! regcomp.c
44389 ____________________________________________________________________________
44390 [  9850] By: jhi                                   on 2001/04/26  02:34:44
44391         Log: If ccflags was empty the _previous_ $* containing all the
44392              environment variables and Configure variables was used,
44393              which lead, among other bad things, into $ccflags being your
44394              uname -a output, which lead into test compile with cc failing,
44395              which lead into gcc being selected, which didn't work that well
44396              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
44397              with large files, et cetera.
44398      Branch: perl
44399            ! hints/hpux.sh
44400 ____________________________________________________________________________
44401 [  9849] By: jhi                                   on 2001/04/26  01:44:57
44402         Log: Make selfstubber test more portable.
44403      Branch: perl
44404            ! t/lib/selfstubber.t
44405 ____________________________________________________________________________
44406 [  9848] By: jhi                                   on 2001/04/26  00:50:26
44407         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
44408              From: Benjamin Sugars <ben.sugars@home.com>
44409              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
44410              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
44411      Branch: perl
44412            ! ext/Cwd/Cwd.xs
44413 ____________________________________________________________________________
44414 [  9847] By: jhi                                   on 2001/04/26  00:46:58
44415         Log: Subject: [PATCH: perl@9841] VMS updates
44416              From: Peter Prymmer <pvhp@forte.com>
44417              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
44418              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
44419      Branch: perl
44420            ! README.vms configure.com vms/descrip_mms.template
44421            ! vms/ext/filespec.t
44422 ____________________________________________________________________________
44423 [  9846] By: jhi                                   on 2001/04/26  00:11:56
44424         Log: re 'debug' was broken by #9084.
44425      Branch: perl
44426            ! ext/re/re.xs
44427 ____________________________________________________________________________
44428 [  9845] By: jhi                                   on 2001/04/25  22:33:17
44429         Log: Subject: [PATCH] test for Devel::SelfStubber
44430              From: Nicholas Clark <nick@ccl4.org>
44431              Date: Thu, 26 Apr 2001 00:00:54 +0100
44432              Message-ID: <20010426000054.D89026@plum.flirble.org>
44433      Branch: perl
44434            + t/lib/selfstubber.t
44435            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
44436 ____________________________________________________________________________
44437 [  9844] By: jhi                                   on 2001/04/25  22:29:32
44438         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
44439              From: Paul Johnson <paul@pjcj.net>
44440              Date: Thu, 26 Apr 2001 00:46:08 +0200
44441              Message-ID: <20010426004608.H2338@pjcj.net>
44442      Branch: perl
44443            ! ext/B/B/Concise.pm
44444 ____________________________________________________________________________
44445 [  9843] By: jhi                                   on 2001/04/25  22:28:28
44446         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
44447              From: Peter Prymmer <pvhp@forte.com>
44448              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
44449              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
44450      Branch: perl
44451            ! ext/Cwd/Cwd.xs
44452 ____________________________________________________________________________
44453 [  9842] By: jhi                                   on 2001/04/25  20:58:12
44454         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
44455              From: John Peacock <jpeacock@rowman.com>
44456              Date: Wed, 25 Apr 2001 17:30:26 -0400
44457              Message-ID: <3AE741F2.B3217464@rowman.com>
44458      Branch: perl
44459            ! lib/Math/BigInt.pm t/lib/bigintpm.t
44460 ____________________________________________________________________________
44461 [  9841] By: jhi                                   on 2001/04/25  20:07:05
44462         Log: Update Changes.
44463      Branch: perl
44464            ! Changes patchlevel.h
44465 ____________________________________________________________________________
44466 [  9840] By: jhi                                   on 2001/04/25  19:56:51
44467         Log: Yet another HP-UX hints version from Merijn.
44468      Branch: perl
44469            ! hints/hpux.sh
44470 ____________________________________________________________________________
44471 [  9839] By: jhi                                   on 2001/04/25  19:53:04
44472         Log: abs_path() didn't terminate the filename correctly,
44473              in DIRNAMLENless systems like HP-UX this would fail.
44474      Branch: perl
44475            ! ext/Cwd/Cwd.xs
44476 ____________________________________________________________________________
44477 [  9838] By: jhi                                   on 2001/04/25  16:37:26
44478         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
44479              From: Mike Guy <mjtg@cam.ac.uk>
44480              Date: Wed, 25 Apr 2001 18:31:47 +0100
44481              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
44482      Branch: perl
44483            ! op.c
44484 ____________________________________________________________________________
44485 [  9837] By: jhi                                   on 2001/04/25  16:21:53
44486         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
44487              From: Jon Eveland <jweveland@yahoo.com>
44488              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
44489              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
44490      Branch: perl
44491            ! lib/perl5db.pl
44492 ____________________________________________________________________________
44493 [  9836] By: jhi                                   on 2001/04/25  14:17:50
44494         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
44495              From: "Philip Newton" <pnewton@gmx.de>
44496              Date: Wed, 25 Apr 2001 17:05:58 +0200
44497              Message-ID: <3AE703F6.3234.1833C45@localhost>
44498      Branch: perl
44499            ! Porting/patching.pod
44500 ____________________________________________________________________________
44501 [  9835] By: jhi                                   on 2001/04/25  13:58:07
44502         Log: It would seem that both ar and full_ar need to be overridden
44503              for HP-UX to avoid the GNU ar.
44504      Branch: perl
44505            ! hints/hpux.sh
44506 ____________________________________________________________________________
44507 [  9834] By: jhi                                   on 2001/04/25  13:50:40
44508         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
44509              From: "Philip Newton" <pnewton@gmx.de>
44510              Date: Wed, 25 Apr 2001 16:09:23 +0200
44511              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
44512              
44513              Detypo.
44514      Branch: perl
44515            ! t/op/misc.t
44516 ____________________________________________________________________________
44517 [  9833] By: jhi                                   on 2001/04/25  12:36:11
44518         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
44519      Branch: perl
44520            ! hints/hpux.sh
44521 ____________________________________________________________________________
44522 [  9832] By: jhi                                   on 2001/04/25  12:33:36
44523         Log: New version of HP-UX hints from Merijn.
44524      Branch: perl
44525            ! hints/hpux.sh
44526 ____________________________________________________________________________
44527 [  9831] By: jhi                                   on 2001/04/25  03:39:45
44528         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
44529      Branch: perl
44530            ! hints/hpux.sh
44531 ____________________________________________________________________________
44532 [  9830] By: jhi                                   on 2001/04/25  02:53:25
44533         Log: The tzname[] bit is not needed by util.c -- and causes
44534              heartburn in VMS (and it missing was probably the cause of
44535              the Mac OS X trouble).  Ouch.
44536      Branch: perl
44537            ! ext/POSIX/POSIX.xs util.c
44538 ____________________________________________________________________________
44539 [  9829] By: jhi                                   on 2001/04/25  00:10:06
44540         Log: Metaconfig unit change for #9828.
44541      Branch: metaconfig
44542            ! U/compline/ccflags.U
44543 ____________________________________________________________________________
44544 [  9828] By: jhi                                   on 2001/04/25  00:04:18
44545         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
44546              (which is actually the reason for the change, we need to pass
44547              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
44548              EP/IX, OS/2, and TitanOS, based on the hints files.
44549      Branch: perl
44550            ! Configure config_h.SH
44551 ____________________________________________________________________________
44552 [  9827] By: jhi                                   on 2001/04/24  23:49:20
44553         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
44554              the $cat must have an absolute path.
44555      Branch: perl
44556            ! makedepend.SH
44557 ____________________________________________________________________________
44558 [  9826] By: jhi                                   on 2001/04/24  23:40:53
44559         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
44560      Branch: perl
44561            ! README.amiga
44562 ____________________________________________________________________________
44563 [  9825] By: jhi                                   on 2001/04/24  23:35:35
44564         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
44565              From: "Philip Newton" <pnewton@gmx.de>
44566              Date: Tue, 24 Apr 2001 18:52:49 +0200
44567              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
44568      Branch: perl
44569            ! x2p/find2perl.PL
44570 ____________________________________________________________________________
44571 [  9824] By: jhi                                   on 2001/04/24  23:33:07
44572         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
44573              Some gcc specifics dropped out due to extensive rewriting;
44574              will be put back later as needed.
44575      Branch: perl
44576            ! hints/hpux.sh
44577 ____________________________________________________________________________
44578 [  9823] By: jhi                                   on 2001/04/24  23:27:57
44579         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
44580      Branch: perl
44581            ! ext/POSIX/POSIX.xs
44582 ____________________________________________________________________________
44583 [  9822] By: jhi                                   on 2001/04/24  23:25:21
44584         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
44585              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44586              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
44587              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
44588      Branch: perl
44589            ! ext/XS/Typemap/Typemap.xs
44590 ____________________________________________________________________________
44591 [  9821] By: jhi                                   on 2001/04/24  23:24:10
44592         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
44593              From: "Abigail" <abigail@foad.org>
44594              Date: Tue, 24 Apr 2001 23:12:03 +0200
44595              Message-ID: <20010424211203.7901.qmail@foad.org>
44596      Branch: perl
44597            ! pod/perlport.pod
44598 ____________________________________________________________________________
44599 [  9820] By: jhi                                   on 2001/04/24  23:23:15
44600         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
44601              From: Matt Sergeant <matt@sergeant.org>
44602              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
44603              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
44604      Branch: perl
44605            ! pod/perlfaq4.pod
44606 ____________________________________________________________________________
44607 [  9819] By: nick                                  on 2001/04/24  18:49:43
44608         Log: Integrate mainline.
44609      Branch: perlio
44610           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
44611           !> (integrate 37 files)
44612 ____________________________________________________________________________
44613 [  9818] By: jhi                                   on 2001/04/24  14:35:23
44614         Log: Update Changes.
44615      Branch: perl
44616            ! Changes patchlevel.h
44617 ____________________________________________________________________________
44618 [  9817] By: jhi                                   on 2001/04/24  14:09:17
44619         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
44620              From: "Philip Newton" <pnewton@gmx.de>
44621              Date: Tue, 24 Apr 2001 12:58:12 +0200
44622              Message-ID: <3AE57864.8304.B77A0A@localhost> 
44623              
44624              plus add CPAN to the list of modules that have their own tests.
44625      Branch: perl
44626            ! t/lib/1_compile.t
44627 ____________________________________________________________________________
44628 [  9816] By: jhi                                   on 2001/04/24  14:07:03
44629         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
44630              From: Michael G Schwern <schwern@pobox.com>
44631              Date: Sat, 21 Apr 2001 22:35:00 +0100
44632              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
44633      Branch: perl
44634            ! t/lib/1_compile.t
44635 ____________________________________________________________________________
44636 [  9815] By: jhi                                   on 2001/04/24  13:54:32
44637         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
44638              From: Robin Houston <robin@kitsite.com>
44639              Date: Tue, 24 Apr 2001 15:51:18 +0100
44640              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
44641      Branch: perl
44642            ! ext/B/B/Deparse.pm
44643 ____________________________________________________________________________
44644 [  9814] By: jhi                                   on 2001/04/24  13:17:34
44645         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44646              From: Bill Glicker <billg@burrelles.com>
44647              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
44648              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
44649      Branch: perl
44650            ! hints/svr5.sh
44651 ____________________________________________________________________________
44652 [  9813] By: jhi                                   on 2001/04/24  12:54:23
44653         Log: Prevent path disclosure (probing for existence of filenames)
44654              using suidperl; bug id 20010322.218.
44655      Branch: perl
44656            ! perl.c pod/perldiag.pod
44657 ____________________________________________________________________________
44658 [  9812] By: jhi                                   on 2001/04/24  12:08:36
44659         Log: Retract #9811.
44660      Branch: perl
44661            ! ext/POSIX/POSIX.xs
44662 ____________________________________________________________________________
44663 [  9811] By: jhi                                   on 2001/04/24  11:57:35
44664         Log: (Retracted by #9812.)
44665      Branch: perl
44666            ! ext/POSIX/POSIX.xs
44667 ____________________________________________________________________________
44668 [  9810] By: jhi                                   on 2001/04/24  03:32:35
44669         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
44670      Branch: perl
44671            ! util.c
44672 ____________________________________________________________________________
44673 [  9809] By: jhi                                   on 2001/04/24  03:16:13
44674         Log: The Math::BigFloat::import() was broken.
44675              (Fixes bug id 20010422.002.)
44676      Branch: perl
44677            ! lib/Math/BigFloat.pm
44678 ____________________________________________________________________________
44679 [  9808] By: jhi                                   on 2001/04/24  01:11:40
44680         Log: Additional dependencies; should help for parallel makes
44681              not to fail on missing lib/lib.pm or lib/re.pm.
44682      Branch: perl
44683            ! Makefile.SH
44684 ____________________________________________________________________________
44685 [  9807] By: jhi                                   on 2001/04/24  00:57:01
44686         Log: Update the test failure disclaimer.
44687      Branch: perl
44688            ! t/pragma/warn/pp_hot
44689 ____________________________________________________________________________
44690 [  9806] By: jhi                                   on 2001/04/24  00:54:04
44691         Log: Add make target "install-all" which is alias for "install"
44692              to cater for case-preserving filesystems like HFS+.
44693      Branch: perl
44694            ! INSTALL Makefile.SH
44695 ____________________________________________________________________________
44696 [  9805] By: jhi                                   on 2001/04/24  00:47:28
44697         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
44698              From: Peter Prymmer <pvhp@forte.com>
44699              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
44700              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
44701              
44702              (Ken William's message forwarded from macosx@perl.org)
44703      Branch: perl
44704            ! hints/darwin.sh
44705 ____________________________________________________________________________
44706 [  9804] By: jhi                                   on 2001/04/23  23:57:35
44707         Log: Cut-and-pasto.
44708      Branch: perl
44709            ! perlio.c
44710 ____________________________________________________________________________
44711 [  9803] By: jhi                                   on 2001/04/23  23:52:25
44712         Log: More PerlIO robustness.
44713      Branch: perl
44714            ! perlio.c
44715 ____________________________________________________________________________
44716 [  9802] By: jhi                                   on 2001/04/23  23:43:35
44717         Log: Make the "STD* opened only for ..." errors more consistent.
44718      Branch: perl
44719            ! doio.c
44720 ____________________________________________________________________________
44721 [  9801] By: jhi                                   on 2001/04/23  23:34:26
44722         Log: Test case for #9800.
44723      Branch: perl
44724            ! t/op/misc.t
44725 ____________________________________________________________________________
44726 [  9800] By: jhi                                   on 2001/04/23  23:14:43
44727         Log: Avoid coredump on 'close STDERR; die' by making
44728              the PerlIO calls more robust.  Also use SETERRNO()
44729              instead of errno = to be more VMS-ready.
44730      Branch: perl
44731            ! perlio.c
44732 ____________________________________________________________________________
44733 [  9799] By: jhi                                   on 2001/04/23  21:41:10
44734         Log: Subject: test for ID 20010423.002
44735              From: Robin Houston <robin@kitsite.com>
44736              Date: Mon, 23 Apr 2001 16:52:21 +0100
44737              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
44738      Branch: perl
44739            ! t/op/avhv.t
44740 ____________________________________________________________________________
44741 [  9798] By: jhi                                   on 2001/04/23  21:40:07
44742         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
44743              From: David Dyck <dcd@tc.fluke.com>
44744              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
44745              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
44746      Branch: perl
44747            ! installperl
44748 ____________________________________________________________________________
44749 [  9797] By: jhi                                   on 2001/04/23  21:37:56
44750         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
44751              From: Benjamin Sugars <bsugars@canoe.ca>
44752              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
44753              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
44754      Branch: perl
44755            ! ext/Cwd/Cwd.xs lib/Cwd.pm
44756 ____________________________________________________________________________
44757 [  9796] By: jhi                                   on 2001/04/23  21:29:24
44758         Log: Synchronize h2xs and pod2man some more on the documentation
44759              templates they propose.
44760      Branch: perl
44761            ! pod/pod2man.PL utils/h2xs.PL
44762 ____________________________________________________________________________
44763 [  9795] By: jhi                                   on 2001/04/23  17:30:40
44764         Log: Add one more naughty test for base64; make encoding logic cleaner.
44765      Branch: perl
44766            ! t/lib/mimeb64.t
44767 ____________________________________________________________________________
44768 [  9794] By: jhi                                   on 2001/04/23  13:51:32
44769         Log: Update Changes.
44770      Branch: perl
44771            ! Changes patchlevel.h
44772 ____________________________________________________________________________
44773 [  9793] By: jhi                                   on 2001/04/23  13:44:18
44774         Log: Duplicate lines.
44775      Branch: perl
44776            ! MANIFEST
44777 ____________________________________________________________________________
44778 [  9792] By: jhi                                   on 2001/04/23  13:39:13
44779         Log: Subject: Re: PATCH 5.7.1
44780              From: Mark-Jason Dominus <mjd@plover.com>
44781              Date: Mon, 23 Apr 2001 10:30:21 -0400
44782              Message-ID: <20010423143021.17335.qmail@plover.com>
44783      Branch: perl
44784            ! perl.h sv.c
44785 ____________________________________________________________________________
44786 [  9791] By: jhi                                   on 2001/04/23  13:32:40
44787         Log: Add the CPAN.pm 1.59_54 tests.
44788      Branch: perl
44789            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
44790            ! MANIFEST
44791 ____________________________________________________________________________
44792 [  9790] By: jhi                                   on 2001/04/23  13:21:55
44793         Log: Subject: Deparse nit
44794              From: Robin Houston <robin@kitsite.com>
44795              Date: Mon, 23 Apr 2001 12:38:20 +0100
44796              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
44797      Branch: perl
44798            ! ext/B/B/Deparse.pm
44799 ____________________________________________________________________________
44800 [  9789] By: jhi                                   on 2001/04/23  13:19:07
44801         Log: Subject: [PATCH] bug 20010423.002
44802              From: Robin Houston <robin@kitsite.com>
44803              Date: Mon, 23 Apr 2001 13:12:30 +0100
44804              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
44805      Branch: perl
44806            ! pp.c
44807 ____________________________________________________________________________
44808 [  9788] By: jhi                                   on 2001/04/23  13:02:49
44809         Log: Subject: PATCH [5.7.1] hv.c unused #define
44810              From: Mark-Jason Dominus <mjd@plover.com>
44811              Date: Sun, 22 Apr 2001 14:17:49 -0400
44812              Message-ID: <20010422181749.26976.qmail@plover.com>
44813      Branch: perl
44814            ! hv.c
44815 ____________________________________________________________________________
44816 [  9787] By: jhi                                   on 2001/04/23  13:02:02
44817         Log: Subject: PATCH 5.7.1
44818              From: Mark-Jason Dominus <mjd@plover.com>
44819              Date: Sun, 22 Apr 2001 15:12:57 -0400
44820              Message-ID: <20010422191258.6539.qmail@plover.com>
44821              
44822              plus Sarathy's STMT_START + STMT_END suggestion.
44823      Branch: perl
44824            ! perl.h
44825 ____________________________________________________________________________
44826 [  9786] By: jhi                                   on 2001/04/23  12:53:25
44827         Log: Fix for
44828              
44829              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
44830              From: dLux <dlux@spam.sch.bme.hu>
44831              Date: Mon, 23 Apr 2001 01:25:26 +0200
44832              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
44833              
44834              (SvGROW really does return a char *.)
44835      Branch: perl
44836            ! pod/perlapi.pod sv.h
44837 ____________________________________________________________________________
44838 [  9785] By: jhi                                   on 2001/04/23  04:34:04
44839         Log: Time::Piece work continues.  $t->day removed since
44840              I think it's too confusing.  Now has normal and
44841              abbreviated length weekday names and month names,
44842              the names change with _names(), not _list().
44843              Now has strftime() in Perl, _strftime() is
44844              the libc version (to which strftime() falls back
44845              if it doesn't know the format.  To do: the reverse
44846              of strftime, strptime(), and the localisation of both.
44847      Branch: perl
44848            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
44849            ! t/lib/time-piece.t
44850 ____________________________________________________________________________
44851 [  9784] By: jhi                                   on 2001/04/23  02:41:46
44852         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
44853              From: andreas.koenig@anima.de (Andreas J. Koenig)
44854              Date: 23 Apr 2001 05:20:55 +0200
44855              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
44856      Branch: perl
44857            ! t/pragma/overload.t
44858 ____________________________________________________________________________
44859 [  9783] By: jhi                                   on 2001/04/22  23:32:42
44860         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
44861              From: Robin Houston <robin@kitsite.com>
44862              Date: Mon, 23 Apr 2001 00:38:18 +0100
44863              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
44864      Branch: perl
44865            ! ext/B/B/Deparse.pm
44866 ____________________________________________________________________________
44867 [  9782] By: jhi                                   on 2001/04/22  20:55:43
44868         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
44869              From: Simon Cozens <simon@netthink.co.uk>
44870              Date: Sun, 22 Apr 2001 18:47:25 +0100
44871              Message-ID: <20010422184725.A14411@netthink.co.uk>
44872      Branch: perl
44873            ! sv.c t/pragma/overload.t
44874 ____________________________________________________________________________
44875 [  9781] By: jhi                                   on 2001/04/22  20:52:13
44876         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
44877              From: Robin Houston <robin@kitsite.com>
44878              Date: Sun, 22 Apr 2001 22:14:50 +0100
44879              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
44880      Branch: perl
44881            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
44882 ____________________________________________________________________________
44883 [  9780] By: nick                                  on 2001/04/22  20:40:31
44884         Log: Integrate mainline.
44885      Branch: perlio
44886           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
44887           +> t/lib/b-stash.t
44888           !> (integrate 38 files)
44889 ____________________________________________________________________________
44890 [  9779] By: jhi                                   on 2001/04/22  15:16:03
44891         Log: Subject: IO::Socket::INET patch
44892              From: andrew deryabin <djsf@technarchy.ru>
44893              Date: Sat, 21 Apr 2001 17:46:52 +0400
44894              Message-ID: <20010421174652.B1426@technarchy>
44895      Branch: perl
44896            ! ext/IO/lib/IO/Socket/INET.pm
44897 ____________________________________________________________________________
44898 [  9778] By: jhi                                   on 2001/04/22  15:14:33
44899         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
44900              From: Mark-Jason Dominus <mjd@plover.com>
44901              Date: Sat, 21 Apr 2001 21:27:49 -0400
44902              Message-ID: <20010422012749.27024.qmail@plover.com>
44903      Branch: perl
44904            ! regcomp.c
44905 ____________________________________________________________________________
44906 [  9777] By: jhi                                   on 2001/04/22  15:10:51
44907         Log: Subject: Re: Regex debugger patch 
44908              From: Mark-Jason Dominus <mjd@plover.com>
44909              Date: Sat, 21 Apr 2001 21:48:51 -0400
44910              Message-ID: <20010422014851.27165.qmail@plover.com>
44911      Branch: perl
44912            ! pod/perldebguts.pod
44913 ____________________________________________________________________________
44914 [  9776] By: jhi                                   on 2001/04/22  15:09:48
44915         Log: Subject: Re: Regex debugger patch
44916              From: Mark-Jason Dominus <mjd@plover.com>
44917              Date: Sat, 21 Apr 2001 14:24:39 -0400
44918              Message-ID: <20010421182439.16508.qmail@plover.com>
44919              
44920              Regex debugger backend.
44921      Branch: perl
44922            ! regcomp.c regexp.h
44923 ____________________________________________________________________________
44924 [  9775] By: jhi                                   on 2001/04/21  16:45:40
44925         Log: Subject: [PATCH] Typo in utf8.h
44926              From: Jesús Quiroga <jquiroga@pobox.com>
44927              Date: Sat, 21 Apr 2001 19:25:33 +0200
44928              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
44929      Branch: perl
44930            ! utf8.h
44931 ____________________________________________________________________________
44932 [  9774] By: jhi                                   on 2001/04/21  16:43:52
44933         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44934              From: Joe Orton <jorton@redhat.com>
44935              Date: Tue, 17 Apr 2001 15:50:43 +0100
44936              Message-Id: <20010417155043.D19132@eu.c2.net>
44937      Branch: perl
44938            ! hints/svr5.sh
44939 ____________________________________________________________________________
44940 [  9773] By: jhi                                   on 2001/04/21  15:30:15
44941         Log: Subject: Patch utils/h2xs.PL
44942              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44943              Date: Sat, 21 Apr 2001 10:32:16 -0500
44944              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
44945              
44946              Add MAILING list and LICENSE templates.
44947      Branch: perl
44948            ! utils/h2xs.PL
44949 ____________________________________________________________________________
44950 [  9772] By: jhi                                   on 2001/04/21  15:28:36
44951         Log: Subject: perlfaq2.patch for 5.7.1
44952              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44953              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
44954              Date: Fri, 20 Apr 2001 16:42:19 -0500
44955              
44956              rm an extra tab, a blurb about the xx.cpan to clarify
44957              which countries actually have that and dejanews is history
44958              as well as most of that nonsensical entry.
44959      Branch: perl
44960            ! pod/perlfaq2.pod
44961 ____________________________________________________________________________
44962 [  9771] By: jhi                                   on 2001/04/21  15:27:17
44963         Log: Subject: perlfaq1.patch for 5.7.1
44964              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44965              Date: Fri, 20 Apr 2001 16:57:36 -0500
44966              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
44967              
44968              Evil URLs must die. Especially when they are broken.
44969      Branch: perl
44970            ! pod/perlfaq1.pod
44971 ____________________________________________________________________________
44972 [  9770] By: jhi                                   on 2001/04/21  15:23:38
44973         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
44974              From: Michael G Schwern <schwern@pobox.com>
44975              Date: Sat, 21 Apr 2001 16:11:12 +0100
44976              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
44977      Branch: perl
44978            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
44979            + t/lib/b-stash.t
44980            ! MANIFEST ext/B/B.pm t/lib/b.t
44981 ____________________________________________________________________________
44982 [  9769] By: jhi                                   on 2001/04/21  15:03:32
44983         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
44984              From: Michael G Schwern <schwern@pobox.com>
44985              Date: Sat, 21 Apr 2001 09:48:00 +0100
44986              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
44987      Branch: perl
44988            ! utils/h2ph.PL
44989 ____________________________________________________________________________
44990 [  9768] By: jhi                                   on 2001/04/21  14:33:49
44991         Log: PerlIO and Encode doc cleanup and tweaks.
44992      Branch: perl
44993            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
44994            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
44995 ____________________________________________________________________________
44996 [  9767] By: jhi                                   on 2001/04/21  12:40:16
44997         Log: Integrate perlio.
44998      Branch: perl
44999           !> doio.c
45000 ____________________________________________________________________________
45001 [  9766] By: nick                                  on 2001/04/20  18:28:35
45002         Log: Avoid core dump on
45003              open(STDOUT,">",\$foo);
45004      Branch: perlio
45005            ! doio.c
45006 ____________________________________________________________________________
45007 [  9765] By: jhi                                   on 2001/04/20  13:23:43
45008         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
45009              From: Robin Houston <robin@kitsite.com>
45010              Date: Fri, 20 Apr 2001 14:29:22 +0100
45011              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
45012      Branch: perl
45013            ! ext/B/B.pm ext/B/B/Deparse.pm
45014 ____________________________________________________________________________
45015 [  9764] By: jhi                                   on 2001/04/20  13:19:33
45016         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
45017              From: Peter Prymmer <pvhp@forte.com>
45018              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
45019              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
45020      Branch: perl
45021            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
45022            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
45023            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
45024            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
45025 ____________________________________________________________________________
45026 [  9763] By: jhi                                   on 2001/04/20  12:36:39
45027         Log: Subject: Re: A new PerlIO coredump
45028              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45029              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
45030              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
45031      Branch: perl
45032            ! doio.c
45033 ____________________________________________________________________________
45034 [  9762] By: jhi                                   on 2001/04/19  23:02:30
45035         Log: Update Changes.
45036      Branch: perl
45037            ! Changes patchlevel.h
45038 ____________________________________________________________________________
45039 [  9761] By: jhi                                   on 2001/04/19  22:59:19
45040         Log: More cleanup cleanup.
45041      Branch: perl
45042            ! Makefile.SH win32/Makefile win32/makefile.mk
45043 ____________________________________________________________________________
45044 [  9760] By: jhi                                   on 2001/04/19  22:50:31
45045         Log: lib/Time is non-empty, let's not rmdir it.
45046      Branch: perl
45047            ! Makefile.SH
45048 ____________________________________________________________________________
45049 [  9759] By: jhi                                   on 2001/04/19  22:36:51
45050         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
45051              From: Robin Houston <robin@kitsite.com>
45052              Date: Fri, 20 Apr 2001 00:18:53 +0100
45053              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
45054      Branch: perl
45055            ! ext/B/B/Deparse.pm
45056 ____________________________________________________________________________
45057 [  9758] By: jhi                                   on 2001/04/19  22:36:00
45058         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
45059              From: Peter Prymmer <pvhp@forte.com>
45060              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
45061              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
45062      Branch: perl
45063            ! ext/Cwd/Cwd.xs
45064 ____________________________________________________________________________
45065 [  9757] By: nick                                  on 2001/04/19  18:53:54
45066         Log: Blind (untested) integrate of mainline.
45067      Branch: perlio
45068           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
45069           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
45070           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
45071           !> (integrate 53 files)
45072 ____________________________________________________________________________
45073 [  9756] By: jhi                                   on 2001/04/19  16:59:23
45074         Log: Document and test Time::Piece.
45075      Branch: perl
45076            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
45077            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
45078 ____________________________________________________________________________
45079 [  9755] By: jhi                                   on 2001/04/19  12:13:29
45080         Log: A better fix for the \x{12345678} trouble from NI-S.
45081      Branch: perl
45082            ! utf8.c
45083 ____________________________________________________________________________
45084 [  9754] By: jhi                                   on 2001/04/19  11:56:07
45085         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
45086              From: Robin Houston <robin@kitsite.com>
45087              Date: Wed, 18 Apr 2001 17:58:33 +0100
45088              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
45089      Branch: perl
45090            ! ext/B/B/Deparse.pm op.c
45091 ____________________________________________________________________________
45092 [  9753] By: jhi                                   on 2001/04/19  04:21:52
45093         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
45094              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
45095              Date: Thu, 19 Apr 2001 01:11:41 -0400
45096              Message-ID: <20010419011141.A5798@cpan.org>
45097      Branch: perl
45098            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
45099 ____________________________________________________________________________
45100 [  9752] By: jhi                                   on 2001/04/19  02:41:10
45101         Log: The new time utils need to be thread-aware, too.
45102      Branch: perl
45103            ! util.c
45104 ____________________________________________________________________________
45105 [  9751] By: jhi                                   on 2001/04/19  02:26:47
45106         Log: Compilation nit noticed by AIX compiler.
45107      Branch: perl
45108            ! perlio.c
45109 ____________________________________________________________________________
45110 [  9750] By: jhi                                   on 2001/04/19  02:20:06
45111         Log: The new time utils need to be public.
45112      Branch: perl
45113            ! embed.pl
45114 ____________________________________________________________________________
45115 [  9749] By: jhi                                   on 2001/04/19  01:42:39
45116         Log: Regen toc.
45117      Branch: perl
45118            ! pod/perltoc.pod
45119 ____________________________________________________________________________
45120 [  9748] By: jhi                                   on 2001/04/19  01:41:10
45121         Log: Add Time::Piece, a slight rewrite of Time::Object,
45122              from Matt Sergeant.
45123      Branch: perl
45124            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
45125            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
45126            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
45127            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
45128            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
45129            ! win32/makefile.mk
45130 ____________________________________________________________________________
45131 [  9747] By: jhi                                   on 2001/04/19  00:55:35
45132         Log: The new metaconfig unit from strftime.
45133      Branch: metaconfig/U/perl
45134            + d_strftime.U
45135 ____________________________________________________________________________
45136 [  9746] By: jhi                                   on 2001/04/19  00:54:54
45137         Log: Move the strftime() wrapper from POSIX.xs to util.c
45138              as my_strftime(), requires HAS_STRFTIME.
45139      Branch: perl
45140            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45141            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
45142            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
45143            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45144            ! vos/config.ga.h win32/config.bc win32/config.gc
45145            ! win32/config.vc
45146 ____________________________________________________________________________
45147 [  9745] By: jhi                                   on 2001/04/18  23:11:03
45148         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
45149              in preparation of Time::Piece.
45150      Branch: perl
45151            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
45152 ____________________________________________________________________________
45153 [  9744] By: jhi                                   on 2001/04/18  22:33:12
45154         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
45155              From: Peter Prymmer <pvhp@forte.com>
45156              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
45157              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
45158      Branch: perl
45159            ! t/lib/exporter.t
45160 ____________________________________________________________________________
45161 [  9743] By: jhi                                   on 2001/04/18  22:32:23
45162         Log: Subject: Fwd: pod2html leaves cache files lying around?
45163              From: Rajesh Vaidheeswarran <rv@gnu.org>
45164              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
45165              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
45166      Branch: perl
45167            ! lib/Pod/Html.pm
45168 ____________________________________________________________________________
45169 [  9742] By: jhi                                   on 2001/04/18  20:31:49
45170         Log: Update Changes.
45171      Branch: perl
45172            ! Changes patchlevel.h
45173 ____________________________________________________________________________
45174 [  9741] By: jhi                                   on 2001/04/18  20:23:02
45175         Log: Declare hints only if needed.
45176      Branch: perl
45177            ! ext/B/B/Deparse.pm
45178 ____________________________________________________________________________
45179 [  9740] By: jhi                                   on 2001/04/18  19:06:05
45180         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
45181              bug noticed by Robin Houston; basically the code of detecting
45182              value wraparound was acting differently under different compilers
45183              and platforms.  The workaround is to remove the overflow check
45184              for now, a real fix would be to do the overflow (portably) right.
45185      Branch: perl
45186            ! t/op/pat.t utf8.c
45187 ____________________________________________________________________________
45188 [  9739] By: jhi                                   on 2001/04/18  19:01:23
45189         Log: Subject: [PATCH B::Deparse] some pragma support
45190              From: Robin Houston <robin@kitsite.com>
45191              Date: Wed, 18 Apr 2001 19:32:12 +0100
45192              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
45193      Branch: perl
45194            ! ext/B/B/Deparse.pm
45195 ____________________________________________________________________________
45196 [  9738] By: jhi                                   on 2001/04/18  15:16:37
45197         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
45198              From: Benjamin Sugars <bsugars@canoe.ca>
45199              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
45200              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
45201      Branch: perl
45202            ! t/op/glob.t
45203 ____________________________________________________________________________
45204 [  9737] By: jhi                                   on 2001/04/18  13:24:50
45205         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
45206              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45207              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
45208              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
45209      Branch: perl
45210            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
45211            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
45212 ____________________________________________________________________________
45213 [  9736] By: jhi                                   on 2001/04/18  04:15:14
45214         Log: The #9735 also changes the subtest 12.
45215      Branch: perl
45216            ! t/lib/b.t
45217 ____________________________________________________________________________
45218 [  9735] By: jhi                                   on 2001/04/18  03:55:17
45219         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
45220              From: David Dyck <dcd@tc.fluke.com>
45221              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
45222              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
45223      Branch: perl
45224            ! ext/B/B/Deparse.pm
45225 ____________________________________________________________________________
45226 [  9734] By: jhi                                   on 2001/04/18  03:54:11
45227         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
45228              From: Gisle Aas <gisle@ActiveState.com>
45229              Date: 17 Apr 2001 19:06:45 -0700
45230              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
45231      Branch: perl
45232            ! pp_hot.c t/op/misc.t
45233 ____________________________________________________________________________
45234 [  9733] By: jhi                                   on 2001/04/17  22:25:22
45235         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
45236              From: "Abigail" <abigail@foad.org>
45237              Date: Wed, 18 Apr 2001 01:17:46 +0200
45238              Message-ID: <20010417231746.21657.qmail@foad.org>
45239      Branch: perl
45240            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
45241 ____________________________________________________________________________
45242 [  9732] By: jhi                                   on 2001/04/17  20:47:56
45243         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
45244              From: Robin Houston <robin@kitsite.com>
45245              Date: Tue, 17 Apr 2001 22:37:42 +0100
45246              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
45247      Branch: perl
45248            ! ext/B/B/Deparse.pm
45249 ____________________________________________________________________________
45250 [  9731] By: nick                                  on 2001/04/17  20:46:35
45251         Log: Re-sync for t/lib/b.t fix
45252      Branch: perlio
45253           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
45254 ____________________________________________________________________________
45255 [  9730] By: jhi                                   on 2001/04/17  20:45:29
45256         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
45257              From: Robin Houston <robin@kitsite.com>
45258              Date: Tue, 17 Apr 2001 22:29:36 +0100
45259              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
45260      Branch: perl
45261            ! ext/B/B.xs ext/B/B/Deparse.pm
45262 ____________________________________________________________________________
45263 [  9729] By: jhi                                   on 2001/04/17  20:43:11
45264         Log: Subject: Deparse - parenthesise args to undeclared subs
45265              From: Robin Houston <robin@kitsite.com>
45266              Date: Tue, 17 Apr 2001 21:31:05 +0100
45267              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
45268      Branch: perl
45269            ! ext/B/B/Deparse.pm
45270 ____________________________________________________________________________
45271 [  9728] By: jhi                                   on 2001/04/17  18:57:30
45272         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
45273              From: Benjamin Sugars <ben.sugars@home.com>
45274              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
45275              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
45276      Branch: perl
45277            ! t/lib/cwd.t
45278 ____________________________________________________________________________
45279 [  9727] By: jhi                                   on 2001/04/17  18:20:20
45280         Log: Subject: [PATCH B::Deparse] ambient pragmas
45281              From: Robin Houston <robin@kitsite.com>
45282              Date: Tue, 17 Apr 2001 20:01:59 +0100
45283              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
45284      Branch: perl
45285            ! ext/B/B/Deparse.pm t/lib/b.t
45286 ____________________________________________________________________________
45287 [  9726] By: nick                                  on 2001/04/17  16:33:51
45288         Log: Integrate mainline (t/lib/b.t fails test 2...)
45289      Branch: perlio
45290           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
45291           +> ext/List/Util/README ext/List/Util/Util.xs
45292           +> ext/List/Util/lib/List/Util.pm
45293           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
45294           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
45295           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
45296           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
45297           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
45298           !> (integrate 31 files)
45299 ____________________________________________________________________________
45300 [  9725] By: jhi                                   on 2001/04/17  12:14:24
45301         Log: Subject: multiple B::* changes
45302              From: Robin Houston <robin@kitsite.com>
45303              Date: Thu, 12 Apr 2001 20:12:27 +0100
45304              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
45305      Branch: perl
45306            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
45307 ____________________________________________________________________________
45308 [  9724] By: jhi                                   on 2001/04/17  11:59:05
45309         Log: Thread-awareness from Doug MacEachern.
45310      Branch: perl
45311            ! ext/List/Util/Util.xs
45312 ____________________________________________________________________________
45313 [  9723] By: jhi                                   on 2001/04/17  11:57:41
45314         Log: Make the test more portable.
45315      Branch: perl
45316            ! t/lib/cwd.t
45317 ____________________________________________________________________________
45318 [  9722] By: jhi                                   on 2001/04/17  11:53:50
45319         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
45320              From: Benjamin Sugars <ben.sugars@home.com>
45321              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
45322              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
45323      Branch: perl
45324            ! t/lib/cwd.t
45325 ____________________________________________________________________________
45326 [  9721] By: jhi                                   on 2001/04/17  11:52:17
45327         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
45328              From: Benjamin Sugars <bsugars@canoe.ca>
45329              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
45330              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
45331      Branch: perl
45332            ! op.c
45333 ____________________________________________________________________________
45334 [  9720] By: jhi                                   on 2001/04/17  11:35:42
45335         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
45336              From: Chris Nandor <pudge@pobox.com>
45337              Date: Tue, 17 Apr 2001 00:30:49 -0400
45338              Message-Id: <p05100207b701768712de@[10.0.1.177]>
45339      Branch: perl
45340            ! ext/File/Glob/bsd_glob.c gv.c
45341 ____________________________________________________________________________
45342 [  9719] By: jhi                                   on 2001/04/17  11:32:13
45343         Log: Subject: [PATCH] Tweten->West
45344              From: Casey West <casey@geeknest.com>
45345              Date: Mon, 16 Apr 2001 12:11:22 -0400
45346              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
45347      Branch: perl
45348            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
45349            ! pod/perltie.pod
45350 ____________________________________________________________________________
45351 [  9718] By: jhi                                   on 2001/04/16  03:22:52
45352         Log: Update Changes.
45353      Branch: perl
45354            ! Changes patchlevel.h
45355 ____________________________________________________________________________
45356 [  9717] By: jhi                                   on 2001/04/16  03:06:28
45357         Log: Regen toc.
45358      Branch: perl
45359            ! pod/perltoc.pod
45360 ____________________________________________________________________________
45361 [  9716] By: jhi                                   on 2001/04/16  02:58:42
45362         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
45363              From: Prymmer/Kahn <pvhp@best.com>
45364              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
45365              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
45366      Branch: perl
45367            ! utf8.c
45368 ____________________________________________________________________________
45369 [  9715] By: jhi                                   on 2001/04/15  23:40:35
45370         Log: Subject: Re: Net::Ping patch, adds stream protocol
45371              From: bronson@rinspin.com (Scott Bronson)
45372              Date: Tue, 10 Apr 2001 23:58:33 -0700
45373              Message-ID: <20010410235833.N29719@rinspin.com>
45374      Branch: perl
45375            ! lib/Net/Ping.pm
45376 ____________________________________________________________________________
45377 [  9714] By: jhi                                   on 2001/04/15  23:31:46
45378         Log: Printing out the ok messages helps successful testing.
45379      Branch: perl
45380            ! t/lib/time-hires.t
45381 ____________________________________________________________________________
45382 [  9713] By: jhi                                   on 2001/04/15  21:43:24
45383         Log: Update Douglas Wegscheid's email.
45384      Branch: perl
45385            ! AUTHORS
45386 ____________________________________________________________________________
45387 [  9712] By: jhi                                   on 2001/04/15  21:40:41
45388         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
45389              From: Michael G Schwern <schwern@pobox.com>
45390              Date: Sat, 14 Apr 2001 22:40:50 +0100
45391              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
45392      Branch: perl
45393            + t/lib/exporter.t
45394            ! MANIFEST lib/Exporter/Heavy.pm
45395 ____________________________________________________________________________
45396 [  9711] By: jhi                                   on 2001/04/15  21:39:21
45397         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
45398              From: Michael G Schwern <schwern@pobox.com>
45399              Date: Sat, 14 Apr 2001 22:13:59 +0100
45400              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
45401      Branch: perl
45402            ! t/op/loopctl.t
45403 ____________________________________________________________________________
45404 [  9710] By: jhi                                   on 2001/04/15  21:30:19
45405         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
45406              From: Michael G Schwern <schwern@pobox.com>
45407              Date: Sat, 14 Apr 2001 22:05:32 +0100
45408              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
45409      Branch: perl
45410            ! t/pragma/warnings.t
45411 ____________________________________________________________________________
45412 [  9709] By: jhi                                   on 2001/04/15  19:34:09
45413         Log: Integrate changes #9706,9707 from maintperl into mainline.
45414              
45415              change#7210 broke .packlist generation
45416              
45417              ExtUtils::Installed doesn't quote regex metacharacters in paths
45418              before using them in match; also make it work for dosish platforms
45419      Branch: perl
45420           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
45421 ____________________________________________________________________________
45422 [  9708] By: jhi                                   on 2001/04/15  19:31:01
45423         Log: Test also the scalar aspect of getitimer().
45424      Branch: perl
45425            ! t/lib/time-hires.t
45426 ____________________________________________________________________________
45427 [  9707] By: gsar                                  on 2001/04/15  17:24:20
45428         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
45429              before using them in match; also make it work for dosish platforms
45430      Branch: maint-5.6/perl
45431            ! lib/ExtUtils/Installed.pm
45432 ____________________________________________________________________________
45433 [  9706] By: gsar                                  on 2001/04/15  17:21:59
45434         Log: change#7210 broke .packlist generation (listed only filename
45435              rather than fully qualified path name)
45436      Branch: maint-5.6/perl
45437            ! lib/ExtUtils/Install.pm
45438 ____________________________________________________________________________
45439 [  9705] By: jhi                                   on 2001/04/15  12:36:33
45440         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
45441      Branch: perl
45442            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
45443            ! t/lib/time-hires.t
45444 ____________________________________________________________________________
45445 [  9704] By: jhi                                   on 2001/04/15  10:49:08
45446         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
45447              From: Prymmer/Kahn <pvhp@best.com>
45448              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
45449              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
45450      Branch: perl
45451            ! lib/utf8.pm pod/perlebcdic.pod
45452 ____________________________________________________________________________
45453 [  9703] By: jhi                                   on 2001/04/15  02:26:26
45454         Log: I keep forgetting to sort MANIFEST.
45455      Branch: perl
45456            ! MANIFEST
45457 ____________________________________________________________________________
45458 [  9702] By: jhi                                   on 2001/04/15  02:07:47
45459         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
45460              Now we have blessed, reftype, tainted, first, reduce, ...
45461      Branch: perl
45462            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
45463            + ext/List/Util/README ext/List/Util/Util.xs
45464            + ext/List/Util/lib/List/Util.pm
45465            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
45466            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
45467            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
45468            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
45469            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
45470            ! MANIFEST
45471 ____________________________________________________________________________
45472 [  9701] By: jhi                                   on 2001/04/14  15:05:25
45473         Log: Subject: RE: dprofpp.pl updates 
45474              From: Carl Eklof <CEklof@endeca.com>
45475              Date: Thu, 12 Apr 2001 18:45:46 -0400
45476              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
45477      Branch: perl
45478            ! utils/dprofpp.PL
45479 ____________________________________________________________________________
45480 [  9700] By: jhi                                   on 2001/04/14  14:44:55
45481         Log: Do not just blindly add CR.
45482      Branch: perl
45483            ! Porting/makerel
45484 ____________________________________________________________________________
45485 [  9699] By: jhi                                   on 2001/04/13  13:17:01
45486         Log: Update Changes.
45487      Branch: perl
45488            ! Changes patchlevel.h
45489 ____________________________________________________________________________
45490 [  9698] By: jhi                                   on 2001/04/13  12:44:48
45491         Log: Integrate perlio.
45492      Branch: perl
45493           !> ext/PerlIO/Scalar/Scalar.xs
45494 ____________________________________________________________________________
45495 [  9697] By: jhi                                   on 2001/04/13  12:29:15
45496         Log: Add more debug output to the test.
45497      Branch: perl
45498            ! t/lib/cwd.t
45499 ____________________________________________________________________________
45500 [  9696] By: nick                                  on 2001/04/13  10:14:29
45501         Log: Fix core dump on binmode($fh,'Scalar')
45502      Branch: perlio
45503            ! ext/PerlIO/Scalar/Scalar.xs
45504 ____________________________________________________________________________
45505 [  9695] By: nick                                  on 2001/04/13  09:05:42
45506         Log: Integrate mainline
45507      Branch: perlio
45508           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45509           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
45510           +> t/lib/time-hires.t
45511           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
45512           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
45513           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
45514           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
45515           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
45516           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
45517           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
45518 ____________________________________________________________________________
45519 [  9694] By: jhi                                   on 2001/04/12  22:23:35
45520         Log: Integrate change #9693 from maintperl into mainline.
45521              
45522              $VERSION and Version() on the same line provokes a warning from
45523              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
45524      Branch: perl
45525           !> lib/Devel/SelfStubber.pm
45526 ____________________________________________________________________________
45527 [  9693] By: gsar                                  on 2001/04/12  21:55:56
45528         Log: $VERSION and Version() on the same line provokes a warning from
45529              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
45530      Branch: maint-5.6/perl
45531            ! lib/Devel/SelfStubber.pm
45532 ____________________________________________________________________________
45533 [  9692] By: jhi                                   on 2001/04/12  13:54:00
45534         Log: This is at least 5.005.
45535      Branch: perl
45536            ! ext/Time/HiRes/HiRes.xs
45537 ____________________________________________________________________________
45538 [  9691] By: jhi                                   on 2001/04/12  13:37:20
45539         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
45540      Branch: perl
45541            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
45542            ! win32/Makefile win32/makefile.mk
45543 ____________________________________________________________________________
45544 [  9690] By: jhi                                   on 2001/04/12  01:34:46
45545         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
45546      Branch: perl
45547            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45548            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
45549            + t/lib/time-hires.t
45550            ! MANIFEST
45551 ____________________________________________________________________________
45552 [  9689] By: jhi                                   on 2001/04/12  00:28:39
45553         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
45554              From: Gisle Aas <gisle@ActiveState.com>
45555              Date: 11 Apr 2001 16:36:11 -0700
45556              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
45557      Branch: perl
45558            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
45559 ____________________________________________________________________________
45560 [  9688] By: jhi                                   on 2001/04/12  00:27:39
45561         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
45562              From: Gisle Aas <gisle@ActiveState.com>
45563              Date: 11 Apr 2001 11:13:24 -0700
45564              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
45565      Branch: perl
45566            ! ext/MIME/Base64/Base64.xs
45567 ____________________________________________________________________________
45568 [  9687] By: jhi                                   on 2001/04/11  19:51:47
45569         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
45570      Branch: perl
45571            ! Todo-5.6
45572 ____________________________________________________________________________
45573 [  9686] By: jhi                                   on 2001/04/11  16:54:25
45574         Log: Subject: [PATCH opcode.pl] Documentation of table format
45575              From: Simon Cozens <simon@netthink.co.uk>
45576              Date: Wed, 11 Apr 2001 12:59:31 +0100
45577              Message-ID: <20010411125931.A25681@netthink.co.uk>
45578      Branch: perl
45579            ! opcode.pl
45580 ____________________________________________________________________________
45581 [  9685] By: jhi                                   on 2001/04/11  16:53:15
45582         Log: Subject: [PATCH] prototype("CORE::recv")
45583              From: Simon Cozens <simon@netthink.co.uk>
45584              Date: Wed, 11 Apr 2001 13:24:35 +0100
45585              Message-ID: <20010411132435.A26169@netthink.co.uk>
45586      Branch: perl
45587            ! pp.c t/comp/proto.t
45588 ____________________________________________________________________________
45589 [  9684] By: jhi                                   on 2001/04/11  16:47:13
45590         Log: FAQ (and AUTHORS) update from Dan Carson: the information
45591              was several years obsolete, Term::Readkey has been updated
45592              to have the functionality.
45593      Branch: perl
45594            ! AUTHORS pod/perlfaq5.pod
45595 ____________________________________________________________________________
45596 [  9683] By: jhi                                   on 2001/04/11  12:15:46
45597         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
45598              From: Calle Dybedahl <calle@lysator.liu.se>
45599              Date: 10 Apr 2001 16:44:16 +0200
45600              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
45601      Branch: perl
45602            ! ext/MIME/Base64/Base64.xs
45603 ____________________________________________________________________________
45604 [  9682] By: jhi                                   on 2001/04/11  12:12:26
45605         Log: A more minimal fix for 20010410.006 from Hugo.
45606      Branch: perl
45607            ! regexec.c
45608 ____________________________________________________________________________
45609 [  9681] By: jhi                                   on 2001/04/11  11:34:23
45610         Log: Integrate changes #9678,9679 from maintline into mainperl.
45611              
45612              addendum to change#9676
45613              
45614              up $File::Glob::VERSION; add a note pointing out the version of
45615              the OpenBSD glob bsd_glob.c resembles
45616      Branch: perl
45617           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45618           !> ext/File/Glob/bsd_glob.h
45619 ____________________________________________________________________________
45620 [  9680] By: jhi                                   on 2001/04/11  11:30:38
45621         Log: Bad test numbering in integrate in #9677.
45622              Fixes ID 20010411.001.
45623      Branch: perl
45624            ! t/op/pat.t
45625 ____________________________________________________________________________
45626 [  9679] By: gsar                                  on 2001/04/11  03:38:40
45627         Log: up $File::Glob::VERSION; add a note pointing out the version of
45628              the OpenBSD glob bsd_glob.c resembles
45629      Branch: maint-5.6/perl
45630            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45631            ! ext/File/Glob/bsd_glob.h
45632 ____________________________________________________________________________
45633 [  9678] By: gsar                                  on 2001/04/11  03:09:48
45634         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
45635              revision 1.8.10.1 found here:
45636              
45637              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
45638      Branch: maint-5.6/perl
45639            ! ext/File/Glob/bsd_glob.c
45640 ____________________________________________________________________________
45641 [  9677] By: jhi                                   on 2001/04/11  02:54:39
45642         Log: Integrate changes #9675,9676 from maintperl into mainline.
45643              
45644              fix for bug 20010410.006, undo change#7115
45645              
45646              port the OpenBSD glob() security patch
45647      Branch: perl
45648           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
45649           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
45650           !> t/op/pat.t
45651 ____________________________________________________________________________
45652 [  9676] By: gsar                                  on 2001/04/11  02:19:02
45653         Log: port the glob() security patch found at:
45654              
45655              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
45656              
45657              CERT advisory for the issue is here:
45658              
45659              http://www.cert.org/advisories/CA-2001-07.html
45660              
45661              Note that the security scare is only relevant for those who are
45662              foolish enough to build suidperl (which is now officially discouraged)
45663      Branch: maint-5.6/perl
45664            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
45665            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
45666 ____________________________________________________________________________
45667 [  9675] By: gsar                                  on 2001/04/10  23:52:11
45668         Log: fix for bug 20010410.006
45669              
45670              undo change#7115 (came into maint-5.6 as change#8156)
45671              
45672              add tests to keep it from coming back
45673      Branch: maint-5.6/perl
45674            ! regexec.c t/op/pat.t
45675 ____________________________________________________________________________
45676 [  9674] By: nick                                  on 2001/04/10  20:39:31
45677         Log: Integrate mainline
45678      Branch: perlio
45679           +> Porting/testall.atom
45680           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
45681           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
45682           !> t/lib/lc-uk.t t/pod/find.t
45683 ____________________________________________________________________________
45684 [  9673] By: nick                                  on 2001/04/10  18:46:14
45685         Log: Integrate against change 9670 aka perl-5.7.1
45686      Branch: perlio
45687           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45688           !> (integrate 53 files)
45689 ____________________________________________________________________________
45690 [  9672] By: jhi                                   on 2001/04/10  13:45:01
45691         Log: Add a script for doing cumulative profile of the test suite.
45692              (Requires ATOM, that is, Tru64.)
45693      Branch: perl
45694            + Porting/testall.atom
45695            ! MANIFEST
45696 ____________________________________________________________________________
45697 [  9671] By: jhi                                   on 2001/04/10  12:38:53
45698         Log: Missing std block.
45699      Branch: perl
45700            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
45701            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
45702            ! t/pod/find.t
45703 ____________________________________________________________________________
45704 [  9670] By: jhi                                   on 2001/04/10  01:25:58
45705         Log: This is 5.7.1.
45706      Branch: perl
45707            ! patchlevel.h
45708 ____________________________________________________________________________
45709 [  9669] By: jhi                                   on 2001/04/10  01:09:14
45710         Log: Update Changes.
45711      Branch: perl
45712            ! Changes patchlevel.h
45713 ____________________________________________________________________________
45714 [  9668] By: jhi                                   on 2001/04/10  01:00:38
45715         Log: Regen toc.
45716      Branch: perl
45717            ! pod/perltoc.pod
45718 ____________________________________________________________________________
45719 [  9667] By: jhi                                   on 2001/04/10  00:52:16
45720         Log: Update perlhist.
45721      Branch: perl
45722            ! pod/perlhist.pod
45723 ____________________________________________________________________________
45724 [  9666] By: jhi                                   on 2001/04/09  23:38:59
45725         Log: Slight wording tweaks from Damian to #9658.
45726      Branch: perl
45727            ! pod/perlobj.pod
45728 ____________________________________________________________________________
45729 [  9665] By: jhi                                   on 2001/04/09  19:56:06
45730         Log: Subject: [PATCH perlutil.pod] Nit
45731              From: Simon Cozens <simon@netthink.co.uk>
45732              Date: Mon, 9 Apr 2001 20:29:44 +0100
45733              Message-ID: <20010409202944.A14796@the.earth.li>
45734      Branch: perl
45735            ! pod/perlutil.pod
45736 ____________________________________________________________________________
45737 [  9664] By: jhi                                   on 2001/04/09  19:54:42
45738         Log: Subject: Re: perl571delta.pod@9631
45739              From: Mike Guy <mjtg@cam.ac.uk>
45740              Date: Mon, 09 Apr 2001 18:09:14 +0100
45741              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
45742      Branch: perl
45743            ! pod/perl571delta.pod
45744 ____________________________________________________________________________
45745 [  9663] By: jhi                                   on 2001/04/09  13:43:35
45746         Log: Update Changes.
45747      Branch: perl
45748            ! Changes patchlevel.h
45749 ____________________________________________________________________________
45750 [  9662] By: jhi                                   on 2001/04/09  13:24:46
45751         Log: tweak tweak.
45752      Branch: perl
45753            ! AUTHORS pod/perl571delta.pod
45754 ____________________________________________________________________________
45755 [  9661] By: jhi                                   on 2001/04/09  13:15:13
45756         Log: Thinko in manual patch applying.
45757      Branch: perl
45758            ! sv.c
45759 ____________________________________________________________________________
45760 [  9660] By: jhi                                   on 2001/04/09  13:07:53
45761         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
45762              From: Robin Barker <rmb1@cise.npl.co.uk> 
45763              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
45764              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
45765              
45766              (This corrects the case where the "isn't numeric" string contains \0s
45767              and is longer than the temporary buffer, and contains \0 at the point
45768              the string would be truncated by "...".) 
45769      Branch: perl
45770            ! sv.c
45771 ____________________________________________________________________________
45772 [  9659] By: jhi                                   on 2001/04/09  12:57:41
45773         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
45774      Branch: perl
45775            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
45776            ! t/lib/cgi-function.t t/lib/cgi-html.t
45777 ____________________________________________________________________________
45778 [  9658] By: jhi                                   on 2001/04/09  12:48:47
45779         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
45780              From: Ilmari Karonen <iltzu@sci.fi>
45781              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
45782              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
45783              
45784              Rearrange and rewrite the Method Invocation section
45785              to explain the concepts in nicer order.
45786      Branch: perl
45787            ! pod/perlobj.pod
45788 ____________________________________________________________________________
45789 [  9657] By: jhi                                   on 2001/04/09  12:35:58
45790         Log: Upgrade to podlators 1.09, from Russ Allbery.
45791      Branch: perl
45792            ! lib/Pod/Man.pm lib/Pod/Text.pm
45793 ____________________________________________________________________________
45794 [  9656] By: jhi                                   on 2001/04/09  12:31:53
45795         Log: perl571delta.
45796      Branch: perl
45797            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
45798 ____________________________________________________________________________
45799 [  9655] By: jhi                                   on 2001/04/09  12:20:09
45800         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
45801              From: Prymmer/Kahn <pvhp@best.com>
45802              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
45803              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
45804      Branch: perl
45805            ! lib/utf8.pm pod/perlunicode.pod
45806 ____________________________________________________________________________
45807 [  9654] By: gsar                                  on 2001/04/09  03:38:33
45808         Log: here lies 5.6.1
45809      Branch: maint-5.6/perl
45810            ! Changes
45811 ____________________________________________________________________________
45812 [  9653] By: jhi                                   on 2001/04/09  03:25:24
45813         Log: Update perlhist.
45814      Branch: perl
45815            ! pod/perlhist.pod
45816 ____________________________________________________________________________
45817 [  9652] By: jhi                                   on 2001/04/09  03:18:49
45818         Log: perl571delta tweaking continues.
45819      Branch: perl
45820            ! pod/perl571delta.pod
45821 ____________________________________________________________________________
45822 [  9651] By: gsar                                  on 2001/04/09  03:11:19
45823         Log: update Changes, patchlevel.h &c.
45824      Branch: maint-5.6/perl
45825            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
45826            ! pod/perltoc.pod
45827 ____________________________________________________________________________
45828 [  9650] By: jhi                                   on 2001/04/09  02:40:24
45829         Log: Integrate the perlfork half of #9513 from maintperl into mainline
45830              (the perlunicode half is obsolete)
45831      Branch: perl
45832            ! pod/perlfork.pod
45833 ____________________________________________________________________________
45834 [  9649] By: gsar                                  on 2001/04/09  02:35:43
45835         Log: tweak perldelta as suggested by Jarkko
45836      Branch: maint-5.6/perl
45837            ! pod/perldelta.pod
45838 ____________________________________________________________________________
45839 [  9648] By: jhi                                   on 2001/04/09  02:13:04
45840         Log: Integrate change #9646 from maintperl into mainline.
45841              
45842              add note about ithreads and Thread.pm
45843      Branch: perl
45844           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
45845 ____________________________________________________________________________
45846 [  9647] By: jhi                                   on 2001/04/09  02:10:18
45847         Log: Bad assumption that shortsize == 2.
45848      Branch: perl
45849            ! t/lib/xs-typemap.t
45850 ____________________________________________________________________________
45851 [  9646] By: gsar                                  on 2001/04/09  00:48:04
45852         Log: add note about ithreads and Thread.pm (too many people are
45853              confused by the fact that Thread.pm is built and installed
45854              under non-5005threads but doesn't work)
45855      Branch: maint-5.6/perl
45856            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
45857 ____________________________________________________________________________
45858 [  9645] By: gsar                                  on 2001/04/09  00:19:03
45859         Log: update perldelta.pod for changes in 5.6.1
45860      Branch: maint-5.6/perl
45861            ! Changes pod/perldelta.pod
45862 ____________________________________________________________________________
45863 [  9644] By: jhi                                   on 2001/04/08  20:37:00
45864         Log: Integrate change #9639 from maintperl into mainline:
45865              on windows, many of the README.* pods were being copied to
45866              the wrong location
45867      Branch: perl
45868           !> win32/Makefile win32/makefile.mk
45869 ____________________________________________________________________________
45870 [  9643] By: jhi                                   on 2001/04/08  20:07:11
45871         Log: Integrate change #9624 from maintperl into mainline:
45872              the pod tests were not okay.  (t/pod/find.t changes ignored)
45873      Branch: perl
45874           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
45875           !> t/pod/include.t t/pod/included.t t/pod/lref.t
45876           !> t/pod/multiline_items.t t/pod/nested_items.t
45877           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45878           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
45879 ____________________________________________________________________________
45880 [  9642] By: jhi                                   on 2001/04/08  19:57:17
45881         Log: Integrate change #9638 from maintperl into mainline:
45882              update to latest JPL from the anoncvs repository
45883      Branch: perl
45884           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45885           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
45886           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
45887 ____________________________________________________________________________
45888 [  9641] By: jhi                                   on 2001/04/08  19:53:30
45889         Log: perl571delta updates.
45890      Branch: perl
45891            ! lib/Filter/Simple.pm pod/perl571delta.pod
45892 ____________________________________________________________________________
45893 [  9640] By: gsar                                  on 2001/04/08  19:20:46
45894         Log: integrate change#9634 from mainline
45895              
45896              Fix the perlmodlib generation (didn't understand separate .pod
45897              files; didn't understand -- as the name-thing separator).
45898              Update the CPAN mirrors list.
45899      Branch: maint-5.6/perl
45900            ! pod/perlmodlib.pod
45901           !> pod/perlmodlib.PL
45902 ____________________________________________________________________________
45903 [  9639] By: gsar                                  on 2001/04/08  18:57:31
45904         Log: on windows, many of the README.* pods were being copied to the wrong
45905              location
45906      Branch: maint-5.6/perl
45907            ! win32/Makefile win32/makefile.mk
45908 ____________________________________________________________________________
45909 [  9638] By: gsar                                  on 2001/04/08  18:38:25
45910         Log: update to latest JPL from the anoncvs repository
45911      Branch: maint-5.6/perl
45912            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45913            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
45914            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
45915 ____________________________________________________________________________
45916 [  9637] By: jhi                                   on 2001/04/08  17:53:53
45917         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
45918      Branch: perl
45919            ! pod/perl571delta.pod
45920 ____________________________________________________________________________
45921 [  9636] By: jhi                                   on 2001/04/08  17:18:32
45922         Log: Regen toc.
45923      Branch: perl
45924            ! pod/perltoc.pod
45925 ____________________________________________________________________________
45926 [  9635] By: jhi                                   on 2001/04/08  17:16:33
45927         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
45928              From: "Craig A. Berry" <craigberry@mac.com>
45929              Date: Sun, 08 Apr 2001 12:30:16 -0500
45930              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
45931      Branch: perl
45932            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
45933 ____________________________________________________________________________
45934 [  9634] By: jhi                                   on 2001/04/08  17:09:19
45935         Log: Fix the perlmodlib generation (didn't understand separate .pod
45936              files; didn't understand -- as the name-thing separator).
45937              
45938              Update the CPAN mirrors list.
45939      Branch: perl
45940            ! pod/perlmodlib.PL pod/perlmodlib.pod
45941 ____________________________________________________________________________
45942 [  9633] By: jhi                                   on 2001/04/08  16:49:17
45943         Log: Sort MANIFEST.
45944      Branch: perl
45945            ! MANIFEST
45946 ____________________________________________________________________________
45947 [  9632] By: gsar                                  on 2001/04/08  16:36:06
45948         Log: add $Tie::RefHash::VERSION
45949      Branch: maint-5.6/perl
45950            ! lib/Tie/RefHash.pm
45951 ____________________________________________________________________________
45952 [  9631] By: jhi                                   on 2001/04/08  16:10:15
45953         Log: perl571delta updates based on p5p feedback; still needs
45954              lots of examples.
45955      Branch: perl
45956            ! pod/perl571delta.pod
45957 ____________________________________________________________________________
45958 [  9630] By: jhi                                   on 2001/04/08  15:59:13
45959         Log: Update the list of supported platforms to talk about 5.7.1
45960              (and 5.6.1)
45961      Branch: perl
45962            ! pod/perlport.pod
45963 ____________________________________________________________________________
45964 [  9629] By: jhi                                   on 2001/04/08  15:55:41
45965         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
45966              from maintperl into mainline: perlport updates.
45967      Branch: perl
45968            ! pod/perlport.pod
45969 ____________________________________________________________________________
45970 [  9628] By: jhi                                   on 2001/04/08  15:53:17
45971         Log: perlsolaris.pod copied to wrong directory.
45972      Branch: perl
45973            ! win32/makefile.mk
45974 ____________________________________________________________________________
45975 [  9627] By: jhi                                   on 2001/04/08  14:48:18
45976         Log: Subject: Typos in perl571delta.pod
45977              From: "Stephen P. Potter" <spp@spotter.yi.org>
45978              Date: Sat, 07 Apr 2001 20:37:05 -0400
45979              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
45980      Branch: perl
45981            ! pod/perl571delta.pod
45982 ____________________________________________________________________________
45983 [  9626] By: jhi                                   on 2001/04/08  14:39:04
45984         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
45985      Branch: perl
45986            ! gv.c
45987 ____________________________________________________________________________
45988 [  9625] By: nick                                  on 2001/04/08  10:14:23
45989         Log: Integrate mainline
45990      Branch: perlio
45991           +> pod/perl570delta.pod pod/perl571delta.pod
45992           !> (integrate 27 files)
45993 ____________________________________________________________________________
45994 [  9624] By: gsar                                  on 2001/04/08  06:08:17
45995         Log: test in t/pod/* were busted
45996              
45997              these tests are still not enabled in t/{harness,TEST}
45998      Branch: maint-5.6/perl
45999            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
46000            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
46001            ! t/pod/multiline_items.t t/pod/nested_items.t
46002            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
46003            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
46004 ____________________________________________________________________________
46005 [  9623] By: gsar                                  on 2001/04/08  03:37:01
46006         Log: integrate change#9470 from mainline
46007              
46008              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
46009      Branch: maint-5.6/perl
46010           !> ext/Socket/Socket.xs
46011 ____________________________________________________________________________
46012 [  9622] By: jhi                                   on 2001/04/07  22:40:47
46013         Log: Update Changes.
46014      Branch: perl
46015            ! Changes patchlevel.h
46016 ____________________________________________________________________________
46017 [  9621] By: jhi                                   on 2001/04/07  22:34:16
46018         Log: Update AUTHORS.
46019      Branch: perl
46020            ! AUTHORS
46021 ____________________________________________________________________________
46022 [  9620] By: jhi                                   on 2001/04/07  22:12:47
46023         Log: Forgot to bump the number of tests in #9164.
46024      Branch: perl
46025            ! t/op/array.t
46026 ____________________________________________________________________________
46027 [  9619] By: jhi                                   on 2001/04/07  22:09:50
46028         Log: Bump patchlevel to 5.7.1.
46029      Branch: perl
46030            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46031            ! config_h.SH patchlevel.h
46032 ____________________________________________________________________________
46033 [  9618] By: jhi                                   on 2001/04/07  22:02:41
46034         Log: Populate perl571delta.
46035      Branch: perl
46036            ! pod/perl571delta.pod
46037 ____________________________________________________________________________
46038 [  9617] By: jhi                                   on 2001/04/07  22:01:23
46039         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
46040              to forget it later; do not change patchlevel.h yet or regenerate
46041              Configure yet.
46042      Branch: perl
46043            ! epoc/config.sh win32/Makefile win32/config_H.bc
46044            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
46045 ____________________________________________________________________________
46046 [  9616] By: jhi                                   on 2001/04/07  17:46:33
46047         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
46048      Branch: perl
46049            ! pod/perl571delta.pod
46050 ____________________________________________________________________________
46051 [  9615] By: jhi                                   on 2001/04/07  17:33:21
46052         Log: Change the toc configuration.
46053      Branch: perl
46054            ! pod/buildtoc.PL pod/perl.pod
46055 ____________________________________________________________________________
46056 [  9614] By: jhi                                   on 2001/04/07  17:29:47
46057         Log: Subject: PATCH: $[
46058              From: Robin Houston <robin@kitsite.com>
46059              Date: Fri, 6 Apr 2001 18:10:14 +0100
46060              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
46061      Branch: perl
46062            ! op.c t/op/array.t
46063 ____________________________________________________________________________
46064 [  9613] By: jhi                                   on 2001/04/07  17:28:26
46065         Log: Subject: [PATCH perl@9424] isn't numeric warning
46066              From: Robin Barker <rmb1@cise.npl.co.uk>
46067              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
46068              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
46069      Branch: perl
46070            ! sv.c t/pragma/warn/sv
46071 ____________________________________________________________________________
46072 [  9612] By: jhi                                   on 2001/04/07  17:26:45
46073         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
46074              From: Mike Guy <mjtg@cam.ac.uk>
46075              Date: Fri, 06 Apr 2001 12:47:06 +0100
46076              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
46077      Branch: perl
46078            ! dump.c t/lib/peek.t
46079 ____________________________________________________________________________
46080 [  9611] By: jhi                                   on 2001/04/07  17:21:35
46081         Log: Create perl571delta and seed it off with the perldelta changes
46082              since 5.7.0; remove those changes from perldelta and rename it
46083              as perl570delta; recreate perldelta but leave it almost empty.
46084      Branch: perl
46085            + pod/perl570delta.pod pod/perl571delta.pod
46086            ! MANIFEST pod/perldelta.pod
46087 ____________________________________________________________________________
46088 [  9610] By: jhi                                   on 2001/04/07  16:56:32
46089         Log: Denit.
46090      Branch: perl
46091            ! pod/perldelta.pod
46092 ____________________________________________________________________________
46093 [  9609] By: jhi                                   on 2001/04/07  16:38:32
46094         Log: Retract #9523: needs more thought.
46095      Branch: perl
46096            ! Makefile.SH
46097 ____________________________________________________________________________
46098 [  9608] By: jhi                                   on 2001/04/07  14:59:20
46099         Log: atmark() code cleanaup.
46100      Branch: perl
46101            ! ext/IO/IO.xs
46102 ____________________________________________________________________________
46103 [  9607] By: jhi                                   on 2001/04/07  14:48:14
46104         Log: Integrate change #9605 from maintperl into mainline.
46105              
46106              can't optimize away scope entry if tr/// is present
46107      Branch: perl
46108           !> op.c t/op/tr.t
46109 ____________________________________________________________________________
46110 [  9606] By: jhi                                   on 2001/04/07  14:43:59
46111         Log: Integrate perlio.
46112      Branch: perl
46113           +> win32/FindExt.pm
46114           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
46115           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
46116 ____________________________________________________________________________
46117 [  9605] By: gsar                                  on 2001/04/07  11:52:40
46118         Log: can't optimize away scope entry if tr/// is present
46119      Branch: maint-5.6/perl
46120            ! op.c t/op/tr.t
46121 ____________________________________________________________________________
46122 [  9604] By: nick                                  on 2001/04/07  11:39:45
46123         Log: Split out extension finding code from buildext.pl into FindExt.pm
46124              Use it to get Config.pm's idea of available extensions in line
46125              with what is built.
46126      Branch: perlio
46127            + win32/FindExt.pm
46128            ! MANIFEST win32/buildext.pl win32/config_sh.PL
46129            ! win32/makefile.mk
46130 ____________________________________________________________________________
46131 [  9603] By: nick                                  on 2001/04/07  09:11:38
46132         Log: Cleanup correction for failed :Via() layer, also set an error code.
46133      Branch: perlio
46134            ! ext/PerlIO/Via/Via.xs
46135 ____________________________________________________________________________
46136 [  9602] By: nick                                  on 2001/04/07  08:38:04
46137         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
46138              style. So don't use binmode() on the handles so that Win32 etc. see
46139              same sequence and produce same digests.
46140      Branch: perlio
46141            ! t/lib/md5-file.t
46142 ____________________________________________________________________________
46143 [  9601] By: nick                                  on 2001/04/07  08:36:26
46144         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
46145              Else it complains and so crlf layer (say) does not get pushed.
46146      Branch: perlio
46147            ! perlio.c
46148 ____________________________________________________________________________
46149 [  9600] By: jhi                                   on 2001/04/06  23:00:09
46150         Log: Integrate change #9599 from perlio into mainline.
46151      Branch: perl
46152           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
46153           !> win32/config_H.vc
46154 ____________________________________________________________________________
46155 [  9599] By: nick                                  on 2001/04/06  21:42:43
46156         Log: Quote $VERSION in Encode.pm.
46157              regen_config_h as requested.
46158      Branch: perlio
46159            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
46160            ! win32/config_H.vc
46161 ____________________________________________________________________________
46162 [  9598] By: nick                                  on 2001/04/06  20:34:59
46163         Log: Integrate mainline
46164      Branch: perlio
46165           +> README.macos
46166           !> (integrate 39 files)
46167 ____________________________________________________________________________
46168 [  9597] By: gsar                                  on 2001/04/06  18:06:35
46169         Log: integrate change#9464 from mainline (addendum to change#8313)
46170              
46171              Subject: [PATCH @9452] Better peep()ing for foreach() loops
46172      Branch: maint-5.6/perl
46173           !> op.c
46174 ____________________________________________________________________________
46175 [  9596] By: jhi                                   on 2001/04/06  17:26:03
46176         Log: The d_casti32=undef is good for you even when not use64bitall.
46177      Branch: perl
46178            ! hints/hpux.sh
46179 ____________________________________________________________________________
46180 [  9595] By: gsar                                  on 2001/04/06  14:57:17
46181         Log: add a low-impact fix to accommodate darwin-ism
46182      Branch: maint-5.6/perl
46183            ! ext/Errno/Errno_pm.PL
46184 ____________________________________________________________________________
46185 [  9594] By: jhi                                   on 2001/04/06  14:55:14
46186         Log: Integrate changes #9528,9593 from mainline into maintperl;
46187              tweaking the editor/IDE/shell list.
46188      Branch: maint-5.6/perl
46189           !> pod/perlfaq3.pod
46190 ____________________________________________________________________________
46191 [  9593] By: jhi                                   on 2001/04/06  14:51:39
46192         Log: Make the editor/IDE/shell list a little bit airier.
46193      Branch: perl
46194            ! pod/perlfaq3.pod
46195 ____________________________________________________________________________
46196 [  9592] By: gsar                                  on 2001/04/06  14:45:18
46197         Log: integrate change#9477 from mainline (base.pm doc tweak)
46198              
46199              missing doc entry for fmod()
46200      Branch: maint-5.6/perl
46201            ! lib/Math/BigFloat.pm
46202           !> lib/base.pm
46203 ____________________________________________________________________________
46204 [  9591] By: jhi                                   on 2001/04/06  13:55:48
46205         Log: Regen toc.
46206      Branch: perl
46207            ! pod/perltoc.pod
46208 ____________________________________________________________________________
46209 [  9590] By: jhi                                   on 2001/04/06  13:54:52
46210         Log: Math::BigFloat patches from John Peacock.  The equivalent
46211              of #9586 from maintperl but reworked by John to work with
46212              the bleadperl.
46213      Branch: perl
46214            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
46215 ____________________________________________________________________________
46216 [  9589] By: jhi                                   on 2001/04/06  13:42:23
46217         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
46218      Branch: perl
46219            ! ext/Digest/MD5/Makefile.PL
46220 ____________________________________________________________________________
46221 [  9588] By: jhi                                   on 2001/04/06  13:31:45
46222         Log: Integrate changes #9584,9587 from maintperl into mainline.
46223              
46224              keep eval"" CVs alive until the end of the statement in which
46225              they're called
46226              
46227              add README.macos (from Chris Nandor)
46228              
46229              tyop in change#9555
46230      Branch: perl
46231           +> README.macos
46232           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
46233           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
46234           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
46235           !> win32/makefile.mk
46236 ____________________________________________________________________________
46237 [  9587] By: gsar                                  on 2001/04/06  07:31:30
46238         Log: add README.macos (from Chris Nandor)
46239              
46240              tyop in change#9555
46241      Branch: maint-5.6/perl
46242            + README.macos
46243            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
46244            ! win32/Makefile win32/makefile.mk
46245 ____________________________________________________________________________
46246 [  9586] By: gsar                                  on 2001/04/06  07:08:54
46247         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
46248      Branch: maint-5.6/perl
46249            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
46250 ____________________________________________________________________________
46251 [  9585] By: gsar                                  on 2001/04/06  06:58:44
46252         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
46253              from mainline
46254              
46255              Subject: [PATCH] Base64 update to perlfaq9.pod
46256              
46257              Subject: [PATCH AUTHORS] Housekeeping
46258              
46259              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
46260              Mac OS X (Darwin) has extra pwent fields.
46261              
46262              Subject: [PATCH B::*] print control-character vars readably
46263              Needs EBCDICification.
46264              
46265              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
46266              
46267              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
46268              
46269              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
46270              
46271              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
46272              
46273              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
46274              
46275              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
46276              
46277              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
46278              
46279              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
46280              
46281              FreeBSD hints tweak from Anton Berezin.
46282              
46283              Subject: [PATCH foolperl & bleadperl] README.vms update
46284              
46285              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
46286      Branch: maint-5.6/perl
46287           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
46288           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
46289           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
46290 ____________________________________________________________________________
46291 [  9584] By: gsar                                  on 2001/04/06  04:09:00
46292         Log: keep eval"" CVs alive until the end of the statement in which
46293              they're called; this avoids a coredump ensuing from search for
46294              lexicals in code such as:
46295              
46296              sub bug {
46297              my $s = @_;
46298              eval q[sub { eval 'sub { &$s }' }];
46299              }
46300              bug("x")->()->();
46301              
46302              this code still doesn't work as intended (as it has remained
46303              since time immemorial), but it doesn't provoke a coredump anymore
46304      Branch: maint-5.6/perl
46305            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46306            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
46307 ____________________________________________________________________________
46308 [  9583] By: jhi                                   on 2001/04/05  23:52:51
46309         Log: Update Changes.
46310      Branch: perl
46311            ! Changes patchlevel.h
46312 ____________________________________________________________________________
46313 [  9582] By: jhi                                   on 2001/04/05  23:11:23
46314         Log: Slight doc tweak.
46315      Branch: perl
46316            ! pod/perlunicode.pod
46317 ____________________________________________________________________________
46318 [  9581] By: jhi                                   on 2001/04/05  23:04:11
46319         Log: Integrate perlio.
46320      Branch: perl
46321           !> pod/perlunicode.pod
46322 ____________________________________________________________________________
46323 [  9580] By: jhi                                   on 2001/04/05  23:03:29
46324         Log: Test for #9579.
46325      Branch: perl
46326            ! t/op/do.t
46327 ____________________________________________________________________________
46328 [  9579] By: jhi                                   on 2001/04/05  22:54:17
46329         Log: Subject: [PATCH] Propagate calling context for do '...'
46330              From: Gisle Aas <gisle@ActiveState.com>
46331              Date: 04 Apr 2001 20:17:29 -0700
46332              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
46333      Branch: perl
46334            ! pod/perlfunc.pod pp_ctl.c
46335 ____________________________________________________________________________
46336 [  9578] By: jhi                                   on 2001/04/05  22:52:51
46337         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
46338              From: Peter Prymmer <pvhp@forte.com>
46339              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
46340              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
46341      Branch: perl
46342            ! README.vms
46343 ____________________________________________________________________________
46344 [  9577] By: jhi                                   on 2001/04/05  22:48:22
46345         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
46346              From: "Craig A. Berry" <craigberry@mac.com>
46347              Date: Thu, 5 Apr 2001 13:43:28 -0500
46348              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
46349      Branch: perl
46350            ! README.vms
46351 ____________________________________________________________________________
46352 [  9576] By: jhi                                   on 2001/04/05  22:31:38
46353         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
46354              From: Michael G Schwern <schwern@pobox.com>
46355              Date: Thu, 5 Apr 2001 21:53:21 +0100
46356              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
46357      Branch: perl
46358            ! lib/base.pm t/lib/fields.t
46359 ____________________________________________________________________________
46360 [  9575] By: jhi                                   on 2001/04/05  22:26:10
46361         Log: FreeBSD hints tweak from Anton Berezin.
46362      Branch: perl
46363            ! hints/freebsd.sh
46364 ____________________________________________________________________________
46365 [  9574] By: jhi                                   on 2001/04/05  22:24:03
46366         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
46367              From: David Dyck <dcd@tc.fluke.com>
46368              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
46369              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
46370      Branch: perl
46371            ! t/op/oct.t
46372 ____________________________________________________________________________
46373 [  9573] By: jhi                                   on 2001/04/05  22:23:06
46374         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
46375              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
46376              From: David Dyck <dcd@tc.fluke.com>
46377              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
46378      Branch: perl
46379            ! pp.c
46380 ____________________________________________________________________________
46381 [  9572] By: jhi                                   on 2001/04/05  22:14:47
46382         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
46383              From: Robin Houston <robin@kitsite.com>
46384              Date: Thu, 5 Apr 2001 20:56:48 +0100
46385              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
46386      Branch: perl
46387            ! ext/B/B/Deparse.pm
46388 ____________________________________________________________________________
46389 [  9571] By: jhi                                   on 2001/04/05  22:12:53
46390         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
46391              From: Robin Houston <robin@kitsite.com>
46392              Date: Thu, 5 Apr 2001 19:55:51 +0100
46393              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
46394      Branch: perl
46395            ! ext/B/B/Deparse.pm
46396 ____________________________________________________________________________
46397 [  9570] By: jhi                                   on 2001/04/05  22:11:06
46398         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
46399              From: Robin Houston <robin@kitsite.com>
46400              Date: Thu, 5 Apr 2001 20:16:29 +0100
46401              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
46402      Branch: perl
46403            ! ext/B/B/Deparse.pm
46404 ____________________________________________________________________________
46405 [  9569] By: nick                                  on 2001/04/05  21:32:26
46406         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
46407      Branch: perlio
46408            ! pod/perlunicode.pod
46409 ____________________________________________________________________________
46410 [  9568] By: nick                                  on 2001/04/05  19:38:09
46411         Log: Integrate mainline
46412      Branch: perlio
46413           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
46414           !> (integrate 35 files)
46415 ____________________________________________________________________________
46416 [  9567] By: jhi                                   on 2001/04/05  18:31:45
46417         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
46418              From: Robin Houston <robin@kitsite.com>
46419              Date: Thu, 5 Apr 2001 18:03:23 +0100
46420              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
46421      Branch: perl
46422            ! ext/B/B/Deparse.pm
46423 ____________________________________________________________________________
46424 [  9566] By: jhi                                   on 2001/04/05  18:29:35
46425         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
46426              From: Robin Houston <robin@kitsite.com>
46427              Date: Thu, 5 Apr 2001 16:45:18 +0100
46428              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
46429      Branch: perl
46430            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
46431 ____________________________________________________________________________
46432 [  9565] By: jhi                                   on 2001/04/05  18:24:23
46433         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
46434              From: Robin Houston <robin@kitsite.com>
46435              Date: Thu, 5 Apr 2001 14:50:09 +0100
46436              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
46437      Branch: perl
46438            ! ext/B/B/Deparse.pm
46439 ____________________________________________________________________________
46440 [  9564] By: jhi                                   on 2001/04/05  18:23:03
46441         Log: Subject: [PATCH B::*] print control-character vars readably
46442              From: Robin Houston <robin@kitsite.com>
46443              Date: Thu, 5 Apr 2001 14:27:38 +0100
46444              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
46445              
46446              Needs EBCDICification.
46447      Branch: perl
46448            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
46449            ! ext/B/B/Terse.pm
46450 ____________________________________________________________________________
46451 [  9563] By: jhi                                   on 2001/04/05  18:20:32
46452         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
46453              Date: Thu, 5 Apr 2001 13:21:42 -0400
46454              From: Paul Schinder <schinder@pobox.com>
46455              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
46456              
46457              Mac OS X (Darwin) has extra pwent fields.
46458      Branch: perl
46459            ! t/op/pwent.t
46460 ____________________________________________________________________________
46461 [  9562] By: jhi                                   on 2001/04/05  17:57:51
46462         Log: Regen toc.
46463      Branch: perl
46464            ! pod/perltoc.pod
46465 ____________________________________________________________________________
46466 [  9561] By: jhi                                   on 2001/04/05  17:47:33
46467         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
46468      Branch: metaconfig
46469            ! U/Glossary.patch
46470      Branch: metaconfig/U/perl
46471            + d_u32align.U
46472            ! d_cmsghdr_s.U d_msghdr_s.U
46473 ____________________________________________________________________________
46474 [  9560] By: jhi                                   on 2001/04/05  17:47:01
46475         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
46476              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
46477              Introduce probes for struct msghdr, struct cmsghdr,
46478              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
46479              ualarm, usleep, for possible later extension work.
46480      Branch: perl
46481            + t/lib/md5-align.t
46482            ! Configure MANIFEST Porting/Glossary Porting/config.sh
46483            ! Porting/config_H config_h.SH configure.com epoc/config.sh
46484            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
46485            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46486            ! vos/config.ga.h win32/config.bc win32/config.gc
46487            ! win32/config.vc
46488 ____________________________________________________________________________
46489 [  9559] By: jhi                                   on 2001/04/05  13:03:04
46490         Log: Be traditional in your cpp (for the Errno extension).
46491      Branch: perl
46492            ! hints/darwin.sh
46493 ____________________________________________________________________________
46494 [  9558] By: jhi                                   on 2001/04/05  13:00:05
46495         Log: Add $Config{cppflags} to the gcc incantation.
46496      Branch: perl
46497            ! ext/Errno/Errno_pm.PL
46498 ____________________________________________________________________________
46499 [  9557] By: jhi                                   on 2001/04/05  04:22:39
46500         Log: Introduce Sean Burke's Class::ISA 0.32.
46501      Branch: perl
46502            + lib/Class/ISA.pm t/lib/class-isa.t
46503            ! MANIFEST
46504 ____________________________________________________________________________
46505 [  9556] By: jhi                                   on 2001/04/05  04:09:50
46506         Log: Subject: [PATCH AUTHORS] Housekeeping
46507              From: Paul Johnson <paul@pjcj.net> 
46508              Date: Wed, 4 Apr 2001 22:45:47 +0200
46509              Message-ID: <20010404224547.D9548@pjcj.net>
46510      Branch: perl
46511            ! AUTHORS
46512 ____________________________________________________________________________
46513 [  9555] By: jhi                                   on 2001/04/05  04:06:33
46514         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
46515              From: Gisle Aas <gisle@ActiveState.com>
46516              Date: 04 Apr 2001 14:23:04 -0700
46517              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
46518      Branch: perl
46519            ! pod/perlfaq9.pod
46520 ____________________________________________________________________________
46521 [  9554] By: jhi                                   on 2001/04/05  04:05:49
46522         Log: Downgrade also the "Wide character" diagnostic.
46523      Branch: perl
46524            ! pod/perldiag.pod
46525 ____________________________________________________________________________
46526 [  9553] By: jhi                                   on 2001/04/05  04:00:33
46527         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
46528              maintperl into mainline.
46529              
46530              "double" should be "NV"; standard typemap is missing entry
46531              for NV
46532              
46533              s/djSP/dSP/
46534              
46535              Downgrade "Wide character in print" to a warning.
46536              
46537              B::Deparse fix for ${^FOO} and documentation for PVX() method
46538              (from Robin Houston)
46539              
46540              tr/// doesn't null-terminate the result in some situations
46541              (from Gisle Aas)
46542      Branch: perl
46543           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
46544           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
46545           !> t/io/utf8.t t/op/tr.t
46546 ____________________________________________________________________________
46547 [  9552] By: jhi                                   on 2001/04/05  03:52:50
46548         Log: Retract changes #9542 and #9538 (from maintperl, integrated
46549              at #9540), shouldn't be needed because of the perlio changes.
46550      Branch: perl
46551            ! util.c
46552 ____________________________________________________________________________
46553 [  9551] By: gsar                                  on 2001/04/05  00:18:34
46554         Log: tr/// doesn't null-terminate the result in some situations
46555              (from Gisle Aas)
46556      Branch: maint-5.6/perl
46557            ! doop.c t/op/tr.t
46558 ____________________________________________________________________________
46559 [  9550] By: gsar                                  on 2001/04/04  20:04:17
46560         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
46561              (from Robin Houston)
46562      Branch: maint-5.6/perl
46563            ! ext/B/B.pm ext/B/B/Deparse.pm
46564 ____________________________________________________________________________
46565 [  9549] By: nick                                  on 2001/04/04  18:56:15
46566         Log: Downgrade "Wide character in print" to a warning.
46567      Branch: perlio
46568            ! doio.c t/io/utf8.t
46569 ____________________________________________________________________________
46570 [  9548] By: gsar                                  on 2001/04/04  18:51:49
46571         Log: integrate changes#9460,9462,9482,9521,9522
46572              
46573              Subject: PATCH: B::Debug should show LOOP-specific fields
46574              
46575              Subject: B::Deparse precedence bug. (Patch included.)
46576              
46577              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
46578              
46579              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
46580              
46581              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
46582      Branch: maint-5.6/perl
46583           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
46584           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
46585 ____________________________________________________________________________
46586 [  9547] By: gsar                                  on 2001/04/04  18:49:16
46587         Log: s/djSP/dSP/
46588      Branch: maint-5.6/perl
46589            ! ext/Thread/Thread.xs
46590 ____________________________________________________________________________
46591 [  9546] By: nick                                  on 2001/04/04  18:44:00
46592         Log: Integrate mainline.
46593      Branch: perlio
46594           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
46595           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
46596 ____________________________________________________________________________
46597 [  9545] By: gsar                                  on 2001/04/04  18:38:52
46598         Log: integrate change#8837 from mainline
46599              
46600              Subject: [patch] -Wall cleanup round 2
46601      Branch: maint-5.6/perl
46602           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
46603           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
46604           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
46605           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
46606           !> ext/SDBM_File/SDBM_File.xs
46607 ____________________________________________________________________________
46608 [  9544] By: gsar                                  on 2001/04/04  17:49:57
46609         Log: "double" should be "NV"; standard typemap is missing entry
46610              for NV
46611      Branch: maint-5.6/perl
46612            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
46613 ____________________________________________________________________________
46614 [  9543] By: jhi                                   on 2001/04/04  14:13:18
46615         Log: Thou shalt not (just) match for English error messages.
46616      Branch: perl
46617            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
46618            ! os2/OS2/Process/Process.pm
46619 ____________________________________________________________________________
46620 [  9542] By: jhi                                   on 2001/04/04  13:20:39
46621         Log: Make the stdio tricks of fflush_all() to exist only if
46622              stdio is being used.
46623      Branch: perl
46624            ! util.c
46625 ____________________________________________________________________________
46626 [  9541] By: jhi                                   on 2001/04/04  04:20:24
46627         Log: Subject: Re: [PATCH] Lighten up glob
46628              From: Benjamin Sugars <bsugars@canoe.ca>
46629              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
46630              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
46631      Branch: perl
46632            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
46633            ! util.c
46634 ____________________________________________________________________________
46635 [  9540] By: jhi                                   on 2001/04/04  04:03:57
46636         Log: Integrate changes #9538,9539 from maintperl into mainline.
46637              
46638              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
46639              for use with _fwalk() (fix for change#7705)
46640              
46641              another tweak needed for SunOS 4.1.x build (from Mike Guy)
46642              (cp -f is not portable)
46643      Branch: perl
46644           !> Makefile.SH util.c
46645 ____________________________________________________________________________
46646 [  9539] By: gsar                                  on 2001/04/04  03:01:14
46647         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
46648      Branch: maint-5.6/perl
46649            ! Makefile.SH
46650 ____________________________________________________________________________
46651 [  9538] By: gsar                                  on 2001/04/04  01:00:38
46652         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
46653              for use with _fwalk() (fix for change#7705)
46654      Branch: maint-5.6/perl
46655            ! util.c
46656 ____________________________________________________________________________
46657 [  9537] By: nick                                  on 2001/04/03  19:24:55
46658         Log: Integrate mainline
46659      Branch: perlio
46660           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
46661           +> lib/unicode/PropList.html
46662            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
46663           !> (integrate 69 files)
46664 ____________________________________________________________________________
46665 [  9536] By: jhi                                   on 2001/04/03  18:02:31
46666         Log: Integrate change #9533 from maintperl into mainline.
46667              
46668              better fix for change#9517 to accomodate UNC paths like
46669              \\server\share\foo, and paths with trailing backslash
46670              like c:\this\
46671      Branch: perl
46672           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46673 ____________________________________________________________________________
46674 [  9535] By: jhi                                   on 2001/04/03  17:58:07
46675         Log: Change the push/unshift warning to be of class syntax, not misc.
46676      Branch: perl
46677            ! op.c pod/perldiag.pod t/pragma/warn/op
46678 ____________________________________________________________________________
46679 [  9534] By: jhi                                   on 2001/04/03  15:03:46
46680         Log: Change the push/unshift warning (#9532) to talk about "no values"
46681              instead of "no arguments".
46682      Branch: perl
46683            ! op.c pod/perldiag.pod t/pragma/warn/op
46684 ____________________________________________________________________________
46685 [  9533] By: gsar                                  on 2001/04/03  14:30:07
46686         Log: better fix for change#9517 to accomodate UNC paths like
46687              \\server\share\foo, and paths with trailing backslash
46688              like c:\this\
46689      Branch: maint-5.6/perl
46690            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46691 ____________________________________________________________________________
46692 [  9532] By: jhi                                   on 2001/04/03  13:11:46
46693         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
46694              From: Robin Houston <robin@kitsite.com>
46695              Date: Mon, 2 Apr 2001 15:03:29 +0100
46696              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
46697      Branch: perl
46698            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
46699 ____________________________________________________________________________
46700 [  9531] By: jhi                                   on 2001/04/03  13:06:34
46701         Log: Integrate change #9530 from maintperl into mainline.
46702              
46703              accomodate VMS "mailbox overflow" quirk in testsuite (from
46704              Craig Berry)
46705      Branch: perl
46706           !> t/lib/socket.t
46707 ____________________________________________________________________________
46708 [  9530] By: gsar                                  on 2001/04/03  04:56:41
46709         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
46710              Craig Berry)
46711      Branch: maint-5.6/perl
46712            ! t/lib/socket.t
46713 ____________________________________________________________________________
46714 [  9529] By: jhi                                   on 2001/04/03  02:34:34
46715         Log: Update Changes.
46716      Branch: perl
46717            ! Changes patchlevel.h
46718 ____________________________________________________________________________
46719 [  9528] By: jhi                                   on 2001/04/03  01:27:57
46720         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
46721              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
46722              To: perl5-porters@perl.org
46723              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
46724      Branch: perl
46725            ! pod/perlfaq3.pod
46726 ____________________________________________________________________________
46727 [  9527] By: jhi                                   on 2001/04/03  01:22:09
46728         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
46729              From: Peter Prymmer <pvhp@forte.com>
46730              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
46731              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
46732      Branch: perl
46733            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
46734 ____________________________________________________________________________
46735 [  9526] By: jhi                                   on 2001/04/03  01:18:25
46736         Log: The metaconfig unit changes for #9525.
46737      Branch: metaconfig
46738            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
46739      Branch: metaconfig/U/perl
46740            ! use64bits.U
46741 ____________________________________________________________________________
46742 [  9525] By: jhi                                   on 2001/04/03  01:17:30
46743         Log: Configure sanity checks:
46744              * if use64bitall is attempted but pointers are only 32-bit,
46745              'downgrade' to use64bitint
46746              * if use64bitint is attempted but there's no quad type,
46747              forget about use64bitint (well, the default for it is 'n',
46748              the user can still override this)
46749              * if pointers are 64 bits, do not try to use Perl's malloc
46750      Branch: perl
46751            ! Configure
46752 ____________________________________________________________________________
46753 [  9524] By: gsar                                  on 2001/04/03  01:09:12
46754         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
46755      Branch: maint-5.6/perl
46756            ! pp_sys.c
46757 ____________________________________________________________________________
46758 [  9523] By: jhi                                   on 2001/04/03  00:02:31
46759         Log: (Retracted by #9609)
46760              
46761              Make it harder for parallel makes to enter 'test' before
46762              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
46763              should be unhappy enough, but sometimes parallel makes seem
46764              to sneak past both in Tru64 and AIX.)
46765      Branch: perl
46766            ! Makefile.SH
46767 ____________________________________________________________________________
46768 [  9522] By: jhi                                   on 2001/04/02  22:35:31
46769         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
46770              Date: Mon, 2 Apr 2001 22:54:10 +0100
46771              From: Robin Houston <robin@kitsite.com>
46772              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
46773      Branch: perl
46774            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
46775 ____________________________________________________________________________
46776 [  9521] By: jhi                                   on 2001/04/02  22:32:23
46777         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
46778              From: Robin Houston <robin@kitsite.com>
46779              Date: Mon, 2 Apr 2001 20:24:03 +0100
46780              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
46781      Branch: perl
46782            ! ext/B/B/Concise.pm
46783 ____________________________________________________________________________
46784 [  9520] By: jhi                                   on 2001/04/02  22:30:43
46785         Log: Subject: [PATCH] REALLY pedantic hv.h nit
46786              From: Simon Cozens <simon@netthink.co.uk>
46787              Date: Mon, 2 Apr 2001 15:43:06 +0100
46788              Message-ID: <20010402154306.A21711@netthink.co.uk>
46789      Branch: perl
46790            ! hv.h
46791 ____________________________________________________________________________
46792 [  9519] By: jhi                                   on 2001/04/02  22:28:04
46793         Log: Based on
46794              
46795              Subject: [foolperl] EPOC fix
46796              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46797              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
46798              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
46799      Branch: perl
46800            ! pp_sys.c
46801 ____________________________________________________________________________
46802 [  9518] By: jhi                                   on 2001/04/02  22:22:34
46803         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
46804              
46805              README.win32 tweaks; add a note about alternative location for
46806              getting a gcc-2.95.2 that will build perl properly on windows
46807              
46808              add some notes about gutsy threading matters
46809              
46810              many of the utilities interpolate literal paths within doublequotes
46811              (fails on dosish platforms where path contains backslashes)
46812      Branch: perl
46813           !> README.win32 pod/perlguts.pod utils/perldoc.PL
46814           !> x2p/find2perl.PL x2p/s2p.PL
46815 ____________________________________________________________________________
46816 [  9517] By: gsar                                  on 2001/04/02  19:52:21
46817         Log: many of the utilities interpolate literal paths within doublequotes
46818              (fails on dosish platforms where path contains backslashes)
46819      Branch: maint-5.6/perl
46820            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46821 ____________________________________________________________________________
46822 [  9516] By: gsar                                  on 2001/04/02  05:49:37
46823         Log: a foolish release
46824      Branch: maint-5.6/perl
46825            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
46826            ! pod/perltoc.pod
46827 ____________________________________________________________________________
46828 [  9515] By: gsar                                  on 2001/04/02  05:04:29
46829         Log: add missing changelog summaries
46830      Branch: maint-5.6/perl
46831            ! Changes
46832 ____________________________________________________________________________
46833 [  9514] By: gsar                                  on 2001/04/02  04:07:13
46834         Log: add some notes about gutsy threading matters
46835      Branch: maint-5.6/perl
46836            ! pod/perlguts.pod
46837 ____________________________________________________________________________
46838 [  9513] By: gsar                                  on 2001/04/02  03:25:21
46839         Log: add more prominent caveat notices about experimental features
46840      Branch: maint-5.6/perl
46841            ! pod/perlfork.pod pod/perlunicode.pod
46842 ____________________________________________________________________________
46843 [  9512] By: gsar                                  on 2001/04/02  02:54:33
46844         Log: integrate changes#9479,9509 from mainline
46845              
46846              [PATCH] File::Glob stuff for Mac OS
46847              
46848              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
46849      Branch: maint-5.6/perl
46850           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
46851           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
46852           !> t/lib/glob-taint.t
46853 ____________________________________________________________________________
46854 [  9511] By: gsar                                  on 2001/04/02  02:38:24
46855         Log: README.win32 tweaks; add a note about alternative location for
46856              getting a gcc-2.95.2 that will build perl properly on windows
46857      Branch: maint-5.6/perl
46858            ! README.win32
46859 ____________________________________________________________________________
46860 [  9510] By: jhi                                   on 2001/04/01  20:45:10
46861         Log: An ambiguousity warning.
46862      Branch: perl
46863            ! t/lib/trig.t
46864 ____________________________________________________________________________
46865 [  9509] By: jhi                                   on 2001/04/01  19:53:47
46866         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
46867              From: Jonathan Stowe <gellyfish@gellyfish.com>
46868              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
46869              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
46870      Branch: perl
46871            ! ext/File/Glob/bsd_glob.c
46872 ____________________________________________________________________________
46873 [  9508] By: jhi                                   on 2001/04/01  19:35:03
46874         Log: Update Changes.
46875      Branch: perl
46876            ! Changes patchlevel.h
46877 ____________________________________________________________________________
46878 [  9507] By: jhi                                   on 2001/04/01  19:24:01
46879         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
46880              from mainline to maintperl: pod tweaks.
46881      Branch: maint-5.6/perl
46882           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
46883           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
46884           !> pod/perlvar.pod
46885 ____________________________________________________________________________
46886 [  9506] By: jhi                                   on 2001/04/01  19:11:53
46887         Log: Commit Sarathy to April release of 5.6.1 :-)
46888      Branch: perl
46889            ! pod/perlfaq1.pod
46890 ____________________________________________________________________________
46891 [  9505] By: jhi                                   on 2001/04/01  19:03:15
46892         Log: Subject: PATCH 5.6.0 (perldebug.pod)
46893              From: Mark-Jason Dominus <mjd@plover.com>
46894              Date: Sun, 01 Apr 2001 14:25:11 -0400
46895              Message-ID: <20010401182511.9247.qmail@plover.com>
46896      Branch: perl
46897            ! pod/perldebug.pod
46898 ____________________________________________________________________________
46899 [  9504] By: jhi                                   on 2001/04/01  18:43:09
46900         Log: Add great_circle_direction().
46901      Branch: perl
46902            ! lib/Math/Trig.pm t/lib/trig.t
46903 ____________________________________________________________________________
46904 [  9503] By: jhi                                   on 2001/04/01  17:29:12
46905         Log: Unicode ReadMe update for Unicode 3.1.
46906      Branch: perl
46907            ! lib/unicode/ReadMe.txt
46908 ____________________________________________________________________________
46909 [  9502] By: jhi                                   on 2001/04/01  17:18:40
46910         Log: Integrate change #9501 from maintperl into mainline.
46911              
46912              fix the perlembed notes on multiple interpreters
46913              
46914              fix ExtUtils::Embed to work passably on Windows
46915      Branch: perl
46916           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
46917 ____________________________________________________________________________
46918 [  9501] By: gsar                                  on 2001/04/01  07:21:57
46919         Log: fix the perlembed notes on multiple interpreters
46920              
46921              fix ExtUtils::Embed to work passably on Windows
46922      Branch: maint-5.6/perl
46923            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
46924 ____________________________________________________________________________
46925 [  9500] By: jhi                                   on 2001/04/01  05:58:23
46926         Log: Test for #9499.
46927      Branch: perl
46928            ! t/op/tr.t
46929 ____________________________________________________________________________
46930 [  9499] By: jhi                                   on 2001/04/01  05:55:46
46931         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
46932      Branch: perl
46933            ! embed.h embed.pl op.c proto.h
46934 ____________________________________________________________________________
46935 [  9498] By: jhi                                   on 2001/04/01  05:44:34
46936         Log: Protect the workaround hunk more.
46937      Branch: perl
46938            ! toke.c
46939 ____________________________________________________________________________
46940 [  9497] By: jhi                                   on 2001/04/01  00:24:25
46941         Log: Integrate changes #9493,9494,9495,9496 from maintperl
46942              into mainline.
46943              
46944              fix a broken workaround for Borland compiler in change#4739
46945              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
46946              
46947              nits spotted by Borland compiler
46948              
46949              avoid redefinition warnings under Borland 5.02
46950              
46951              various nits identified by the Borland 5.5 compiler; remove suppression
46952              of a few warnings
46953      Branch: perl
46954           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
46955           !> win32/win32.h
46956 ____________________________________________________________________________
46957 [  9496] By: gsar                                  on 2001/03/31  23:22:28
46958         Log: various nits identified by the Borland 5.5 compiler; remove suppression
46959              of a few warnings
46960      Branch: maint-5.6/perl
46961            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
46962 ____________________________________________________________________________
46963 [  9495] By: gsar                                  on 2001/03/31  21:03:08
46964         Log: avoid redefinition warnings under Borland 5.02
46965      Branch: maint-5.6/perl
46966            ! win32/makefile.mk
46967 ____________________________________________________________________________
46968 [  9494] By: gsar                                  on 2001/03/31  20:18:59
46969         Log: nits spotted by Borland compiler
46970      Branch: maint-5.6/perl
46971            ! utf8.h win32/win32.h
46972 ____________________________________________________________________________
46973 [  9493] By: gsar                                  on 2001/03/31  20:18:05
46974         Log: fix a broken workaround for Borland compiler in change#4739
46975              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
46976      Branch: maint-5.6/perl
46977            ! toke.c
46978 ____________________________________________________________________________
46979 [  9492] By: jhi                                   on 2001/03/31  18:36:24
46980         Log: Integrate change #9491 from maintperl into mainline.
46981              
46982              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
46983              directory is relative (need to fetch the full path name *before*
46984              the chdir!)
46985      Branch: perl
46986           !> lib/Cwd.pm
46987 ____________________________________________________________________________
46988 [  9491] By: gsar                                  on 2001/03/31  17:01:56
46989         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
46990              directory is relative (need to fetch the full path name *before*
46991              the chdir!)
46992              
46993              this is a followup patch for change#6749
46994      Branch: maint-5.6/perl
46995            ! lib/Cwd.pm
46996 ____________________________________________________________________________
46997 [  9490] By: jhi                                   on 2001/03/31  15:50:18
46998         Log: Subject: Re: [PATCH] av.h cosmetics
46999              From: Simon Cozens <simon@netthink.co.uk>
47000              Date: Sat, 31 Mar 2001 13:09:59 +0100
47001              Message-ID: <20010331130959.A22000@netthink.co.uk>
47002              
47003              Document AvALLOC.
47004      Branch: perl
47005            ! pod/perlguts.pod
47006 ____________________________________________________________________________
47007 [  9489] By: jhi                                   on 2001/03/31  15:48:44
47008         Log: Subject: [PATCH] Re: Math::Big* v1.21
47009              From: Tels <perl_dummy@bloodgate.com>
47010              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
47011              Message-Id: <200103311125.GAA377738@www08.hway.net>
47012      Branch: perl
47013            ! pod/perlop.pod
47014 ____________________________________________________________________________
47015 [  9488] By: jhi                                   on 2001/03/31  03:39:51
47016         Log: Debug output tweak.
47017      Branch: perl
47018            ! t/lib/cwd.t
47019 ____________________________________________________________________________
47020 [  9487] By: jhi                                   on 2001/03/31  03:33:02
47021         Log: OverVMSification.
47022      Branch: perl
47023            ! t/lib/cwd.t
47024 ____________________________________________________________________________
47025 [  9486] By: jhi                                   on 2001/03/31  03:01:40
47026         Log: Missed MANIFESTations in #9483.
47027      Branch: perl
47028            ! MANIFEST
47029 ____________________________________________________________________________
47030 [  9485] By: jhi                                   on 2001/03/31  02:58:17
47031         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
47032              From: Peter Prymmer <pvhp@forte.com>
47033              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
47034              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
47035      Branch: perl
47036            ! regexec.c t/lib/cwd.t
47037 ____________________________________________________________________________
47038 [  9484] By: jhi                                   on 2001/03/31  01:04:41
47039         Log: Obsolete file (see #3938)
47040      Branch: perl
47041            - lib/unicode/README.Ethiopic
47042            ! MANIFEST
47043 ____________________________________________________________________________
47044 [  9483] By: jhi                                   on 2001/03/31  00:52:42
47045         Log: Update to Unicode 3.1.
47046              (Rename Names.txt to NamesList.txt.)
47047      Branch: perl
47048            + lib/unicode/NamesList.txt lib/unicode/PropList.html
47049            - lib/unicode/Names.txt
47050            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47051            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
47052            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
47053            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
47054            ! lib/unicode/UCD.html lib/unicode/Unicode.html
47055            ! lib/unicode/rename lib/unicode/version
47056 ____________________________________________________________________________
47057 [  9482] By: jhi                                   on 2001/03/30  23:33:44
47058         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
47059              From: Robin Houston <robin@kitsite.com>
47060              Date: Fri, 30 Mar 2001 20:07:22 +0100
47061              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
47062      Branch: perl
47063            ! ext/B/B/Deparse.pm
47064 ____________________________________________________________________________
47065 [  9481] By: jhi                                   on 2001/03/30  23:20:25
47066         Log: Subject: Re: [PATCH] CwdXS, Take 2
47067              From: Benjamin Sugars <bsugars@canoe.ca>
47068              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
47069              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
47070      Branch: perl
47071            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
47072            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
47073 ____________________________________________________________________________
47074 [  9480] By: jhi                                   on 2001/03/30  22:52:38
47075         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
47076              From: David Dyck <dcd@tc.fluke.com>
47077              Date: Fri, 30 Mar 2001 14:44:13 -0800
47078              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
47079              
47080              The t/rantests flags file creation was accidentally
47081              removed by #9217.
47082      Branch: perl
47083            ! Makefile.SH
47084 ____________________________________________________________________________
47085 [  9479] By: jhi                                   on 2001/03/30  22:45:45
47086         Log: Subject: [PATCH] File::Glob stuff for Mac OS
47087              From: Chris Nandor <pudge@pobox.com>
47088              Date: Fri, 30 Mar 2001 16:51:00 -0500
47089              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
47090      Branch: perl
47091            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
47092            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
47093            ! t/lib/glob-taint.t
47094 ____________________________________________________________________________
47095 [  9478] By: jhi                                   on 2001/03/30  22:43:12
47096         Log: Subject: fix for win32/buildext.pl
47097              From: "Vadim Konovalov" <watman@inbox.ru>
47098              Date: Sat, 31 Mar 2001 00:50:36 +0400
47099              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
47100      Branch: perl
47101            ! win32/buildext.pl
47102 ____________________________________________________________________________
47103 [  9477] By: jhi                                   on 2001/03/30  22:41:16
47104         Log: Subject: small base.pm doc patch
47105              From: Leon Brocard <acme@astray.com>
47106              Date: Fri, 30 Mar 2001 21:49:57 +0100
47107              Message-ID: <20010330214957.B8733@ns0.astray.com>
47108      Branch: perl
47109            ! lib/base.pm
47110 ____________________________________________________________________________
47111 [  9476] By: jhi                                   on 2001/03/30  18:16:57
47112         Log: Subject: [PATCH] av.h cosmetics
47113              From: Simon Cozens <simon@netthink.co.uk>
47114              Date: Fri, 30 Mar 2001 18:12:28 +0100
47115              Message-ID: <20010330181228.A9319@netthink.co.uk>
47116      Branch: perl
47117            ! av.h
47118 ____________________________________________________________________________
47119 [  9475] By: jhi                                   on 2001/03/30  18:15:50
47120         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
47121              From: "Philip Newton" <pnewton@gmx.de>
47122              Date: Fri, 30 Mar 2001 19:06:57 +0200
47123              Message-ID: <3AC4D951.14815.1AC7068@localhost>
47124      Branch: perl
47125            ! pod/perlhack.pod
47126 ____________________________________________________________________________
47127 [  9474] By: jhi                                   on 2001/03/30  18:14:02
47128         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
47129              From: Benjamin Sugars <bsugars@canoe.ca>
47130              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
47131              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
47132      Branch: perl
47133            ! t/lib/glob-basic.t
47134 ____________________________________________________________________________
47135 [  9473] By: jhi                                   on 2001/03/30  16:09:24
47136         Log: Update Changes.
47137      Branch: perl
47138            ! Changes patchlevel.h
47139 ____________________________________________________________________________
47140 [  9472] By: jhi                                   on 2001/03/30  15:16:08
47141         Log: Integrate perlio.
47142      Branch: perl
47143           !> t/lib/cwd.t t/lib/glob-basic.t
47144 ____________________________________________________________________________
47145 [  9471] By: nick                                  on 2001/03/30  14:47:10
47146         Log: Should be (^O eq 'MSWin32') not 'Win32'
47147              Fail #12 seems real - chdir is in wrong dir.
47148      Branch: perlio
47149            ! t/lib/cwd.t
47150 ____________________________________________________________________________
47151 [  9470] By: jhi                                   on 2001/03/30  14:41:11
47152         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
47153              From: Radu Greab <radu@netsoft.ro>
47154              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
47155              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
47156              
47157              Replace #9352.
47158      Branch: perl
47159            ! ext/Socket/Socket.xs pp_sys.c
47160 ____________________________________________________________________________
47161 [  9469] By: jhi                                   on 2001/03/30  14:37:51
47162         Log: Subject: PATCH pod/perldiag.pod
47163              From: Robin Houston <robin@kitsite.com>
47164              Date: Fri, 30 Mar 2001 14:10:36 +0100
47165              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
47166      Branch: perl
47167            ! pod/perldiag.pod t/lib/glob-basic.t
47168 ____________________________________________________________________________
47169 [  9468] By: jhi                                   on 2001/03/30  14:36:36
47170         Log: Subject: Better diagnostic in io/fs.t
47171              From: andreas.koenig@anima.de (Andreas J. Koenig)
47172              Date: 30 Mar 2001 10:11:43 +0200
47173              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
47174      Branch: perl
47175            ! t/io/fs.t
47176 ____________________________________________________________________________
47177 [  9467] By: nick                                  on 2001/03/30  14:25:43
47178         Log: Skip order test of glob if case-ignoring system cannot 
47179              create a.test and A.test
47180      Branch: perlio
47181            ! t/lib/glob-basic.t
47182 ____________________________________________________________________________
47183 [  9466] By: nick                                  on 2001/03/30  13:03:12
47184         Log: Integrate mainline.
47185      Branch: perlio
47186            - ext/re/hints/aix.pl
47187           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
47188           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
47189           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
47190           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
47191 ____________________________________________________________________________
47192 [  9465] By: jhi                                   on 2001/03/30  03:53:37
47193         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
47194              the tests sometimes hang, sometimes not.)
47195      Branch: perl
47196            ! t/lib/io_multihomed.t t/lib/io_sock.t
47197 ____________________________________________________________________________
47198 [  9464] By: jhi                                   on 2001/03/30  02:56:04
47199         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
47200              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47201              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
47202              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
47203      Branch: perl
47204            ! op.c
47205 ____________________________________________________________________________
47206 [  9463] By: jhi                                   on 2001/03/30  02:34:48
47207         Log: Test for #9462.
47208      Branch: perl
47209            ! t/lib/b.t
47210 ____________________________________________________________________________
47211 [  9462] By: jhi                                   on 2001/03/30  02:29:37
47212         Log: Subject: B::Deparse precedence bug. (Patch included.)
47213              From: Jeremy Madea <jmadea@inktomi.com>
47214              Date: Thu, 29 Mar 2001 12:05:02 -0800
47215              Message-ID: <20010329120502.A24881@dr.inktomi.com>
47216      Branch: perl
47217            ! ext/B/B/Deparse.pm
47218 ____________________________________________________________________________
47219 [  9461] By: jhi                                   on 2001/03/30  02:18:41
47220         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
47221              From: Peter Prymmer <pvhp@forte.com>
47222              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
47223              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
47224      Branch: perl
47225            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
47226            ! t/lib/md5-file.t
47227 ____________________________________________________________________________
47228 [  9460] By: jhi                                   on 2001/03/30  02:17:07
47229         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
47230              From: Robin Houston <robin@kitsite.com>
47231              Date: Thu, 29 Mar 2001 20:47:56 +0100
47232              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
47233      Branch: perl
47234            ! ext/B/B/Debug.pm
47235 ____________________________________________________________________________
47236 [  9459] By: jhi                                   on 2001/03/30  02:16:05
47237         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
47238              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
47239              Date: Wed, 28 Mar 2001 18:02:20 -0600
47240              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
47241      Branch: perl
47242            ! lib/ExtUtils/MM_VMS.pm
47243 ____________________________________________________________________________
47244 [  9458] By: jhi                                   on 2001/03/30  02:07:58
47245         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
47246              From: "Joshua E. Rodd" <jrodd@pbs.org>
47247              Date: Wed, 28 Mar 2001 17:29:12 -0500
47248              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
47249      Branch: perl
47250            ! pod/perlop.pod
47251 ____________________________________________________________________________
47252 [  9457] By: jhi                                   on 2001/03/30  02:04:33
47253         Log: Subject: ext/re/aix.pl can go
47254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47255              Date: Thu, 29 Mar 2001 12:03:28 +0200
47256              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
47257      Branch: perl
47258            - ext/re/hints/aix.pl
47259            ! MANIFEST
47260 ____________________________________________________________________________
47261 [  9456] By: jhi                                   on 2001/03/30  02:03:32
47262         Log: Integrate perlio.
47263      Branch: perl
47264           !> ext/Encode/Encode.xs installperl
47265 ____________________________________________________________________________
47266 [  9455] By: nick                                  on 2001/03/29  21:11:46
47267         Log: DLL name has changed so installperl needs to know
47268              (Why isn't it working it out or passed it?)
47269      Branch: perlio
47270            ! installperl
47271 ____________________________________________________________________________
47272 [  9454] By: nick                                  on 2001/03/29  20:56:12
47273         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
47274              and we don't get undef warnings.
47275      Branch: perlio
47276            ! ext/Encode/Encode.xs
47277 ____________________________________________________________________________
47278 [  9453] By: nick                                  on 2001/03/29  17:58:48
47279         Log: Integrate mainline
47280      Branch: perlio
47281           !> Changes patchlevel.h
47282 ____________________________________________________________________________
47283 [  9452] By: jhi                                   on 2001/03/29  16:44:55
47284         Log: Update Changes.
47285      Branch: perl
47286            ! Changes patchlevel.h
47287 ____________________________________________________________________________
47288 [  9451] By: nick                                  on 2001/03/29  16:31:38
47289         Log: Integrate mainline
47290      Branch: perlio
47291           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
47292           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
47293           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
47294           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
47295           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
47296 ____________________________________________________________________________
47297 [  9450] By: jhi                                   on 2001/03/29  16:29:17
47298         Log: Integrate perlio.
47299      Branch: perl
47300           !> win32/buildext.pl
47301 ____________________________________________________________________________
47302 [  9449] By: jhi                                   on 2001/03/29  15:50:01
47303         Log: Update Changes.
47304      Branch: perl
47305            ! Changes patchlevel.h
47306 ____________________________________________________________________________
47307 [  9448] By: nick                                  on 2001/03/29  15:47:15
47308         Log: Make sure buildext.pl finds Errno.pm
47309      Branch: perlio
47310            ! win32/buildext.pl
47311 ____________________________________________________________________________
47312 [  9447] By: jhi                                   on 2001/03/29  15:39:34
47313         Log: Integrate perlio.
47314      Branch: perl
47315           !> win32/makefile.mk
47316 ____________________________________________________________________________
47317 [  9446] By: nick                                  on 2001/03/29  15:30:03
47318         Log: Integrate win32/makefile.mk with mainline.
47319      Branch: perlio
47320           !> win32/makefile.mk
47321 ____________________________________________________________________________
47322 [  9445] By: nick                                  on 2001/03/29  15:27:32
47323         Log: Fix breakage ... 
47324      Branch: perlio
47325            ! win32/makefile.mk
47326 ____________________________________________________________________________
47327 [  9444] By: jhi                                   on 2001/03/29  15:03:08
47328         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
47329              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47330              Date: Thu, 29 Mar 2001 10:32:59 +0400
47331              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
47332      Branch: perl
47333            ! win32/makefile.mk
47334 ____________________________________________________________________________
47335 [  9443] By: jhi                                   on 2001/03/29  15:02:12
47336         Log: Integrate perlio.
47337      Branch: perl
47338           +> win32/buildext.pl
47339           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
47340           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
47341 ____________________________________________________________________________
47342 [  9442] By: nick                                  on 2001/03/29  14:59:11
47343         Log: Work in progress - determine win32 extensions to build via script.
47344      Branch: perlio
47345            + win32/buildext.pl
47346            ! MANIFEST win32/makefile.mk
47347 ____________________________________________________________________________
47348 [  9441] By: jhi                                   on 2001/03/29  14:51:47
47349         Log: Reintroduce the use of external pwd.
47350      Branch: perl
47351            ! t/lib/cwd.t
47352 ____________________________________________________________________________
47353 [  9440] By: jhi                                   on 2001/03/29  14:42:58
47354         Log: use warnings instead of -w.
47355      Branch: perl
47356            ! utils/h2xs.PL
47357 ____________________________________________________________________________
47358 [  9439] By: jhi                                   on 2001/03/29  14:41:52
47359         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
47360              From: Jonathan Stowe <gellyfish@gellyfish.com>
47361              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
47362              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
47363      Branch: perl
47364            ! utils/h2xs.PL
47365 ____________________________________________________________________________
47366 [  9438] By: jhi                                   on 2001/03/29  14:39:38
47367         Log: Subject: [PATCH perl@9424] minor pod nits
47368              From: Robin Barker <rmb1@cise.npl.co.uk>
47369              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
47370              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
47371      Branch: perl
47372            ! pod/perlhack.pod pod/perliol.pod
47373 ____________________________________________________________________________
47374 [  9437] By: jhi                                   on 2001/03/29  14:29:16
47375         Log: Subject: [PATCH perl@9424] typemap cast warning
47376              From: Robin Barker <rmb1@cise.npl.co.uk>
47377              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
47378              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
47379      Branch: perl
47380            ! lib/ExtUtils/typemap
47381 ____________________________________________________________________________
47382 [  9436] By: jhi                                   on 2001/03/29  14:26:03
47383         Log: Subject: [PATCH perl@9424] printf warning
47384              From: Robin Barker <rmb1@cise.npl.co.uk>
47385              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
47386              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
47387      Branch: perl
47388            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
47389            ! ext/Storable/Storable.xs toke.c
47390 ____________________________________________________________________________
47391 [  9435] By: nick                                  on 2001/03/29  14:23:31
47392         Log: Win32 has name conflict with ERROR
47393      Branch: perlio
47394            ! ext/PerlIO/Via/Via.xs
47395 ____________________________________________________________________________
47396 [  9434] By: jhi                                   on 2001/03/29  14:17:48
47397         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
47398              From: Peter Prymmer <pvhp@forte.com>
47399              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
47400              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
47401      Branch: perl
47402            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
47403 ____________________________________________________________________________
47404 [  9433] By: jhi                                   on 2001/03/29  13:52:44
47405         Log: test-prep target was missing.
47406      Branch: perl
47407            ! Makefile.SH
47408 ____________________________________________________________________________
47409 [  9432] By: nick                                  on 2001/03/29  12:40:03
47410         Log: Make as-shipped compiler default to MSVC6 
47411      Branch: perlio
47412            ! win32/makefile.mk
47413 ____________________________________________________________________________
47414 [  9431] By: nick                                  on 2001/03/29  12:12:16
47415         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
47416              akin to PerlIO::Scalar.
47417      Branch: perlio
47418            ! perlio.c perlio.h
47419 ____________________________________________________________________________
47420 [  9430] By: nick                                  on 2001/03/29  10:56:35
47421         Log: Integrate mainline.
47422      Branch: perlio
47423           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
47424           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
47425           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
47426           !> win32/makefile.mk win32/win32sck.c
47427 ____________________________________________________________________________
47428 [  9429] By: nick                                  on 2001/03/29  09:03:43
47429         Log: Noticed that two tests were skipped as perlio:: package
47430              isn't there any more. Changed the skip condition.
47431              Avoid core-dump if sv_utf8_upgrade() called on something
47432              that does not become SvPOK after SvPV() (e.g. a ref).
47433      Branch: perlio
47434            ! sv.c t/io/utf8.t t/lib/io_scalar.t
47435 ____________________________________________________________________________
47436 [  9428] By: jhi                                   on 2001/03/29  01:31:47
47437         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
47438              From: Benjamin Sugars <bsugars@canoe.ca> 
47439              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
47440              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
47441      Branch: perl
47442            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
47443            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
47444            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
47445 ____________________________________________________________________________
47446 [  9427] By: jhi                                   on 2001/03/29  00:49:30
47447         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
47448              From: "Vadim Konovalov" <watman@inbox.ru>
47449              Date: Thu, 29 Mar 2001 01:50:12 +0400
47450              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
47451      Branch: perl
47452            ! win32/makefile.mk win32/win32sck.c
47453 ____________________________________________________________________________
47454 [  9426] By: gsar                                  on 2001/03/29  00:28:04
47455         Log: dmake can only handle == and != in comparisons; support building
47456              with Borland's VCL libraries (from Vadim Konovalov)
47457      Branch: maint-5.6/perl
47458            ! win32/makefile.mk
47459 ____________________________________________________________________________
47460 [  9425] By: nick                                  on 2001/03/28  19:29:56
47461         Log: Integrate (@snapshot)
47462      Branch: perlio
47463           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
47464 ____________________________________________________________________________
47465 [  9424] By: jhi                                   on 2001/03/28  19:03:16
47466         Log: Update Changes.
47467      Branch: perl
47468            ! Changes patchlevel.h
47469 ____________________________________________________________________________
47470 [  9423] By: jhi                                   on 2001/03/28  18:52:09
47471         Log: Rmdir lib/XS on cleanup.
47472      Branch: perl
47473            ! Makefile.SH
47474 ____________________________________________________________________________
47475 [  9422] By: jhi                                   on 2001/03/28  18:49:34
47476         Log: Integrate perlio.
47477      Branch: perl
47478           !> t/op/utf8decode.t
47479 ____________________________________________________________________________
47480 [  9421] By: nick                                  on 2001/03/28  18:46:44
47481         Log: Loose duplicate chunk.
47482      Branch: perlio
47483            ! t/op/utf8decode.t
47484 ____________________________________________________________________________
47485 [  9420] By: nick                                  on 2001/03/28  18:44:11
47486         Log: Integrate mainline.
47487      Branch: perlio
47488           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
47489           !> vms/vmsish.h
47490 ____________________________________________________________________________
47491 [  9419] By: jhi                                   on 2001/03/28  18:42:05
47492         Log: Can't trust external pwds
47493              (either shell builtins or external programs)
47494      Branch: perl
47495            ! t/lib/cwd.t
47496 ____________________________________________________________________________
47497 [  9418] By: jhi                                   on 2001/03/28  18:34:05
47498         Log: Integrate perlio.
47499      Branch: perl
47500            - lib/perlio.pm
47501           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
47502           !> t/op/utf8decode.t
47503 ____________________________________________________________________________
47504 [  9417] By: nick                                  on 2001/03/28  18:24:02
47505         Log: PerlIO.pm / perlio.pm conflict.
47506              Update some pods.
47507              Make t/op/utf8decode.t a text file.
47508      Branch: perlio
47509            - lib/perlio.pm
47510            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
47511            ! t/op/utf8decode.t
47512 ____________________________________________________________________________
47513 [  9416] By: jhi                                   on 2001/03/28  18:06:07
47514         Log: Integrate change #9409 from mainline to maintperl.
47515              
47516              Yet another tweak on AIX dynaloading.
47517      Branch: maint-5.6/perl
47518           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
47519 ____________________________________________________________________________
47520 [  9415] By: gsar                                  on 2001/03/28  17:13:01
47521         Log: integrate changes#9377,9385,9401 from mainline
47522              
47523              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
47524              
47525              If directory entries compare equal case-insensitively,
47526              retry case-sensitively.
47527              
47528              Subject: [PATCH] B::Terse and warnings
47529      Branch: maint-5.6/perl
47530           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
47531           !> t/pragma/warn/perl
47532 ____________________________________________________________________________
47533 [  9414] By: jhi                                   on 2001/03/28  17:11:12
47534         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
47535              From: "Craig A. Berry" <craigberry@mac.com>
47536              Date: Wed, 28 Mar 2001 10:55:20 -0600
47537              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
47538      Branch: perl
47539            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
47540 ____________________________________________________________________________
47541 [  9413] By: jhi                                   on 2001/03/28  17:03:12
47542         Log: Dup hunk.
47543      Branch: perl
47544            ! t/op/utf8decode.t
47545 ____________________________________________________________________________
47546 [  9412] By: jhi                                   on 2001/03/28  17:02:36
47547         Log: Forced integrate from perlio.
47548      Branch: perl
47549           !> t/op/utf8decode.t
47550 ____________________________________________________________________________
47551 [  9411] By: nick                                  on 2001/03/28  16:50:03
47552         Log: Integrate mainline.
47553      Branch: perlio
47554           +> t/lib/cwd.t
47555           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
47556           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
47557           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
47558           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
47559           !> t/pragma/warn/perl
47560 ____________________________________________________________________________
47561 [  9410] By: jhi                                   on 2001/03/28  16:44:23
47562         Log: Subject: Re: [PATCH] 9403 cannot be tested
47563              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47564              Date: Wed, 28 Mar 2001 18:33:56 +0200
47565              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
47566      Branch: perl
47567            ! makedef.pl
47568 ____________________________________________________________________________
47569 [  9409] By: jhi                                   on 2001/03/28  16:12:45
47570         Log: Yet another tweak on AIX dynaloading.
47571      Branch: perl
47572            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
47573 ____________________________________________________________________________
47574 [  9408] By: jhi                                   on 2001/03/28  15:52:55
47575         Log: Subject: [PATCH] 9403 cannot be tested
47576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47577              Date: Wed, 28 Mar 2001 17:23:00 +0200
47578              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
47579              
47580              A missing symbol.
47581      Branch: perl
47582            ! makedef.pl
47583 ____________________________________________________________________________
47584 [  9407] By: jhi                                   on 2001/03/28  15:47:43
47585         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
47586      Branch: perl
47587            ! t/op/utf8decode.t
47588           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
47589           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
47590 ____________________________________________________________________________
47591 [  9406] By: jhi                                   on 2001/03/28  15:37:08
47592         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
47593              From: Benjamin Sugars <bsugars@canoe.ca> 
47594              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
47595              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
47596      Branch: perl
47597            + t/lib/cwd.t
47598            ! MANIFEST
47599 ____________________________________________________________________________
47600 [  9405] By: jhi                                   on 2001/03/28  15:13:18
47601         Log: pp_ne() needs a CORRECT boolean.
47602      Branch: perl
47603            ! pp.c
47604 ____________________________________________________________________________
47605 [  9404] By: jhi                                   on 2001/03/28  15:09:23
47606         Log: pp_ne() needs a boolean, not an integer.
47607      Branch: perl
47608            ! pp.c
47609 ____________________________________________________________________________
47610 [  9403] By: jhi                                   on 2001/03/28  14:47:43
47611         Log: (Retracted by #9404.)
47612      Branch: perl
47613            ! pp.c
47614 ____________________________________________________________________________
47615 [  9402] By: jhi                                   on 2001/03/28  14:43:59
47616         Log: Subject: Re: [PATCH] Typemap testing
47617              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
47618              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
47619              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
47620      Branch: perl
47621            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47622            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
47623 ____________________________________________________________________________
47624 [  9401] By: jhi                                   on 2001/03/28  14:42:14
47625         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
47626              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
47627              Date: Sun, 25 Mar 2001 21:59:15 +0100
47628              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
47629              
47630              A variable will be checked for the "use once" warnings if:
47631              
47632              1. It is in the scope of a use warnings 'once'
47633              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
47634              
47635              Otherwise it won't be checked at all.
47636              
47637              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
47638              
47639              The enclosed patch partially fixes this issue. What I didn't
47640              get to work was the case where the "used once" warning is enabled
47641              in any file other than the main file.
47642      Branch: perl
47643            ! gv.c t/pragma/warn/perl
47644 ____________________________________________________________________________
47645 [  9400] By: nick                                  on 2001/03/28  14:38:24
47646         Log: More EBCDIC tweaks:
47647              - one more swash issue &~(0xA0-1) did not do the right thing,
47648              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
47649              - add "use re 'asciirange'" to make [!-~] etc. work
47650              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
47651              - Choose a key for t/op/each.t test which gets encoded.
47652              - Skip utf8decode if this is UTF-EBCDIC.
47653      Branch: perlio
47654            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
47655            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
47656 ____________________________________________________________________________
47657 [  9399] By: jhi                                   on 2001/03/28  14:21:00
47658         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
47659              Andreas Schwab.
47660      Branch: perl
47661            ! pp.c
47662 ____________________________________________________________________________
47663 [  9398] By: jhi                                   on 2001/03/28  00:55:56
47664         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
47665              From: David Dyck <dcd@tc.fluke.com>
47666              Date: Tue, 27 Mar 2001 15:16:24 -0800
47667              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
47668      Branch: perl
47669            ! ext/IO/lib/IO/Socket.pm
47670 ____________________________________________________________________________
47671 [  9397] By: jhi                                   on 2001/03/27  21:52:49
47672         Log: Integrate perlio.
47673      Branch: perl
47674           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
47675           +> ext/PerlIO/Via/Via.xs
47676           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
47677 ____________________________________________________________________________
47678 [  9396] By: nick                                  on 2001/03/27  21:45:13
47679         Log: Integrate mainline.
47680      Branch: perlio
47681           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
47682           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
47683 ____________________________________________________________________________
47684 [  9395] By: nick                                  on 2001/03/27  21:18:58
47685         Log: Outline docs for PerlIO and PerlIO::Scalar
47686      Branch: perlio
47687            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
47688 ____________________________________________________________________________
47689 [  9394] By: nick                                  on 2001/03/27  20:50:13
47690         Log: PerlIO::Via layer (alpha-ish).
47691      Branch: perlio
47692            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
47693            + ext/PerlIO/Via/Via.xs
47694            ! MANIFEST
47695 ____________________________________________________________________________
47696 [  9393] By: jhi                                   on 2001/03/27  20:49:55
47697         Log: Retract #9329 now that 9390 should take care of the matter.
47698      Branch: perl
47699            ! utils/h2xs.PL
47700 ____________________________________________________________________________
47701 [  9390] By: jhi                                   on 2001/03/27  20:47:50
47702         Log: Subject: Autoloading Errno.pm when %! is encountered
47703              From: Robin Houston <robin@kitsite.com>
47704              Date: Tue, 27 Mar 2001 20:57:11 +0100
47705              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
47706      Branch: perl
47707            ! embed.h embed.pl gv.c proto.h t/op/magic.t
47708 ____________________________________________________________________________
47709 [  9389] By: jhi                                   on 2001/03/27  20:24:31
47710         Log: Integrate perlio.
47711      Branch: perl
47712           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
47713           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
47714           !> utf8.c
47715 ____________________________________________________________________________
47716 [  9388] By: jhi                                   on 2001/03/27  20:21:38
47717         Log: Better have a three-element array if one is going to assign
47718              to the third element of that array. (from Tim Jenness)
47719      Branch: perl
47720            ! ext/XS/Typemap/Typemap.xs
47721 ____________________________________________________________________________
47722 [  9387] By: nick                                  on 2001/03/27  20:15:43
47723         Log: Integrate mainline.
47724      Branch: perlio
47725           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
47726           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47727           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
47728           +> t/lib/xs-typemap.t
47729           !> (integrate 34 files)
47730 ____________________________________________________________________________
47731 [  9386] By: jhi                                   on 2001/03/27  20:04:18
47732         Log: Subject: Re: perl@9359 breaks HTML::Parser
47733              From: Gisle Aas <gisle@ActiveState.com>
47734              Date: 27 Mar 2001 11:30:24 -0800
47735              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
47736              
47737              Clarify the UTF-8 issues of the API docs.
47738              (Slightly reworded and expanded.)
47739      Branch: perl
47740            ! pod/perlapi.pod sv.c sv.h
47741 ____________________________________________________________________________
47742 [  9385] By: jhi                                   on 2001/03/27  19:44:25
47743         Log: If directory entries compare equal case-insensitively,
47744              retry case-sensitively.
47745      Branch: perl
47746            ! ext/File/Glob/bsd_glob.c
47747 ____________________________________________________________________________
47748 [  9384] By: nick                                  on 2001/03/27  19:38:50
47749         Log: Various EBCDIC fixes:
47750              - major revelation that swash code is encoding aware,
47751              (or thought it was) - now it is ;-)
47752              - With that out of the way fix a slab of tr/// cases.
47753              - Fix Encode 'Unicode' to be true Unicode so tests pass.
47754              - As anticipated Base64.xs needed tweaks.
47755              - Until tr/// works right avoid old_encode64 in MIME tests.
47756      Branch: perlio
47757            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
47758            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
47759 ____________________________________________________________________________
47760 [  9383] By: jhi                                   on 2001/03/27  18:34:41
47761         Log: Add the std test suite BEGIN block.
47762      Branch: perl
47763            ! t/lib/xs-typemap.t
47764 ____________________________________________________________________________
47765 [  9382] By: jhi                                   on 2001/03/27  15:16:07
47766         Log: Add debugging output to the test.
47767      Branch: perl
47768            ! t/lib/glob-basic.t
47769 ____________________________________________________________________________
47770 [  9381] By: jhi                                   on 2001/03/27  15:08:10
47771         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
47772      Branch: perl
47773            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
47774            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47775            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
47776            + t/lib/xs-typemap.t
47777            ! MANIFEST
47778 ____________________________________________________________________________
47779 [  9380] By: jhi                                   on 2001/03/27  14:48:34
47780         Log: Subject: [PATCH] Typemap testing
47781              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
47782              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
47783              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
47784              
47785              (The first part of the patch.)
47786      Branch: perl
47787            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
47788 ____________________________________________________________________________
47789 [  9379] By: jhi                                   on 2001/03/27  14:44:56
47790         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
47791              From: Benjamin Sugars <bsugars@canoe.ca> 
47792              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
47793              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
47794      Branch: perl
47795            ! t/lib/glob-basic.t
47796 ____________________________________________________________________________
47797 [  9378] By: jhi                                   on 2001/03/27  14:42:30
47798         Log: Subject: [PATCH] perlvar nit
47799              From: Simon Cozens <simon@netthink.co.uk>
47800              Date: Tue, 27 Mar 2001 01:12:01 +0100
47801              Message-ID: <20010327011201.A19179@netthink.co.uk>
47802      Branch: perl
47803            ! pod/perlvar.pod
47804 ____________________________________________________________________________
47805 [  9377] By: jhi                                   on 2001/03/27  14:36:26
47806         Log: Subject: [PATCH] B::Terse and warnings
47807              From: Benjamin Sugars <ben.sugars@home.com>
47808              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
47809              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
47810      Branch: perl
47811            ! ext/B/B.pm ext/B/B/Terse.pm
47812 ____________________________________________________________________________
47813 [  9376] By: jhi                                   on 2001/03/27  14:31:31
47814         Log: Document sockatmark() some.
47815      Branch: perl
47816            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
47817            ! pod/perltoc.pod
47818 ____________________________________________________________________________
47819 [  9375] By: jhi                                   on 2001/03/27  14:00:24
47820         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
47821              noted by Gisle and fixed by NI-S.
47822      Branch: perl
47823            ! sv.c
47824 ____________________________________________________________________________
47825 [  9374] By: jhi                                   on 2001/03/27  05:50:01
47826         Log: Regen toc.
47827      Branch: perl
47828            ! pod/perltoc.pod
47829 ____________________________________________________________________________
47830 [  9373] By: jhi                                   on 2001/03/27  05:43:51
47831         Log: Pixie documenting.
47832      Branch: perl
47833            ! Makefile.SH pod/perlhack.pod
47834 ____________________________________________________________________________
47835 [  9372] By: jhi                                   on 2001/03/27  05:29:34
47836         Log: Metaconfig unit changes for #9371.
47837      Branch: metaconfig
47838            ! U/modified/myhostname.U
47839      Branch: metaconfig/U/perl
47840            + d_sockatmark.U
47841            ! gccvers.U
47842 ____________________________________________________________________________
47843 [  9371] By: jhi                                   on 2001/03/27  05:29:07
47844         Log: Add sockatmark() probing.
47845      Branch: perl
47846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47847            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
47848            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47849            ! vos/config.ga.h win32/config.bc win32/config.gc
47850            ! win32/config.vc
47851 ____________________________________________________________________________
47852 [  9370] By: jhi                                   on 2001/03/26  22:01:18
47853         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
47854              Really need to benchmark this.
47855      Branch: perl
47856            ! pp.c
47857 ____________________________________________________________________________
47858 [  9369] By: nick                                  on 2001/03/26  21:59:30
47859         Log: Integrate mainline.
47860      Branch: perlio
47861            ! ext/MIME/Base64/QuotedPrint.pm
47862           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
47863           !> patchlevel.h pod/perlhack.pod pp_sys.c
47864 ____________________________________________________________________________
47865 [  9368] By: jhi                                   on 2001/03/26  21:47:03
47866         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
47867              
47868              TODO1: perlbench.
47869              TODO2: le, lt, ge, gt?  Yech.
47870      Branch: perl
47871            ! pp.c
47872 ____________________________________________________________________________
47873 [  9367] By: jhi                                   on 2001/03/26  21:34:57
47874         Log: Too much cut-and-paste in #9363.
47875      Branch: perl
47876            ! pp_sys.c
47877 ____________________________________________________________________________
47878 [  9366] By: jhi                                   on 2001/03/26  21:20:53
47879         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
47880              From: Andreas Schwab <schwab@suse.de>
47881              Date: 26 Mar 2001 17:29:04 +0200
47882              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
47883              
47884              (The patch for 5.6.0 or so, this is a guess for bleadperl)
47885      Branch: perl
47886            ! pp_hot.c
47887 ____________________________________________________________________________
47888 [  9365] By: jhi                                   on 2001/03/26  21:07:54
47889         Log: Integrate perlio.
47890      Branch: perl
47891           !> perlio.c
47892 ____________________________________________________________________________
47893 [  9364] By: nick                                  on 2001/03/26  20:30:48
47894         Log: REFCNT botch in layer name cache hash.
47895      Branch: perlio
47896            ! perlio.c
47897 ____________________________________________________________________________
47898 [  9363] By: jhi                                   on 2001/03/26  18:44:32
47899         Log: Subject: [PATCH] socket() leaks file descriptors
47900              From: Benjamin Sugars <bsugars@canoe.ca>
47901              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
47902              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
47903              
47904              Also sockpair() fixed similarly.
47905      Branch: perl
47906            ! pp_sys.c
47907 ____________________________________________________________________________
47908 [  9362] By: jhi                                   on 2001/03/26  18:37:52
47909         Log: Integrate perlio.
47910      Branch: perl
47911           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
47912 ____________________________________________________________________________
47913 [  9361] By: nick                                  on 2001/03/26  17:32:06
47914         Log: Implement flush of linebuffered streams on read of a tty.
47915      Branch: perlio
47916            ! perlio.c perliol.h
47917 ____________________________________________________________________________
47918 [  9360] By: nick                                  on 2001/03/26  17:12:32
47919         Log: Memory tweaks and notes for OEMVS.
47920      Branch: perlio
47921            ! README.os390 miniperlmain.c t/op/pat.t
47922 ____________________________________________________________________________
47923 [  9359] By: jhi                                   on 2001/03/26  02:12:54
47924         Log: Update Changes.
47925      Branch: perl
47926            ! Changes patchlevel.h
47927 ____________________________________________________________________________
47928 [  9358] By: jhi                                   on 2001/03/26  02:05:32
47929         Log: Document the most common pixie options.
47930      Branch: perl
47931            ! pod/perlhack.pod
47932 ____________________________________________________________________________
47933 [  9357] By: jhi                                   on 2001/03/26  01:25:28
47934         Log: For perl.pixie check *before* compiling that optimize is -g,
47935              as for perl.third.
47936      Branch: perl
47937            ! Makefile.SH
47938 ____________________________________________________________________________
47939 [  9356] By: jhi                                   on 2001/03/26  01:13:41
47940         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
47941      Branch: perl
47942            ! Makefile.SH
47943 ____________________________________________________________________________
47944 [  9355] By: jhi                                   on 2001/03/26  01:11:19
47945         Log: Remove t/perl.third.
47946      Branch: perl
47947            ! Makefile.SH
47948 ____________________________________________________________________________
47949 [  9354] By: jhi                                   on 2001/03/26  00:23:38
47950         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
47951              IO::Sockatmark().
47952      Branch: perl
47953            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
47954 ____________________________________________________________________________
47955 [  9353] By: jhi                                   on 2001/03/25  22:25:04
47956         Log: Integrate perlio.
47957      Branch: perl
47958           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47959           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
47960           !> pp_hot.c win32/makefile.mk
47961 ____________________________________________________________________________
47962 [  9352] By: jhi                                   on 2001/03/25  22:21:41
47963         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
47964              From: Radu Greab <radu@netsoft.ro>
47965              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
47966              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
47967      Branch: perl
47968            ! pp_sys.c
47969 ____________________________________________________________________________
47970 [  9351] By: nick                                  on 2001/03/25  22:15:02
47971         Log: Fix readline in list mode to tell rest of world that it has
47972              things on the stack. Otherwise if perl code gets invoked
47973              underneath it it scribbles over results-so-far.
47974              (Why TIEHANDLE has not tripped on this is a mystery.)
47975      Branch: perlio
47976            ! pp_hot.c
47977 ____________________________________________________________________________
47978 [  9350] By: nick                                  on 2001/03/25  22:10:13
47979         Log: win32/makefile.mk typos
47980      Branch: perlio
47981            ! win32/makefile.mk
47982 ____________________________________________________________________________
47983 [  9349] By: nick                                  on 2001/03/25  21:31:14
47984         Log: Integrate now-non-binary file.
47985      Branch: perlio
47986           !> t/lib/mimeqp.t
47987 ____________________________________________________________________________
47988 [  9348] By: nick                                  on 2001/03/25  21:27:24
47989         Log: Make it text
47990      Branch: perlio
47991            ! t/lib/mimeqp.t
47992 ____________________________________________________________________________
47993 [  9347] By: nick                                  on 2001/03/25  21:25:37
47994         Log: Integrate mainline.
47995      Branch: perlio
47996           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
47997           !> lib/Term/ReadLine.pm t/lib/md5-file.t
47998 ____________________________________________________________________________
47999 [  9346] By: nick                                  on 2001/03/25  20:58:15
48000         Log: Add destruct time hook to PerlIO (for work-in-process implementing
48001              layers in perl code. In such cases layers need to be popped before
48002              we loose the ability to run perl code.)
48003              Also back-out "PerlIO::object" hook - it isn't going to work like that...
48004      Branch: perlio
48005            ! perl.c perlio.c perlio.h perliol.h
48006 ____________________________________________________________________________
48007 [  9345] By: nick                                  on 2001/03/25  20:49:11
48008         Log: Avoid at leasy one of undefined warnings in Encode.
48009      Branch: perlio
48010            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
48011 ____________________________________________________________________________
48012 [  9344] By: jhi                                   on 2001/03/25  20:37:43
48013         Log: A workaround for using Term::ReadLine in emacs minibuffer
48014              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
48015              additional tweaks from Ilya Zakharevich.
48016      Branch: perl
48017            ! lib/Term/ReadLine.pm
48018 ____________________________________________________________________________
48019 [  9343] By: nick                                  on 2001/03/25  20:21:14
48020         Log: Missing return value.
48021      Branch: perlio
48022            ! ext/PerlIO/Scalar/Scalar.xs
48023 ____________________________________________________________________________
48024 [  9342] By: jhi                                   on 2001/03/25  16:21:00
48025         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
48026              to equal the CPAN versions since no code changes have been made.
48027      Branch: perl
48028            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
48029            ! t/lib/md5-file.t
48030 ____________________________________________________________________________
48031 [  9341] By: jhi                                   on 2001/03/25  16:01:48
48032         Log: Escape 8-bit characters.
48033      Branch: perl
48034            ! t/lib/mimeqp.t
48035 ____________________________________________________________________________
48036 [  9340] By: gsar                                  on 2001/03/25  15:50:53
48037         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
48038              chars)
48039      Branch: perl
48040            + t/lib/mimeqp.t
48041 ____________________________________________________________________________
48042 [  9339] By: gsar                                  on 2001/03/25  15:48:50
48043         Log: delete mimeqp.t for later add with text mode set
48044      Branch: perl
48045            - t/lib/mimeqp.t
48046 ____________________________________________________________________________
48047 [  9338] By: nick                                  on 2001/03/25  09:01:57
48048         Log: Integrate mainline.
48049      Branch: perlio
48050           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
48051           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
48052           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
48053           +> t/lib/mimeb64u.t t/lib/mimeqp.t
48054           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
48055           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
48056           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
48057 ____________________________________________________________________________
48058 [  9337] By: jhi                                   on 2001/03/25  04:23:24
48059         Log: Add MIME::Base64 here and there.  Again, a lot of
48060              optimism is in the air.
48061      Branch: perl
48062            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
48063            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
48064 ____________________________________________________________________________
48065 [  9336] By: jhi                                   on 2001/03/25  04:12:43
48066         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
48067              this by ear as I do not do Win32 programming.)
48068      Branch: perl
48069            ! win32/Makefile win32/makefile.mk
48070 ____________________________________________________________________________
48071 [  9335] By: jhi                                   on 2001/03/25  04:03:50
48072         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
48073      Branch: perl
48074            ! t/lib/md5-file.t
48075 ____________________________________________________________________________
48076 [  9334] By: jhi                                   on 2001/03/25  03:58:53
48077         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
48078      Branch: perl
48079            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
48080            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
48081            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
48082            + t/lib/mimeb64u.t t/lib/mimeqp.t
48083            ! MANIFEST
48084 ____________________________________________________________________________
48085 [  9333] By: jhi                                   on 2001/03/24  20:14:37
48086         Log: Integrate perlio.
48087      Branch: perl
48088           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
48089 ____________________________________________________________________________
48090 [  9332] By: nick                                  on 2001/03/24  19:40:34
48091         Log: Fix un-init variable leading to spurious "Out of Memory!"
48092      Branch: perlio
48093            ! doio.c
48094 ____________________________________________________________________________
48095 [  9331] By: nick                                  on 2001/03/24  19:09:59
48096         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
48097              and update layers internals doc.
48098      Branch: perlio
48099            ! pod/perlfunc.pod pod/perliol.pod
48100 ____________________________________________________________________________
48101 [  9330] By: jhi                                   on 2001/03/24  18:42:11
48102         Log: The length might be uninitialized garbage if the *svp is the undef.
48103      Branch: perl
48104            ! doio.c
48105 ____________________________________________________________________________
48106 [  9329] By: jhi                                   on 2001/03/24  18:26:57
48107         Log: (Retracted by #9393)
48108              
48109              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
48110              From: Simon Cozens <simon@netthink.co.uk>
48111              Date: Sat, 24 Mar 2001 17:13:17 +0000
48112              Message-ID: <20010324171317.A13406@netthink.co.uk>
48113      Branch: perl
48114            ! utils/h2xs.PL
48115 ____________________________________________________________________________
48116 [  9328] By: nick                                  on 2001/03/24  17:22:02
48117         Log: Integrate mainline.
48118      Branch: perlio
48119           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
48120           !> lib/unicode/version
48121 ____________________________________________________________________________
48122 [  9327] By: nick                                  on 2001/03/24  17:16:02
48123         Log: Integrate mainline.
48124      Branch: perlio
48125           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
48126           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
48127           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
48128           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
48129           +> t/lib/md5-file.t
48130           !> MANIFEST Makefile.SH configure.com djgpp/config.over
48131           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
48132           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
48133           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
48134           !> win32/makefile.mk
48135 ____________________________________________________________________________
48136 [  9326] By: jhi                                   on 2001/03/24  17:00:42
48137         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
48138      Branch: perl
48139            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
48140            ! lib/unicode/version
48141 ____________________________________________________________________________
48142 [  9325] By: jhi                                   on 2001/03/24  16:22:33
48143         Log: Subject: Re: B::Deparse bug (5.6.0)
48144              From: Robin Houston <robin@kitsite.com>
48145              Date: Sat, 24 Mar 2001 14:33:09 +0000
48146              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
48147      Branch: perl
48148            ! op.c pp.c t/lib/b.t t/op/repeat.t
48149 ____________________________________________________________________________
48150 [  9324] By: jhi                                   on 2001/03/24  16:21:56
48151         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
48152              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
48153              these additions may be too optimistic.
48154      Branch: perl
48155            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
48156            ! hints/uwin.sh hints/vmesa.sh
48157 ____________________________________________________________________________
48158 [  9323] By: jhi                                   on 2001/03/24  16:06:01
48159         Log: Integrate perlio.
48160      Branch: perl
48161           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
48162           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
48163            ! Makefile.SH
48164           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
48165           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
48166           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
48167           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48168           !> win32/makefile.mk win32/perlhost.h win32/win32.c
48169           !> win32/win32iop.h
48170 ____________________________________________________________________________
48171 [  9322] By: nick                                  on 2001/03/24  14:39:12
48172         Log: Routine Win32 regen_config_h - no real changes.
48173      Branch: perlio
48174            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48175 ____________________________________________________________________________
48176 [  9321] By: nick                                  on 2001/03/24  14:31:49
48177         Log: PerlIO fixups for Win32:
48178              - provide win33_popenlist() - non-functional as yet.
48179              - avoid need for aTHX in PerlIO_debug calls - even if not 
48180              enabled args are still evaluated so Win32 has trouble during fork().
48181              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
48182              - Fixup makedef.pl for latest set of symbols.
48183      Branch: perlio
48184            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
48185            ! win32/perlhost.h win32/win32.c win32/win32iop.h
48186 ____________________________________________________________________________
48187 [  9320] By: nick                                  on 2001/03/24  14:26:58
48188         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
48189              was gibberish - broke it on WIn32 at least.
48190      Branch: perlio
48191            ! ext/POSIX/POSIX.xs
48192 ____________________________________________________________________________
48193 [  9319] By: nick                                  on 2001/03/24  11:29:41
48194         Log: Generated files.
48195      Branch: perlio
48196            ! embed.h global.sym objXSUB.h perlapi.c proto.h
48197 ____________________________________________________________________________
48198 [  9318] By: nick                                  on 2001/03/24  10:29:37
48199         Log: Implement:
48200              1.  open($fh,"+<",undef);  # add test to t/io/open.t
48201              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
48202      Branch: perlio
48203            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
48204            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
48205            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
48206            ! t/io/open.t t/io/utf8.t
48207 ____________________________________________________________________________
48208 [  9317] By: jhi                                   on 2001/03/23  23:41:25
48209         Log: AIX does seems to have optimization problems with its C compilers.
48210      Branch: perl
48211            ! hints/aix.sh
48212 ____________________________________________________________________________
48213 [  9316] By: jhi                                   on 2001/03/23  23:40:46
48214         Log: Integrate perlio.
48215      Branch: perl
48216           +> lib/PerlIO.pm
48217           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
48218           !> perliol.h
48219 ____________________________________________________________________________
48220 [  9315] By: jhi                                   on 2001/03/23  22:16:30
48221         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
48222      Branch: perl
48223            ! t/lib/md5-file.t
48224 ____________________________________________________________________________
48225 [  9314] By: nick                                  on 2001/03/23  20:49:02
48226         Log: Perlio internals re-organized.
48227              - open process creates AV of layer/arg pairs
48228              (appends layers from open() or open.pm to default list).
48229              - push arg is now an SV.
48230              - layer ->Open get passed the AV
48231              - open is no longer mandatory method.
48232              - topmost layer that has ->Open method does the open
48233              - any layers above are pushed once that returns.
48234              - vtable re-ordered so dummy layers need only provide push/pop methods.
48235      Branch: perlio
48236            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48237 ____________________________________________________________________________
48238 [  9313] By: nick                                  on 2001/03/23  16:27:41
48239         Log: Check in a stable (working) version before next round of tweaks.
48240              Changes include:
48241              - Move default layers code out of doio.c and into perlio.c
48242              - Single routine for parsing layer specification strings.
48243              - Skeleton support for demand loading of layers
48244              - Core-dump avoidance if PERLIO environment specifies loadable layer
48245              (does not _work_ as need IO to load and need load to do IO ...)
48246      Branch: perlio
48247            + lib/PerlIO.pm
48248            ! MANIFEST doio.c perlio.c
48249 ____________________________________________________________________________
48250 [  9312] By: gsar                                  on 2001/03/23  16:25:25
48251         Log: add execute bit to files with shebang lines in the repository;
48252              avoid clobbering execute bit in Porting/makerel 
48253      Branch: maint-5.6/perl
48254            ! (edit 144 files)
48255 ____________________________________________________________________________
48256 [  9311] By: jhi                                   on 2001/03/23  14:25:35
48257         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
48258      Branch: perl
48259            ! MANIFEST
48260 ____________________________________________________________________________
48261 [  9310] By: jhi                                   on 2001/03/23  13:45:04
48262         Log: Subject: [PATCH] Net::Ping
48263              From: Colin McMillen <mcmi0037@tc.umn.edu>
48264              Date: Thu, 22 Mar 2001 19:30:31 -0600
48265              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
48266      Branch: perl
48267            ! lib/Net/Ping.pm
48268 ____________________________________________________________________________
48269 [  9309] By: jhi                                   on 2001/03/23  13:39:13
48270         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
48271      Branch: perl
48272            ! t/lib/md5-aaa.t t/lib/md5-file.t
48273 ____________________________________________________________________________
48274 [  9308] By: jhi                                   on 2001/03/23  13:20:34
48275         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
48276              - bump the version to 2.14
48277              - drop the base64 tests since they require MIME::Base64
48278              - drop the rfc1321.txt
48279              - drop the hints/dec_osf.pl since it's only needed for
48280              pre-5.005_03 Perls
48281              Todo:
48282              - the U32 alignment testing is now removed; it needs to
48283              be reintroduced as as a Config variable (meaning also
48284              as a Configure test)
48285              - get the new EBCDIC md5sum for MD5.pm
48286              - test in Win32 to see how badly I botched the makefiles
48287      Branch: perl
48288            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
48289            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
48290            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
48291            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
48292            + t/lib/md5-file.t
48293            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
48294            ! win32/Makefile win32/makefile.mk
48295 ____________________________________________________________________________
48296 [  9307] By: jhi                                   on 2001/03/23  12:56:14
48297         Log: Integrate change #9306 from maintperl into mainline,
48298              AIX dynaloader for AIXes without <load.h>.
48299      Branch: perl
48300           !> ext/DynaLoader/hints/aix.pl
48301 ____________________________________________________________________________
48302 [  9306] By: jhi                                   on 2001/03/23  12:51:36
48303         Log: There are AIXes without /usr/include/load.h,
48304              patch from H.Merijn Brand.
48305      Branch: maint-5.6/perl
48306            ! ext/DynaLoader/hints/aix.pl
48307 ____________________________________________________________________________
48308 [  9305] By: nick                                  on 2001/03/23  11:00:42
48309         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
48310      Branch: perlio
48311            ! ext/Encode/Encode.xs perlio.c perlio.h
48312 ____________________________________________________________________________
48313 [  9304] By: nick                                  on 2001/03/23  10:20:46
48314         Log: Render -Duseperlio functional again.
48315              - this is "quick fix" which calls PerlIO_apply_layers after opening,
48316              which is what old scheme did. New scheme needs to change that
48317              to make open(...,\$scalar) etc. work but this will do for now.
48318      Branch: perlio
48319            ! perlio.c
48320 ____________________________________________________________________________
48321 [  9303] By: nick                                  on 2001/03/23  09:53:20
48322         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
48323              -Uuseperlio now works again.
48324              -Duseperlio is still poorly. Don't merge yet...
48325      Branch: perlio
48326            ! doio.c perlio.h
48327 ____________________________________________________________________________
48328 [  9302] By: nick                                  on 2001/03/22  22:26:51
48329         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
48330              type code.
48331              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
48332              is its main caller. In particular now has access to "extra" args, and
48333              can tell when an open handle is "reopened" (or duped?).
48334              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
48335              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
48336              PerlIO_open() et. al. (i.e. other way round).
48337              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
48338              with args close to PerlIO_openn().
48339      Branch: perlio
48340            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48341 ____________________________________________________________________________
48342 [  9301] By: jhi                                   on 2001/03/22  20:58:04
48343         Log: Integrate perlio.
48344      Branch: perl
48345           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
48346           !> t/io/open.t util.c
48347 ____________________________________________________________________________
48348 [  9300] By: nick                                  on 2001/03/22  17:36:32
48349         Log: Don't include $@ in not ok message.
48350      Branch: perlio
48351            ! t/io/open.t
48352 ____________________________________________________________________________
48353 [  9299] By: gsar                                  on 2001/03/22  16:53:45
48354         Log: back out changes#7532,7521 for now (appears to have problems
48355              on IRIX)
48356      Branch: maint-5.6/perl
48357            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48358            ! ext/POSIX/typemap pod/perlvar.pod
48359 ____________________________________________________________________________
48360 [  9298] By: nick                                  on 2001/03/22  14:35:46
48361         Log: Give a meaning to '&' in n-arg open case:
48362              open($fh,"<&",$scalar);
48363              $scalar can be:
48364              - an integer which does "fdopen"
48365              open($fh,"<&",2); # like open($fh,"<&2")
48366              - something that will yield a file handle via sv_2io()
48367              useful for dup'ing anonymous handles.
48368              e.g.:
48369              open(my $fh,"<&",\*STDIN);
48370              open(my $dup,"<&",$fh);
48371      Branch: perlio
48372            ! doio.c t/io/open.t
48373 ____________________________________________________________________________
48374 [  9297] By: nick                                  on 2001/03/22  13:34:35
48375         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
48376      Branch: perlio
48377            ! util.c
48378 ____________________________________________________________________________
48379 [  9296] By: nick                                  on 2001/03/22  12:51:20
48380         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
48381      Branch: perlio
48382            ! perl.c
48383 ____________________________________________________________________________
48384 [  9295] By: nick                                  on 2001/03/22  11:59:44
48385         Log: If stdin, stdout or stderr get opened in unexpected read/write state
48386              then warn at time of open not at time of use.
48387      Branch: perlio
48388            ! doio.c pp_hot.c pp_sys.c
48389 ____________________________________________________________________________
48390 [  9294] By: nick                                  on 2001/03/22  10:54:35
48391         Log: Die on n-arg open(...,"",xxx,yyy,...)
48392              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
48393              - die on read/write cases so we can decide what it means later.
48394      Branch: perlio
48395            ! doio.c embed.pl iperlsys.h util.c
48396 ____________________________________________________________________________
48397 [  9293] By: nick                                  on 2001/03/22  09:02:45
48398         Log: perlio tweaks (reported by Nick Clark)
48399              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
48400              error check in Pendinf_read().
48401      Branch: perlio
48402            ! perlio.c
48403 ____________________________________________________________________________
48404 [  9292] By: gsar                                  on 2001/03/22  07:12:00
48405         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
48406              fixes)
48407      Branch: maint-5.6/perl
48408           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
48409 ____________________________________________________________________________
48410 [  9291] By: jhi                                   on 2001/03/22  06:06:44
48411         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
48412      Branch: perl
48413            ! t/op/re_tests
48414 ____________________________________________________________________________
48415 [  9290] By: jhi                                   on 2001/03/22  05:57:01
48416         Log: Move MacOS Classic higher in the list of supported platforms.
48417      Branch: maint-5.6/perl
48418            ! pod/perlport.pod
48419 ____________________________________________________________________________
48420 [  9289] By: gsar                                  on 2001/03/22  05:35:04
48421         Log: revert part of change#6438 for compatibility (av_reify()
48422              appears to be needed to implement av_splice()ish things
48423              in XS)
48424      Branch: maint-5.6/perl
48425            ! embed.pl global.sym objXSUB.h perlapi.c
48426 ____________________________________________________________________________
48427 [  9288] By: gsar                                  on 2001/03/22  03:09:19
48428         Log: update copyright year
48429      Branch: maint-5.6/perl
48430            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
48431            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
48432            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
48433            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
48434            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
48435            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
48436            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
48437            ! x2p/walk.c
48438 ____________________________________________________________________________
48439 [  9287] By: jhi                                   on 2001/03/21  20:30:54
48440         Log: Integrate perlio.
48441      Branch: perl
48442           !> ext/Data/Dumper/Dumper.xs
48443 ____________________________________________________________________________
48444 [  9286] By: gsar                                  on 2001/03/21  19:49:54
48445         Log: makefile.mk tweak
48446      Branch: maint-5.6/perl
48447            ! win32/Makefile win32/makefile.mk
48448 ____________________________________________________________________________
48449 [  9285] By: nick                                  on 2001/03/21  19:07:13
48450         Log: Multiplicity fix for Dumper.
48451      Branch: perlio
48452            ! ext/Data/Dumper/Dumper.xs
48453 ____________________________________________________________________________
48454 [  9284] By: nick                                  on 2001/03/21  19:01:07
48455         Log: Integrate mainline - (does not build xTHX issue in Dumper).
48456      Branch: perlio
48457           !> (integrate 27 files)
48458 ____________________________________________________________________________
48459 [  9283] By: jhi                                   on 2001/03/21  17:17:35
48460         Log: Integrate change #9282 from mainline into maintperl,
48461              4-arg UTF-8 substr().
48462      Branch: maint-5.6/perl
48463           !> pp.c
48464 ____________________________________________________________________________
48465 [  9282] By: jhi                                   on 2001/03/21  17:15:43
48466         Log: The #9270 would have leaked a scalar if pp_substr()
48467              returned early.
48468      Branch: perl
48469            ! pp.c
48470 ____________________________________________________________________________
48471 [  9281] By: gsar                                  on 2001/03/21  17:03:14
48472         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
48473      Branch: maint-5.6/perl
48474            ! win32/makefile.mk
48475 ____________________________________________________________________________
48476 [  9280] By: gsar                                  on 2001/03/21  17:01:20
48477         Log: some tweaks to change#9278 (fork() emulation should be enabled
48478              by setting BUILD_FLAVOR instead of changing the defaults)
48479      Branch: maint-5.6/perl
48480            ! win32/makefile.mk
48481 ____________________________________________________________________________
48482 [  9279] By: gsar                                  on 2001/03/21  16:47:19
48483         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
48484      Branch: maint-5.6/perl
48485            ! ext/File/Glob/Glob.pm
48486           !> lib/Cwd.pm
48487 ____________________________________________________________________________
48488 [  9278] By: jhi                                   on 2001/03/21  14:35:10
48489         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
48490              From: "Vadim Konovalov" <watman@inbox.ru>
48491              Date: Wed, 21 Mar 2001 01:53:51 +0300
48492              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
48493      Branch: maint-5.6/perl
48494            ! win32/makefile.mk win32/win32sck.c
48495 ____________________________________________________________________________
48496 [  9277] By: jhi                                   on 2001/03/21  13:58:28
48497         Log: Integrate change #9270 from mainline to maintperl:
48498              continued 4-arg UTF-8 substr() fixing.
48499      Branch: maint-5.6/perl
48500           !> pp.c t/op/substr.t
48501 ____________________________________________________________________________
48502 [  9276] By: jhi                                   on 2001/03/21  13:33:00
48503         Log: More pixie cleaning.
48504      Branch: perl
48505            ! Makefile.SH
48506 ____________________________________________________________________________
48507 [  9275] By: jhi                                   on 2001/03/21  03:54:17
48508         Log: Update Changes.
48509      Branch: perl
48510            ! Changes patchlevel.h
48511 ____________________________________________________________________________
48512 [  9274] By: jhi                                   on 2001/03/21  03:48:24
48513         Log: First stab at making Data::Dumper to grok Unicode.
48514              
48515              TODO: tests, EBCDICify.
48516      Branch: perl
48517            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
48518 ____________________________________________________________________________
48519 [  9273] By: jhi                                   on 2001/03/21  02:23:00
48520         Log: Fix for
48521              
48522              Subject: Memory leak in unquoted print   
48523              From: Benjamin Sugars <bsugars@canoe.ca> 
48524              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
48525              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
48526      Branch: perl
48527            ! perlio.c
48528 ____________________________________________________________________________
48529 [  9272] By: jhi                                   on 2001/03/21  01:33:17
48530         Log: Subject: Re: [PATCH] POSIX::getcwd()
48531              From: Benjamin Sugars <bsugars@canoe.ca> 
48532              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
48533              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
48534      Branch: perl
48535            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
48536 ____________________________________________________________________________
48537 [  9271] By: jhi                                   on 2001/03/21  01:22:52
48538         Log: Subject: [PATCH] Cwd.pm docs
48539              From: Benjamin Sugars <bsugars@canoe.ca>
48540              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
48541              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
48542      Branch: perl
48543            ! lib/Cwd.pm
48544 ____________________________________________________________________________
48545 [  9270] By: jhi                                   on 2001/03/21  01:16:29
48546         Log: Continue 4-arg substr() UTF-8 fixage.
48547      Branch: perl
48548            ! pp.c t/op/substr.t
48549 ____________________________________________________________________________
48550 [  9269] By: jhi                                   on 2001/03/21  00:46:14
48551         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
48552              
48553              revert the leak fix in change#9142 (problem needs a more experimental
48554              fix unsuitable for 5.6.1)
48555              
48556              do alphabetical sorting by default (for csh compatibility)
48557              
48558              cut-n-paste goof in change#9264
48559              
48560              VMS piping fixes (from Charles Lane)
48561      Branch: perl
48562           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
48563           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
48564           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
48565 ____________________________________________________________________________
48566 [  9268] By: jhi                                   on 2001/03/21  00:37:04
48567         Log: Integrate perlio.
48568      Branch: perl
48569           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
48570           !> utf8.c utf8.h utfebcdic.h
48571 ____________________________________________________________________________
48572 [  9267] By: nick                                  on 2001/03/20  20:04:39
48573         Log: More EBCDIC stuff:
48574              - Loose the extra level of function on ASCII.
48575              - spotted a chr(0) issue in sv.c
48576              - re-work of UTF-X tr/// ranges to work in Unicode
48577              space. Still issues with the "0xff is illegal UTF-8" hack.
48578              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
48579              (why do it once when you can do it all over the place :-(
48580              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
48581              need utf8.pm for swashes.
48582              - Simplified and commented scan_const() in toke.c
48583              Still something wrong regexp and tr (swashes?).
48584      Branch: perlio
48585            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
48586            ! utf8.c utf8.h utfebcdic.h
48587 ____________________________________________________________________________
48588 [  9266] By: gsar                                  on 2001/03/20  19:16:43
48589         Log: VMS piping fixes (from Charles Lane)
48590      Branch: maint-5.6/perl
48591            ! vms/vms.c vms/vmspipe.com
48592 ____________________________________________________________________________
48593 [  9265] By: gsar                                  on 2001/03/20  17:53:52
48594         Log: cut-n-paste goof in change#9264
48595      Branch: maint-5.6/perl
48596            ! ext/File/Glob/Glob.xs
48597 ____________________________________________________________________________
48598 [  9264] By: gsar                                  on 2001/03/20  17:43:47
48599         Log: do alphabetical sorting by default (for csh compatibility);
48600              bsd_glob() does ASCII sort by default as usual, unless
48601              GLOB_ALPHASORT was specified
48602      Branch: maint-5.6/perl
48603            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
48604            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
48605            ! ext/File/Glob/bsd_glob.h
48606 ____________________________________________________________________________
48607 [  9263] By: gsar                                  on 2001/03/20  16:40:08
48608         Log: integrate change#9255 from mainline (unicode fix)
48609              
48610              substr($bytestr, i, n, $charstr)
48611      Branch: maint-5.6/perl
48612           !> Todo-5.6 pp.c t/op/substr.t
48613 ____________________________________________________________________________
48614 [  9262] By: gsar                                  on 2001/03/20  15:57:41
48615         Log: revert the leak fix in change#9142 (problem needs a more experimental
48616              fix unsuitable for 5.6.1)
48617      Branch: maint-5.6/perl
48618            ! scope.c
48619 ____________________________________________________________________________
48620 [  9261] By: jhi                                   on 2001/03/20  14:26:25
48621         Log: Integrate changes #9259,9260 from maintperl into mainline.
48622              
48623              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
48624              
48625              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
48626      Branch: perl
48627           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
48628 ____________________________________________________________________________
48629 [  9260] By: jhi                                   on 2001/03/20  14:05:46
48630         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
48631              From: Robin Barker <rmb1@cise.npl.co.uk>
48632              Date: Tue, 20 Mar 2001 10:12:04 GMT
48633              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
48634      Branch: maint-5.6/perl
48635            ! run.c
48636 ____________________________________________________________________________
48637 [  9259] By: jhi                                   on 2001/03/20  14:04:39
48638         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
48639              From: Chris Nandor <pudge@pobox.com>
48640              Date: Tue, 20 Mar 2001 00:40:56 -0500
48641              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
48642      Branch: maint-5.6/perl
48643            ! ext/POSIX/POSIX.xs lib/File/Path.pm
48644 ____________________________________________________________________________
48645 [  9258] By: jhi                                   on 2001/03/20  05:09:34
48646         Log: Update Changes.
48647      Branch: perl
48648            ! Changes patchlevel.h
48649 ____________________________________________________________________________
48650 [  9257] By: jhi                                   on 2001/03/20  05:04:25
48651         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
48652      Branch: perl
48653            ! t/op/tr.t
48654 ____________________________________________________________________________
48655 [  9256] By: jhi                                   on 2001/03/20  04:43:12
48656         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
48657              From: Peter Prymmer <pvhp@forte.com>
48658              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
48659              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
48660      Branch: maint-5.6/perl
48661            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
48662 ____________________________________________________________________________
48663 [  9255] By: jhi                                   on 2001/03/19  23:17:17
48664         Log: substr($bytestr, i, n, $charstr)
48665              
48666              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
48667      Branch: perl
48668            ! Todo-5.6 pp.c t/op/substr.t
48669 ____________________________________________________________________________
48670 [  9254] By: jhi                                   on 2001/03/19  22:25:09
48671         Log: Rearrange the make test target prerequisites so that
48672              in a parallel make 'all' is finished before 'test'.
48673      Branch: perl
48674            ! Makefile.SH
48675 ____________________________________________________________________________
48676 [  9253] By: jhi                                   on 2001/03/19  21:48:07
48677         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
48678              From: Robin Houston <robin@kitsite.com>
48679              Date: Mon, 19 Mar 2001 15:48:41 +0000
48680              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
48681      Branch: perl
48682            ! pp_ctl.c
48683 ____________________________________________________________________________
48684 [  9252] By: jhi                                   on 2001/03/19  21:42:27
48685         Log: Integrate perlio.
48686      Branch: perl
48687           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
48688           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
48689           !> utfebcdic.h vms/perly_c.vms
48690 ____________________________________________________________________________
48691 [  9251] By: jhi                                   on 2001/03/19  21:31:28
48692         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
48693              
48694              Dynaloading in 64-bit AIX with vac.
48695      Branch: perl
48696           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48697           !> hints/aix.sh
48698 ____________________________________________________________________________
48699 [  9250] By: jhi                                   on 2001/03/19  21:18:00
48700         Log: A more robust solution for the 64bitall AIX dynaloading
48701              problem, from Jens-Uwe Mager.
48702      Branch: maint-5.6/perl
48703            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48704 ____________________________________________________________________________
48705 [  9249] By: nick                                  on 2001/03/19  20:59:37
48706         Log: Integrate mainline.
48707      Branch: perlio
48708           !> (integrate 42 files)
48709 ____________________________________________________________________________
48710 [  9248] By: nick                                  on 2001/03/19  20:22:07
48711         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
48712              (Building on OS390 uses native YACC and YYDEBUG has other
48713              side effects.)
48714      Branch: perlio
48715            ! perly.c perly.y vms/perly_c.vms
48716 ____________________________________________________________________________
48717 [  9247] By: jhi                                   on 2001/03/19  19:59:53
48718         Log: 64-bit AIX dynaloading problem (see #9244) idea
48719              from Jens-Uwe Mager.
48720      Branch: maint-5.6/perl
48721            ! ext/DynaLoader/dl_aix.xs
48722 ____________________________________________________________________________
48723 [  9246] By: nick                                  on 2001/03/19  19:27:57
48724         Log: More EBCDIC fixes.
48725      Branch: perlio
48726            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
48727            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
48728 ____________________________________________________________________________
48729 [  9245] By: jhi                                   on 2001/03/19  19:05:19
48730         Log: Integrate change #9243 from mainline into maintperl.
48731              
48732              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
48733      Branch: maint-5.6/perl
48734           !> README.vmesa
48735 ____________________________________________________________________________
48736 [  9244] By: jhi                                   on 2001/03/19  19:03:15
48737         Log: Get 64bitall AIX building, but still does not test okay:
48738              dynaloading anything fails, for example for op/defins:
48739              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
48740              (update: fixed by #9247,9250)
48741      Branch: maint-5.6/perl
48742            ! hints/aix.sh
48743 ____________________________________________________________________________
48744 [  9243] By: jhi                                   on 2001/03/19  19:00:16
48745         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
48746              From: Robin Barker <rmb1@cise.npl.co.uk>
48747              Date: Mon, 19 Mar 2001 18:01:57 GMT
48748              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
48749      Branch: perl
48750            ! README.vmesa
48751 ____________________________________________________________________________
48752 [  9242] By: jhi                                   on 2001/03/19  18:58:43
48753         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
48754              
48755              TODO: tests.
48756      Branch: perl
48757            ! doop.c op.c
48758 ____________________________________________________________________________
48759 [  9241] By: gsar                                  on 2001/03/19  17:34:46
48760         Log: VMSify tests (from Charles Lane)
48761      Branch: maint-5.6/perl
48762            ! t/lib/filehand.t t/lib/texttabs.t
48763 ____________________________________________________________________________
48764 [  9240] By: jhi                                   on 2001/03/19  14:24:26
48765         Log: Integrate change #9233 from maintperl into mainline.
48766              
48767              some refcounts were incorrect in perl_clone()
48768      Branch: perl
48769           !> sv.c
48770 ____________________________________________________________________________
48771 [  9239] By: gsar                                  on 2001/03/19  09:23:17
48772         Log: this is 5.6.1-trial3
48773      Branch: maint-5.6/perl
48774            ! Changes
48775 ____________________________________________________________________________
48776 [  9238] By: gsar                                  on 2001/03/19  08:47:04
48777         Log: some new symbols are only available under ithreads
48778      Branch: maint-5.6/perl
48779            ! makedef.pl
48780 ____________________________________________________________________________
48781 [  9237] By: gsar                                  on 2001/03/19  08:42:28
48782         Log: update patchlevel.h, Changes, &c.
48783      Branch: maint-5.6/perl
48784            ! Changes patchlevel.h pod/perlhist.pod
48785           !> AUTHORS
48786 ____________________________________________________________________________
48787 [  9236] By: gsar                                  on 2001/03/19  08:17:49
48788         Log: integrate changes#8068,8717 from mainline
48789              
48790              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
48791              
48792              [PATCH CPAN 1.59_51] warning message (not!)
48793      Branch: maint-5.6/perl
48794           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
48795           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
48796           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
48797           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
48798           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
48799 ____________________________________________________________________________
48800 [  9235] By: gsar                                  on 2001/03/19  08:07:09
48801         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
48802              
48803              [PATCH] Add missing CV flags to dump.c
48804              
48805              Re: [patch] Re: PL_ptr_table
48806              
48807              Fixup non-ithread build after 8713
48808              
48809              Generated files form 8713 etc.
48810              
48811              Correct the correction :-(
48812              
48813              Documenting coderef @INC (Re: CPAN "make this script work" feature)
48814              
48815              Subject: Re: sync sync sync: have I missed any patches?
48816              Replace djSP with dSP.
48817      Branch: maint-5.6/perl
48818           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
48819           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
48820           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
48821           !> sv.c sv.h win32/perlhost.h
48822 ____________________________________________________________________________
48823 [  9234] By: gsar                                  on 2001/03/19  07:22:05
48824         Log: revert the change#9090 integrate for now (change looks somewhat
48825              incomplete in that [ha]v_exists() need something similar; lacks
48826              tests; &c.)
48827      Branch: maint-5.6/perl
48828            ! hv.c
48829 ____________________________________________________________________________
48830 [  9233] By: gsar                                  on 2001/03/19  07:10:01
48831         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
48832              destruction when there are unreferenced scalars (SvREFCNT==0)
48833      Branch: maint-5.6/perl
48834            ! sv.c
48835 ____________________________________________________________________________
48836 [  9232] By: jhi                                   on 2001/03/19  05:11:02
48837         Log: Regen api and toc.
48838      Branch: maint-5.6/perl
48839            ! pod/perlapi.pod pod/perltoc.pod
48840 ____________________________________________________________________________
48841 [  9231] By: jhi                                   on 2001/03/19  04:06:03
48842         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
48843              add a lost line in pp.c:pp_chop(), update to new op/chop.
48844              
48845              Clarify the description differentiating for and while; inspired by
48846              
48847              Subject: [ID 20010306.004] || != named unary operator
48848              
48849              The $Is_MacOS needs to be declared.
48850      Branch: maint-5.6/perl
48851            ! pp.c t/op/chop.t
48852           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
48853 ____________________________________________________________________________
48854 [  9230] By: jhi                                   on 2001/03/19  03:48:16
48855         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
48856              9079,9083,9089,9090,9091 from mainline to maintperl.
48857              
48858              Quieten some noise in Win32 builds
48859              
48860              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
48861              
48862              The perlretut was still talking about the old \p and \P
48863              definitions.
48864              
48865              More tweakage on the Unicode character class descriptions.
48866              
48867              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
48868              
48869              Subject: 'no *POSIX' Patch speeding up make on BS2000 
48870              
48871              Subject: [PATCH] perldata.pod here-doc docs
48872              
48873              Add /sbin and /usr/sbin to the list of directories scanned
48874              for setuid programs.  Takes care of bug id 20010309.003.
48875              
48876              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
48877              
48878              In op/stat #35 better to scan all the potential directories
48879              for setuids, not just the first one.
48880      Branch: maint-5.6/perl
48881            ! Makefile.SH
48882           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
48883           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
48884           !> t/op/stat.t toke.c win32/win32.h
48885 ____________________________________________________________________________
48886 [  9229] By: jhi                                   on 2001/03/19  02:31:50
48887         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
48888              From: Chris Nandor <pudge@pobox.com>
48889              Date: Sat, 10 Mar 2001 14:22:19 -0500
48890              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
48891      Branch: maint-5.6/perl
48892            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
48893            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
48894            ! t/lib/b.t t/lib/errno.t
48895 ____________________________________________________________________________
48896 [  9228] By: jhi                                   on 2001/03/19  02:29:59
48897         Log: Integrate changes #9113,9122 from mainline into maintperl.
48898              
48899              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?)
48900      Branch: maint-5.6/perl
48901           !> Configure README.os390 hints/os390.sh
48902 ____________________________________________________________________________
48903 [  9227] By: jhi                                   on 2001/03/19  02:22:35
48904         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
48905              into maintperl.
48906              
48907              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
48908              
48909              Forgot to check-in the larger part of #9120, duh.
48910              
48911              Subject: Another patch for integer.pm POD 
48912              
48913              h2ph strictness and cleanliness from Kurt Starsinic.
48914              
48915              Borland filename case problem.
48916              
48917              h2ph strictness and cleanliness from Kurt Starsinic.
48918              
48919              Subject: [PATCH] the uncontroversial doc patches
48920      Branch: maint-5.6/perl
48921           +> win32/sncfnmcs.pl
48922           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
48923           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
48924           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
48925           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
48926           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
48927           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
48928           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
48929 ____________________________________________________________________________
48930 [  9226] By: jhi                                   on 2001/03/19  02:10:21
48931         Log: Integrate changes #9207,9214 from mainline into maintperl.
48932              
48933              podchecker relaxations: =over has an *optional* number after it,
48934              and whitespace in L<> is okay.
48935      Branch: maint-5.6/perl
48936           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
48937           !> t/pod/poderrs.xr
48938 ____________________________________________________________________________
48939 [  9225] By: jhi                                   on 2001/03/19  02:07:38
48940         Log: Integrate change #9219 from maintperl into mainline.
48941              
48942              remove duplicated tests
48943      Branch: perl
48944           !> t/op/re_tests
48945 ____________________________________________________________________________
48946 [  9224] By: jhi                                   on 2001/03/19  02:06:11
48947         Log: Integrate change #9223 from mainline to maintperl.
48948              
48949              Document -Dmksymlinks.
48950      Branch: maint-5.6/perl
48951           !> INSTALL
48952 ____________________________________________________________________________
48953 [  9223] By: jhi                                   on 2001/03/19  02:01:25
48954         Log: Document -Dmksymlinks.
48955      Branch: perl
48956            ! INSTALL
48957 ____________________________________________________________________________
48958 [  9222] By: jhi                                   on 2001/03/19  01:15:35
48959         Log: The -Dmksymlinks wasn't working for maintperl.
48960      Branch: maint-5.6/perl
48961            ! Configure
48962 ____________________________________________________________________________
48963 [  9221] By: jhi                                   on 2001/03/19  00:49:43
48964         Log: Cleanup pixie residue.
48965      Branch: perl
48966            ! Makefile.SH
48967 ____________________________________________________________________________
48968 [  9220] By: jhi                                   on 2001/03/19  00:44:47
48969         Log: Document the use of pixie/prof; create make targets for it.
48970              
48971              TODO: make t/TEST pixie-aware.
48972      Branch: perl
48973            ! Makefile.SH pod/perlhack.pod
48974 ____________________________________________________________________________
48975 [  9219] By: gsar                                  on 2001/03/19  00:16:55
48976         Log: remove duplicated tests
48977      Branch: maint-5.6/perl
48978            ! t/op/re_tests
48979 ____________________________________________________________________________
48980 [  9218] By: jhi                                   on 2001/03/18  23:59:31
48981         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
48982      Branch: perl
48983            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
48984 ____________________________________________________________________________
48985 [  9217] By: jhi                                   on 2001/03/18  23:25:20
48986         Log: Rewrite the tests section of Makefile to be less redundant
48987              and to allow for more flexible test targets, many recursive
48988              make calls introduced.
48989      Branch: perl
48990            ! Makefile.SH
48991 ____________________________________________________________________________
48992 [  9216] By: jhi                                   on 2001/03/18  22:30:04
48993         Log: Document the use of Third Degree (sparsely).
48994      Branch: perl
48995            ! pod/perlhack.pod t/TEST
48996 ____________________________________________________________________________
48997 [  9215] By: jhi                                   on 2001/03/18  22:10:30
48998         Log: Make targets for testing with Third Degree.
48999      Branch: perl
49000            ! Makefile.SH
49001 ____________________________________________________________________________
49002 [  9214] By: jhi                                   on 2001/03/18  21:08:53
49003         Log: The podchecker relaxations need to mirrored also at the tests.
49004      Branch: perl
49005            ! t/pod/poderrs.xr
49006 ____________________________________________________________________________
49007 [  9213] By: jhi                                   on 2001/03/18  20:56:21
49008         Log: Update Changes.
49009      Branch: perl
49010            ! Changes patchlevel.h
49011 ____________________________________________________________________________
49012 [  9212] By: jhi                                   on 2001/03/18  20:36:59
49013         Log: Looking for config.sh in parent directories isn't
49014              very useful for the toplevel Makefile.
49015      Branch: perl
49016            ! Makefile.SH
49017 ____________________________________________________________________________
49018 [  9211] By: jhi                                   on 2001/03/18  20:33:37
49019         Log: On "make clean" take care of Third Degree droppings.
49020      Branch: perl
49021            ! Makefile.SH
49022 ____________________________________________________________________________
49023 [  9210] By: jhi                                   on 2001/03/18  20:21:34
49024         Log: Add a hook for running the tests under the Third Degree
49025              debugging tool (set $ENV{PERL_3LOG} to non-zero)
49026              
49027              TODO: Document the use of Third Degree.
49028      Branch: perl
49029            ! t/TEST
49030 ____________________________________________________________________________
49031 [  9209] By: jhi                                   on 2001/03/18  20:19:07
49032         Log: Regen toc and api pods.
49033      Branch: perl
49034            ! pod/perlapi.pod pod/perltoc.pod
49035 ____________________________________________________________________________
49036 [  9208] By: jhi                                   on 2001/03/18  20:12:12
49037         Log: Integrate changes #8128,9132 from mainline into maintperl,
49038              Tie::SubstrHash fixes.
49039      Branch: maint-5.6/perl
49040           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
49041 ____________________________________________________________________________
49042 [  9207] By: jhi                                   on 2001/03/18  20:07:43
49043         Log: podchecker relaxations from Michael Stevens.
49044      Branch: perl
49045            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
49046 ____________________________________________________________________________
49047 [  9206] By: jhi                                   on 2001/03/18  20:04:24
49048         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
49049      Branch: perl
49050            ! lib/Locale/Constants.pm lib/Locale/Country.pm
49051            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
49052            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
49053 ____________________________________________________________________________
49054 [  9205] By: jhi                                   on 2001/03/18  19:54:45
49055         Log: Integrate changes #9161,9162 from maintperl to mainline.
49056              
49057              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
49058              results
49059      Branch: perl
49060           !> t/op/magic.t
49061 ____________________________________________________________________________
49062 [  9204] By: jhi                                   on 2001/03/18  19:37:46
49063         Log: Make perl.third checks more understandable to the builder.
49064      Branch: perl
49065            ! Makefile.SH
49066 ____________________________________________________________________________
49067 [  9203] By: jhi                                   on 2001/03/18  19:20:54
49068         Log: Re-integrate #9138 from maintperl to mainline,
49069              the squelching of the unneeded "Scalars leaked" messages.
49070      Branch: perl
49071           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
49072           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
49073           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
49074 ____________________________________________________________________________
49075 [  9202] By: jhi                                   on 2001/03/18  18:48:36
49076         Log: More robust and more paranoid perl.third target.
49077      Branch: perl
49078            ! Makefile.SH
49079 ____________________________________________________________________________
49080 [  9201] By: jhi                                   on 2001/03/18  18:39:21
49081         Log: Integrate change #9197 from maintperl to mainline.
49082              
49083              more thorough cleaning of arenas.
49084      Branch: perl
49085           !> embed.pl perl.c proto.h sv.c t/op/sort.t
49086 ____________________________________________________________________________
49087 [  9200] By: jhi                                   on 2001/03/18  18:25:17
49088         Log: Integrate perlio.
49089      Branch: perl
49090           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
49091           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
49092           !> t/lib/encode.t toke.c universal.c utf8.c
49093 ____________________________________________________________________________
49094 [  9199] By: nick                                  on 2001/03/18  15:23:51
49095         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
49096              is the sense of the test being done. Avoid some magical 127 and 128 values
49097              by using macros.
49098      Branch: perlio
49099            ! doop.c pp_ctl.c sv.c toke.c
49100 ____________________________________________________________________________
49101 [  9198] By: nick                                  on 2001/03/18  14:18:12
49102         Log: UTF-X encoding invariance for Encode:
49103              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
49104              - move the XS code for those to universal.c (so in miniperl)
49105              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
49106              - change ext/Encode/compile to use above.
49107              - Fix t/lib/encode.t for above
49108              - Teach t/lib/b.t to expect -uutf8
49109              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
49110              utf8.pm is needed.
49111      Branch: perlio
49112            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
49113            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
49114 ____________________________________________________________________________
49115 [  9197] By: gsar                                  on 2001/03/18  12:15:57
49116         Log: more thorough cleaning of arenas--keep going until no more
49117              SvREFCNT_dec()s occur (this fixes the problem that causes the
49118              pesky "Scalars leaked" warnings)
49119      Branch: maint-5.6/perl
49120            ! embed.pl perl.c proto.h sv.c t/op/sort.t
49121 ____________________________________________________________________________
49122 [  9196] By: nick                                  on 2001/03/18  10:57:29
49123         Log: Fix pragma/utf8.t # 15
49124              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
49125              are SvUTF8 as well.
49126      Branch: perlio
49127            ! toke.c
49128 ____________________________________________________________________________
49129 [  9195] By: nick                                  on 2001/03/18  09:27:06
49130         Log: Integrate mainline
49131      Branch: perlio
49132           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
49133           !> t/op/pat.t
49134 ____________________________________________________________________________
49135 [  9194] By: jhi                                   on 2001/03/18  05:29:59
49136         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
49137              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
49138      Branch: perl
49139            ! op.c op.h t/op/misc.t t/op/pat.t
49140 ____________________________________________________________________________
49141 [  9193] By: jhi                                   on 2001/03/18  05:15:06
49142         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
49143      Branch: perl
49144            ! mg.c t/op/pat.t
49145 ____________________________________________________________________________
49146 [  9192] By: jhi                                   on 2001/03/18  04:22:43
49147         Log: tr/// UTF-8 patches from Inaba Hiroto.
49148      Branch: perl
49149            ! doop.c op.c
49150 ____________________________________________________________________________
49151 [  9191] By: jhi                                   on 2001/03/18  04:21:17
49152         Log: Integrate perlio.
49153      Branch: perl
49154           !> utf8.c utfebcdic.h
49155 ____________________________________________________________________________
49156 [  9190] By: nick                                  on 2001/03/17  20:32:01
49157         Log: Correct #if EBCDIC side typos.
49158              Builds and passes many tests on OS390.
49159      Branch: perlio
49160            ! utf8.c utfebcdic.h
49161 ____________________________________________________________________________
49162 [  9189] By: jhi                                   on 2001/03/17  18:55:49
49163         Log: Add prerequisites for the perl.third target.
49164      Branch: perl
49165            ! Makefile.SH
49166 ____________________________________________________________________________
49167 [  9188] By: jhi                                   on 2001/03/17  18:46:00
49168         Log: Integrate perlio.
49169      Branch: perl
49170           +> utfebcdic.h
49171           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
49172 ____________________________________________________________________________
49173 [  9187] By: jhi                                   on 2001/03/17  18:38:47
49174         Log: Add a make rule for perl.third (the Third Degree memory debugging
49175              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
49176      Branch: perl
49177            ! Makefile.SH
49178 ____________________________________________________________________________
49179 [  9186] By: nick                                  on 2001/03/17  18:34:48
49180         Log: MANIFEST addition :-(
49181      Branch: perlio
49182            ! MANIFEST
49183 ____________________________________________________________________________
49184 [  9185] By: nick                                  on 2001/03/17  18:29:50
49185         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
49186              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
49187              a superset of ASCII are invariant under the encoding. This is EBCDIC
49188              friendly as an encoded string can be looked at as being EBCDIC by lexer
49189              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
49190              ASCII on ASCII machines.
49191              
49192              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
49193              seperate.
49194              - Add some more macros to comprehend different shift amounts and
49195              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
49196              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
49197              and conditionally #include it.
49198              
49199              EBCDIC build as yet untested.  ASCII still fails the one test.
49200      Branch: perlio
49201            + utfebcdic.h
49202            ! utf8.c utf8.h
49203 ____________________________________________________________________________
49204 [  9184] By: nick                                  on 2001/03/17  17:44:16
49205         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
49206      Branch: perlio
49207            ! doop.c perl.h pp.c utf8.h
49208 ____________________________________________________________________________
49209 [  9183] By: jhi                                   on 2001/03/17  15:55:42
49210         Log: Integrate perlio.
49211      Branch: perl
49212            ! MANIFEST
49213           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
49214 ____________________________________________________________________________
49215 [  9182] By: nick                                  on 2001/03/17  09:16:06
49216         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
49217      Branch: perlio
49218            ! t/op/pat.t
49219 ____________________________________________________________________________
49220 [  9181] By: nick                                  on 2001/03/17  09:15:11
49221         Log: Integrate mainline.
49222      Branch: perlio
49223           +> lib/Locale/Constants.pm lib/Locale/Country.pm
49224           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
49225           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
49226           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
49227           !> (integrate 83 files)
49228 ____________________________________________________________________________
49229 [  9180] By: nick                                  on 2001/03/16  17:23:21
49230         Log: EBCDIC Fixes.
49231      Branch: perlio
49232            ! perl.h sv.c toke.c utf8.c utf8.h
49233 ____________________________________________________________________________
49234 [  9179] By: jhi                                   on 2001/03/16  14:10:12
49235         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
49236              a change needed to work around an AIX compiler bug.
49237      Branch: perl
49238            ! ext/Storable/Storable.xs
49239 ____________________________________________________________________________
49240 [  9178] By: jhi                                   on 2001/03/16  03:19:59
49241         Log: With Damian's approval synchronize damian's modules'
49242              licensing with Perl's standard module licensing.
49243      Branch: perl
49244            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
49245 ____________________________________________________________________________
49246 [  9177] By: jhi                                   on 2001/03/16  03:15:34
49247         Log: Make the Filter::Util:Call files have their own copies
49248              of the Perl standard module licensing, from Paul Marquess.
49249      Branch: perl
49250            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
49251 ____________________________________________________________________________
49252 [  9176] By: jhi                                   on 2001/03/16  02:56:04
49253         Log: Subject: [PATCH] more pod patches
49254              From: Michael Stevens <michael@etla.org>
49255              Date: Thu, 15 Mar 2001 21:25:18 +0000
49256              Message-ID: <20010315212518.A18870@firedrake.org>
49257      Branch: perl
49258            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
49259            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
49260            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
49261            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
49262            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
49263            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
49264            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
49265            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
49266            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
49267            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
49268            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
49269            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
49270            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
49271            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
49272            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
49273            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
49274            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
49275            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
49276            ! lib/Locale/Country.pm lib/Locale/Language.pm
49277            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
49278            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
49279            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
49280            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
49281            ! os2/OS2/Process/Process.pm
49282 ____________________________________________________________________________
49283 [  9175] By: jhi                                   on 2001/03/16  02:53:32
49284         Log: Subject: [PATCH] the uncontroversial doc patches
49285              From: Michael Stevens <michael@etla.org>
49286              Date: Thu, 15 Mar 2001 20:01:12 +0000
49287              Message-ID: <20010315200112.A7636@firedrake.org>
49288      Branch: perl
49289            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
49290            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
49291            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
49292            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
49293            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
49294 ____________________________________________________________________________
49295 [  9174] By: jhi                                   on 2001/03/16  02:50:49
49296         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
49297              From: Paul Lindner <lindner@inuus.com>
49298              Date: Fri, 16 Mar 2001 11:28:03 -0800
49299              Message-ID: <20010316112803.A7577@inuus.com>
49300      Branch: perl
49301            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
49302 ____________________________________________________________________________
49303 [  9173] By: nick                                  on 2001/03/15  20:21:03
49304         Log: 1st day's EBCDIC fixes:
49305              - toke.c's parsing of strings needed attention
49306              needed to conditionally e2a if string was already UTF-8
49307              - e2a/a2e tables where wrong way round.
49308              - new macros in utf8.h
49309      Branch: perlio
49310            ! perl.h toke.c utf8.h
49311 ____________________________________________________________________________
49312 [  9172] By: jhi                                   on 2001/03/15  15:17:17
49313         Log: Update Changes.
49314      Branch: perl
49315            ! Changes patchlevel.h
49316 ____________________________________________________________________________
49317 [  9171] By: jhi                                   on 2001/03/15  15:09:32
49318         Log: Subject: Re: Another Borland C++ problem.
49319              From: "Vadim Konovalov" <watman@inbox.ru>
49320              Date: Sat, 10 Mar 2001 19:26:07 +0300
49321              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
49322              
49323              Borland filename case problem.
49324      Branch: perl
49325            + win32/sncfnmcs.pl
49326            ! MANIFEST README.win32
49327 ____________________________________________________________________________
49328 [  9170] By: jhi                                   on 2001/03/15  14:54:23
49329         Log: Add Locale::Codes 1.06, from Neil Bowers.
49330      Branch: perl
49331            + lib/Locale/Constants.pm lib/Locale/Country.pm
49332            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
49333            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
49334            + t/lib/lc-language.t t/lib/lc-uk.t
49335            ! MANIFEST
49336 ____________________________________________________________________________
49337 [  9169] By: jhi                                   on 2001/03/15  14:19:01
49338         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
49339      Branch: perl
49340            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
49341            ! ext/Storable/Storable.xs
49342 ____________________________________________________________________________
49343 [  9168] By: jhi                                   on 2001/03/15  14:13:22
49344         Log: Integrate changes #9120,9167 from mainline to maintperl.
49345              
49346              Subject: [PATCH 5.6.1] OS/2 docs
49347              
49348              Subject: [PATCH 5.6.1] perldoc
49349      Branch: maint-5.6/perl
49350           !> os2/Changes utils/perldoc.PL
49351 ____________________________________________________________________________
49352 [  9167] By: jhi                                   on 2001/03/15  14:07:42
49353         Log: Subject: [PATCH 5.6.1] perldoc
49354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49355              Date: Wed, 14 Mar 2001 23:46:52 -0500
49356              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
49357      Branch: perl
49358            ! utils/perldoc.PL
49359 ____________________________________________________________________________
49360 [  9166] By: jhi                                   on 2001/03/15  13:53:15
49361         Log: sigaction test condition tweakage.
49362      Branch: perl
49363            ! t/lib/sigaction.t
49364 ____________________________________________________________________________
49365 [  9165] By: alanbur                               on 2001/03/15  03:49:17
49366         Log: Resynchronised with parent
49367      Branch: maint-5.6/pureperl
49368           +> os2/os2add.sym t/op/anonsub.t
49369           !> (integrate 72 files)
49370 ____________________________________________________________________________
49371 [  9164] By: jhi                                   on 2001/03/15  01:05:01
49372         Log: Avoid stomping off the beginning of an array in tr///.
49373      Branch: perl
49374            ! op.c
49375 ____________________________________________________________________________
49376 [  9163] By: jhi                                   on 2001/03/15  00:58:57
49377         Log: h2ph strictness and cleanliness from Kurt Starsinic.
49378      Branch: perl
49379            ! utils/h2ph.PL
49380 ____________________________________________________________________________
49381 [  9162] By: gsar                                  on 2001/03/15  00:56:53
49382         Log: avoid warnings
49383      Branch: maint-5.6/perl
49384            ! t/op/magic.t
49385 ____________________________________________________________________________
49386 [  9161] By: gsar                                  on 2001/03/15  00:52:09
49387         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
49388              results
49389      Branch: maint-5.6/perl
49390            ! t/op/magic.t
49391 ____________________________________________________________________________
49392 [  9160] By: jhi                                   on 2001/03/14  22:02:10
49393         Log: Do not use the Perl malloc in IRIX, suggested by
49394              Helmus Jarausch.
49395      Branch: perl
49396            ! hints/irix_6.sh
49397 ____________________________________________________________________________
49398 [  9159] By: nick                                  on 2001/03/14  21:45:59
49399         Log: Integrate mainline
49400      Branch: perlio
49401           +> t/op/loopctl.t
49402           !> (integrate 41 files)
49403 ____________________________________________________________________________
49404 [  9158] By: jhi                                   on 2001/03/14  21:10:09
49405         Log: The Day of the Retractions continues: the #9138
49406              (integrated in #9144) doesn't work well in mainline.
49407      Branch: perl
49408            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
49409            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
49410            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
49411 ____________________________________________________________________________
49412 [  9157] By: jhi                                   on 2001/03/14  20:58:12
49413         Log: The #9145 CANNOT be enabled: the clear_pmop code still
49414              dumps core all over in Tru64.
49415      Branch: perl
49416            ! op.c op.h t/op/pat.t
49417 ____________________________________________________________________________
49418 [  9156] By: jhi                                   on 2001/03/14  20:48:06
49419         Log: Integrate change #9154 from maintperl to mainline.
49420              
49421              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
49422              (caused Storable 1.0.10 to break on windows)
49423      Branch: perl
49424           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
49425           !> perlapi.c proto.h
49426 ____________________________________________________________________________
49427 [  9155] By: jhi                                   on 2001/03/14  20:23:53
49428         Log: Retract #9136: breaks threading (and binary compatibility).
49429      Branch: perl
49430            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
49431 ____________________________________________________________________________
49432 [  9154] By: gsar                                  on 2001/03/14  17:48:18
49433         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
49434              (caused Storable 1.0.10 to break on windows)
49435      Branch: maint-5.6/perl
49436            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
49437            ! perlapi.c proto.h
49438 ____________________________________________________________________________
49439 [  9153] By: jhi                                   on 2001/03/14  13:35:21
49440         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
49441      Branch: perl
49442            ! t/lib/sigaction.t
49443 ____________________________________________________________________________
49444 [  9152] By: gsar                                  on 2001/03/14  07:29:40
49445         Log: back out changes#9012,9010,9009 and parts of change#9016
49446              (causes ABRs under purify, and some prerequisites don't
49447              seem to be there in 5.6.x)
49448      Branch: maint-5.6/perl
49449            ! doop.c op.c t/op/tr.t toke.c
49450 ____________________________________________________________________________
49451 [  9151] By: gsar                                  on 2001/03/14  07:01:29
49452         Log: reenable change#9145 (the test was busted due to a missing
49453              C<print "ok 27\n">)
49454      Branch: perl
49455            ! op.c op.h t/op/pat.t
49456 ____________________________________________________________________________
49457 [  9150] By: jhi                                   on 2001/03/14  06:38:36
49458         Log: Retract #9145.
49459      Branch: perl
49460            ! op.c op.h t/op/pat.t
49461 ____________________________________________________________________________
49462 [  9149] By: jhi                                   on 2001/03/14  06:14:56
49463         Log: Retract #9143.
49464      Branch: perl
49465            ! op.c
49466 ____________________________________________________________________________
49467 [  9148] By: gsar                                  on 2001/03/14  06:13:02
49468         Log: Uninitialized Memory Read in regexec.c
49469      Branch: perl
49470            ! regexec.c
49471 ____________________________________________________________________________
49472 [  9147] By: jhi                                   on 2001/03/14  04:59:54
49473         Log: Subject: PATCH: make goto work in nested eval ""
49474              From: Robin Houston <robin@kitsite.com>
49475              Date: Wed, 14 Mar 2001 04:16:10 +0000
49476              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
49477      Branch: perl
49478            ! pp_ctl.c t/op/goto.t
49479 ____________________________________________________________________________
49480 [  9146] By: jhi                                   on 2001/03/14  04:42:54
49481         Log: Preserve the #ifdef PERL_CORE in perly.h.
49482      Branch: perl
49483            ! perly.fixer
49484 ____________________________________________________________________________
49485 [  9145] By: jhi                                   on 2001/03/14  03:57:41
49486         Log: (Retracted by #9150.)
49487      Branch: perl
49488            ! op.c op.h t/op/pat.t
49489 ____________________________________________________________________________
49490 [  9144] By: jhi                                   on 2001/03/14  03:50:38
49491         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
49492              
49493              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
49494              
49495              remove squelch controls for "Scalars leaked" messages in most places
49496              (these are now cured)
49497              
49498              fix another memory leak reported by purify (tie callbacks that
49499              croak can leak when wiping out magic)
49500      Branch: perl
49501           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
49502           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
49503           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
49504           !> t/pragma/warnings.t
49505 ____________________________________________________________________________
49506 [  9143] By: jhi                                   on 2001/03/14  03:37:53
49507         Log: (Retracted by #9149.)
49508      Branch: perl
49509            ! op.c
49510 ____________________________________________________________________________
49511 [  9142] By: gsar                                  on 2001/03/14  03:20:48
49512         Log: fix another memory leak reported by purify (tie callbacks that
49513              croak can leak when wiping out magic)
49514      Branch: maint-5.6/perl
49515            ! scope.c
49516 ____________________________________________________________________________
49517 [  9141] By: jhi                                   on 2001/03/14  02:55:00
49518         Log: Subject: PATCH for [ID 20010305.003]
49519              From: Robin Houston <robin@kitsite.com>
49520              Date: Wed, 14 Mar 2001 02:45:51 +0000
49521              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
49522      Branch: perl
49523            ! pp_ctl.c t/op/eval.t
49524 ____________________________________________________________________________
49525 [  9140] By: jhi                                   on 2001/03/14  02:41:54
49526         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
49527              Date: Wed, 14 Mar 2001 01:52:51 +0000
49528              From: Robin Houston <robin@kitsite.com>
49529              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
49530              
49531              Fix for 2000313.004.
49532      Branch: perl
49533            ! pp_ctl.c t/op/goto.t
49534 ____________________________________________________________________________
49535 [  9139] By: jhi                                   on 2001/03/14  02:40:50
49536         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
49537              From: Robin Houston <robin@kitsite.com>
49538              Date: Wed, 14 Mar 2001 00:43:45 +0000
49539              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
49540      Branch: perl
49541            + t/op/loopctl.t
49542            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
49543            ! vms/perly_c.vms
49544 ____________________________________________________________________________
49545 [  9138] By: gsar                                  on 2001/03/14  01:18:00
49546         Log: remove squelch controls for "Scalars leaked" messages in most places
49547              (these are now cured)
49548      Branch: maint-5.6/perl
49549            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
49550            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
49551            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
49552 ____________________________________________________________________________
49553 [  9137] By: gsar                                  on 2001/03/14  00:57:04
49554         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
49555      Branch: maint-5.6/perl
49556            ! regcomp.c
49557 ____________________________________________________________________________
49558 [  9136] By: jhi                                   on 2001/03/13  23:12:24
49559         Log: (Retracted by #9155)
49560              
49561              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
49562              From: Jens-Uwe Mager <jum@helios.de>
49563              Date: Wed, 21 Feb 2001 21:32:04 +0100
49564              Message-ID: <20010221213203.A18340@ans.helios.de>
49565      Branch: perl
49566            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
49567 ____________________________________________________________________________
49568 [  9135] By: jhi                                   on 2001/03/13  22:50:05
49569         Log: Integrate perlio.
49570      Branch: perl
49571           !> pp.c
49572 ____________________________________________________________________________
49573 [  9134] By: jhi                                   on 2001/03/13  22:49:05
49574         Log: Integrate change #9131 from maintperl into mainline.
49575              
49576              make the error text look more consistent in hints/hpux.sh
49577      Branch: perl
49578           !> hints/hpux.sh
49579 ____________________________________________________________________________
49580 [  9133] By: gsar                                  on 2001/03/13  22:46:20
49581         Log: integrate change#9067 from mainline
49582              
49583              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
49584      Branch: maint-5.6/perl
49585           !> lib/ExtUtils/MM_Unix.pm
49586 ____________________________________________________________________________
49587 [  9132] By: jhi                                   on 2001/03/13  22:41:21
49588         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
49589              From: "John P. Linderman" <jpl@research.att.com>
49590              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
49591              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
49592              
49593              A more correct prime finder.
49594      Branch: perl
49595            ! lib/Tie/SubstrHash.pm
49596 ____________________________________________________________________________
49597 [  9131] By: gsar                                  on 2001/03/13  22:30:42
49598         Log: make the error text look more consistent in hints/hpux.sh
49599      Branch: maint-5.6/perl
49600            ! hints/hpux.sh
49601 ____________________________________________________________________________
49602 [  9130] By: jhi                                   on 2001/03/13  22:23:44
49603         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
49604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49605              Date: Tue, 13 Mar 2001 18:41:26 +0100
49606              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
49607              
49608              If the test is run non-interactively the default handler
49609              is different.
49610      Branch: perl
49611            ! t/lib/sigaction.t
49612 ____________________________________________________________________________
49613 [  9129] By: jhi                                   on 2001/03/13  22:20:21
49614         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
49615              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49616              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
49617              Date:     Tue, 13 Mar 2001 16:44:32 EST
49618      Branch: perl
49619            ! t/lib/1_compile.t
49620 ____________________________________________________________________________
49621 [  9128] By: jhi                                   on 2001/03/13  22:18:34
49622         Log: Subject: Another patch for integer.pm POD 
49623              From: "John L. Allen" <allen@grumman.com>
49624              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
49625              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
49626      Branch: perl
49627            ! lib/integer.pm
49628 ____________________________________________________________________________
49629 [  9127] By: nick                                  on 2001/03/13  21:26:30
49630         Log: Integrate mainline.
49631      Branch: perlio
49632           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
49633           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
49634           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
49635           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
49636           !> Changes Configure MANIFEST README.os2 README.os390
49637           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
49638           !> os2/Changes patchlevel.h win32/perlhost.h
49639 ____________________________________________________________________________
49640 [  9126] By: nick                                  on 2001/03/13  20:39:51
49641         Log: #ifdef'ed out code to make packed side of pack/unpack
49642              octets. (i.e. pack('U') => encode_utf8).
49643      Branch: perlio
49644            ! pp.c
49645 ____________________________________________________________________________
49646 [  9125] By: jhi                                   on 2001/03/13  15:07:16
49647         Log: Update Changes.
49648      Branch: perl
49649            ! Changes patchlevel.h
49650 ____________________________________________________________________________
49651 [  9124] By: jhi                                   on 2001/03/13  14:22:45
49652         Log: Workaround for the buggy ("internal compiler error")
49653              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
49654              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
49655              of Andreas König.
49656      Branch: perl
49657            ! ext/re/Makefile.PL hints/aix.sh
49658 ____________________________________________________________________________
49659 [  9123] By: jhi                                   on 2001/03/13  03:24:34
49660         Log: Typo in #9114.
49661      Branch: metaconfig
49662            ! U/modified/myhostname.U
49663 ____________________________________________________________________________
49664 [  9122] By: jhi                                   on 2001/03/13  03:24:06
49665         Log: Typo in #9113.
49666      Branch: perl
49667            ! Configure
49668 ____________________________________________________________________________
49669 [  9121] By: jhi                                   on 2001/03/13  01:53:05
49670         Log: Forgot to check-in the larger part of #9120, duh.
49671      Branch: perl
49672            ! README.os2
49673 ____________________________________________________________________________
49674 [  9120] By: jhi                                   on 2001/03/13  01:51:31
49675         Log: Subject: [PATCH 5.6.1] OS/2 docs
49676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49677              Date: Mon, 12 Mar 2001 03:27:32 -0500
49678              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
49679      Branch: perl
49680            ! os2/Changes
49681 ____________________________________________________________________________
49682 [  9119] By: jhi                                   on 2001/03/13  01:49:41
49683         Log: Integrate change #9116 from maintperl into mainline.
49684              
49685              Win32::GetCwd() returns C: instead of C:\ in the root directory
49686              under ithreads
49687      Branch: perl
49688           !> win32/perlhost.h
49689 ____________________________________________________________________________
49690 [  9118] By: jhi                                   on 2001/03/13  01:13:39
49691         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
49692      Branch: perl
49693            + lib/Switch.pm t/lib/switch.t
49694            ! MANIFEST
49695 ____________________________________________________________________________
49696 [  9117] By: jhi                                   on 2001/03/13  01:03:17
49697         Log: Add Text::Balanced 1.83.
49698      Branch: perl
49699            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
49700            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
49701            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
49702            + t/lib/tb-xvari.t
49703            ! MANIFEST
49704 ____________________________________________________________________________
49705 [  9116] By: gsar                                  on 2001/03/13  00:55:53
49706         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
49707              under ithreads
49708      Branch: maint-5.6/perl
49709            ! win32/perlhost.h
49710 ____________________________________________________________________________
49711 [  9115] By: jhi                                   on 2001/03/13  00:54:09
49712         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
49713              From: "John L. Allen" <allen@grumman.com>
49714              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
49715              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
49716              
49717              use integer document clarification.
49718      Branch: perl
49719            ! lib/integer.pm
49720 ____________________________________________________________________________
49721 [  9114] By: jhi                                   on 2001/03/13  00:38:54
49722         Log: Metaconfig unit change for #9113.
49723      Branch: metaconfig
49724            ! U/modified/myhostname.U
49725 ____________________________________________________________________________
49726 [  9113] By: jhi                                   on 2001/03/13  00:38:35
49727         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?)
49728              From: Peter Prymmer <pvhp@forte.com>
49729              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
49730              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
49731      Branch: perl
49732            ! Configure README.os390 hints/os390.sh
49733 ____________________________________________________________________________
49734 [  9112] By: jhi                                   on 2001/03/13  00:29:00
49735         Log: Integrate perlio.
49736      Branch: perl
49737           !> sv.c utf8.h
49738 ____________________________________________________________________________
49739 [  9111] By: nick                                  on 2001/03/12  21:16:33
49740         Log: Integrate mainline.
49741      Branch: perlio
49742           +> t/op/anonsub.t
49743           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49744           !> proto.h sv.c
49745 ____________________________________________________________________________
49746 [  9110] By: nick                                  on 2001/03/12  21:00:13
49747         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
49748      Branch: perlio
49749            ! sv.c utf8.h
49750 ____________________________________________________________________________
49751 [  9109] By: jhi                                   on 2001/03/12  16:04:47
49752         Log: Integrate change #9108 from maintperl to mainline.
49753              
49754              fix memory leak in C<sub X { sub {} }> arising from a refcount
49755              loop between the outer sub and the inner prototype anonsub
49756              
49757              this also enables closures returned by subroutines that
49758              subsequently get redefined to work without generating coredumps :)
49759              
49760              completely removed the free_closures() hack--it shouldn't be
49761              needed anymore
49762      Branch: perl
49763           +> t/op/anonsub.t
49764           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49765           !> proto.h sv.c
49766 ____________________________________________________________________________
49767 [  9108] By: gsar                                  on 2001/03/12  10:21:31
49768         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
49769              loop between the outer sub and the inner prototype anonsub
49770              
49771              this also enables closures returned by subroutines that
49772              subsequently get redefined to work without generating coredumps :)
49773              
49774              completely removed the free_closures() hack--it shouldn't be
49775              needed anymore
49776      Branch: maint-5.6/perl
49777            + t/op/anonsub.t
49778            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49779            ! proto.h sv.c
49780 ____________________________________________________________________________
49781 [  9107] By: jhi                                   on 2001/03/12  05:15:31
49782         Log: Integrate perlio.
49783      Branch: perl
49784           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
49785 ____________________________________________________________________________
49786 [  9106] By: nick                                  on 2001/03/11  20:10:12
49787         Log: regcomp.c is working in native space, not Unicode space (if different)
49788              as it is doing compare against 'W' in \W etc.
49789      Branch: perlio
49790            ! regcomp.c
49791 ____________________________________________________________________________
49792 [  9105] By: nick                                  on 2001/03/11  19:39:34
49793         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
49794              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
49795      Branch: perlio
49796            ! regcomp.c toke.c utf8.c
49797 ____________________________________________________________________________
49798 [  9104] By: nick                                  on 2001/03/11  18:15:44
49799         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
49800      Branch: perlio
49801            ! sv.c
49802 ____________________________________________________________________________
49803 [  9103] By: nick                                  on 2001/03/11  18:03:28
49804         Log: Integrate mainline (for regexp stuff).
49805      Branch: perlio
49806           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
49807           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
49808           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
49809           !> t/lib/errno.t t/op/pat.t
49810 ____________________________________________________________________________
49811 [  9102] By: nick                                  on 2001/03/11  17:44:20
49812         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
49813              - exclude layer syms in makedef.pl for sfio
49814              - also inhibit Encode from trying to build ":encode()" layer.
49815      Branch: perlio
49816            ! ext/Encode/Encode.xs makedef.pl
49817 ____________________________________________________________________________
49818 [  9101] By: jhi                                   on 2001/03/10  22:38:13
49819         Log: The $Is_MacOS needs to be declared.
49820      Branch: perl
49821            ! lib/ExtUtils/Manifest.pm
49822 ____________________________________________________________________________
49823 [  9100] By: jhi                                   on 2001/03/10  22:14:29
49824         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
49825              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
49826              pollute the symbolspace if using sfio.
49827      Branch: perl
49828            ! ext/Encode/Encode.xs
49829 ____________________________________________________________________________
49830 [  9099] By: jhi                                   on 2001/03/10  21:58:48
49831         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
49832              Date: Sat, 10 Mar 2001 14:23:55 -0500
49833              From: Chris Nandor <pudge@pobox.com>
49834              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
49835      Branch: perl
49836            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
49837            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
49838            ! t/lib/errno.t
49839 ____________________________________________________________________________
49840 [  9098] By: jhi                                   on 2001/03/10  21:38:30
49841         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
49842      Branch: perl
49843            ! regcomp.c regexec.c t/op/pat.t
49844 ____________________________________________________________________________
49845 [  9097] By: jhi                                   on 2001/03/10  14:38:07
49846         Log: Integrate perlio.
49847      Branch: perl
49848           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
49849           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
49850           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
49851 ____________________________________________________________________________
49852 [  9096] By: nick                                  on 2001/03/10  11:55:43
49853         Log: EBCDIC sanity - phase I
49854              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
49855              - use utf8n_xxxx (c.f. pvn) for forms which take length.
49856              - back out vN.N and $^V exceptions to e2a/a2e
49857              - make "locale" isxxx macros be uvchr (may be redundant?)
49858              
49859              Not clear yet that toUPPER_uni et. al. return being handled correctly.
49860              The tr// and rexexp stuff still needs an audit, assumption is they are working
49861              in Unicode space.
49862              
49863              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
49864      Branch: perlio
49865            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
49866            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
49867            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
49868 ____________________________________________________________________________
49869 [  9095] By: jhi                                   on 2001/03/09  22:10:01
49870         Log: Integrate perlio.
49871      Branch: perl
49872           !> dump.c
49873 ____________________________________________________________________________
49874 [  9094] By: nick                                  on 2001/03/09  17:36:38
49875         Log: Builds an passes all tests after integrate and this tweak.
49876      Branch: perlio
49877            ! dump.c
49878 ____________________________________________________________________________
49879 [  9093] By: nick                                  on 2001/03/09  17:16:03
49880         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
49881      Branch: perlio
49882           +> lib/unicode/Scripts.txt t/lib/sigaction.t
49883           !> (integrate 79 files)
49884 ____________________________________________________________________________
49885 [  9092] By: jhi                                   on 2001/03/09  15:28:26
49886         Log: Update Changes.
49887      Branch: perl
49888            ! Changes patchlevel.h
49889 ____________________________________________________________________________
49890 [  9091] By: jhi                                   on 2001/03/09  15:25:05
49891         Log: In op/stat #35 better to scan all the potential directories
49892              for setuids, not just the first one.
49893      Branch: perl
49894            ! t/op/stat.t
49895 ____________________________________________________________________________
49896 [  9090] By: jhi                                   on 2001/03/09  15:01:27
49897         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
49898              From: rspier@pobox.com (Robert Spier)
49899              Date: Fri, 9 Mar 2001 03:30:20 -0500
49900              Message-ID: <15016.38044.381174.160189@rls.cx>
49901              
49902              EXISTS() returning undef mistakenly triggered a FETCH().
49903      Branch: perl
49904            ! hv.c
49905 ____________________________________________________________________________
49906 [  9089] By: jhi                                   on 2001/03/09  14:59:02
49907         Log: Add /sbin and /usr/sbin to the list of directories scanned
49908              for setuid programs.  Takes care of bug id 20010309.003.
49909      Branch: perl
49910            ! t/op/stat.t
49911 ____________________________________________________________________________
49912 [  9088] By: jhi                                   on 2001/03/09  14:48:32
49913         Log: Regen perlapi, perltoc.
49914      Branch: perl
49915            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
49916 ____________________________________________________________________________
49917 [  9087] By: jhi                                   on 2001/03/09  14:38:56
49918         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
49919              From: David Mitchell <davem@fdgroup.co.uk>
49920              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
49921              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
49922      Branch: perl
49923            ! dump.c perl.c perl.h pod/perlrun.pod
49924 ____________________________________________________________________________
49925 [  9086] By: jhi                                   on 2001/03/09  01:47:16
49926         Log: A modified version of
49927              
49928              Subject: [ID 20010307.005] POSIX::sigaction has various problems
49929              From: anders@broadcom.com
49930              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
49931              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
49932              
49933              Currently the sigaction.t test #6 fails (and is fudged to look
49934              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
49935              This may well be a genuine bug in Linux sigaction() (since at
49936              least Tru64, Solaris, and HP-UX disagree with Linux).
49937              Anyone with POSIX / SUSv2 tome handy?  The problem is that
49938              the flags of the oldaction don't match with the flags in
49939              the previously installed disposition.
49940      Branch: perl
49941            + t/lib/sigaction.t
49942            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
49943 ____________________________________________________________________________
49944 [  9085] By: jhi                                   on 2001/03/09  01:30:13
49945         Log: Subject: Re: mission impossible for the day
49946              From: Alex Gough <alex@rcon.org>
49947              Date: Thu, 08 Mar 2001 17:18:19 +0000
49948              Message-ID: <3AA7BEDB.8070409@rcon.org>
49949              
49950              If references (are overloaded) and can be directly stringified,
49951              show that instead of "stringified".
49952              
49953              (The problem, infinite mutual recursion caused by overloaded bool
49954              in Switch.pm, tracked by David Mitchell)
49955      Branch: perl
49956            ! lib/Carp/Heavy.pm
49957 ____________________________________________________________________________
49958 [  9084] By: jhi                                   on 2001/03/09  01:20:39
49959         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
49960              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
49961              From: David Mitchell <davem@fdgroup.co.uk>
49962              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
49963      Branch: perl
49964            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
49965            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
49966 ____________________________________________________________________________
49967 [  9083] By: jhi                                   on 2001/03/09  01:16:51
49968         Log: Subject: [PATCH] perldata.pod here-doc docs
49969              From: Jeff Pinyan <jeffp@crusoe.net>
49970              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
49971              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
49972      Branch: perl
49973            ! pod/perldata.pod
49974 ____________________________________________________________________________
49975 [  9082] By: jhi                                   on 2001/03/09  01:01:27
49976         Log: Subject: Re: Unicode/EBCDIC
49977              From: Peter Prymmer <pvhp@forte.com>
49978              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
49979              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
49980      Branch: perl
49981            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
49982 ____________________________________________________________________________
49983 [  9081] By: jhi                                   on 2001/03/08  13:41:30
49984         Log: Subject: Ooops, wrong 'no *POSIX' Patch
49985              From: Dorner Thomas <Thomas.Dorner@start.de>
49986              Date: Thu, 8 Mar 2001 08:43:28 +0100
49987              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
49988      Branch: perl
49989            ! hints/posix-bc.sh
49990 ____________________________________________________________________________
49991 [  9080] By: jhi                                   on 2001/03/08  13:11:42
49992         Log: It's Scripts.txt, not Script.txt.
49993      Branch: perl
49994            ! MANIFEST
49995 ____________________________________________________________________________
49996 [  9079] By: jhi                                   on 2001/03/08  12:59:05
49997         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
49998              From: Dorner Thomas <Thomas.Dorner@start.de>
49999              Date: Wed, 7 Mar 2001 14:13:31 +0100
50000              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
50001      Branch: perl
50002            ! makedepend.SH
50003 ____________________________________________________________________________
50004 [  9078] By: jhi                                   on 2001/03/08  12:57:43
50005         Log: Retract #9069, wrong patch.
50006      Branch: perl
50007            ! Makefile.SH
50008 ____________________________________________________________________________
50009 [  9077] By: jhi                                   on 2001/03/08  01:06:13
50010         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
50011      Branch: perl
50012            + lib/unicode/Scripts.txt
50013            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
50014            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
50015            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
50016            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50017            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50018            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50019            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50020            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50021            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50022            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50023            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50024            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50025            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50026            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50027            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50028            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
50029            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
50030            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
50031            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
50032            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
50033            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
50034            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
50035            ! lib/unicode/version
50036 ____________________________________________________________________________
50037 [  9076] By: jhi                                   on 2001/03/07  22:59:39
50038         Log: Integrate change #7784 from mainline into maintperl.
50039              
50040              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
50041      Branch: maint-5.6/perl
50042           !> pp_ctl.c t/op/pat.t
50043 ____________________________________________________________________________
50044 [  9075] By: jhi                                   on 2001/03/07  22:05:11
50045         Log: More UTF-8 test tweaks.
50046      Branch: perl
50047            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
50048 ____________________________________________________________________________
50049 [  9074] By: nick                                  on 2001/03/07  21:39:29
50050         Log: Integrate mainline.
50051      Branch: perlio
50052           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
50053           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
50054           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
50055           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
50056           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
50057 ____________________________________________________________________________
50058 [  9073] By: jhi                                   on 2001/03/07  16:37:09
50059         Log: Update Changes.
50060      Branch: perl
50061            ! Changes patchlevel.h
50062 ____________________________________________________________________________
50063 [  9072] By: jhi                                   on 2001/03/07  16:32:30
50064         Log: Subject: [ID 20010306.004] || != named unary operator
50065              From: abela@geneanet.org
50066              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
50067              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
50068      Branch: perl
50069            ! pod/perlop.pod
50070 ____________________________________________________________________________
50071 [  9071] By: jhi                                   on 2001/03/07  15:14:11
50072         Log: Subject: downgrading to bytes for common functions
50073              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
50074              Date: Wed, 7 Mar 2001 02:36:55 -0500
50075              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
50076      Branch: perl
50077            ! pp_sys.c
50078 ____________________________________________________________________________
50079 [  9070] By: jhi                                   on 2001/03/07  15:04:58
50080         Log: Clarify the description differentiating for and while; inspired by
50081              
50082              Subject: [ID 20010306.002] for/while difference in for definition
50083              From: abela@geneanet.org
50084              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
50085              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
50086      Branch: perl
50087            ! pod/perlsyn.pod
50088 ____________________________________________________________________________
50089 [  9069] By: jhi                                   on 2001/03/07  14:55:30
50090         Log: (Retracted by #9078.)
50091      Branch: perl
50092            ! Makefile.SH
50093 ____________________________________________________________________________
50094 [  9068] By: jhi                                   on 2001/03/07  14:51:17
50095         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
50096              From: Radu Greab <radu@netsoft.ro>
50097              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
50098              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
50099      Branch: perl
50100            ! pp.c t/op/chop.t
50101 ____________________________________________________________________________
50102 [  9067] By: jhi                                   on 2001/03/07  14:48:57
50103         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
50104              From: Simon Cozens <simon@netthink.co.uk>
50105              Date: Wed, 7 Mar 2001 13:59:28 +0000
50106              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
50107              
50108              In order to allow MakeMaker to build correct Makefiles,
50109              you need to change the order of the arguments in MM_Unix.pm
50110              as well. (Unless you have C89_CCMODE set, but we're trying
50111              to be POSIXly correct)
50112              
50113              Thanks to Merijn Broeren for tracking this down.
50114      Branch: perl
50115            ! lib/ExtUtils/MM_Unix.pm
50116 ____________________________________________________________________________
50117 [  9066] By: jhi                                   on 2001/03/07  14:30:02
50118         Log: Floating point too messy.
50119      Branch: perl
50120            ! t/camel-III/vstring.t
50121 ____________________________________________________________________________
50122 [  9065] By: jhi                                   on 2001/03/07  14:17:44
50123         Log: Integrate change #9064 from maintperl into mainline.
50124              
50125              fix memory leak in pack("Bb",...)
50126      Branch: perl
50127           !> perl.c
50128 ____________________________________________________________________________
50129 [  9064] By: gsar                                  on 2001/03/07  06:29:24
50130         Log: fix memory leak in pack("Bb",...)
50131      Branch: maint-5.6/perl
50132            ! perl.c
50133 ____________________________________________________________________________
50134 [  9063] By: jhi                                   on 2001/03/07  00:55:04
50135         Log: Major utf8 test reorganisation and rewrite.
50136              Hopefully no tests were lost in the shuffle.
50137              (The beginning of pragma/utf8 was lost intentionally,
50138              the tests were rather bogus and incomplete.)
50139      Branch: perl
50140            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
50141            ! t/pragma/utf8.t
50142 ____________________________________________________________________________
50143 [  9062] By: jhi                                   on 2001/03/07  00:41:16
50144         Log: More tweakage on the Unicode character class descriptions.
50145      Branch: perl
50146            ! lib/unicode/mktables.PL pod/perlretut.pod
50147 ____________________________________________________________________________
50148 [  9061] By: jhi                                   on 2001/03/06  23:12:38
50149         Log: The perlretut was still talking about the old \p and \P
50150              definitions.
50151      Branch: perl
50152            ! pod/perlretut.pod
50153 ____________________________________________________________________________
50154 [  9060] By: nick                                  on 2001/03/06  20:52:37
50155         Log: Integrate mainline (make test works again now).
50156      Branch: perlio
50157           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
50158 ____________________________________________________________________________
50159 [  9059] By: jhi                                   on 2001/03/06  15:36:14
50160         Log: 0.999... does equal 1.0, doesn't it?
50161      Branch: perl
50162            ! t/camel-III/vstring.t
50163 ____________________________________________________________________________
50164 [  9058] By: jhi                                   on 2001/03/06  15:34:00
50165         Log: Make /x{abcd}/ to work without use utf8.
50166      Branch: perl
50167            ! regcomp.c
50168 ____________________________________________________________________________
50169 [  9057] By: jhi                                   on 2001/03/06  03:02:36
50170         Log: Easier to outcomment all the three reset() tests for now.
50171      Branch: perl
50172            ! t/op/pat.t
50173 ____________________________________________________________________________
50174 [  9056] By: jhi                                   on 2001/03/06  02:30:02
50175         Log: Comment out the deadly reset; until the 20010301.005
50176              is finally fixed.
50177      Branch: perl
50178            ! t/op/pat.t
50179 ____________________________________________________________________________
50180 [  9055] By: jhi                                   on 2001/03/06  02:21:26
50181         Log: Integrate the change #9054 from mainline:
50182              retract the PMOP cleanup patch pending further investigation.
50183      Branch: maint-5.6/perl
50184           !> op.c op.h
50185 ____________________________________________________________________________
50186 [  9054] By: jhi                                   on 2001/03/06  02:19:57
50187         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
50188              with oddly familiar stack traces.
50189      Branch: perl
50190            ! op.c op.h
50191 ____________________________________________________________________________
50192 [  9053] By: jhi                                   on 2001/03/05  23:20:28
50193         Log: Integrate perlio.
50194      Branch: perl
50195           +> ext/Encode/Encode/koi8-r.ucm
50196           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
50197           !> makedef.pl
50198 ____________________________________________________________________________
50199 [  9052] By: nick                                  on 2001/03/05  23:08:17
50200         Log: skipping USE_PERLIO symbols correction.
50201      Branch: perlio
50202            ! makedef.pl
50203 ____________________________________________________________________________
50204 [  9051] By: nick                                  on 2001/03/05  22:35:07
50205         Log: More Encode alias tidying.
50206      Branch: perlio
50207            + ext/Encode/Encode/koi8-r.ucm
50208            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
50209 ____________________________________________________________________________
50210 [  9050] By: jhi                                   on 2001/03/05  21:44:29
50211         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
50212              Sarathy's fix for ID 20010301.005.
50213      Branch: maint-5.6/perl
50214           !> op.c op.h
50215 ____________________________________________________________________________
50216 [  9049] By: nick                                  on 2001/03/05  19:54:04
50217         Log: Integrate Jarkko's Encode.pm tweak.
50218      Branch: perlio
50219           !> ext/Encode/Encode.pm
50220 ____________________________________________________________________________
50221 [  9048] By: nick                                  on 2001/03/05  19:47:57
50222         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
50223      Branch: perlio
50224           +> os2/os2add.sym
50225           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
50226           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
50227           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
50228           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
50229           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
50230 ____________________________________________________________________________
50231 [  9047] By: jhi                                   on 2001/03/05  19:25:26
50232         Log: Regen perlapi.
50233      Branch: perl
50234            ! pod/perlapi.pod
50235 ____________________________________________________________________________
50236 [  9046] By: jhi                                   on 2001/03/05  19:12:14
50237         Log: Integrate perlio.
50238      Branch: perl
50239           +> t/camel-III/vstring.t
50240           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
50241 ____________________________________________________________________________
50242 [  9045] By: jhi                                   on 2001/03/05  19:10:36
50243         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
50244      Branch: perl
50245            ! ext/Encode/Encode.pm
50246 ____________________________________________________________________________
50247 [  9044] By: jhi                                   on 2001/03/05  18:49:12
50248         Log: Forgot the other half of the PMOP patch (#9033).
50249      Branch: perl
50250            ! op.h
50251 ____________________________________________________________________________
50252 [  9043] By: nick                                  on 2001/03/05  18:14:47
50253         Log: Update MANIFEST for new test.
50254      Branch: perlio
50255            ! MANIFEST
50256 ____________________________________________________________________________
50257 [  9042] By: nick                                  on 2001/03/05  18:12:41
50258         Log: Some tests for Camel 3rd edition features.
50259              Make gethostbyaddr() test in above work.
50260      Branch: perlio
50261            + t/camel-III/vstring.t
50262            ! pp.h pp_sys.c t/TEST t/harness
50263 ____________________________________________________________________________
50264 [  9041] By: jhi                                   on 2001/03/05  17:41:48
50265         Log: Add more ISO 8859 encoding aliases.
50266      Branch: perl
50267            ! ext/Encode/Encode.pm
50268 ____________________________________________________________________________
50269 [  9040] By: jhi                                   on 2001/03/05  17:30:43
50270         Log: Integrate perlio.
50271      Branch: perl
50272           !> MANIFEST sv.c
50273 ____________________________________________________________________________
50274 [  9039] By: nick                                  on 2001/03/05  17:11:36
50275         Log: Missed added file.
50276      Branch: perlio
50277            ! MANIFEST
50278 ____________________________________________________________________________
50279 [  9038] By: jhi                                   on 2001/03/05  15:58:01
50280         Log: Add tr tests for EBCDIC, from Karsten Sperling.
50281      Branch: perl
50282            ! t/op/tr.t
50283 ____________________________________________________________________________
50284 [  9037] By: nick                                  on 2001/03/05  15:56:35
50285         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
50286              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
50287              
50288              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
50289              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
50290              - uses SvPV() rather than sv_2pv() in case it isn't a string.
50291      Branch: perlio
50292            ! sv.c
50293 ____________________________________________________________________________
50294 [  9036] By: jhi                                   on 2001/03/05  15:49:15
50295         Log: Add matching tests currently failing in EBCDIC,
50296              suggested by Karsten Sperling.
50297      Branch: perl
50298            ! t/op/pat.t
50299 ____________________________________________________________________________
50300 [  9035] By: jhi                                   on 2001/03/05  15:36:55
50301         Log: The #9034 needs a MANIFESTation.
50302      Branch: perl
50303            ! MANIFEST
50304 ____________________________________________________________________________
50305 [  9034] By: jhi                                   on 2001/03/05  15:35:14
50306         Log: Integrate perlio.
50307      Branch: perl
50308           +> ext/Encode/Encode/Tcl.pm
50309           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
50310           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
50311           !> ext/Encode/Encode/iso8859-1.ucm
50312           !> ext/Encode/Encode/iso8859-10.ucm
50313           !> ext/Encode/Encode/iso8859-13.ucm
50314           !> ext/Encode/Encode/iso8859-14.ucm
50315           !> ext/Encode/Encode/iso8859-15.ucm
50316           !> ext/Encode/Encode/iso8859-16.ucm
50317           !> ext/Encode/Encode/iso8859-2.ucm
50318           !> ext/Encode/Encode/iso8859-3.ucm
50319           !> ext/Encode/Encode/iso8859-4.ucm
50320           !> ext/Encode/Encode/iso8859-5.ucm
50321           !> ext/Encode/Encode/iso8859-6.ucm
50322           !> ext/Encode/Encode/iso8859-7.ucm
50323           !> ext/Encode/Encode/iso8859-8.ucm
50324           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
50325           !> t/lib/encode.t
50326 ____________________________________________________________________________
50327 [  9033] By: jhi                                   on 2001/03/05  15:33:18
50328         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
50329              From: Gurusamy Sarathy <gsar@ActiveState.com>
50330              Date: Sun, 04 Mar 2001 22:33:15 -0800
50331              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
50332              
50333              PMOPs need to remember their own stash so that they can
50334              gracefully remove themselves from their linked list.
50335      Branch: perl
50336            ! op.c
50337 ____________________________________________________________________________
50338 [  9032] By: nick                                  on 2001/03/05  14:51:50
50339         Log: Encode implementation "completion"
50340              Implement and document define_encoding()
50341              Implement and document encoding aliases including define_alias()
50342              Make Encode::XS use define_encoding() rather than back-door.
50343              Move run-time *.enc to separate Encode::Tcl module.
50344              Make 'compile' honour <codeset_name>
50345              Change canonical names of to iso-8859-* and US-ascii.
50346      Branch: perlio
50347            + ext/Encode/Encode/Tcl.pm
50348            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
50349            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
50350            ! ext/Encode/Encode/iso8859-1.ucm
50351            ! ext/Encode/Encode/iso8859-10.ucm
50352            ! ext/Encode/Encode/iso8859-13.ucm
50353            ! ext/Encode/Encode/iso8859-14.ucm
50354            ! ext/Encode/Encode/iso8859-15.ucm
50355            ! ext/Encode/Encode/iso8859-16.ucm
50356            ! ext/Encode/Encode/iso8859-2.ucm
50357            ! ext/Encode/Encode/iso8859-3.ucm
50358            ! ext/Encode/Encode/iso8859-4.ucm
50359            ! ext/Encode/Encode/iso8859-5.ucm
50360            ! ext/Encode/Encode/iso8859-6.ucm
50361            ! ext/Encode/Encode/iso8859-7.ucm
50362            ! ext/Encode/Encode/iso8859-8.ucm
50363            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
50364            ! t/lib/encode.t
50365 ____________________________________________________________________________
50366 [  9031] By: jhi                                   on 2001/03/05  13:51:17
50367         Log: Integrate change #9030 from maintperl into mainline.
50368              
50369              Subject: [PATCH 5.6.1] OS/2 cleanup
50370      Branch: perl
50371           +> os2/os2add.sym
50372           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
50373           !> makedef.pl os2/Changes os2/Makefile.SHs
50374           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
50375           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
50376           !> os2/os2.sym os2/os2ish.h
50377 ____________________________________________________________________________
50378 [  9030] By: jhi                                   on 2001/03/05  13:46:49
50379         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
50380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50381              Date: Mon, 5 Mar 2001 02:29:44 -0500
50382              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
50383      Branch: maint-5.6/perl
50384            + os2/os2add.sym
50385            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
50386            ! makedef.pl os2/Changes os2/Makefile.SHs
50387            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
50388            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
50389            ! os2/os2.sym os2/os2ish.h
50390 ____________________________________________________________________________
50391 [  9029] By: jhi                                   on 2001/03/05  13:40:35
50392         Log: Integrate change #9028 from maintperl into mainline.
50393              
50394              various nits in MM_Unix.pm found by disabling SelfLoader
50395      Branch: perl
50396           !> lib/ExtUtils/MM_Unix.pm
50397 ____________________________________________________________________________
50398 [  9028] By: gsar                                  on 2001/03/05  09:58:38
50399         Log: various nits in MM_Unix.pm found by disabling SelfLoader
50400      Branch: maint-5.6/perl
50401            ! lib/ExtUtils/MM_Unix.pm
50402 ____________________________________________________________________________
50403 [  9027] By: nick                                  on 2001/03/05  08:35:22
50404         Log: Integrate mainline
50405      Branch: perlio
50406           !> (integrate 28 files)
50407 ____________________________________________________________________________
50408 [  9026] By: jhi                                   on 2001/03/05  02:14:59
50409         Log: Integrate change #9025 from mainline to maintperl,
50410              retract \N{U+HHHH}.
50411      Branch: maint-5.6/perl
50412           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
50413           !> t/lib/charnames.t toke.c
50414 ____________________________________________________________________________
50415 [  9025] By: jhi                                   on 2001/03/05  02:13:09
50416         Log: Retracting \N{U+HHHH}.
50417      Branch: perl
50418            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
50419            ! t/lib/charnames.t toke.c
50420 ____________________________________________________________________________
50421 [  9024] By: jhi                                   on 2001/03/04  20:51:07
50422         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
50423              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50424              Date: Fri, 02 Mar 2001 18:25:26 +0100
50425              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
50426              
50427              Casting problem.
50428      Branch: perl
50429            ! ext/Storable/Storable.xs
50430 ____________________________________________________________________________
50431 [  9023] By: jhi                                   on 2001/03/04  19:46:45
50432         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
50433              From: nick@talking.bollo.cx
50434              Date: Sat, 03 Mar 2001 21:41:33 +0000
50435              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
50436              
50437              Revert the workaround.
50438      Branch: perl
50439            ! perlio.c
50440 ____________________________________________________________________________
50441 [  9022] By: jhi                                   on 2001/03/04  19:36:28
50442         Log: Update Changes.
50443      Branch: perl
50444            ! Changes patchlevel.h
50445 ____________________________________________________________________________
50446 [  9021] By: jhi                                   on 2001/03/04  18:41:00
50447         Log: makedef.pl updates suggested by Chris Nandor; double-checking
50448              the changes in AIX, OS/2 Win32 would be nice.
50449      Branch: perl
50450            ! makedef.pl
50451 ____________________________________________________________________________
50452 [  9020] By: jhi                                   on 2001/03/04  18:23:58
50453         Log: Integrate change #9012 from maintperl into mainline,
50454              quench a compiler warning.
50455      Branch: perl
50456           !> toke.c
50457 ____________________________________________________________________________
50458 [  9019] By: jhi                                   on 2001/03/04  18:18:43
50459         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
50460              
50461              \N{U+HHHH} fix.
50462              
50463              pattern in G_ARRAY context
50464      Branch: maint-5.6/perl
50465           !> pp_hot.c t/op/pat.t toke.c
50466 ____________________________________________________________________________
50467 [  9018] By: jhi                                   on 2001/03/04  18:07:48
50468         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
50469              From: Jeff Pinyan <jeffp@crusoe.net>
50470              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
50471              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
50472      Branch: perl
50473            ! pp_hot.c t/op/pat.t
50474 ____________________________________________________________________________
50475 [  9017] By: jhi                                   on 2001/03/04  18:06:21
50476         Log: I thought I tested the #9014.
50477      Branch: perl
50478            ! toke.c
50479 ____________________________________________________________________________
50480 [  9016] By: jhi                                   on 2001/03/04  17:41:22
50481         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
50482              
50483              Tweak the get*ent() OS/2 prototypes.
50484              
50485              Add the \N{U+HHHH} syntax.
50486              
50487              More tr/// UTF-8 fixes from Inaba Hiroto.
50488      Branch: maint-5.6/perl
50489           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
50490           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
50491 ____________________________________________________________________________
50492 [  9015] By: jhi                                   on 2001/03/04  17:36:04
50493         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
50494      Branch: perl
50495            ! doop.c t/op/tr.t
50496 ____________________________________________________________________________
50497 [  9014] By: jhi                                   on 2001/03/04  17:24:49
50498         Log: Add the \N{U+HHHH} syntax.
50499      Branch: perl
50500            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
50501            ! t/lib/charnames.t toke.c
50502 ____________________________________________________________________________
50503 [  9013] By: jhi                                   on 2001/03/04  17:20:45
50504         Log: Tweak the get*ent() OS/2 prototypes.
50505      Branch: perl
50506            ! os2/os2.c
50507 ____________________________________________________________________________
50508 [  9012] By: gsar                                  on 2001/03/04  06:26:14
50509         Log: avoid warning (nit in change#9009)
50510      Branch: maint-5.6/perl
50511            ! toke.c
50512 ____________________________________________________________________________
50513 [  9011] By: gsar                                  on 2001/03/04  06:15:24
50514         Log: lib/charnames.t fails in 5.6.x because of older Unicode
50515              data
50516              
50517              TODO: need to revisit this after updating lib/unicode/...
50518      Branch: maint-5.6/perl
50519            ! t/lib/charnames.t
50520 ____________________________________________________________________________
50521 [  9010] By: gsar                                  on 2001/03/04  06:08:36
50522         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
50523      Branch: maint-5.6/perl
50524            ! toke.c
50525 ____________________________________________________________________________
50526 [  9009] By: jhi                                   on 2001/03/03  19:27:20
50527         Log: Integrate change #9008 from mainline to maintperl,
50528              UTF-8 tr/// fixes from Inaba Hiroto.
50529      Branch: maint-5.6/perl
50530           !> doop.c op.c t/op/tr.t toke.c
50531 ____________________________________________________________________________
50532 [  9008] By: jhi                                   on 2001/03/03  19:19:42
50533         Log: UTF8 tr/// fixes from Inaba Hiroto.
50534      Branch: perl
50535            ! doop.c op.c t/op/tr.t toke.c
50536 ____________________________________________________________________________
50537 [  9007] By: jhi                                   on 2001/03/03  19:00:30
50538         Log: Integrate change #9006 from maintperl to mainline,
50539              more robust quest for the infinite.
50540      Branch: perl
50541           !> lib/Math/Complex.pm
50542 ____________________________________________________________________________
50543 [  9006] By: jhi                                   on 2001/03/03  18:58:06
50544         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
50545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50546              Date: Sat, 3 Mar 2001 12:51:50 -0500
50547              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
50548              
50549              Be more robust in our quest for the infinite.
50550      Branch: maint-5.6/perl
50551            ! lib/Math/Complex.pm
50552 ____________________________________________________________________________
50553 [  9005] By: jhi                                   on 2001/03/03  17:55:50
50554         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
50555      Branch: maint-5.6/perl
50556            ! doio.c
50557 ____________________________________________________________________________
50558 [  9004] By: jhi                                   on 2001/03/03  17:40:14
50559         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
50560              so that picky compilers like IRIX won't get huffy about
50561              "statements without effect" (like 1;).
50562      Branch: perl
50563            ! toke.c
50564 ____________________________________________________________________________
50565 [  9003] By: jhi                                   on 2001/03/03  17:15:52
50566         Log: Integrate change #9002 from mainline to maintperl.
50567              
50568              Subject: [perl-5.6.x, perl-current] accept for EPOC
50569      Branch: maint-5.6/perl
50570           !> pp_sys.c
50571 ____________________________________________________________________________
50572 [  9002] By: jhi                                   on 2001/03/03  17:14:30
50573         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
50574              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50575              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
50576              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
50577      Branch: perl
50578            ! pp_sys.c
50579 ____________________________________________________________________________
50580 [  9001] By: jhi                                   on 2001/03/03  17:13:13
50581         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
50582              From: "Craig A. Berry" <craigberry@mac.com>
50583              Date: Fri, 02 Mar 2001 17:44:40 -0600
50584              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
50585      Branch: perl
50586            ! t/pod/find.t
50587 ____________________________________________________________________________
50588 [  9000] By: jhi                                   on 2001/03/03  17:11:55
50589         Log: Integrate changes #8997,8999 from maintperl.
50590              
50591              Subject: [PATCH 5.6.1] compiling on OS/2
50592              (Better error message from hints/os2.sh)
50593              
50594              Subject: [PATCH 5.6.1] syslog.t
50595      Branch: perl
50596           !> hints/os2.sh t/lib/syslog.t
50597 ____________________________________________________________________________
50598 [  8999] By: jhi                                   on 2001/03/03  17:09:28
50599         Log: Subject: [PATCH 5.6.1] syslog.t
50600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50601              Date: Sat, 3 Mar 2001 02:11:17 -0500
50602              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
50603      Branch: maint-5.6/perl
50604            ! t/lib/syslog.t
50605 ____________________________________________________________________________
50606 [  8998] By: jhi                                   on 2001/03/03  17:07:50
50607         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
50608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50609              Date: Sat, 3 Mar 2001 01:53:52 -0500
50610              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
50611      Branch: maint-5.6/perl
50612            ! opcode.pl os2/os2.c
50613 ____________________________________________________________________________
50614 [  8997] By: jhi                                   on 2001/03/03  17:03:30
50615         Log: Subject: [PATCH 5.6.1] compiling on OS/2
50616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50617              Date: Sat, 3 Mar 2001 01:59:59 -0500
50618              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
50619      Branch: maint-5.6/perl
50620            ! hints/os2.sh
50621 ____________________________________________________________________________
50622 [  8996] By: jhi                                   on 2001/03/03  00:55:58
50623         Log: Regen files for mainline.
50624      Branch: perl
50625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50626            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
50627 ____________________________________________________________________________
50628 [  8995] By: jhi                                   on 2001/03/03  00:35:22
50629         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
50630              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
50631              to maintperl.
50632              
50633              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
50634              
50635              Add Configure option -Dmksymlinks which will create a symlink
50636              forest if the current/build differs from the source directory.
50637              (8218,8220,8221,8317,8318,8971)
50638              
50639              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
50640              (Document APPLLIB_EXP in INSTALL.)
50641              
50642              If running byacc write-enable also perly.h.
50643              
50644              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
50645              
50646              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
50647              
50648              Sanity check for conflicting thread flavours.
50649              
50650              Fix the sys/fcntl.h problem reported by Peter Prymmer.
50651              
50652              Add few CPUs/architectures to the Cppsym scan,
50653              add -perlio to archname if so selected (modified 8890)
50654              
50655              Be more helpful for devel builders, suggested by John L. Allen.
50656              (admittedly pointless change for maintperl, but the usedevel
50657              code is there already)
50658      Branch: maint-5.6/perl
50659           !> Configure INSTALL Makefile.SH Porting/Glossary
50660           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
50661           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
50662           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
50663           !> win32/config.bc win32/config.gc win32/config.vc
50664 ____________________________________________________________________________
50665 [  8994] By: jhi                                   on 2001/03/02  23:31:41
50666         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
50667      Branch: metaconfig/U/perl
50668            ! gccvers.U
50669 ____________________________________________________________________________
50670 [  8993] By: jhi                                   on 2001/03/02  23:22:12
50671         Log: Regenerate various files for maint.
50672      Branch: maint-5.6/perl
50673            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
50674            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
50675 ____________________________________________________________________________
50676 [  8992] By: alanbur                               on 2001/03/02  22:48:34
50677         Log: Resync wuth parent
50678      Branch: maint-5.6/pureperl
50679           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
50680           !> (integrate 60 files)
50681 ____________________________________________________________________________
50682 [  8991] By: jhi                                   on 2001/03/02  21:00:08
50683         Log: Retract the #8742 part of #8986, backward compat.
50684      Branch: maint-5.6/perl
50685            ! embed.pl
50686 ____________________________________________________________________________
50687 [  8990] By: jhi                                   on 2001/03/02  20:40:07
50688         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
50689      Branch: maint-5.6/perl
50690            ! hv.c
50691 ____________________________________________________________________________
50692 [  8989] By: jhi                                   on 2001/03/02  19:59:56
50693         Log: Update Changes.
50694      Branch: perl
50695            ! Changes patchlevel.h
50696 ____________________________________________________________________________
50697 [  8988] By: jhi                                   on 2001/03/02  19:57:08
50698         Log: Integrate perlio.
50699      Branch: perl
50700           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50701           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50702           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50703           !> ext/Encode/Encode/iso8859-10.ucm
50704           !> ext/Encode/Encode/iso8859-13.ucm
50705           !> ext/Encode/Encode/iso8859-14.ucm
50706           !> ext/Encode/Encode/iso8859-15.ucm
50707           !> ext/Encode/Encode/iso8859-16.ucm
50708           !> ext/Encode/Encode/iso8859-2.ucm
50709           !> ext/Encode/Encode/iso8859-3.ucm
50710           !> ext/Encode/Encode/iso8859-4.ucm
50711           !> ext/Encode/Encode/iso8859-5.ucm
50712           !> ext/Encode/Encode/iso8859-6.ucm
50713           !> ext/Encode/Encode/iso8859-7.ucm
50714           !> ext/Encode/Encode/iso8859-8.ucm
50715           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50716           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
50717 ____________________________________________________________________________
50718 [  8987] By: jhi                                   on 2001/03/02  19:43:40
50719         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
50720              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
50721              8950,8952,8955 from mainline to maintperl.
50722              
50723              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
50724              
50725              Put to rest the 20010205.001, the email address checking (not) regex.
50726              
50727              fork() not everywhere, cleanup temp files.
50728              
50729              The #8843 wasn't quite right: %Config needs to imported.
50730              
50731              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
50732              (#8849: the glob-basic hunk needed massaging as it depended
50733              on Schwern's large-scale (unintegrated) patches)
50734              
50735              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
50736              
50737              Upgrade to CGI.pm 2.752, from Lincoln Stein.
50738              (Note: there were some conflicts due to EBCDIC and EPOC
50739              patches, in general I preferred the repository code.)
50740              (When 2.753 comes out, we need to synchronize.)
50741              
50742              Subject: [PATCH] fix for charnames above FFFF
50743              
50744              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
50745              
50746              If no sfio, no -lsfio.
50747              
50748              Run run/*.t also in minitest.
50749              
50750              Subject:  [PATCH perl 5.7.0] malloc message address offset
50751              
50752              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
50753              
50754              Subject: fix for parameter -Dm (for perl@8867)
50755              
50756              Subject: [PATCH: perl@8892] was Re: hashing order difference?
50757              (make the test more portable)
50758              
50759              Subject: Re: [PATCH] fix for charnames above FFFF
50760              
50761              Subject: Re: I'm losing the war...
50762              (hv_store() not working correctly in ENV_IS_CASELESS case.)
50763              
50764              Subject: Modified README.bs2000 
50765              
50766              Subject: [PATCH: perl@8935] -Dt padsv($var)
50767              
50768              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
50769              
50770              Subject: PATCH: extra tests to check on negative float to unsigned cast
50771              
50772              Subject: [PATCH] XPUSH[insp] was Re: progress
50773              
50774              Subject: Re: Compile with perlcc..
50775      Branch: maint-5.6/perl
50776           !> (integrate 36 files)
50777 ____________________________________________________________________________
50778 [  8986] By: jhi                                   on 2001/03/02  18:51:25
50779         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
50780              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
50781              to maintperl.
50782              
50783              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
50784              
50785              Subject: [DOC PATCH] overload.pm nits
50786              
50787              Add header for LIB$ prototypes (C. Berry)
50788              
50789              Convert fwrite()s to sockets to write()s, since some socket stacks
50790              don't take kindly to stdio.
50791              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
50792              (for often optional LNMs)
50793              Correct a few typos
50794              (C. Bailey)
50795              
50796              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
50797              
50798              De-cut-and-pasto.
50799              
50800              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
50801              
50802              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
50803              
50804              Upgrade to CPAN 1.59_54, from Andreas König.
50805              
50806              Bogus shebang.
50807              
50808              Subject: [PATCH] Document makepatch in Porting/patching
50809              
50810              UTF-8 documentation.
50811              
50812              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
50813              
50814              Sort the MANIFEST.
50815              
50816              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
50817              
50818              Subject: [PATCH @8807] toke.c cleanup: scan_str()
50819              
50820              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
50821              
50822              Add run/*.t to testables.
50823              
50824              TODO: integrate #8784.
50825      Branch: maint-5.6/perl
50826           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
50827           !> (integrate 28 files)
50828 ____________________________________________________________________________
50829 [  8985] By: nick                                  on 2001/03/02  18:15:45
50830         Log: Integrate mainline
50831      Branch: perlio
50832           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
50833           !> vms/vms.c
50834 ____________________________________________________________________________
50835 [  8984] By: jhi                                   on 2001/03/02  16:00:17
50836         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
50837              
50838              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
50839              5.004_05, and mention the suidperl August 2000 security problem.
50840              (#8978,#8981)
50841              
50842              Subject: [ID 20010301.004] Technically speaking in perldata
50843              
50844              Subject: [PATCH] File::Copy for bleadperl, maintperl
50845              
50846              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
50847              
50848              (The #8982, fix for 20010221.005 and 20010221.008,
50849              would be nice too but it didn't integrate cleanly.)
50850      Branch: maint-5.6/perl
50851           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
50852 ____________________________________________________________________________
50853 [  8983] By: jhi                                   on 2001/03/02  15:51:16
50854         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
50855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50856              Date:     Thu, 1 Mar 2001 15:54:09 EST
50857              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
50858      Branch: perl
50859            ! vms/vms.c
50860 ____________________________________________________________________________
50861 [  8982] By: jhi                                   on 2001/03/02  15:43:31
50862         Log: Subject: Re: sync sync sync: have I missed any patches?
50863              From: Radu Greab <radu@netsoft.ro> 
50864              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
50865              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
50866              
50867              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
50868              was checking argv[0] regardless of whether a different pathname
50869              will actually be executed."  Test case not supplied because 
50870              drafting that, ironically enough, revealed another bug
50871              (or a feature).
50872      Branch: perl
50873            ! doio.c
50874 ____________________________________________________________________________
50875 [  8981] By: jhi                                   on 2001/03/02  15:28:03
50876         Log: Misdate in #8978.
50877      Branch: perl
50878            ! pod/perlfaq1.pod
50879 ____________________________________________________________________________
50880 [  8980] By: jhi                                   on 2001/03/02  15:24:20
50881         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
50882              From: Chris Nandor <pudge@pobox.com>
50883              Date: Wed, 28 Feb 2001 22:10:15 -0500
50884              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
50885      Branch: perl
50886            ! lib/File/Copy.pm
50887 ____________________________________________________________________________
50888 [  8979] By: jhi                                   on 2001/03/02  15:17:16
50889         Log: Subject: [ID 20010301.004] Technically speaking in perldata
50890              From: abela@geneanet.org
50891              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
50892              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
50893      Branch: perl
50894            ! pod/perldata.pod
50895 ____________________________________________________________________________
50896 [  8978] By: jhi                                   on 2001/03/02  15:15:27
50897         Log: Subject: [ID 20010301.003] ref to 5.004
50898              From: abela@geneanet.org
50899              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
50900              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
50901              
50902              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
50903              and mention the suidperl August 2000 security problem.
50904      Branch: perl
50905            ! pod/perlfaq1.pod
50906 ____________________________________________________________________________
50907 [  8977] By: alanbur                               on 2001/03/02  14:17:45
50908         Log: Resynchronised with parent
50909      Branch: maint-5.6/pureperl
50910           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
50911           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
50912           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
50913           !> vms/descrip_mms.template win32/win32.c win32/win32.h
50914           !> win32/win32iop.h
50915 ____________________________________________________________________________
50916 [  8976] By: nick                                  on 2001/03/01  23:25:30
50917         Log: Integrate mainline.
50918      Branch: perlio
50919            - t/op/qu.t
50920           !> (integrate 55 files)
50921 ____________________________________________________________________________
50922 [  8975] By: jhi                                   on 2001/03/01  16:51:34
50923         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
50924      Branch: perl
50925           !> toke.c
50926 ____________________________________________________________________________
50927 [  8974] By: gsar                                  on 2001/03/01  16:28:21
50928         Log: fix for bugid 20010226.008
50929              
50930              the problem was that some of the pointers (PL_last_lop and
50931              PL_last_uni specifically) into the lex buffers weren't correctly
50932              being invalidated when the buffer changed; this would leave the
50933              pointers pointing at an arbitrary location in the buffer if
50934              the buffer didn't need to be reallocated, or point into freed
50935              memory if the buffer had to be realloced
50936              
50937              TODO item for bugdb maintainers: check other seemingly random
50938              parser-related bugs--they might be cured by this
50939      Branch: maint-5.6/perl
50940            ! toke.c
50941 ____________________________________________________________________________
50942 [  8973] By: jhi                                   on 2001/03/01  02:23:25
50943         Log: Retract #8970 because of a completely mysterious core dump:
50944              adding the tests 241..244 causes op/pat dump core at test #25.
50945              The test needs a lot of whittling down before the bug can be solved.
50946      Branch: perl
50947            ! t/op/pat.t
50948 ____________________________________________________________________________
50949 [  8972] By: jhi                                   on 2001/03/01  01:58:38
50950         Log: Regen perlapi.
50951      Branch: perl
50952            ! pod/perlapi.pod
50953 ____________________________________________________________________________
50954 [  8971] By: jhi                                   on 2001/03/01  01:34:09
50955         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))
50956              From: Nicholas Clark <nick@ccl4.org>
50957              Date: Wed, 28 Feb 2001 23:28:49 +0000
50958              Message-ID: <20010228232849.A55187@plum.flirble.org>
50959              
50960              Allow a completely write protected source code tree
50961              when using the Configure -Dmksymlinks.
50962      Branch: perl
50963            ! embed.pl warnings.pl
50964 ____________________________________________________________________________
50965 [  8970] By: jhi                                   on 2001/03/01  01:32:04
50966         Log: Add back the EBCDIC character range tests (for matching).
50967      Branch: perl
50968            ! t/op/pat.t
50969 ____________________________________________________________________________
50970 [  8969] By: nick                                  on 2001/02/28  18:18:01
50971         Log: Add charname comments to .ucm files writen by 'compile',
50972              also order charmaps in those files by source encoding.
50973              regenerate distrubuted .ucm files
50974      Branch: perlio
50975            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50976            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50977            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50978            ! ext/Encode/Encode/iso8859-10.ucm
50979            ! ext/Encode/Encode/iso8859-13.ucm
50980            ! ext/Encode/Encode/iso8859-14.ucm
50981            ! ext/Encode/Encode/iso8859-15.ucm
50982            ! ext/Encode/Encode/iso8859-16.ucm
50983            ! ext/Encode/Encode/iso8859-2.ucm
50984            ! ext/Encode/Encode/iso8859-3.ucm
50985            ! ext/Encode/Encode/iso8859-4.ucm
50986            ! ext/Encode/Encode/iso8859-5.ucm
50987            ! ext/Encode/Encode/iso8859-6.ucm
50988            ! ext/Encode/Encode/iso8859-7.ucm
50989            ! ext/Encode/Encode/iso8859-8.ucm
50990            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50991            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
50992 ____________________________________________________________________________
50993 [  8968] By: jhi                                   on 2001/02/28  16:26:37
50994         Log: Expand usemorebits early if d_casti32 needs to be undefined.
50995      Branch: perl
50996            ! hints/hpux.sh hints/irix_6.sh
50997 ____________________________________________________________________________
50998 [  8967] By: jhi                                   on 2001/02/28  16:22:26
50999         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
51000              retract toke.c/qu parts of #8583, retract #8485, retract
51001              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
51002              op/length.t, and MANIFEST, and delete t/op/qu.t.
51003      Branch: perl
51004            - t/op/qu.t
51005            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
51006            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
51007            ! t/op/length.t toke.c
51008 ____________________________________________________________________________
51009 [  8966] By: jhi                                   on 2001/02/28  15:00:27
51010         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
51011              by not changing from pre-Unicode days into being Unicode-aware.
51012              Sniff.
51013      Branch: perl
51014            ! pp.c t/op/pack.t t/op/qu.t
51015 ____________________________________________________________________________
51016 [  8965] By: jhi                                   on 2001/02/28  14:37:55
51017         Log: Subject: Re: Errors in core PODs
51018              From: Michael Stevens <michael@etla.org> 
51019              Date: Fri, 23 Feb 2001 15:47:56 +0000
51020              Message-ID: <20010223154756.A7723@firedrake.org> 
51021      Branch: perl
51022            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
51023            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
51024            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
51025            ! x2p/a2p.pod
51026 ____________________________________________________________________________
51027 [  8964] By: jhi                                   on 2001/02/28  14:35:35
51028         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
51029              (The #8961 was too bold.)
51030      Branch: perl
51031            ! hints/hpux.sh hints/irix_6.sh
51032 ____________________________________________________________________________
51033 [  8963] By: jhi                                   on 2001/02/28  14:33:39
51034         Log: Subject: Re: sync sync sync: have I missed any patches?
51035              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51036              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
51037              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
51038              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
51039              
51040              Replace djSP with dSP.
51041      Branch: perl
51042            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
51043            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
51044            ! win32/perlhost.h
51045 ____________________________________________________________________________
51046 [  8962] By: jhi                                   on 2001/02/27  23:21:14
51047         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
51048      Branch: perl
51049            ! lib/Filter/Simple.pm
51050 ____________________________________________________________________________
51051 [  8961] By: jhi                                   on 2001/02/27  22:55:26
51052         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
51053              and this would be it.
51054      Branch: perl
51055            ! hints/hpux.sh hints/irix_6.sh
51056 ____________________________________________________________________________
51057 [  8960] By: jhi                                   on 2001/02/27  22:51:33
51058         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
51059              From: "Craig A. Berry" <craigberry@mac.com>
51060              Date: Tue, 27 Feb 2001 16:11:44 -0600
51061              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
51062      Branch: maint-5.6/perl
51063            ! configure.com vms/descrip_mms.template
51064 ____________________________________________________________________________
51065 [  8959] By: jhi                                   on 2001/02/27  22:47:23
51066         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
51067              From: "Craig A. Berry" <craigberry@mac.com>
51068              Date: Tue, 27 Feb 2001 16:11:44 -0600
51069              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
51070      Branch: perl
51071            ! configure.com vms/descrip_mms.template
51072 ____________________________________________________________________________
51073 [  8958] By: jhi                                   on 2001/02/27  15:16:42
51074         Log: Update Changes.
51075      Branch: perl
51076            ! Changes patchlevel.h
51077 ____________________________________________________________________________
51078 [  8957] By: jhi                                   on 2001/02/27  06:15:07
51079         Log: Subject: [5.6.x] EPOC additions
51080              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51081              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
51082              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
51083      Branch: maint-5.6/perl
51084            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
51085 ____________________________________________________________________________
51086 [  8956] By: jhi                                   on 2001/02/27  06:12:11
51087         Log: Subject: [perl-current] EPOC 
51088              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51089              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
51090              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
51091      Branch: perl
51092            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
51093            ! epoc/epocish.c epoc/epocish.h pp_sys.c
51094 ____________________________________________________________________________
51095 [  8955] By: jhi                                   on 2001/02/27  05:59:50
51096         Log: Subject: Re: Compile with perlcc..
51097              From: Edward Peschko <edwardp@excitehome.net>
51098              Date: Mon, 26 Feb 2001 18:51:58 -0800
51099              Message-ID: <20010226185158.A9871@excitehome.net>
51100              
51101              plus add a simple usage message if no arguments given.
51102      Branch: perl
51103            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
51104            ! utils/Makefile utils/perlcc.PL win32/pod.mak
51105 ____________________________________________________________________________
51106 [  8954] By: nick                                  on 2001/02/26  21:02:59
51107         Log: Integrate mainline
51108      Branch: perlio
51109           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
51110           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
51111           !> t/op/sprintf.t
51112 ____________________________________________________________________________
51113 [  8953] By: jhi                                   on 2001/02/26  14:43:54
51114         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
51115              From: Nicholas Clark <nick@ccl4.org>
51116              Date: Mon, 26 Feb 2001 00:42:07 +0000
51117              Message-ID: <20010226004207.F23333@plum.flirble.org>
51118      Branch: perl
51119            ! pp_ctl.c
51120 ____________________________________________________________________________
51121 [  8952] By: jhi                                   on 2001/02/26  14:42:13
51122         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
51123              From: Simon Cozens <simon@netthink.co.uk>
51124              Date: Mon, 26 Feb 2001 12:23:48 +0000
51125              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
51126      Branch: perl
51127            ! pod/perlguts.pod
51128 ____________________________________________________________________________
51129 [  8951] By: jhi                                   on 2001/02/26  14:39:15
51130         Log: Subject: [PATCH] perlio - unknown layer
51131              From: Nicholas Clark <nick@ccl4.org>
51132              Date: Mon, 26 Feb 2001 00:27:19 +0000
51133              Message-ID: <20010226002719.E23333@plum.flirble.org>
51134      Branch: perl
51135            ! perlio.c
51136 ____________________________________________________________________________
51137 [  8950] By: jhi                                   on 2001/02/26  14:38:04
51138         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
51139              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
51140              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
51141              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
51142      Branch: perl
51143            ! t/op/bop.t
51144 ____________________________________________________________________________
51145 [  8949] By: jhi                                   on 2001/02/26  14:37:07
51146         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
51147              From: Peter Prymmer <pvhp@forte.com>
51148              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
51149              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
51150      Branch: perl
51151            ! lib/Test.pm
51152 ____________________________________________________________________________
51153 [  8948] By: jhi                                   on 2001/02/26  14:35:53
51154         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
51155              From: Radu Greab <radu@netsoft.ro>
51156              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
51157              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
51158      Branch: perl
51159            ! pod/perlop.pod
51160 ____________________________________________________________________________
51161 [  8947] By: jhi                                   on 2001/02/26  14:34:46
51162         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
51163              From: David Mitchell <davem@fdgroup.co.uk>
51164              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
51165              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
51166      Branch: perl
51167            ! run.c
51168 ____________________________________________________________________________
51169 [  8946] By: jhi                                   on 2001/02/26  14:32:37
51170         Log: Subject: Modified README.bs2000 
51171              From: Dorner Thomas <Thomas.Dorner@start.de>
51172              Date: Mon, 26 Feb 2001 09:22:17 +0100
51173              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
51174      Branch: perl
51175            ! README.bs2000
51176 ____________________________________________________________________________
51177 [  8945] By: jhi                                   on 2001/02/26  14:19:53
51178         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
51179              to maintperl, listing the known failures on the tests 129 and 130.
51180      Branch: maint-5.6/perl
51181           !> t/op/sprintf.t
51182 ____________________________________________________________________________
51183 [  8944] By: jhi                                   on 2001/02/26  14:14:15
51184         Log: Add more known sprintf failures.
51185      Branch: perl
51186            ! t/op/sprintf.t
51187 ____________________________________________________________________________
51188 [  8943] By: jhi                                   on 2001/02/26  13:56:22
51189         Log: perlglob.exe needs to be found in Win32, patch from
51190              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
51191              which needs external glob at mini-perl time."
51192      Branch: perl
51193            ! ext/Encode/compile
51194 ____________________________________________________________________________
51195 [  8942] By: jhi                                   on 2001/02/26  13:52:19
51196         Log: A missing dTHX from Vadim Konovalov.
51197      Branch: perl
51198            ! perlio.c
51199 ____________________________________________________________________________
51200 [  8941] By: jhi                                   on 2001/02/26  13:37:05
51201         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
51202      Branch: perl
51203            ! op.c
51204 ____________________________________________________________________________
51205 [  8940] By: jhi                                   on 2001/02/26  13:35:40
51206         Log: Integrate perlio.
51207      Branch: perl
51208           !> ext/Encode/Encode.pm
51209 ____________________________________________________________________________
51210 [  8939] By: nick                                  on 2001/02/25  23:47:09
51211         Log: Integrate mainline.
51212      Branch: perlio
51213           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
51214           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
51215 ____________________________________________________________________________
51216 [  8938] By: nick                                  on 2001/02/25  19:36:28
51217         Log: Encode implementations docs.
51218      Branch: perlio
51219            ! ext/Encode/Encode.pm
51220 ____________________________________________________________________________
51221 [  8937] By: jhi                                   on 2001/02/25  19:26:16
51222         Log: Script wasn't aligned with reality.
51223      Branch: perl
51224            ! t/pod/find.t
51225 ____________________________________________________________________________
51226 [  8936] By: jhi                                   on 2001/02/25  18:54:55
51227         Log: Update Changes.
51228      Branch: perl
51229            ! Changes patchlevel.h
51230 ____________________________________________________________________________
51231 [  8935] By: jhi                                   on 2001/02/25  18:46:36
51232         Log: Retract #8929,8930,8932,8933 for now.
51233      Branch: perl
51234            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
51235 ____________________________________________________________________________
51236 [  8934] By: jhi                                   on 2001/02/25  17:34:35
51237         Log: Integrate perlio.
51238      Branch: perl
51239           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
51240           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
51241           !> t/lib/encode.t
51242 ____________________________________________________________________________
51243 [  8933] By: jhi                                   on 2001/02/25  17:33:12
51244         Log: (Retracted by #8395.)
51245              
51246              Slight tweaks in scan_const(), not fixes yet, it seems like
51247              lots of work remains to be done...
51248      Branch: perl
51249            ! toke.c
51250 ____________________________________________________________________________
51251 [  8932] By: jhi                                   on 2001/02/25  17:27:11
51252         Log: (Retracted by #8395.)
51253              
51254              Missing from #8930.
51255      Branch: perl
51256            ! perl.h
51257 ____________________________________________________________________________
51258 [  8931] By: jhi                                   on 2001/02/25  17:26:19
51259         Log: A comment tweak.
51260      Branch: perl
51261            ! utf8.c
51262 ____________________________________________________________________________
51263 [  8930] By: jhi                                   on 2001/02/25  17:25:47
51264         Log: (Retracted by #8395.)
51265              
51266              Attempt to fix the EBCDIC character range problem with //.
51267      Branch: perl
51268            ! regcomp.c
51269 ____________________________________________________________________________
51270 [  8929] By: jhi                                   on 2001/02/25  17:23:45
51271         Log: (Retracted by #8395.)
51272              
51273              Expand the EBCDIC character range tests, and add few nasty
51274              tr tests from Karsten Sperling.
51275      Branch: perl
51276            ! t/op/pat.t t/op/tr.t
51277 ____________________________________________________________________________
51278 [  8928] By: jhi                                   on 2001/02/25  17:18:49
51279         Log: Missing check-in.
51280      Branch: perl
51281            ! lib/Pod/Find.pm
51282 ____________________________________________________________________________
51283 [  8927] By: nick                                  on 2001/02/25  11:30:22
51284         Log: Change method names in Encode implementation classes to something
51285              less confusing (preparing to "go public").
51286      Branch: perlio
51287            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
51288 ____________________________________________________________________________
51289 [  8926] By: nick                                  on 2001/02/25  10:53:24
51290         Log: GCC __atribute__ / printf fix
51291      Branch: perlio
51292            ! perl.h
51293 ____________________________________________________________________________
51294 [  8925] By: nick                                  on 2001/02/25  10:52:25
51295         Log: Checked in the wrong one ...
51296      Branch: perlio
51297            ! ext/Encode/Encode.pm
51298 ____________________________________________________________________________
51299 [  8924] By: nick                                  on 2001/02/24  18:46:51
51300         Log: Integrate mainline - to see what Jarkko has in ...
51301      Branch: perlio
51302           +> t/pod/testpods/lib/Pod/Stuff.pm
51303           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
51304 ____________________________________________________________________________
51305 [  8923] By: nick                                  on 2001/02/24  17:05:23
51306         Log: Encode API documentation nd tidy up.
51307              Minor additions to test.
51308              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
51309              Adds STRLEN to standard typemap.
51310      Branch: perlio
51311            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
51312            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
51313 ____________________________________________________________________________
51314 [  8922] By: jhi                                   on 2001/02/24  16:38:12
51315         Log: Add a test for the "character range should match in EBCDIC
51316              if specified using explicit numerics" bug found by Karsten
51317              Sperling.
51318      Branch: perl
51319            ! t/op/pat.t
51320 ____________________________________________________________________________
51321 [  8921] By: jhi                                   on 2001/02/24  16:30:16
51322         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
51323              From: schwern@pobox.com
51324              Date: Fri, 23 Feb 2001 03:21:37 -0500
51325              Message-ID: <20010223032137.A26022@magnonel.guild.net>
51326              
51327              plus Charles Lane's fixes, plus tweaks.
51328      Branch: perl
51329            + t/pod/testpods/lib/Pod/Stuff.pm
51330            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
51331 ____________________________________________________________________________
51332 [  8920] By: nick                                  on 2001/02/24  10:30:11
51333         Log: Integrate mainline
51334      Branch: perlio
51335           !> (integrate 33 files)
51336 ____________________________________________________________________________
51337 [  8919] By: jhi                                   on 2001/02/24  00:23:35
51338         Log: Subject: Re: I'm losing the war...
51339              From: "Vadim Konovalov" <watman@inbox.ru>
51340              Date: Sat, 24 Feb 2001 00:10:14 +0300
51341              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
51342              
51343              hv_store() not working correctly in ENV_IS_CASELESS case.
51344      Branch: perl
51345            ! hv.c
51346 ____________________________________________________________________________
51347 [  8918] By: jhi                                   on 2001/02/24  00:20:09
51348         Log: Subject: Re: [PATCH] fix for charnames above FFFF
51349              From: andreas.koenig@anima.de (Andreas J. Koenig)
51350              Date: 23 Feb 2001 02:39:03 +0100
51351              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
51352              
51353              A further efficiency tweak.
51354      Branch: perl
51355            ! lib/charnames.pm
51356 ____________________________________________________________________________
51357 [  8917] By: jhi                                   on 2001/02/23  20:27:51
51358         Log: Integrate change #8916 from mainline,
51359              do away with USE_WIN32_RTL_ENV.
51360      Branch: maint-5.6/perl
51361           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
51362 ____________________________________________________________________________
51363 [  8916] By: jhi                                   on 2001/02/23  20:02:25
51364         Log: Abolish USE_WIN32_RTL_ENV.
51365      Branch: perl
51366            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
51367 ____________________________________________________________________________
51368 [  8915] By: jhi                                   on 2001/02/23  19:36:00
51369         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
51370              later protected by some #define.
51371      Branch: perl
51372            ! gv.c
51373 ____________________________________________________________________________
51374 [  8914] By: jhi                                   on 2001/02/23  19:31:38
51375         Log: Retract #8902 for now, requested by Charles Lane, the correct
51376              fix will be something else.
51377      Branch: perl
51378            ! op.c
51379 ____________________________________________________________________________
51380 [  8913] By: jhi                                   on 2001/02/23  19:11:36
51381         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
51382              From: Peter Prymmer <pvhp@forte.com>
51383              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
51384              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
51385      Branch: perl
51386            ! t/op/lex_assign.t
51387 ____________________________________________________________________________
51388 [  8912] By: jhi                                   on 2001/02/23  18:38:20
51389         Log: Subject: [patch] perlio + useithreads
51390              From: Doug MacEachern <dougm@covalent.net>
51391              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
51392              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
51393              
51394              Gets things running but not complete.
51395      Branch: perl
51396            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
51397 ____________________________________________________________________________
51398 [  8911] By: jhi                                   on 2001/02/23  04:20:02
51399         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
51400              
51401              Duplicated environment freeing, File::Temp 0.12,
51402              op/append portability (EBCDIC) tweak.
51403      Branch: maint-5.6/perl
51404           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51405           !> t/op/append.t
51406 ____________________________________________________________________________
51407 [  8910] By: jhi                                   on 2001/02/23  02:07:33
51408         Log: Integrate change #8909 from mainline, a better Borland
51409              putenv() workaround.
51410      Branch: maint-5.6/perl
51411           !> perl.c
51412 ____________________________________________________________________________
51413 [  8909] By: jhi                                   on 2001/02/23  02:05:46
51414         Log: A better workaround for Borland putenv() brokenness from Sarathy.
51415      Branch: perl
51416            ! perl.c
51417 ____________________________________________________________________________
51418 [  8908] By: jhi                                   on 2001/02/23  02:04:14
51419         Log: Subject: fix for parameter -Dm (for perl@8867)
51420              From: "Vadim Konovalov" <watman@inbox.ru>
51421              Date: Thu, 22 Feb 2001 17:30:12 +0300
51422              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
51423      Branch: perl
51424            ! perl.h
51425 ____________________________________________________________________________
51426 [  8907] By: jhi                                   on 2001/02/23  01:58:20
51427         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
51428              From: Peter Prymmer <pvhp@forte.com>
51429              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
51430              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
51431      Branch: perl
51432            ! t/op/append.t
51433 ____________________________________________________________________________
51434 [  8906] By: jhi                                   on 2001/02/23  01:48:34
51435         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
51436      Branch: perl
51437            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51438 ____________________________________________________________________________
51439 [  8905] By: jhi                                   on 2001/02/23  01:43:30
51440         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
51441              From: Peter Prymmer <pvhp@forte.com>
51442              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
51443              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
51444      Branch: perl
51445            ! t/lib/st-06compat.t
51446 ____________________________________________________________________________
51447 [  8904] By: jhi                                   on 2001/02/23  01:42:39
51448         Log: Metaconfig unit change for #8903.
51449      Branch: metaconfig/U/perl
51450            ! Devel.U
51451 ____________________________________________________________________________
51452 [  8903] By: jhi                                   on 2001/02/23  01:42:12
51453         Log: Be more helpful for devel builders, suggested by John L. Allen.
51454      Branch: perl
51455            ! Configure
51456 ____________________________________________________________________________
51457 [  8902] By: jhi                                   on 2001/02/23  01:37:41
51458         Log: (Retracted by #8914)
51459              (Wrongly, reinstated by #8941)
51460              
51461              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
51462              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51463              Date:     Thu, 22 Feb 2001 09:43:57 EST
51464              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
51465      Branch: perl
51466            ! op.c
51467 ____________________________________________________________________________
51468 [  8901] By: jhi                                   on 2001/02/23  01:20:32
51469         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
51470              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51471              Date:     Thu, 22 Feb 2001 08:01:35 EST
51472              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
51473      Branch: perl
51474            ! malloc.c
51475 ____________________________________________________________________________
51476 [  8900] By: jhi                                   on 2001/02/23  01:18:02
51477         Log: Integrate changes #8898,8899 from mainline, environ handling.
51478      Branch: maint-5.6/perl
51479           !> perl.c
51480 ____________________________________________________________________________
51481 [  8899] By: jhi                                   on 2001/02/23  01:16:25
51482         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
51483              putenv() is not to be relied on, they are either broken or leaky
51484              or both.)
51485      Branch: perl
51486            ! perl.c
51487 ____________________________________________________________________________
51488 [  8898] By: jhi                                   on 2001/02/22  23:36:59
51489         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
51490              and safesysfree() must be used.
51491      Branch: perl
51492            ! perl.c
51493 ____________________________________________________________________________
51494 [  8897] By: jhi                                   on 2001/02/22  23:25:45
51495         Log: With environ one must use safesysmalloc()/safesysfree().
51496      Branch: perl
51497            ! perl.c
51498 ____________________________________________________________________________
51499 [  8896] By: jhi                                   on 2001/02/22  22:13:18
51500         Log: If we have a duplicated environment free it
51501              if PERL_DESTRUCT_LEVEL.
51502      Branch: perl
51503            ! perl.c
51504 ____________________________________________________________________________
51505 [  8895] By: alanbur                               on 2001/02/22  19:31:57
51506         Log: Synchronised with parent
51507      Branch: maint-5.6/pureperl
51508           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
51509 ____________________________________________________________________________
51510 [  8894] By: gsar                                  on 2001/02/22  19:06:18
51511         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
51512              
51513              fix memory leak in method call optimization (change#3768);
51514              made C<eval "$x->foo()"> leak
51515              
51516              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
51517      Branch: maint-5.6/perl
51518           !> op.c
51519 ____________________________________________________________________________
51520 [  8893] By: jhi                                   on 2001/02/22  18:35:27
51521         Log: (Retracted by #8915.)
51522              
51523              Third Degree finding:
51524              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
51525      Branch: perl
51526            ! gv.c
51527 ____________________________________________________________________________
51528 [  8892] By: jhi                                   on 2001/02/22  14:28:32
51529         Log: Update Changes.
51530      Branch: perl
51531            ! Changes patchlevel.h
51532 ____________________________________________________________________________
51533 [  8891] By: jhi                                   on 2001/02/22  13:22:45
51534         Log: Metaconfig unit changes for #8890.
51535      Branch: metaconfig
51536            ! U/modified/Cppsym.U U/threads/archname.U
51537 ____________________________________________________________________________
51538 [  8890] By: jhi                                   on 2001/02/22  13:22:12
51539         Log: Add -stdio to the archname if no perlio selected,
51540              no -perlio added since that is now the default.
51541              
51542              Add few CPUs/architectures to the Cppsym scan.
51543      Branch: perl
51544            ! Configure config_h.SH
51545 ____________________________________________________________________________
51546 [  8889] By: jhi                                   on 2001/02/22  13:05:59
51547         Log: Metaconfig unit change for #8888.
51548      Branch: metaconfig/U/perl
51549            ! useperlio.U
51550 ____________________________________________________________________________
51551 [  8888] By: jhi                                   on 2001/02/22  13:05:28
51552         Log: *drum roll*  Make perlio the default.
51553      Branch: perl
51554            ! Configure config_h.SH
51555 ____________________________________________________________________________
51556 [  8887] By: jhi                                   on 2001/02/22  12:50:52
51557         Log: Integrate change #8665 from maintperl to mainline,
51558              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
51559      Branch: perl
51560           !> ext/POSIX/POSIX.xs
51561 ____________________________________________________________________________
51562 [  8886] By: jhi                                   on 2001/02/22  12:49:24
51563         Log: Integrate changes #8883,8884 from mainline to maintperl.
51564              
51565              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
51566              Subject: Re: File::Temp::_gettemp warning
51567      Branch: maint-5.6/perl
51568           !> embed.h embed.pl lib/File/Temp.pm
51569 ____________________________________________________________________________
51570 [  8885] By: jhi                                   on 2001/02/22  12:43:59
51571         Log: Based on
51572              
51573              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
51574              From: schwab@suse.de
51575              Date: Thu, 22 Feb 2001 13:08:09 +0100
51576              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
51577              
51578              but the fix done slightly differently because the other
51579              half was already done in #8664.
51580      Branch: maint-5.6/perl
51581            ! ext/POSIX/POSIX.xs
51582 ____________________________________________________________________________
51583 [  8884] By: jhi                                   on 2001/02/22  12:37:15
51584         Log: Subject: Re: File::Temp::_gettemp warning
51585              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51586              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
51587              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
51588              
51589              This patch to File::Temp does two things:
51590              
51591              1. Fixes the problem with CGI::Carp when determining
51592              the Fcntl constants
51593              
51594              2. Removes most of the carps and consolidates them so that all the
51595              reasons are included in a single die that is caught by the test. This
51596              means that the correct skipping behaviour is displayed by the test.
51597      Branch: perl
51598            ! lib/File/Temp.pm
51599 ____________________________________________________________________________
51600 [  8883] By: jhi                                   on 2001/02/22  12:29:19
51601         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
51602              From: Peter Prymmer <pvhp@forte.com>
51603              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
51604              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
51605      Branch: perl
51606            ! embed.h embed.pl
51607 ____________________________________________________________________________
51608 [  8882] By: jhi                                   on 2001/02/21  19:41:33
51609         Log: Integrate change #8881 from mainlin to maintperl.
51610              
51611              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
51612      Branch: maint-5.6/perl
51613           !> op.c
51614 ____________________________________________________________________________
51615 [  8881] By: jhi                                   on 2001/02/21  19:38:57
51616         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
51617              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51618              Date:     Wed, 21 Feb 2001 13:08:03 EST
51619              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
51620      Branch: perl
51621            ! op.c
51622 ____________________________________________________________________________
51623 [  8880] By: jhi                                   on 2001/02/21  19:34:34
51624         Log: Retract #8875, cannot let go of the old semantics of unpack U
51625              without rethinking utf8decode.t.
51626      Branch: perl
51627            ! pp.c t/op/pack.t
51628 ____________________________________________________________________________
51629 [  8879] By: jhi                                   on 2001/02/21  19:08:02
51630         Log: Run run/*.t also in minitest.
51631      Branch: perl
51632            ! Makefile.SH
51633 ____________________________________________________________________________
51634 [  8878] By: nick                                  on 2001/02/21  18:55:37
51635         Log: Integrate mainline
51636      Branch: perlio
51637           !> (integrate 76 files)
51638 ____________________________________________________________________________
51639 [  8877] By: jhi                                   on 2001/02/21  15:09:33
51640         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
51641      Branch: metaconfig
51642            ! U/compline/nblock_io.U
51643      Branch: perl
51644            ! Configure config_h.SH
51645 ____________________________________________________________________________
51646 [  8876] By: jhi                                   on 2001/02/21  14:54:45
51647         Log: If no sfio, no -lsfio.
51648      Branch: metaconfig/U/perl
51649            ! d_sfio.U
51650      Branch: perl
51651            ! Configure config_h.SH
51652 ____________________________________________________________________________
51653 [  8875] By: jhi                                   on 2001/02/21  14:54:00
51654         Log: Make unpack C and unpack U truly equivalent.
51655      Branch: perl
51656            ! pp.c t/op/pack.t
51657 ____________________________________________________________________________
51658 [  8874] By: jhi                                   on 2001/02/21  14:26:02
51659         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
51660              From: Peter Prymmer <pvhp@forte.com>
51661              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
51662              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
51663      Branch: perl
51664            ! pod/perlport.pod
51665 ____________________________________________________________________________
51666 [  8873] By: jhi                                   on 2001/02/21  14:24:31
51667         Log: Subject: [PATCH] fix for charnames above FFFF
51668              From: andreas.koenig@anima.de (Andreas J. Koenig)
51669              Date: 21 Feb 2001 07:05:45 +0100
51670              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
51671      Branch: perl
51672            ! lib/charnames.pm t/lib/charnames.t
51673 ____________________________________________________________________________
51674 [  8872] By: jhi                                   on 2001/02/21  14:15:25
51675         Log: Integrate change #8868 from pureperl to mainline.
51676              
51677              Fixed reference count loop caused by sv_magic.
51678      Branch: perl
51679           !> sv.c
51680 ____________________________________________________________________________
51681 [  8871] By: jhi                                   on 2001/02/21  14:07:29
51682         Log: Integrate change #8868 from pureperl to maintperl.
51683              
51684              Fixed reference count loop caused by sv_magic.
51685      Branch: maint-5.6/perl
51686           !> sv.c
51687 ____________________________________________________________________________
51688 [  8870] By: jhi                                   on 2001/02/21  14:04:41
51689         Log: Put back the #8840, it was innocent.
51690      Branch: perl
51691            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51692            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
51693 ____________________________________________________________________________
51694 [  8869] By: jhi                                   on 2001/02/21  14:00:03
51695         Log: unpack("C", ...) was left slightly unfinished by #8865.
51696      Branch: perl
51697            ! pp.c t/op/pack.t
51698 ____________________________________________________________________________
51699 [  8868] By: alanbur                               on 2001/02/21  01:33:45
51700         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
51701              from gv_fetchpv to create single-character magic variables (e.g. $!),
51702              and it is passed a sv and the gv that contains the sv as the mg_obj
51703              value.  When sv_magic stores the mg_obj pointer it increments the gv
51704              refcount, thus causing a sv-gv pair that can't be freed.  There is
51705              already a check for sv == obj which is used to prevent such reference
51706              loops.  This change extends the check to cover the case described above.
51707      Branch: maint-5.6/pureperl
51708            ! sv.c
51709 ____________________________________________________________________________
51710 [  8867] By: jhi                                   on 2001/02/21  00:52:39
51711         Log: Update Changes.
51712      Branch: perl
51713            ! Changes patchlevel.h
51714 ____________________________________________________________________________
51715 [  8866] By: jhi                                   on 2001/02/21  00:34:20
51716         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
51717              (Note: there were some conflicts due to EBCDIC and EPOC
51718              patches, in general I preferred the repository code.)
51719              (When 2.753 comes out, we need to synchronize.)
51720      Branch: perl
51721            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
51722            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
51723            ! t/lib/cgi-html.t
51724 ____________________________________________________________________________
51725 [  8865] By: jhi                                   on 2001/02/21  00:24:22
51726         Log: Make pack("C", 0x100) to create Unicode, unless under the
51727              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
51728              will understand Unicode, unless you under know what.
51729      Branch: perl
51730            ! pp.c t/op/pack.t t/op/qu.t
51731 ____________________________________________________________________________
51732 [  8864] By: alanbur                               on 2001/02/20  22:35:34
51733         Log: Resynchronised with parent
51734      Branch: maint-5.6/pureperl
51735           !> README.win32 ext/GDBM_File/GDBM_File.pm
51736           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
51737           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
51738           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
51739           !> t/lib/sdbm.t util.c
51740 ____________________________________________________________________________
51741 [  8863] By: jhi                                   on 2001/02/20  20:55:11
51742         Log: Integrate change #8860,8861 from mainline into maintperl.
51743              
51744              "pseudo-literal j"
51745              
51746              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
51747      Branch: maint-5.6/perl
51748           !> lib/Test.pm pod/perlop.pod
51749 ____________________________________________________________________________
51750 [  8862] By: jhi                                   on 2001/02/20  20:30:07
51751         Log: Don't do casting between pointers pointing to differently sized
51752              integers.
51753      Branch: perl
51754            ! hv.c sv.c
51755 ____________________________________________________________________________
51756 [  8861] By: jhi                                   on 2001/02/20  19:53:44
51757         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
51758              From: Peter Prymmer <pvhp@forte.com>
51759              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
51760              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
51761      Branch: perl
51762            ! lib/Test.pm
51763 ____________________________________________________________________________
51764 [  8860] By: jhi                                   on 2001/02/20  19:48:02
51765         Log: "pseudo-literal j", a documentation glitch reported to Debian.
51766              The text recovered from Perl 5.005_03, and pseudo-literal replaced
51767              by "backtick string".
51768      Branch: perl
51769            ! pod/perlop.pod
51770 ____________________________________________________________________________
51771 [  8859] By: jhi                                   on 2001/02/20  19:15:46
51772         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
51773              from Chris Nandor.
51774      Branch: perl
51775            ! makedef.pl
51776 ____________________________________________________________________________
51777 [  8858] By: jhi                                   on 2001/02/20  17:36:53
51778         Log: Integrate pureperl changes #8844,8845,8850 to mainline
51779              (via maintperl #8855).
51780              
51781              Fixed %^H scoping bug
51782              
51783              Removed GV <-> CV refcount loop
51784              
51785              Removed %ENV refcount loop
51786      Branch: perl
51787           !> gv.c op.c perl.c pp.c scope.c
51788 ____________________________________________________________________________
51789 [  8857] By: jhi                                   on 2001/02/20  17:34:32
51790         Log: Integrate changes #8853,8854 from maintperl to mainline.
51791              
51792              EBDIC fixes, README.win32 Borland update.
51793      Branch: perl
51794           !> README.win32 handy.h util.c
51795 ____________________________________________________________________________
51796 [  8856] By: jhi                                   on 2001/02/20  17:33:16
51797         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
51798      Branch: maint-5.6/perl
51799           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
51800           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
51801           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51802 ____________________________________________________________________________
51803 [  8855] By: jhi                                   on 2001/02/20  17:32:13
51804         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
51805              
51806              Fixed %^H scoping bug
51807              
51808              Removed GV <-> CV refcount loop
51809              
51810              Removed %ENV refcount loop
51811      Branch: maint-5.6/perl
51812           !> gv.c op.c perl.c pp.c scope.c
51813 ____________________________________________________________________________
51814 [  8854] By: jhi                                   on 2001/02/20  17:25:06
51815         Log: Subject: Addition to readme.win32 for Borland C++ compilers
51816              Date: Tue, 20 Feb 2001 02:15:25 +0300
51817              From: "Vadim Konovalov" <watman@inbox.ru>
51818              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
51819              
51820              Document Borland compiler misbehaviour.
51821      Branch: maint-5.6/perl
51822            ! README.win32
51823 ____________________________________________________________________________
51824 [  8853] By: jhi                                   on 2001/02/20  17:22:25
51825         Log: The assimilation of ebcdic.c didn't quite work at the first try,
51826              patches from Thomas Dorner.
51827      Branch: maint-5.6/perl
51828            ! handy.h util.c
51829 ____________________________________________________________________________
51830 [  8852] By: jhi                                   on 2001/02/20  17:20:15
51831         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
51832              From: Chris Nandor <pudge@pobox.com>
51833              Date: Tue, 20 Feb 2001 08:32:45 -0500
51834              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
51835      Branch: maint-5.6/perl
51836            ! makedef.pl mg.c
51837 ____________________________________________________________________________
51838 [  8851] By: jhi                                   on 2001/02/20  17:15:52
51839         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
51840      Branch: perl
51841            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
51842            ! t/lib/filter-util.t
51843 ____________________________________________________________________________
51844 [  8850] By: alanbur                               on 2001/02/20  17:12:40
51845         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
51846              and the magic pointer points back to the GV that contains the
51847              %ENV hash.  This creates a refcount loop that prevents members
51848              of %ENV from being freed correctly.  This change removes the
51849              refcount loop - the magic pointer was never used anyway, the
51850              only use of the magic was to check the type ('E') so that the
51851              appropriate environment manipulation code is called when %ENV
51852              is modified.
51853      Branch: maint-5.6/pureperl
51854            ! perl.c
51855 ____________________________________________________________________________
51856 [  8849] By: jhi                                   on 2001/02/20  17:12:20
51857         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
51858              From: "Craig A. Berry" <craigberry@mac.com>
51859              Date: Mon, 19 Feb 2001 23:36:12 -0600
51860              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
51861              
51862              Case-forgiving systems match TestInit.pm with TES*.
51863      Branch: perl
51864            ! t/lib/glob-basic.t
51865 ____________________________________________________________________________
51866 [  8848] By: jhi                                   on 2001/02/20  17:10:02
51867         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
51868      Branch: perl
51869            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
51870            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
51871            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51872 ____________________________________________________________________________
51873 [  8847] By: jhi                                   on 2001/02/20  15:34:41
51874         Log: The #8843 wasn't quite right: %Config needs to imported.
51875      Branch: perl
51876            ! t/run/runenv.t
51877 ____________________________________________________________________________
51878 [  8846] By: jhi                                   on 2001/02/20  15:31:50
51879         Log: Retract the #8838 and #8840 for now because of
51880              the DB_File tie problem.
51881      Branch: perl
51882            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
51883            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
51884            ! proto.h sv.c
51885 ____________________________________________________________________________
51886 [  8845] By: alanbur                               on 2001/02/20  14:25:41
51887         Log: Removed GV <-> CV refcount loop
51888              CvGV(mycv) points to the parent GV of the CV, and was previously
51889              refcounted.  The pointer remains, but the refcounting has been removed
51890              as it causes a refcount loop between the CV and GV that means the CV
51891              can't ever be deleted.
51892      Branch: maint-5.6/pureperl
51893            ! gv.c op.c pp.c
51894 ____________________________________________________________________________
51895 [  8844] By: alanbur                               on 2001/02/20  14:23:13
51896         Log: Fixed %^H scoping bug
51897      Branch: maint-5.6/pureperl
51898            ! scope.c
51899 ____________________________________________________________________________
51900 [  8843] By: jhi                                   on 2001/02/19  13:38:08
51901         Log: fork() not everywhere, cleanup temp files.
51902      Branch: perl
51903            ! t/run/runenv.t
51904 ____________________________________________________________________________
51905 [  8842] By: alanbur                               on 2001/02/19  12:42:07
51906         Log: Resynchronised with parent
51907      Branch: maint-5.6/pureperl
51908           !> pod/perlfaq4.pod sv.c utf8.c
51909 ____________________________________________________________________________
51910 [  8841] By: jhi                                   on 2001/02/19  03:35:51
51911         Log: Update Changes.
51912      Branch: perl
51913            ! Changes patchlevel.h
51914 ____________________________________________________________________________
51915 [  8840] By: jhi                                   on 2001/02/19  00:23:41
51916         Log: Subject: [patch] add sv_setref_uv
51917              From: Doug MacEachern <dougm@covalent.net>
51918              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
51919              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
51920      Branch: perl
51921            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51922            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
51923 ____________________________________________________________________________
51924 [  8839] By: jhi                                   on 2001/02/19  00:01:38
51925         Log: Put to rest the 20010205.001, the email address checking (not) regex.
51926      Branch: perl
51927            ! pod/perlfaq9.pod
51928 ____________________________________________________________________________
51929 [  8838] By: jhi                                   on 2001/02/18  22:17:54
51930         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
51931              From: Doug MacEachern <dougm@covalent.net>
51932              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
51933              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
51934      Branch: perl
51935            ! lib/ExtUtils/xsubpp
51936 ____________________________________________________________________________
51937 [  8837] By: jhi                                   on 2001/02/18  22:16:50
51938         Log: Subject: [patch] -Wall cleanup round 2
51939              From: Doug MacEachern <dougm@covalent.net>
51940              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
51941              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
51942      Branch: perl
51943            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
51944            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
51945            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
51946            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
51947            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
51948            ! ext/SDBM_File/SDBM_File.xs
51949 ____________________________________________________________________________
51950 [  8836] By: jhi                                   on 2001/02/18  22:11:20
51951         Log: Misapplied regex optimizations when \C is present.
51952              Fixes 20001230.002.
51953              
51954              What still remains broken is that the submatches that
51955              have \C in them get their UTF8 flag on because their
51956              parent SV has it on.  This will result in malformed
51957              UTF8 if a \C happened to match a non-ASCII byte.
51958      Branch: perl
51959            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
51960            ! t/pragma/utf8.t
51961 ____________________________________________________________________________
51962 [  8835] By: jhi                                   on 2001/02/18  20:12:02
51963         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
51964              
51965              The hash key got wrongly UTF8fied.
51966      Branch: perl
51967            ! pod/perlapi.pod toke.c utf8.c
51968 ____________________________________________________________________________
51969 [  8834] By: jhi                                   on 2001/02/18  19:44:25
51970         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
51971              don't warn on magical or overloaded things.
51972      Branch: perl
51973            ! pp_hot.c
51974 ____________________________________________________________________________
51975 [  8833] By: nick                                  on 2001/02/18  19:31:22
51976         Log: Integrate mainline
51977      Branch: perlio
51978           +> t/TestInit.pm t/run/runenv.t
51979            - t/UTEST
51980           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
51981           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
51982           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
51983           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
51984           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
51985           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
51986           !> utf8.c
51987 ____________________________________________________________________________
51988 [  8832] By: jhi                                   on 2001/02/18  19:21:18
51989         Log: Integrate perlio.
51990      Branch: perl
51991           !> perlio.c pod/perldiag.pod
51992 ____________________________________________________________________________
51993 [  8831] By: jhi                                   on 2001/02/18  19:14:20
51994         Log: Integrate change #8827 from mainline.
51995              
51996              UTF8 tweaks.
51997      Branch: maint-5.6/perl
51998           !> sv.c utf8.c
51999 ____________________________________________________________________________
52000 [  8830] By: nick                                  on 2001/02/18  19:10:34
52001         Log: Apply the spirit of patch from Nick Clark:
52002              Subject: [PATCH] Re: extensions that provide layers
52003              From: Nicholas Clark <nick@ccl4.org>
52004              Date: Mon, 12 Feb 2001 16:43:51 +0000
52005              Message-Id: <20010212164350.Q3652@plum.flirble.org>
52006      Branch: perlio
52007            ! perlio.c pod/perldiag.pod
52008 ____________________________________________________________________________
52009 [  8829] By: jhi                                   on 2001/02/18  19:03:25
52010         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
52011              From: schwern@pobox.com 
52012              Date: Sun, 18 Feb 2001 13:44:35 -0500
52013              Message-ID: <20010218134435.A17544@magnonel.guild.net>
52014              
52015              Applied, but as t/TestInit.pm.
52016      Branch: perl
52017            + t/TestInit.pm
52018            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
52019            ! t/op/subst_wamp.t
52020 ____________________________________________________________________________
52021 [  8828] By: jhi                                   on 2001/02/18  18:43:52
52022         Log: Integrate perlio.
52023      Branch: perl
52024           !> perlio.c
52025 ____________________________________________________________________________
52026 [  8827] By: jhi                                   on 2001/02/18  18:41:33
52027         Log: UTF-8 tweaks.
52028      Branch: perl
52029            ! sv.c utf8.c
52030 ____________________________________________________________________________
52031 [  8826] By: nick                                  on 2001/02/18  17:40:59
52032         Log: Fix [ID 20010217.002]
52033              open FOO, "<:raw:perlio", ...
52034              :raw now inserts default base layer below itself.
52035              Also
52036              open FOO, "<:unix", ...
52037              works as well - but leaves buffer layer on stack under the unix layer.
52038      Branch: perlio
52039            ! perlio.c
52040 ____________________________________________________________________________
52041 [  8825] By: jhi                                   on 2001/02/18  17:15:39
52042         Log: Integrate perlio.
52043      Branch: perl
52044           !> perlio.c perliol.h
52045 ____________________________________________________________________________
52046 [  8824] By: jhi                                   on 2001/02/18  17:10:53
52047         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
52048              From: schwern@pobox.com
52049              Date: Sun, 18 Feb 2001 01:48:50 -0500
52050              Message-ID: <20010218014850.C19957@magnonel.guild.net>
52051      Branch: perl
52052            ! lib/Test/Harness.pm t/TEST t/op/chop.t
52053 ____________________________________________________________________________
52054 [  8823] By: jhi                                   on 2001/02/18  17:01:06
52055         Log: Add run/*.t to testables.
52056      Branch: perl
52057            ! t/TEST
52058 ____________________________________________________________________________
52059 [  8822] By: jhi                                   on 2001/02/18  16:58:58
52060         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
52061              From: schwern@pobox.com
52062              Date: Sun, 18 Feb 2001 01:11:35 -0500
52063              Message-ID: <20010218011135.A19957@magnonel.guild.net>
52064              
52065              Revive mjd's and Simon's PERL5OPT fix.
52066      Branch: perl
52067            + t/run/runenv.t
52068            ! MANIFEST perl.c
52069 ____________________________________________________________________________
52070 [  8821] By: jhi                                   on 2001/02/18  16:53:46
52071         Log: Subject: Re: Why t/TEST and not Test::Harness?
52072              From: schwern@pobox.com
52073              Date: Sat, 17 Feb 2001 22:44:44 -0500
52074              Message-ID: <20010217224444.A6679@magnonel.guild.net>
52075              
52076              Replace UTEST with TEST -utf8.
52077      Branch: perl
52078            - t/UTEST
52079            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
52080            ! t/lib/glob-basic.t
52081 ____________________________________________________________________________
52082 [  8820] By: nick                                  on 2001/02/18  13:06:16
52083         Log: Clean up a few core dumps when layers are used in unexpected ways.
52084              (Still not "right"...)
52085      Branch: perlio
52086            ! perlio.c perliol.h
52087 ____________________________________________________________________________
52088 [  8819] By: jhi                                   on 2001/02/18  02:25:55
52089         Log: Integrate change #8818 from maintperl, a FAQ nit.
52090      Branch: perl
52091           !> pod/perlfaq4.pod
52092 ____________________________________________________________________________
52093 [  8818] By: jhi                                   on 2001/02/18  02:24:50
52094         Log: FAQ nit from Chris Fedde.
52095      Branch: maint-5.6/perl
52096            ! pod/perlfaq4.pod
52097 ____________________________________________________________________________
52098 [  8817] By: nick                                  on 2001/02/17  18:20:14
52099         Log: Integrate mainline
52100      Branch: perlio
52101           +> lib/unicode/UCD.html lib/unicode/Unicode.html
52102           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
52103           +> pod/perlclib.pod
52104            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
52105            - lib/unicode/Unicode.301
52106           !> (integrate 324 files)
52107 ____________________________________________________________________________
52108 [  8816] By: jhi                                   on 2001/02/17  16:56:58
52109         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
52110      Branch: perl
52111            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52112            ! ext/Storable/Storable.xs t/lib/st-06compat.t
52113            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
52114 ____________________________________________________________________________
52115 [  8815] By: jhi                                   on 2001/02/17  16:40:07
52116         Log: Subject: [patch] -Wall
52117              From: Doug MacEachern <dougm@covalent.net>
52118              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
52119              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
52120      Branch: perl
52121            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
52122            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
52123 ____________________________________________________________________________
52124 [  8814] By: jhi                                   on 2001/02/16  19:27:18
52125         Log: Document qu better.
52126      Branch: perl
52127            ! pod/perlop.pod
52128 ____________________________________________________________________________
52129 [  8813] By: jhi                                   on 2001/02/15  13:54:37
52130         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
52131              From: Hugo <hv@crypt.compulink.co.uk>
52132              Date: Thu, 15 Feb 2001 13:39:49 +0000
52133              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
52134      Branch: perl
52135            ! toke.c
52136 ____________________________________________________________________________
52137 [  8812] By: alanbur                               on 2001/02/15  13:52:16
52138         Log: Resynchronised with parent
52139      Branch: maint-5.6/pureperl
52140            - ebcdic.c
52141           !> (integrate 36 files)
52142 ____________________________________________________________________________
52143 [  8811] By: jhi                                   on 2001/02/15  13:51:16
52144         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
52145              
52146              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
52147              From: Jan Dubois <JanD@ActiveState.com>
52148              Date: Wed, 31 Jan 2001 21:17:03 -0800
52149              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
52150              
52151              tweak change#8659 to keep it simple
52152              
52153              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
52154              From: Russ Allbery <rra@stanford.edu>
52155              Date: 14 Feb 2001 10:15:41 -0800
52156              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
52157              
52158              (8809 empty)
52159              
52160              Upgrade to podlators 1.08, from Russ Allbery.
52161      Branch: perl
52162           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
52163           !> utils/perldoc.PL
52164 ____________________________________________________________________________
52165 [  8810] By: jhi                                   on 2001/02/15  13:35:08
52166         Log: Upgrade to podlators 1.08, from Russ Allbery.
52167      Branch: maint-5.6/perl
52168            ! lib/Pod/Man.pm lib/Pod/Text.pm
52169 ____________________________________________________________________________
52170 [  8809] By: jhi                                   on 2001/02/15  13:26:38
52171         Log: (accidentally empty check-in)
52172      Branch: maint-5.6/perl
52173            ! lib/Test/Harness.pm
52174 ____________________________________________________________________________
52175 [  8808] By: jhi                                   on 2001/02/15  13:23:47
52176         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
52177              From: Russ Allbery <rra@stanford.edu>
52178              Date: 14 Feb 2001 10:15:41 -0800
52179              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
52180              
52181              perldoc was hardcoding $Config{installscript}, which breaks
52182              when install* isn't where Perl ends up (such as with AFS).
52183              
52184              Use $Config{scriptdir} instead.
52185      Branch: maint-5.6/perl
52186            ! utils/perldoc.PL
52187 ____________________________________________________________________________
52188 [  8807] By: jhi                                   on 2001/02/14  14:37:27
52189         Log: Update Changes.
52190      Branch: perl
52191            ! Changes patchlevel.h
52192 ____________________________________________________________________________
52193 [  8806] By: jhi                                   on 2001/02/14  14:25:31
52194         Log: Integrate changes #8803,8804,8805 from mainline.
52195              
52196              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
52197              
52198              Don't skip too much of the locale error message if no environ array,
52199              from Chris Nandor.
52200              
52201              More MacOS Classic fixes from Chris Nandor.
52202      Branch: maint-5.6/perl
52203           !> doop.c lib/Cwd.pm perl.c perl.h util.c
52204 ____________________________________________________________________________
52205 [  8805] By: jhi                                   on 2001/02/14  03:29:01
52206         Log: More MacOS Classic fixes from Chris Nandor.
52207      Branch: perl
52208            ! doop.c lib/Cwd.pm
52209 ____________________________________________________________________________
52210 [  8804] By: jhi                                   on 2001/02/14  03:18:35
52211         Log: Don't skip too much of the locale error message if no environ array,
52212              from Chris Nandor.
52213      Branch: perl
52214            ! util.c
52215 ____________________________________________________________________________
52216 [  8803] By: jhi                                   on 2001/02/14  03:14:14
52217         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
52218      Branch: perl
52219            ! perl.c perl.h
52220 ____________________________________________________________________________
52221 [  8802] By: jhi                                   on 2001/02/13  18:31:33
52222         Log: AUTHORS update.
52223      Branch: perl
52224            ! AUTHORS
52225 ____________________________________________________________________________
52226 [  8801] By: jhi                                   on 2001/02/13  17:55:19
52227         Log: Integrate change #8792 from mainline.
52228              
52229              Subject: buncha MacPerl patches for bleadperl
52230              From: Chris Nandor <pudge@pobox.com>
52231              Date: Tue, 13 Feb 2001 00:02:43 -0500
52232              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
52233      Branch: maint-5.6/perl
52234           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
52235           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
52236           !> t/lib/basename.t toke.c util.h
52237 ____________________________________________________________________________
52238 [  8800] By: jhi                                   on 2001/02/13  17:46:43
52239         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
52240              to be forced to Off_t.
52241              
52242              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
52243              From: nick@ccl4.org
52244              Date: Thu, 1 Feb 2001 12:01:04 +0000
52245              Message-Id: <20010201120103.E11401@plum.flirble.org>
52246      Branch: maint-5.6/perl
52247            ! iperlsys.h perlio.c
52248 ____________________________________________________________________________
52249 [  8799] By: jhi                                   on 2001/02/13  16:52:51
52250         Log: Duplex duplex hunk hunk.
52251      Branch: maint-5.6/perl
52252            ! Makefile.SH
52253 ____________________________________________________________________________
52254 [  8797] By: jhi                                   on 2001/02/13  14:52:04
52255         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
52256              From: "Craig A. Berry" <craigberry@mac.com>
52257              Date: Mon, 12 Feb 2001 11:05:25 -0600
52258              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
52259      Branch: perl
52260            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
52261 ____________________________________________________________________________
52262 [  8796] By: jhi                                   on 2001/02/13  14:36:47
52263         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
52264              From: simon.cozens@pembroke.oxford.ac.uk 
52265              Date: Sat, 10 Feb 2001 17:57:02 +0000
52266              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
52267              
52268              Now it does include.
52269      Branch: perl
52270            ! pod/perldiag.pod
52271 ____________________________________________________________________________
52272 [  8795] By: jhi                                   on 2001/02/13  14:30:11
52273         Log: Sort the MANIFEST.
52274      Branch: perl
52275            ! MANIFEST
52276 ____________________________________________________________________________
52277 [  8794] By: jhi                                   on 2001/02/13  14:26:51
52278         Log: Integrate change #8793 from mainline, FAQ updates.
52279      Branch: maint-5.6/perl
52280           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
52281 ____________________________________________________________________________
52282 [  8793] By: jhi                                   on 2001/02/13  14:25:13
52283         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
52284      Branch: perl
52285            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
52286 ____________________________________________________________________________
52287 [  8792] By: jhi                                   on 2001/02/13  14:22:50
52288         Log: Subject: buncha MacPerl patches for bleadperl
52289              From: Chris Nandor <pudge@pobox.com>
52290              Date: Tue, 13 Feb 2001 00:02:43 -0500
52291              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
52292      Branch: perl
52293            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
52294            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
52295            ! t/lib/basename.t toke.c util.h
52296 ____________________________________________________________________________
52297 [  8791] By: jhi                                   on 2001/02/13  14:10:39
52298         Log: Integrate change #8790 from mainline.
52299              
52300              environ array wrongly assumed in Perl_init_i18nl10n(),
52301      Branch: maint-5.6/perl
52302           !> util.c
52303 ____________________________________________________________________________
52304 [  8790] By: jhi                                   on 2001/02/13  14:06:15
52305         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
52306              noticed by Chris Nandor in MacOS Classic.
52307      Branch: perl
52308            ! util.c
52309 ____________________________________________________________________________
52310 [  8789] By: jhi                                   on 2001/02/13  13:58:07
52311         Log: Integrate changes #8373,8487,8544,8783 from mainline.
52312              
52313              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
52314              hints files, the dynaloading, assimilate ebcdic into util.c.
52315      Branch: maint-5.6/perl
52316            - ebcdic.c
52317            ! MANIFEST hints/posix-bc.sh
52318           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
52319           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
52320           !> perlapi.c proto.h util.c
52321 ____________________________________________________________________________
52322 [  8788] By: alanbur                               on 2001/02/13  10:33:13
52323         Log: Integrated changes from maint-5.6
52324      Branch: maint-5.6/pureperl
52325           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
52326           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
52327           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52328           !> vos/config.ga.h vos/configure_perl.cm
52329 ____________________________________________________________________________
52330 [  8787] By: jhi                                   on 2001/02/13  05:56:36
52331         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
52332      Branch: perl
52333           !> Makefile.SH
52334 ____________________________________________________________________________
52335 [  8786] By: jhi                                   on 2001/02/13  05:54:34
52336         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
52337              From: Dorner Thomas <Thomas.Dorner@start.de>
52338              Date: Mon, 12 Feb 2001 15:06:26 +0100
52339              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
52340      Branch: maint-5.6/perl
52341            ! Makefile.SH
52342 ____________________________________________________________________________
52343 [  8785] By: jhi                                   on 2001/02/13  05:29:04
52344         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
52345      Branch: perl
52346           !> hints/openbsd.sh
52347 ____________________________________________________________________________
52348 [  8784] By: jhi                                   on 2001/02/13  02:25:24
52349         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
52350              From: Peter Prymmer <pvhp@forte.com>
52351              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
52352              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
52353      Branch: perl
52354            ! pod/perlclib.pod
52355 ____________________________________________________________________________
52356 [  8783] By: jhi                                   on 2001/02/13  02:22:36
52357         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
52358      Branch: perl
52359            - ebcdic.c
52360            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
52361            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
52362            ! util.c
52363 ____________________________________________________________________________
52364 [  8782] By: jhi                                   on 2001/02/13  02:00:07
52365         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
52366      Branch: maint-5.6/perl
52367            ! pod/perlport.pod
52368 ____________________________________________________________________________
52369 [  8781] By: jhi                                   on 2001/02/13  01:58:44
52370         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
52371      Branch: maint-5.6/perl
52372            ! hints/openbsd.sh
52373 ____________________________________________________________________________
52374 [  8780] By: jhi                                   on 2001/02/13  01:57:33
52375         Log: Synchronize the regexp tests between maintperl and mainline.
52376      Branch: maint-5.6/perl
52377           !> t/op/re_tests
52378 ____________________________________________________________________________
52379 [  8779] By: jhi                                   on 2001/02/13  01:49:35
52380         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
52381              From: Hugo <hv@crypt.compulink.co.uk>
52382              Date: Tue, 13 Feb 2001 00:11:11 +0000
52383              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
52384      Branch: perl
52385            ! regcomp.c t/op/re_tests
52386 ____________________________________________________________________________
52387 [  8778] By: jhi                                   on 2001/02/13  00:23:10
52388         Log: Comments do not nest.
52389      Branch: perl
52390            ! perl.h
52391 ____________________________________________________________________________
52392 [  8777] By: jhi                                   on 2001/02/13  00:17:54
52393         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
52394              From: Hugo <hv@crypt.compulink.co.uk>
52395              Date: Tue, 13 Feb 2001 00:11:11 +0000
52396              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
52397      Branch: maint-5.6/perl
52398            ! regcomp.c t/op/re_tests
52399 ____________________________________________________________________________
52400 [  8776] By: jhi                                   on 2001/02/12  23:25:52
52401         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
52402      Branch: maint-5.6/perl
52403            ! pod/perlport.pod
52404 ____________________________________________________________________________
52405 [  8775] By: jhi                                   on 2001/02/12  23:04:28
52406         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
52407      Branch: maint-5.6/perl
52408            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
52409            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52410            ! vos/configure_perl.cm
52411 ____________________________________________________________________________
52412 [  8774] By: jhi                                   on 2001/02/12  22:59:11
52413         Log: Subject: Re: [patch] context for 'U' magic functions
52414              From: Doug MacEachern <dougm@covalent.net>
52415              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
52416              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
52417              
52418              plus the suggestion by Nick Ing-Simmons to name the macro
52419              as PERL_MG_UFUNC to avoid namespace pollution, plus add
52420              the advice by Doug for XS writers to perl.h
52421      Branch: perl
52422            ! mg.c perl.h
52423 ____________________________________________________________________________
52424 [  8773] By: jhi                                   on 2001/02/11  20:14:12
52425         Log: Update Changes.
52426      Branch: perl
52427            ! Changes patchlevel.h
52428 ____________________________________________________________________________
52429 [  8772] By: jhi                                   on 2001/02/11  18:47:52
52430         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
52431              From: Simon Cozens <simon@cozens.net>
52432              Date: Wed, 31 Jan 2001 16:31:43 +0000
52433              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
52434      Branch: perl
52435            + pod/perlclib.pod
52436            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
52437            ! pod/perltoc.pod
52438 ____________________________________________________________________________
52439 [  8771] By: jhi                                   on 2001/02/11  18:36:48
52440         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
52441              
52442              Blocks-4d3.beta.txt
52443              CaseFolding-3d4.beta.txt
52444              CompositionExclusions-3d6.beta.txt
52445              EastAsianWidth-4d4.beta.txt
52446              LineBreak-6d3.beta.txt
52447              NamesList-3.1.0d1.beta.txt
52448              PropList-3.1.0d4.beta.txt
52449              SpecialCasing-4d1.beta.txt
52450              UnicodeData-3.1.0d6.beta.txt
52451      Branch: perl
52452            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
52453           +> lib/unicode/UCD.html lib/unicode/Unicode.html
52454            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
52455            - lib/unicode/Unicode.301
52456            ! (edit 257 files)
52457 ____________________________________________________________________________
52458 [  8770] By: jhi                                   on 2001/02/11  17:26:22
52459         Log: UTF-8 documentation.
52460      Branch: perl
52461            ! utf8.h
52462 ____________________________________________________________________________
52463 [  8769] By: jhi                                   on 2001/02/11  17:12:49
52464         Log: Retract #8762.
52465      Branch: perl
52466            ! regexec.c
52467 ____________________________________________________________________________
52468 [  8768] By: jhi                                   on 2001/02/11  16:54:45
52469         Log: Subject: [PATCH] Test::Harness
52470              From: andreas.koenig@anima.de (Andreas J. Koenig)
52471              Date: 11 Feb 2001 14:37:00 +0100
52472              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
52473      Branch: perl
52474            ! lib/Test/Harness.pm
52475 ____________________________________________________________________________
52476 [  8767] By: jhi                                   on 2001/02/11  16:53:52
52477         Log: Subject: [PATCH] Document makepatch in Porting/patching
52478              From: andreas.koenig@anima.de (Andreas J. Koenig)
52479              Date: 11 Feb 2001 16:46:28 +0100
52480              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
52481      Branch: perl
52482            ! Porting/patching.pod
52483 ____________________________________________________________________________
52484 [  8766] By: jhi                                   on 2001/02/11  06:30:23
52485         Log: Subject: Re: [patch] GvSHARED
52486              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
52487              From: Doug MacEachern <dougm@covalent.net>
52488              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
52489              
52490              Subject: Re: [patch] GvSHARED
52491              From: Doug MacEachern <dougm@covalent.net>
52492              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
52493              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
52494              
52495              Subject: [patch] attributes.pm support for `shared'
52496              From: Doug MacEachern <dougm@covalent.net>
52497              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
52498              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
52499              
52500              our() attributes were ignored, our :shared pieces missing,
52501              allow attributes.pm to turn on shared.
52502      Branch: perl
52503            ! op.c t/op/attrs.t toke.c xsutils.c
52504 ____________________________________________________________________________
52505 [  8765] By: alanbur                               on 2001/02/10  23:11:19
52506         Log: Resync with parent (hopefully sucessfully this time)
52507      Branch: maint-5.6/pureperl
52508           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
52509           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
52510           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52511           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
52512           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
52513           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
52514           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
52515 ____________________________________________________________________________
52516 [  8764] By: jhi                                   on 2001/02/10  22:54:38
52517         Log: Make TEST and UTEST more verbose in case something goes
52518              wrong in running/compiling a script, suggested by Doug
52519              MacEachern.
52520      Branch: perl
52521            ! t/TEST t/UTEST
52522 ____________________________________________________________________________
52523 [  8763] By: jhi                                   on 2001/02/10  22:11:34
52524         Log: Bogus shebang.
52525      Branch: perl
52526            ! t/lib/texttabs.t
52527 ____________________________________________________________________________
52528 [  8762] By: jhi                                   on 2001/02/10  21:56:02
52529         Log: (Retracted by #8769)
52530      Branch: perl
52531            ! regexec.c
52532 ____________________________________________________________________________
52533 [  8761] By: jhi                                   on 2001/02/10  21:26:15
52534         Log: Subject: Re: [patch] GvSHARED 
52535              From: Doug MacEachern <dougm@covalent.net>
52536              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
52537              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
52538              
52539              our @EXPORT : shared = (...);
52540      Branch: perl
52541            ! toke.c
52542 ____________________________________________________________________________
52543 [  8760] By: jhi                                   on 2001/02/10  21:25:07
52544         Log: Subject: [patch] GvSHARED
52545              From: Doug MacEachern <dougm@covalent.net>
52546              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
52547              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
52548      Branch: perl
52549            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
52550 ____________________________________________________________________________
52551 [  8759] By: alanbur                               on 2001/02/10  21:24:27
52552         Log: Backed out mismerge.
52553      Branch: maint-5.6/pureperl
52554            ! MANIFEST README.hpux README.vmesa gv.c installhtml
52555            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
52556            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52557            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
52558            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
52559            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
52560            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
52561 ____________________________________________________________________________
52562 [  8758] By: jhi                                   on 2001/02/10  18:01:17
52563         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
52564              
52565              Fixed UMRs and leak in Perl_pmtrans()
52566              
52567              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52568              associated UTFied tr/// code.  Also fixed scoping leak of
52569              PL_reg_start_tmp.
52570              
52571              newATTRSUB leaks when an attempt to redefine the active sort sub is
52572              made.
52573      Branch: maint-5.6/perl
52574           !> op.c regcomp.c
52575 ____________________________________________________________________________
52576 [  8757] By: alanbur                               on 2001/02/10  17:56:46
52577         Log: Resynchronised with parent
52578      Branch: maint-5.6/pureperl
52579           +> README.bs2000
52580            - README.posix-bc
52581            ! gv.c perl.c sv.c
52582           !> MANIFEST README.hpux README.vmesa installhtml
52583           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
52584           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52585           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
52586           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
52587           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
52588           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
52589 ____________________________________________________________________________
52590 [  8756] By: alanbur                               on 2001/02/10  17:51:15
52591         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
52592              made.
52593      Branch: maint-5.6/pureperl
52594            ! op.c
52595 ____________________________________________________________________________
52596 [  8755] By: jhi                                   on 2001/02/09  22:41:35
52597         Log: Upgrade to CPAN 1.59_54, from Andreas König.
52598      Branch: perl
52599            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52600 ____________________________________________________________________________
52601 [  8754] By: jhi                                   on 2001/02/09  22:29:20
52602         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
52603              
52604              Didn't upgrade the fill.t since it has a dependency to File::Slurp
52605              purely for debugging purposes, the actual test hasn't changed.
52606      Branch: perl
52607            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
52608            ! t/lib/textwrap.t
52609 ____________________________________________________________________________
52610 [  8753] By: jhi                                   on 2001/02/09  20:17:50
52611         Log: Integrate change #8682 from maintperl.
52612              
52613              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
52614              to work correctly.
52615      Branch: perl
52616           !> hints/irix_6.sh
52617 ____________________________________________________________________________
52618 [  8752] By: jhi                                   on 2001/02/09  20:00:46
52619         Log: Update Changes.
52620      Branch: perl
52621            ! Changes patchlevel.h
52622 ____________________________________________________________________________
52623 [  8751] By: nick                                  on 2001/02/09  19:48:37
52624         Log: Integrate mainline
52625      Branch: perlio
52626           +> README.bs2000 t/lib/cgi-esc.t
52627            - README.posix-bc
52628           !> (integrate 53 files)
52629 ____________________________________________________________________________
52630 [  8750] By: nick                                  on 2001/02/09  19:25:16
52631         Log: Subject: RE: Biannual Competition to Improve Hashing Function
52632              From: Fisher Mark <fisherm@tce.com>
52633              Date: Thu, 8 Feb 2001 10:44:00 -0500
52634              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
52635              Date: Thu, 8 Feb 2001 15:02:47 -0500
52636              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
52637      Branch: perl
52638            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
52639 ____________________________________________________________________________
52640 [  8749] By: jhi                                   on 2001/02/09  19:02:35
52641         Log: Forgotten fragment.
52642      Branch: perl
52643            ! pod/perlapi.pod
52644 ____________________________________________________________________________
52645 [  8748] By: jhi                                   on 2001/02/09  18:31:34
52646         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
52647              plus manual tweakage.
52648              
52649              Sync the perlfaq2 between mainline and maintperl.
52650      Branch: maint-5.6/perl
52651            ! pod/perlfaq2.pod
52652      Branch: perl
52653           !> pod/perlfaq2.pod
52654 ____________________________________________________________________________
52655 [  8747] By: jhi                                   on 2001/02/09  18:12:04
52656         Log: Subject: versiononly and installperl
52657              From: abigail@foad.org
52658              Date: Wed, 7 Feb 2001 22:43:12 +0100
52659              Message-ID: <20010207214312.7045.qmail@foad.org>    
52660              
52661              Add +v flag to force a normal install of the perl binary
52662              and the utilities.
52663              
52664              Subject: [PATCH] installperl
52665              From: Nicholas Clark <nick@ccl4.org>
52666              Date: Fri, 9 Feb 2001 16:28:57 +0000
52667              Message-ID: <20010209162857.B10931@plum.flirble.org>
52668              
52669              Add -A flag which also hardlinks the binary with
52670              the full architecture name.
52671      Branch: perl
52672            ! installperl
52673 ____________________________________________________________________________
52674 [  8746] By: jhi                                   on 2001/02/09  18:03:43
52675         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
52676              
52677              Subject: perlfaq2, re: perlmongers
52678              
52679              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
52680              
52681              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
52682              
52683              Subject: [ID 20010205.001] typo in perlfaq9
52684              
52685              Subject: [ID 20010208.002] unordered explanation in perlcall
52686      Branch: maint-5.6/perl
52687           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52688           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
52689           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
52690 ____________________________________________________________________________
52691 [  8745] By: jhi                                   on 2001/02/09  17:59:09
52692         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
52693              From: abela@geneanet.org
52694              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
52695              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
52696      Branch: perl
52697            ! pod/perlcall.pod
52698 ____________________________________________________________________________
52699 [  8744] By: jhi                                   on 2001/02/09  17:48:16
52700         Log: Subject: [ID 20010205.001] typo in perlfaq9
52701              From: eserte@vran.herceg.de
52702              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
52703              Message-Id: <200102042244.XAA21926@vran.herceg.de>
52704      Branch: perl
52705            ! pod/perlfaq9.pod
52706 ____________________________________________________________________________
52707 [  8743] By: jhi                                   on 2001/02/09  17:25:12
52708         Log: Integrate change #8695 from maintperl.
52709              
52710              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
52711      Branch: perl
52712           !> thread.h
52713 ____________________________________________________________________________
52714 [  8742] By: jhi                                   on 2001/02/09  17:21:22
52715         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
52716              From: Andy Dougherty <doughera@lafayette.edu>
52717              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
52718              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
52719      Branch: perl
52720            ! embed.pl
52721 ____________________________________________________________________________
52722 [  8741] By: jhi                                   on 2001/02/09  17:05:19
52723         Log: Integrate changes #8738,8739,8740 from maintperl.
52724              
52725              Html files will be installed in a more logical and easier to
52726              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
52727              
52728              Html files will be generated with a header to make them look
52729              a little less bare.
52730              
52731              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
52732      Branch: perl
52733           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
52734 ____________________________________________________________________________
52735 [  8740] By: jhi                                   on 2001/02/09  17:03:46
52736         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
52737              From: "Brendan O'Dea" <bod@compusol.com.au>
52738              Date: Sun, 4 Feb 2001 11:17:56 +1100
52739              Message-ID: <20010204111756.A16301@compusol.com.au>
52740      Branch: maint-5.6/perl
52741            ! pod/perlfaq3.pod
52742 ____________________________________________________________________________
52743 [  8739] By: jhi                                   on 2001/02/09  17:01:59
52744         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
52745              From: "Indy Singh" <indy@nusphere.com>
52746              Date: Fri, 2 Feb 2001 15:09:59 -0500
52747              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
52748              
52749              Html files will be generated with a header to make them look
52750              a little less bare.
52751      Branch: maint-5.6/perl
52752            ! installhtml
52753 ____________________________________________________________________________
52754 [  8738] By: jhi                                   on 2001/02/09  16:58:48
52755         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
52756              From: "Indy Singh" <indy@nusphere.com>
52757              Date: Fri, 2 Feb 2001 15:08:23 -0500
52758              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
52759              
52760              Html files will be installed in a more logical and easier to
52761              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
52762      Branch: maint-5.6/perl
52763            ! win32/Makefile win32/makefile.mk
52764 ____________________________________________________________________________
52765 [  8737] By: jhi                                   on 2001/02/09  16:46:54
52766         Log: Integrate changes #8687,8736 from maintperl.
52767              
52768              HP-UX thread patches from Merijn H. Brand.
52769              
52770              Latin nit from Philip Newton.
52771      Branch: perl
52772           !> README.hpux hints/hpux.sh
52773 ____________________________________________________________________________
52774 [  8736] By: jhi                                   on 2001/02/09  16:42:31
52775         Log: Latin nit from Philip Newton.
52776      Branch: maint-5.6/perl
52777            ! README.hpux
52778 ____________________________________________________________________________
52779 [  8735] By: jhi                                   on 2001/02/09  16:24:03
52780         Log: Integrate changes #8704,8710 from pureperl.
52781              
52782              Fixed UMRs and leak in Perl_pmtrans()
52783              
52784              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52785              associated UTFied tr/// code.  Also fixed scoping leak of
52786              PL_reg_start_tmp.
52787      Branch: perl
52788           !> op.c regcomp.c
52789 ____________________________________________________________________________
52790 [  8734] By: jhi                                   on 2001/02/09  15:40:21
52791         Log: Integrate change #8733 from maintperl.
52792              
52793              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
52794      Branch: perl
52795           !> pod/perlre.pod
52796 ____________________________________________________________________________
52797 [  8733] By: jhi                                   on 2001/02/09  15:35:47
52798         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
52799              From: Prymmer/Kahn <pvhp@best.com>
52800              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
52801              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
52802      Branch: maint-5.6/perl
52803            ! pod/perlre.pod
52804 ____________________________________________________________________________
52805 [  8732] By: jhi                                   on 2001/02/09  15:26:17
52806         Log: Rename README.posix-bc to README.bs2000 (to avoid the
52807              confusion of a "perlposix-bc.pod"), add a few missing
52808              arch pods, regen toc.
52809      Branch: maint-5.6/perl
52810           +> README.bs2000
52811            - README.posix-bc
52812            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52813            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52814 ____________________________________________________________________________
52815 [  8731] By: jhi                                   on 2001/02/09  15:23:39
52816         Log: De-cut-and-pasto.
52817      Branch: perl
52818            ! pod/perl.pod
52819 ____________________________________________________________________________
52820 [  8730] By: jhi                                   on 2001/02/09  15:11:13
52821         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
52822              when people think that perlposix-bc.pod tells anything about
52823              Perl and POSIX.  Regen toc.
52824      Branch: perl
52825           +> README.bs2000
52826            - README.posix-bc
52827            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52828            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52829 ____________________________________________________________________________
52830 [  8729] By: jhi                                   on 2001/02/09  14:52:28
52831         Log: The README.vmesa part of #8712 from maintperl.
52832      Branch: perl
52833            ! README.vmesa
52834 ____________________________________________________________________________
52835 [  8728] By: jhi                                   on 2001/02/09  14:46:06
52836         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
52837              From: Peter Prymmer <pvhp@forte.com>
52838              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
52839              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
52840      Branch: maint-5.6/perl
52841            ! README.vmesa win32/Makefile win32/makefile.mk
52842 ____________________________________________________________________________
52843 [  8727] By: jhi                                   on 2001/02/09  14:33:25
52844         Log: Integrate change #8712 from mainline.
52845              
52846              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
52847      Branch: maint-5.6/perl
52848           !> lib/Pod/Find.pm
52849 ____________________________________________________________________________
52850 [  8726] By: jhi                                   on 2001/02/09  14:30:28
52851         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
52852              From: Peter Prymmer <pvhp@forte.com>
52853              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
52854              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
52855      Branch: perl
52856            + t/lib/cgi-esc.t
52857            ! MANIFEST lib/CGI/Util.pm
52858 ____________________________________________________________________________
52859 [  8725] By: jhi                                   on 2001/02/09  04:56:47
52860         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
52861      Branch: maint-5.6/perl
52862            ! pod/perlport.pod
52863 ____________________________________________________________________________
52864 [  8724] By: jhi                                   on 2001/02/09  04:40:59
52865         Log: Integrate changes 7819,7820 from vmsperl into mainline.
52866              
52867              Add header for LIB$ prototypes (C. Berry)
52868              
52869              Convert fwrite()s to sockets to write()s, since some socket stacks
52870              don't take kindly to stdio.
52871              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
52872              (for often optional LNMs)
52873              Correct a few typos
52874              (C. Bailey)
52875      Branch: perl
52876           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
52877 ____________________________________________________________________________
52878 [  8723] By: jhi                                   on 2001/02/09  03:29:29
52879         Log: Integrate change #8722 from mainline.
52880              
52881              The Im() function wasn't returning zero for non-Math::Complex
52882              arguments.  The bug reported by John Gamble.
52883      Branch: maint-5.6/perl
52884           !> lib/Math/Complex.pm
52885 ____________________________________________________________________________
52886 [  8722] By: jhi                                   on 2001/02/09  03:28:33
52887         Log: The Im() function wasn't returning zero for non-Math::Complex
52888              arguments.  The bug reported by John Gamble.
52889      Branch: perl
52890            ! lib/Math/Complex.pm
52891 ____________________________________________________________________________
52892 [  8721] By: nick                                  on 2001/02/08  22:11:35
52893         Log: Correct the correction :-(
52894      Branch: perl
52895            ! perl.c
52896 ____________________________________________________________________________
52897 [  8720] By: bailey                                on 2001/02/08  20:59:22
52898         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
52899              don't take kindly to stdio.
52900              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
52901              (for often optional LNMs)
52902              Correct a few typos
52903              (C. Bailey)
52904      Branch: vmsperl
52905            ! vms/vms.c vms/vmsish.h
52906 ____________________________________________________________________________
52907 [  8719] By: bailey                                on 2001/02/08  20:51:02
52908         Log: Add header for LIB$ prototypes (C. Berry)
52909      Branch: vmsperl
52910            ! ext/Devel/DProf/DProf.xs
52911 ____________________________________________________________________________
52912 [  8718] By: bailey                                on 2001/02/08  20:49:00
52913         Log: SYN SYN
52914      Branch: vmsperl
52915           +> pod/perliol.pod t/lib/sample-tests/bailout
52916           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
52917           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
52918           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
52919           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
52920           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
52921           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
52922            - lib/unicode/Is/DCinital.pl
52923           !> (integrate 101 files)
52924 ____________________________________________________________________________
52925 [  8717] By: nick                                  on 2001/02/08  19:38:48
52926         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
52927              From: Robin Barker <rmb1@cise.npl.co.uk>
52928              Date: Thu, 8 Feb 2001 14:38:07 GMT
52929              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
52930      Branch: perl
52931            ! lib/CPAN.pm
52932 ____________________________________________________________________________
52933 [  8716] By: nick                                  on 2001/02/08  19:29:07
52934         Log: Generated files form 8713 etc.
52935      Branch: perl
52936            ! embed.h global.sym objXSUB.h perlapi.c proto.h
52937 ____________________________________________________________________________
52938 [  8715] By: nick                                  on 2001/02/08  19:26:08
52939         Log: Fixup non-ithread build after 8713
52940      Branch: perl
52941            ! perl.c
52942 ____________________________________________________________________________
52943 [  8714] By: nick                                  on 2001/02/08  19:17:45
52944         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
52945              From: nick@ccl4.org
52946              Date: Wed, 7 Feb 2001 00:27:47 +0000
52947              Message-Id: <20010207002747.B63724@plum.flirble.org>
52948      Branch: perl
52949            ! sv.c toke.c
52950 ____________________________________________________________________________
52951 [  8713] By: nick                                  on 2001/02/08  19:15:58
52952         Log: Subject: Re: [patch] Re: PL_ptr_table
52953              From: Doug Maceachern <dougm@covalent.net>
52954              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
52955              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
52956      Branch: perl
52957            ! embed.pl perl.c sv.c sv.h
52958 ____________________________________________________________________________
52959 [  8712] By: nick                                  on 2001/02/08  19:12:47
52960         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
52961              From: Peter Prymmer <pvhp@forte.com>
52962              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
52963              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
52964      Branch: perl
52965            ! lib/Pod/Find.pm
52966 ____________________________________________________________________________
52967 [  8711] By: nick                                  on 2001/02/07  21:06:11
52968         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
52969              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
52970              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52971              Date: Tue, 06 Feb 2001 23:37:01 +0000
52972              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
52973      Branch: perl
52974            ! regcomp.c
52975 ____________________________________________________________________________
52976 [  8710] By: alanbur                               on 2001/02/07  00:22:04
52977         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52978              associated UTFied tr/// code.  Also fixed scoping leak of
52979              PL_reg_start_tmp.
52980      Branch: maint-5.6/pureperl
52981            ! op.c regcomp.c
52982 ____________________________________________________________________________
52983 [  8709] By: nick                                  on 2001/02/06  21:16:49
52984         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
52985              From: Michael G Schwern <schwern@pobox.com>
52986              Date: Sun, 4 Feb 2001 19:47:14 -0500
52987              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
52988      Branch: perl
52989            ! pod/perlapi.pod pod/perlmodlib.PL
52990 ____________________________________________________________________________
52991 [  8708] By: nick                                  on 2001/02/06  20:41:20
52992         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
52993              From: Michael G Schwern <schwern@pobox.com>
52994              Date: Sun, 4 Feb 2001 21:17:49 -0500
52995              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
52996      Branch: perl
52997            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
52998            ! pod/perltootc.pod
52999 ____________________________________________________________________________
53000 [  8707] By: nick                                  on 2001/02/06  20:29:11
53001         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
53002              From: Michael G Schwern <schwern@pobox.com>
53003              Date: Tue, 6 Feb 2001 05:54:30 -0500
53004              Message-Id: <20010206055430.A951@blackrider.aocn.com>
53005      Branch: perl
53006            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
53007 ____________________________________________________________________________
53008 [  8706] By: nick                                  on 2001/02/06  20:21:40
53009         Log: Subject: RE: some win32 fixes
53010              Date: Tue, 6 Feb 2001 09:23:20 +0300
53011              From: Vadim Konovalov <vkonovalov@lucent.com>
53012              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
53013      Branch: perl
53014            ! toke.c win32/Makefile win32/config.bc win32/config.gc
53015            ! win32/config.vc win32/config_H.bc win32/makefile.mk
53016 ____________________________________________________________________________
53017 [  8705] By: alanbur                               on 2001/02/06  15:00:03
53018         Log: Synchronised with parent
53019      Branch: maint-5.6/pureperl
53020            ! regexec.c
53021           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
53022           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
53023 ____________________________________________________________________________
53024 [  8704] By: alanbur                               on 2001/02/06  14:55:24
53025         Log: Fixed UMRs and leak in Perl_pmtrans()
53026      Branch: maint-5.6/pureperl
53027            ! op.c
53028 ____________________________________________________________________________
53029 [  8703] By: gsar                                  on 2001/02/06  02:29:37
53030         Log: $(MAKE) distclean doesn't clean up properly on windows
53031      Branch: maint-5.6/perl
53032            ! win32/Makefile win32/makefile.mk
53033 ____________________________________________________________________________
53034 [  8702] By: gsar                                  on 2001/02/06  01:00:46
53035         Log: tweak change#8659 to keep it simple
53036      Branch: maint-5.6/perl
53037            ! utils/perldoc.PL
53038 ____________________________________________________________________________
53039 [  8701] By: gsar                                  on 2001/02/05  22:45:41
53040         Log: change#8693 was missing testsuite changes
53041      Branch: maint-5.6/perl
53042           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
53043 ____________________________________________________________________________
53044 [  8700] By: nick                                  on 2001/02/05  20:32:52
53045         Log: Integrate mainline
53046      Branch: perlio
53047           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
53048           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
53049           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
53050           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
53051           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
53052           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
53053           +> t/lib/test-harness.t
53054           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
53055           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
53056           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
53057           !> pod/perlutil.pod t/TEST utils/h2xs.PL
53058 ____________________________________________________________________________
53059 [  8699] By: nick                                  on 2001/02/05  19:41:07
53060         Log: Subject: perlfaq2, re: perlmongers
53061              From: David H. Adler <dha@panix.com>
53062              Date: Sun, 4 Feb 2001 23:48:23 -0500
53063              Message-Id: <20010204234823.A13429@panix.com>
53064      Branch: perl
53065            ! pod/perlfaq2.pod
53066 ____________________________________________________________________________
53067 [  8698] By: nick                                  on 2001/02/05  19:39:31
53068         Log: Missed file f#rom the testharness mess.
53069      Branch: perl
53070            + t/lib/test-harness.t
53071 ____________________________________________________________________________
53072 [  8697] By: nick                                  on 2001/02/05  19:37:21
53073         Log: Subject: [DOC PATCH] overload.pm nits
53074              From: John Tobey <jtobey@john-edwin-tobey.org>
53075              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
53076              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
53077      Branch: perl
53078            ! lib/overload.pm
53079 ____________________________________________________________________________
53080 [  8696] By: alanbur                               on 2001/02/05  11:56:00
53081         Log: Sync with parent
53082      Branch: maint-5.6/pureperl
53083           !> thread.h
53084 ____________________________________________________________________________
53085 [  8695] By: gsar                                  on 2001/02/05  03:27:34
53086         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
53087      Branch: maint-5.6/perl
53088            ! thread.h
53089 ____________________________________________________________________________
53090 [  8694] By: alanbur                               on 2001/02/05  00:07:47
53091         Log: Initial branch creation from //depot/maint-5.6/perl
53092      Branch: maint-5.6/pureperl
53093           +> (branch 1719 files)
53094 ____________________________________________________________________________
53095 [  8693] By: gsar                                  on 2001/02/04  22:38:49
53096         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
53097              changes)
53098      Branch: maint-5.6/perl
53099           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
53100           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
53101           !> ext/DB_File/version.c
53102 ____________________________________________________________________________
53103 [  8692] By: nick                                  on 2001/02/04  18:15:57
53104         Log: The missed t/TEST part of the grand testharness upgrade.
53105      Branch: perl
53106            ! t/TEST
53107 ____________________________________________________________________________
53108 [  8691] By: nick                                  on 2001/02/04  18:05:17
53109         Log: New improved test harness
53110              Subject: Re: [PATCH Test::Harness] Third time's a charm?
53111              From: Michael G Schwern <schwern@pobox.com>
53112              Date: Sun, 4 Feb 2001 08:01:20 -0500
53113              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
53114      Branch: perl
53115            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
53116            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
53117            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
53118            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
53119            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
53120            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
53121            ! MANIFEST lib/Test/Harness.pm
53122 ____________________________________________________________________________
53123 [  8690] By: nick                                  on 2001/02/04  17:57:51
53124         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
53125              From: Jonathan Stowe <gellyfish@gellyfish.com>
53126              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
53127              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
53128      Branch: perl
53129            ! utils/h2xs.PL
53130 ____________________________________________________________________________
53131 [  8689] By: nick                                  on 2001/02/04  17:55:24
53132         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
53133              From: Michael G Schwern <schwern@pobox.com>
53134              Date: Sat, 3 Feb 2001 22:46:38 -0500
53135              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
53136      Branch: perl
53137            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
53138            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
53139 ____________________________________________________________________________
53140 [  8688] By: nick                                  on 2001/02/04  17:43:55
53141         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
53142              length byfailing to spot lack of closing )
53143              From: nick@talking.bollo.cx
53144              Date: Sat, 03 Feb 2001 23:53:16 +0000
53145              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
53146      Branch: perl
53147            ! perlio.c pod/perldiag.pod
53148 ____________________________________________________________________________
53149 [  8687] By: jhi                                   on 2001/02/03  17:11:42
53150         Log: HP-UX thread patches from Merijn H. Brand.
53151      Branch: maint-5.6/perl
53152            ! README.hpux hints/hpux.sh
53153 ____________________________________________________________________________
53154 [  8686] By: jhi                                   on 2001/02/03  16:40:12
53155         Log: Metaconfig changes for #8685.
53156      Branch: metaconfig
53157            ! U/installdirs/instubperl.U
53158      Branch: metaconfig/U/perl
53159            ! Devel.U versiononly.U
53160 ____________________________________________________________________________
53161 [  8685] By: jhi                                   on 2001/02/03  16:39:49
53162         Log: For -Dusedevel builds turn off installusrbinperl and turn on
53163              versiononly, a combined idea of Richard Soderberg and Merijn
53164              H. Brand.  You can still override both of these from the command
53165              line if you need to, -Dinstallusrbinperl and -Uversiononly.
53166      Branch: perl
53167            ! Configure
53168 ____________________________________________________________________________
53169 [  8684] By: jhi                                   on 2001/02/03  16:16:34
53170         Log: Metaconfig unit fix for #8683.
53171      Branch: metaconfig
53172            ! U/compline/nblock_io.U
53173 ____________________________________________________________________________
53174 [  8683] By: jhi                                   on 2001/02/03  16:16:12
53175         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
53176              reported by Peter Prymmer for 5.6-TRIAL1.
53177      Branch: perl
53178            ! Configure
53179 ____________________________________________________________________________
53180 [  8682] By: jhi                                   on 2001/02/03  05:52:11
53181         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
53182              to work correctly.
53183      Branch: maint-5.6/perl
53184            ! hints/irix_6.sh
53185 ____________________________________________________________________________
53186 [  8681] By: jhi                                   on 2001/02/03  05:47:33
53187         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
53188      Branch: maint-5.6/perl
53189            ! pod/perlport.pod
53190 ____________________________________________________________________________
53191 [  8680] By: jhi                                   on 2001/02/02  21:39:49
53192         Log: perlport update from Peter Prymmer.
53193      Branch: maint-5.6/perl
53194            ! pod/perlport.pod
53195 ____________________________________________________________________________
53196 [  8679] By: nick                                  on 2001/02/02  20:50:48
53197         Log: Integrate mainline
53198      Branch: perlio
53199           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
53200           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
53201           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
53202 ____________________________________________________________________________
53203 [  8678] By: gsar                                  on 2001/02/02  16:02:12
53204         Log: note about bincompat, slightly modified (from Lupe Christoph)
53205      Branch: maint-5.6/perl
53206            ! README.solaris
53207 ____________________________________________________________________________
53208 [  8677] By: jhi                                   on 2001/02/02  15:46:20
53209         Log: Supported platforms updates.
53210      Branch: maint-5.6/perl
53211            ! pod/perlport.pod
53212 ____________________________________________________________________________
53213 [  8676] By: jhi                                   on 2001/02/02  03:41:26
53214         Log: A couple more perlfaq2 tweaks.
53215      Branch: maint-5.6/perl
53216            ! pod/perlfaq2.pod
53217 ____________________________________________________________________________
53218 [  8675] By: jhi                                   on 2001/02/02  03:17:44
53219         Log: Misedit in #8661.
53220      Branch: maint-5.6/perl
53221            ! Configure
53222 ____________________________________________________________________________
53223 [  8674] By: jhi                                   on 2001/02/02  03:14:38
53224         Log: Damien again.
53225      Branch: maint-5.6/perl
53226            ! pod/perlfaq2.pod
53227 ____________________________________________________________________________
53228 [  8673] By: jhi                                   on 2001/02/02  03:12:40
53229         Log: perlfaq update from Elaine Ashton.
53230      Branch: maint-5.6/perl
53231            ! pod/perlfaq2.pod
53232 ____________________________________________________________________________
53233 [  8672] By: jhi                                   on 2001/02/02  03:07:08
53234         Log: UTF-8 s/// patch from Inaba Hiroto.
53235      Branch: maint-5.6/perl
53236            ! pp_ctl.c pp_hot.c
53237 ____________________________________________________________________________
53238 [  8671] By: jhi                                   on 2001/02/01  22:34:31
53239         Log: Update Changes.
53240      Branch: perl
53241            ! Changes patchlevel.h
53242 ____________________________________________________________________________
53243 [  8670] By: jhi                                   on 2001/02/01  22:15:29
53244         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
53245              from maintperl.
53246              
53247              Upgrade to Getopt::Long 2.25, from Johan Vromans.
53248              
53249              more files need to be writable in the source distribution
53250              
53251              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
53252              
53253              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
53254              
53255              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
53256              
53257              Allow the float to be fuzzier.
53258              
53259              need to use INT2PTR instead of a straight cast or ia64 fails
53260              
53261              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
53262              
53263              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
53264      Branch: perl
53265           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
53266           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
53267           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
53268 ____________________________________________________________________________
53269 [  8669] By: jhi                                   on 2001/02/01  21:57:02
53270         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
53271              From: Robin Barker <rmb1@cise.npl.co.uk>
53272              Date: Thu, 1 Feb 2001 16:59:05 GMT
53273              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
53274      Branch: maint-5.6/perl
53275            ! pod/perlmodlib.PL
53276 ____________________________________________________________________________
53277 [  8668] By: nick                                  on 2001/02/01  19:41:40
53278         Log: Integrate mainline
53279      Branch: perlio
53280           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
53281           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
53282           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
53283 ____________________________________________________________________________
53284 [  8667] By: gsar                                  on 2001/02/01  16:59:11
53285         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
53286      Branch: maint-5.6/perl
53287            ! embed.pl embedvar.h
53288 ____________________________________________________________________________
53289 [  8666] By: gsar                                  on 2001/02/01  16:34:51
53290         Log: add missing entries to win32/config.?c
53291      Branch: maint-5.6/perl
53292            ! win32/config.bc win32/config.gc win32/config.vc
53293            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53294 ____________________________________________________________________________
53295 [  8665] By: jhi                                   on 2001/02/01  14:58:51
53296         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
53297              From: "Stephen P. Potter" <spp@spotter.yi.org>
53298              Date: Thu, 01 Feb 2001 10:45:46 -0500
53299              Message-Id: <200102011545.KAA31479@spotter.yi.org>
53300      Branch: maint-5.6/perl
53301            ! pod/perlfunc.pod
53302 ____________________________________________________________________________
53303 [  8664] By: gsar                                  on 2001/02/01  14:52:37
53304         Log: need to use INT2PTR instead of a straight cast or ia64 fails
53305              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
53306      Branch: maint-5.6/perl
53307            ! ext/POSIX/POSIX.xs
53308 ____________________________________________________________________________
53309 [  8663] By: jhi                                   on 2001/02/01  14:09:13
53310         Log: Allow the float to be fuzzier.
53311      Branch: maint-5.6/perl
53312            ! t/lib/peek.t
53313 ____________________________________________________________________________
53314 [  8662] By: jhi                                   on 2001/02/01  13:59:00
53315         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
53316              From: Robin Barker <rmb1@cise.npl.co.uk>
53317              Date: Thu, 1 Feb 2001 13:05:39 GMT
53318              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
53319      Branch: maint-5.6/perl
53320            ! pod/perlmodlib.pod
53321 ____________________________________________________________________________
53322 [  8661] By: jhi                                   on 2001/02/01  13:57:38
53323         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
53324              Date: Thu, 01 Feb 2001 14:15:41 +0100
53325              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53326              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
53327              
53328              Have the $ccflags in the gcc version test (strange, this change
53329              is claimed to be have been integrated already)
53330      Branch: maint-5.6/perl
53331            ! Configure
53332 ____________________________________________________________________________
53333 [  8660] By: jhi                                   on 2001/02/01  13:44:10
53334         Log: Integrate changes #7950,7964,7962 from mainline.
53335              
53336              Find the stdchar signedness using cpp, should fix some of
53337              the Solaris compiler warnings reported by Alan Burlison.
53338      Branch: maint-5.6/perl
53339           !> Configure config_h.SH
53340 ____________________________________________________________________________
53341 [  8659] By: jhi                                   on 2001/02/01  05:35:32
53342         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
53343              From: Jan Dubois <JanD@ActiveState.com>
53344              Date: Wed, 31 Jan 2001 21:17:03 -0800
53345              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
53346      Branch: maint-5.6/perl
53347            ! utils/perldoc.PL
53348 ____________________________________________________________________________
53349 [  8658] By: jhi                                   on 2001/02/01  04:33:17
53350         Log: Integrate the README.os390 and README.posix-bc parts of mainline
53351              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
53352              installperl parts were taken care of by #8657.)
53353      Branch: maint-5.6/perl
53354           !> README.os390 README.posix-bc
53355 ____________________________________________________________________________
53356 [  8657] By: jhi                                   on 2001/02/01  04:29:21
53357         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
53358              From: Peter Prymmer <pvhp@forte.com>
53359              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
53360              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
53361      Branch: maint-5.6/perl
53362            + ext/DynaLoader/dl_dllload.xs
53363            ! MANIFEST Makefile.SH hints/os390.sh installperl
53364 ____________________________________________________________________________
53365 [  8656] By: jhi                                   on 2001/02/01  04:25:45
53366         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
53367              From: Peter Prymmer <pvhp@forte.com>
53368              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
53369              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
53370      Branch: maint-5.6/perl
53371            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
53372 ____________________________________________________________________________
53373 [  8655] By: jhi                                   on 2001/02/01  04:14:47
53374         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
53375              From: troc@netrus.net
53376              Date: Wed, 31 Jan 2001 22:31:26 -0500
53377              Message-Id: <200102010331.WAA117.85@rocco.homenet>
53378      Branch: maint-5.6/perl
53379            ! os2/os2.c
53380 ____________________________________________________________________________
53381 [  8654] By: jhi                                   on 2001/02/01  04:12:52
53382         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
53383              as reported by Alan Burlison.
53384      Branch: maint-5.6/perl
53385            ! pp.h
53386 ____________________________________________________________________________
53387 [  8653] By: jhi                                   on 2001/02/01  04:05:12
53388         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
53389              From: dsugalski@northernlight.com
53390              Date: Wed, 31 Jan 2001 18:54:11 -0500
53391              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
53392      Branch: maint-5.6/perl
53393            ! configure.com
53394 ____________________________________________________________________________
53395 [  8652] By: jhi                                   on 2001/02/01  04:03:11
53396         Log: Misplaced #endif.
53397              
53398              Subject: [perl-5-6-1-trial2] patches for EPOC
53399              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53400              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
53401              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
53402      Branch: maint-5.6/perl
53403            ! epoc/epocish.c
53404 ____________________________________________________________________________
53405 [  8651] By: jhi                                   on 2001/02/01  04:00:25
53406         Log: Integrate changes #8647,8648,8650 from mainline.
53407              
53408              Macrofy a magic UTF-8 test.
53409              
53410              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
53411              
53412              Watch out for cross compiling for EPOC (usually done on linux).
53413      Branch: maint-5.6/perl
53414           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
53415 ____________________________________________________________________________
53416 [  8650] By: jhi                                   on 2001/02/01  03:56:20
53417         Log: Watch out for cross compiling for EPOC (usually done on linux)
53418              
53419              Subject: [perl-5-6-1-trial2] patches for EPOC
53420              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53421              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
53422              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
53423      Branch: perl
53424            ! ext/Errno/Errno_pm.PL
53425 ____________________________________________________________________________
53426 [  8649] By: gsar                                  on 2001/02/01  00:46:00
53427         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
53428      Branch: maint-5.6/perl
53429            ! sv.c
53430 ____________________________________________________________________________
53431 [  8648] By: jhi                                   on 2001/01/31  23:35:36
53432         Log: All the uses of PL_numeric_radix must be protected by
53433              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
53434              
53435              Subject: [perl-5-6-1-trial2] patches for EPOC
53436              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53437              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
53438              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
53439      Branch: perl
53440            ! sv.c
53441 ____________________________________________________________________________
53442 [  8647] By: jhi                                   on 2001/01/31  22:56:16
53443         Log: Macrofy a magic UTF-8 test.
53444      Branch: perl
53445            ! utf8.c utf8.h
53446 ____________________________________________________________________________
53447 [  8646] By: gsar                                  on 2001/01/31  15:55:12
53448         Log: update Changes
53449      Branch: maint-5.6/perl
53450            ! Changes
53451 ____________________________________________________________________________
53452 [  8645] By: gsar                                  on 2001/01/31  15:10:14
53453         Log: Configure tweak suggested by Peter Prymmer
53454      Branch: maint-5.6/perl
53455            ! Configure
53456 ____________________________________________________________________________
53457 [  8644] By: gsar                                  on 2001/01/31  15:06:32
53458         Log: more files need to be writable in the source distribution
53459      Branch: maint-5.6/perl
53460            ! Porting/makerel
53461 ____________________________________________________________________________
53462 [  8643] By: jhi                                   on 2001/01/31  14:59:46
53463         Log: Integrate changes #8258,8278,8279 from mainline.
53464              
53465              Make the large file tests more robust/talkative.
53466      Branch: maint-5.6/perl
53467           !> t/lib/syslfs.t t/op/lfs.t
53468 ____________________________________________________________________________
53469 [  8642] By: gsar                                  on 2001/01/31  14:53:48
53470         Log: integrate changes#8311,8334 from mainline
53471              
53472              Add a new MakeMaker variable PM_FILTER that defines a Unix
53473              filter to be run on each .pm during the pm_to_blib() phase,
53474              a fixed version of
53475              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
53476              
53477              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
53478              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
53479              accurate reading of the "atime".  
53480      Branch: maint-5.6/perl
53481           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
53482           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
53483           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
53484 ____________________________________________________________________________
53485 [  8641] By: jhi                                   on 2001/01/31  14:46:37
53486         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
53487      Branch: maint-5.6/perl
53488            ! lib/Getopt/Long.pm
53489 ____________________________________________________________________________
53490 [  8640] By: gsar                                  on 2001/01/31  14:40:24
53491         Log: make regen_all
53492      Branch: maint-5.6/perl
53493            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
53494 ____________________________________________________________________________
53495 [  8639] By: gsar                                  on 2001/01/31  14:37:25
53496         Log: refresh windows config files
53497      Branch: maint-5.6/perl
53498            ! win32/Makefile win32/config_H.bc win32/config_H.gc
53499            ! win32/config_H.vc win32/makefile.mk
53500 ____________________________________________________________________________
53501 [  8638] By: gsar                                  on 2001/01/31  14:28:10
53502         Log: makefile tweaks for windows: introduce a bulk-switch to enable
53503              same options as ActivePerl; sync changes with makefile.mk
53504      Branch: maint-5.6/perl
53505            ! win32/Makefile win32/makefile.mk
53506 ____________________________________________________________________________
53507 [  8637] By: jhi                                   on 2001/01/31  04:41:30
53508         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
53509              From: Nicholas Clark <nick@ccl4.org>
53510              Date: Tue, 30 Jan 2001 19:51:05 +0000
53511              Message-ID: <20010130195105.R76607@plum.flirble.org> 
53512              
53513              op/inc cure.
53514      Branch: perl
53515            ! pp.c pp.h pp_hot.c t/op/arith.t
53516 ____________________________________________________________________________
53517 [  8636] By: jhi                                   on 2001/01/31  02:38:32
53518         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
53519              no perlio],8257,8380,8479,8515 from mainline.
53520              
53521              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
53522              
53523              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
53524              Subject: [PATCH perl@8133] fix-up for VMS extensions
53525              
53526              In VMS embedded perls couldn't access the statically built Socket.
53527              
53528              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
53529              
53530              Further VMS piping fixes from Charles Lane.
53531              
53532              Subject:  [PATCH] make t/op/misc.t work on VMS
53533              
53534              Add tracing for debugging extensions builds in VMS.
53535              
53536              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
53537      Branch: maint-5.6/perl
53538           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
53539           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
53540           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
53541 ____________________________________________________________________________
53542 [  8635] By: jhi                                   on 2001/01/31  01:46:41
53543         Log: Integrate change #7732 from mainline.
53544              
53545              Sparc 64-bit pack() fix from Jens Hamisch.
53546      Branch: maint-5.6/perl
53547           !> pp.c
53548 ____________________________________________________________________________
53549 [  8634] By: jhi                                   on 2001/01/31  01:41:16
53550         Log: One spot missing from #8626.
53551      Branch: maint-5.6/perl
53552            ! sv.c
53553 ____________________________________________________________________________
53554 [  8633] By: jhi                                   on 2001/01/31  00:49:17
53555         Log: Integrate change #7495 from mainline.
53556              
53557              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
53558      Branch: maint-5.6/perl
53559           !> MANIFEST ext/re/Makefile.PL
53560 ____________________________________________________________________________
53561 [  8632] By: jhi                                   on 2001/01/30  23:38:49
53562         Log: Integrate change #8396 from mainline.
53563              
53564              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
53565              better multicast support (resend)
53566      Branch: maint-5.6/perl
53567           !> ext/Socket/Socket.pm
53568 ____________________________________________________________________________
53569 [  8631] By: jhi                                   on 2001/01/30  23:28:03
53570         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
53571              
53572              More AIX lore. (7514, ext/re/hints/aix.pl)
53573              
53574              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
53575              
53576              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)
53577              
53578              Subject: [ID 20001214.002] Net::Ping patch
53579              
53580              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
53581              
53582              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
53583              
53584              Add ReuseAddr as a (preferred) alias for Reuse as we now
53585              also have ReusePort.
53586              
53587              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
53588      Branch: maint-5.6/perl
53589           +> ext/re/hints/aix.pl
53590           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
53591           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
53592 ____________________________________________________________________________
53593 [  8630] By: jhi                                   on 2001/01/30  23:03:59
53594         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
53595              
53596              read() documentation tweak for 20001121.004.
53597              
53598              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
53599      Branch: maint-5.6/perl
53600           !> pod/perlfunc.pod pod/perlre.pod
53601 ____________________________________________________________________________
53602 [  8629] By: jhi                                   on 2001/01/30  22:41:57
53603         Log: Integrate change #8098 from mainline.
53604              
53605              fastgetcwd is defined using a glob alias on a $^O dependent basis
53606              and there was no default assignment or perl subroutine.
53607      Branch: maint-5.6/perl
53608           !> lib/Cwd.pm
53609 ____________________________________________________________________________
53610 [  8628] By: jhi                                   on 2001/01/30  21:58:52
53611         Log: Integrate change #7866 from mainline.
53612              
53613              File::Temp 0.11.
53614      Branch: maint-5.6/perl
53615           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
53616 ____________________________________________________________________________
53617 [  8627] By: jhi                                   on 2001/01/30  21:39:44
53618         Log: Integrate changes #8075,8086,8228 from mainline.  
53619              
53620              Darwin is not Windows. (8075,8086)
53621              
53622              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
53623      Branch: maint-5.6/perl
53624           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
53625           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
53626           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
53627           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
53628 ____________________________________________________________________________
53629 [  8626] By: jhi                                   on 2001/01/30  21:22:11
53630         Log: Integrate with tweakery the change #8625 from mainline,
53631              the multibyte decimal separator fix ("fa_IR locale failure").
53632      Branch: maint-5.6/perl
53633            ! embedvar.h perlapi.h
53634           !> intrpvar.h perl.c perl.h sv.c util.c
53635 ____________________________________________________________________________
53636 [  8625] By: jhi                                   on 2001/01/30  20:26:33
53637         Log: Fix for the fa_IR locale failure.  The reason for the failure
53638              was that Perl was assuming the decimal separator aka the radix
53639              separator is one character.  The Farsi-Iranian locale crushed
53640              that bad assumption since there the separator is 'Momayyez',
53641              glyphwise looking somewhat like a slash, and in Unicode UTF-8
53642              encoded in two bytes, 0xd9 0xab.
53643      Branch: perl
53644            ! intrpvar.h perl.c perl.h sv.c util.c
53645 ____________________________________________________________________________
53646 [  8624] By: gsar                                  on 2001/01/30  20:17:03
53647         Log: regen_headers
53648      Branch: maint-5.6/perl
53649            ! Makefile.SH pod/perlintern.pod
53650 ____________________________________________________________________________
53651 [  8623] By: gsar                                  on 2001/01/30  19:42:34
53652         Log: backout change#7431 and its dependents (causes spurious rebuilds
53653              of autogenerated files)
53654              
53655              fix benign b.t failure
53656      Branch: maint-5.6/perl
53657            ! Makefile.SH t/lib/b.t
53658 ____________________________________________________________________________
53659 [  8622] By: jhi                                   on 2001/01/30  19:41:41
53660         Log: Microperl sync.
53661      Branch: perl
53662            ! mg.c perl.h
53663 ____________________________________________________________________________
53664 [  8621] By: gsar                                  on 2001/01/30  19:24:47
53665         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
53666              from mainline
53667              
53668              Subject: podlators 1.06 released
53669              
53670              Subject: [PATCH @8436] Eliminate op_children
53671              
53672              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
53673              
53674              (Replaced by #8448)  More op_children traces (cleanup of #8442).
53675              
53676              Subject: [PATCH #3 @8436] Re: Eliminate op_children
53677              Replace #8444 and #8445.
53678              
53679              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
53680              at the setting of the ofs_sv in new_struct_thread() as the
53681              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
53682              uninitialized fields are, uh, initialized with),
53683              SvREFCNT_inc()ing that invited a core dump.
53684              
53685              podlators 1.07, from Russ Allbery.
53686              
53687              Subject: [PATCH] regcomp.c old feature removal
53688              From: mjd@plover.com
53689              Date: 16 Jan 2001 14:43:18 -0000 
53690              Message-ID: <20010116144318.7140.qmail@plover.com> 
53691      Branch: maint-5.6/perl
53692           +> lib/Pod/Text/Overstrike.pm
53693           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
53694           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
53695           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
53696           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
53697           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
53698           !> util.c
53699 ____________________________________________________________________________
53700 [  8620] By: gsar                                  on 2001/01/30  18:48:32
53701         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
53702              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
53703              now fails one test)
53704              
53705              Subject: [PATCH] lvalue AUTOLOAD. No, really.
53706              
53707              Subject: [PATCH] Interesting syntax idea
53708              Make opens + bareword assigns do typeglob assigns.
53709              
53710              Tests for #8254.
53711              
53712              Subject: [PATCH @8269] Continue blocks and B::Deparse
53713              Make the peephole optimizer to bypass more null ops and
53714              and rewrite the deparse handling of continue blocks.
53715              
53716              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
53717              Doc tweak on #8313.
53718              
53719              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
53720              
53721              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
53722              
53723              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
53724              
53725              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
53726              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
53727              according to the platform.
53728              
53729              Subject: [PATCH @8404] Consolidated lvalue sub changes
53730              
53731              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
53732              
53733              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
53734              
53735              Subject: B::Concise -- an improved replacement for B::Terse 
53736              
53737              The B::Terse drop-in replacement wasn't quite drop-in.
53738              
53739              The LVRET macro needed an aTHX.
53740              
53741              Use the /^Perl_/-less form of is_lvalue_sub().
53742              
53743              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
53744      Branch: maint-5.6/perl
53745           +> ext/B/B/Concise.pm
53746           !> (integrate 27 files)
53747 ____________________________________________________________________________
53748 [  8619] By: nick                                  on 2001/01/30  18:40:28
53749         Log: Integrate mainline
53750      Branch: perlio
53751           !> (integrate 40 files)
53752 ____________________________________________________________________________
53753 [  8618] By: jhi                                   on 2001/01/30  18:37:18
53754         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
53755              Date: Mon, 29 Jan 2001 22:51:29 -0600
53756              From: "Craig A. Berry" <craigberry@mac.com>
53757              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
53758      Branch: perl
53759            ! vms/test.com
53760 ____________________________________________________________________________
53761 [  8617] By: jhi                                   on 2001/01/30  18:34:53
53762         Log: Subject: [PATCH] Add missing CV flags to dump.c
53763              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53764              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
53765              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
53766      Branch: perl
53767            ! dump.c
53768 ____________________________________________________________________________
53769 [  8616] By: jhi                                   on 2001/01/30  18:20:58
53770         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
53771              part isn't applicable to maintperl.
53772              
53773              UTF-8 nit from Inaba Hiroto.
53774      Branch: maint-5.6/perl
53775           !> pod/perlapi.pod utf8.c
53776 ____________________________________________________________________________
53777 [  8615] By: jhi                                   on 2001/01/30  18:18:51
53778         Log: UTF-8 nit from Inaba Hiroto.
53779      Branch: perl
53780            ! pod/perlapi.pod t/op/each.t utf8.c
53781 ____________________________________________________________________________
53782 [  8614] By: jhi                                   on 2001/01/30  18:13:38
53783         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
53784              
53785              perl's internal variables are not for public consumption,
53786              move their docs from perlapi.pod to perlintern.pod
53787              
53788              support for -Dusethreads build under HP-UX 10.20 and DCE threads
53789              library (11.0 and later have pthreads but 10.x don't)
53790              
53791              avoid uninitialized value warnings
53792              
53793              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
53794              gets weird results)
53795              
53796              perldoc nit on windows
53797              
53798              make it possible to run the tests outside the source tree
53799              (there's still a dependency on ../lib being the library
53800              location)
53801      Branch: perl
53802           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
53803           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
53804           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
53805           !> win32/bin/search.pl win32/vdir.h
53806 ____________________________________________________________________________
53807 [  8613] By: gsar                                  on 2001/01/30  16:39:59
53808         Log: make it possible to run the tests outside the source tree
53809              (there's still a dependency on ../lib being the library
53810              location)
53811      Branch: maint-5.6/perl
53812            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
53813 ____________________________________________________________________________
53814 [  8612] By: gsar                                  on 2001/01/30  16:31:12
53815         Log: perldoc nit on windows
53816      Branch: maint-5.6/perl
53817            ! utils/perldoc.PL
53818 ____________________________________________________________________________
53819 [  8611] By: gsar                                  on 2001/01/30  16:22:54
53820         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
53821              gets weird results)
53822      Branch: maint-5.6/perl
53823            ! win32/vdir.h
53824 ____________________________________________________________________________
53825 [  8610] By: gsar                                  on 2001/01/30  16:12:45
53826         Log: avoid uninitialized value warnings
53827      Branch: maint-5.6/perl
53828            ! win32/bin/search.pl
53829 ____________________________________________________________________________
53830 [  8609] By: gsar                                  on 2001/01/30  16:08:01
53831         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
53832              library (11.0 and later have pthreads but 10.x don't)
53833      Branch: maint-5.6/perl
53834            ! hints/hpux.sh thread.h
53835 ____________________________________________________________________________
53836 [  8608] By: gsar                                  on 2001/01/30  15:48:55
53837         Log: perl's internal variables are not for public consumption,
53838              move their docs from perlapi.pod to perlintern.pod
53839      Branch: maint-5.6/perl
53840            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
53841            ! thrdvar.h
53842 ____________________________________________________________________________
53843 [  8607] By: gsar                                  on 2001/01/30  15:44:27
53844         Log: mistakenly branched perl56delta.pod, revert
53845      Branch: maint-5.6/perl
53846            - pod/perl56delta.pod
53847           !> pod/perldelta.pod
53848 ____________________________________________________________________________
53849 [  8606] By: gsar                                  on 2001/01/30  14:20:24
53850         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
53851              dTHR which has been a noop for a while now, except for the
53852              compatibility definition in thread.h)
53853      Branch: maint-5.6/perl
53854           !> (integrate 45 files)
53855 ____________________________________________________________________________
53856 [  8605] By: jhi                                   on 2001/01/30  05:43:58
53857         Log: Mark the UTF-8 APIs as experimental.
53858      Branch: maint-5.6/perl
53859            ! embed.pl pod/perlapi.pod
53860 ____________________________________________________________________________
53861 [  8604] By: jhi                                   on 2001/01/30  05:38:40
53862         Log: Nits from earlier integrates.
53863      Branch: maint-5.6/perl
53864            ! lib/Carp/Heavy.pm
53865           !> sv.c
53866 ____________________________________________________________________________
53867 [  8603] By: jhi                                   on 2001/01/30  05:27:26
53868         Log: Regenerate Porting files.
53869      Branch: maint-5.6/perl
53870            ! Porting/Glossary Porting/config.sh Porting/config_H
53871 ____________________________________________________________________________
53872 [  8602] By: jhi                                   on 2001/01/30  05:14:59
53873         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
53874              8310,8339,8447,8492,8493,8505,8525: documentation changes.
53875              
53876              Subject: Re: perlfaq style changes
53877              
53878              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
53879              
53880              Subject: [PATCH] docs on NaN
53881              
53882              Subject: [patch] perlfaq7
53883              
53884              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
53885              
53886              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
53887              
53888              Subject: [PATCH] open() example in perlfunc.pod
53889              
53890              Podify README.mpeix (a new version from the web)
53891              
53892              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
53893              
53894              Subject: [PATCH] format and rewording in perlfaq.pod
53895              
53896              Subject: [PATCH] API Variable documentation   
53897              
53898              Memory management calls documentation.
53899              
53900              Subject: [PATCH: perl@8482] README.vms URL updates
53901              
53902              Subject: Minor typos in perlfaq2.pod
53903              
53904              Subject: [PATCH] pod/perlvar.pod
53905      Branch: maint-5.6/perl
53906           +> pod/perl56delta.pod
53907            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53908           !> README.amiga README.epoc README.mpeix README.vms
53909           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
53910           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
53911           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
53912           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
53913           !> pod/perlvar.pod thrdvar.h
53914 ____________________________________________________________________________
53915 [  8601] By: jhi                                   on 2001/01/30  04:38:35
53916         Log: Integrate changes #8036,8096,8253 from mainline:
53917              hints changes.
53918              
53919              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
53920              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
53921              
53922              Output the (apparent) version of gcc in Tru64.
53923      Branch: maint-5.6/perl
53924           +> ext/POSIX/hints/svr4.pl
53925           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
53926           !> hints/svr4.sh t/lib/bigfltpm.t
53927 ____________________________________________________________________________
53928 [  8600] By: jhi                                   on 2001/01/30  04:04:01
53929         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
53930              locale fixes.
53931              
53932              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
53933              
53934              Debian allows /usr/bin/locale to exist without any locales. (7868)
53935              
53936              Allow the locale test needing POSIX and the taint test
53937              needing IPC::SysV to run under 'minitest' (basically,
53938              bail out if loading the extension fails). (8384)
53939              
53940              Cleanup the locale.t output  (8480)
53941      Branch: maint-5.6/perl
53942           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
53943           !> t/pragma/locale.t
53944 ____________________________________________________________________________
53945 [  8599] By: jhi                                   on 2001/01/30  03:51:04
53946         Log: Missing generated files from #8598.
53947      Branch: maint-5.6/perl
53948            ! embed.h global.sym objXSUB.h perlapi.c proto.h
53949 ____________________________________________________________________________
53950 [  8598] By: jhi                                   on 2001/01/30  03:41:54
53951         Log: Integrate change #8555 from mainline, manually integrate parts
53952              of changes 8452 and 8583.
53953              
53954              Subject: [PATCH] utf8.c documentation (8452)
53955              
53956              No point in checking the length if the pointer is bogus. (8555)
53957              
53958              Introduce bytes_from_utf8() and implement sv_eq() using it,
53959              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
53960              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
53961              was malformed. (8583)
53962      Branch: maint-5.6/perl
53963            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
53964           !> pod/perlapi.pod sv.c utf8.c
53965 ____________________________________________________________________________
53966 [  8597] By: gsar                                  on 2001/01/30  02:37:26
53967         Log: get PERL_OBJECT build going again on windows
53968      Branch: maint-5.6/perl
53969            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53970            ! pod/perlapi.pod proto.h sv.c
53971 ____________________________________________________________________________
53972 [  8596] By: jhi                                   on 2001/01/30  02:16:17
53973         Log: Signedness nit.
53974      Branch: perl
53975            ! sv.c
53976 ____________________________________________________________________________
53977 [  8595] By: jhi                                   on 2001/01/30  02:11:07
53978         Log: EBCDIC patch for Storable, from Peter Prymmer.
53979      Branch: perl
53980            ! t/lib/st-06compat.t
53981 ____________________________________________________________________________
53982 [  8594] By: jhi                                   on 2001/01/30  01:04:48
53983         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
53984              From: Peter Prymmer <pvhp@forte.com>
53985              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
53986              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
53987      Branch: perl
53988            ! t/lib/b.t
53989 ____________________________________________________________________________
53990 [  8593] By: jhi                                   on 2001/01/30  00:56:47
53991         Log: Subject: [PATCH: perl@8585] pod problems in io
53992              From: Peter Prymmer <pvhp@forte.com>
53993              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
53994              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
53995      Branch: perl
53996            ! pod/perlapio.pod pod/perliol.pod
53997 ____________________________________________________________________________
53998 [  8592] By: jhi                                   on 2001/01/30  00:48:20
53999         Log: Integrate perlio.
54000      Branch: perl
54001           !> pod/perlapio.pod pod/perliol.pod
54002 ____________________________________________________________________________
54003 [  8591] By: nick                                  on 2001/01/29  22:02:28
54004         Log: GNU 'merge' Simon's copy of perliol.pod with version
54005              patched by Craig's patch.
54006      Branch: perlio
54007            ! pod/perliol.pod
54008 ____________________________________________________________________________
54009 [  8590] By: nick                                  on 2001/01/29  21:55:10
54010         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
54011      Branch: perlio
54012            ! pod/perlapio.pod pod/perliol.pod
54013 ____________________________________________________________________________
54014 [  8589] By: jhi                                   on 2001/01/29  15:35:33
54015         Log: Integrate change #8586 from maint-5.6/perl.
54016              
54017              make the BOM detection code not call tell() until it has to
54018              (meant to fix esoteric compatibility issues where PL_rsfp
54019              is overridden)
54020      Branch: perl
54021           !> toke.c
54022 ____________________________________________________________________________
54023 [  8588] By: jhi                                   on 2001/01/29  15:29:11
54024         Log: Subject: MAking Solaris malloc() the default
54025              From: Lupe Christoph <lupe@lupe-christoph.de>
54026              Date: Mon, 29 Jan 2001 12:59:36 +0100
54027              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
54028              
54029              The README.solaris part slightly tweaked.
54030      Branch: perl
54031            ! README.solaris hints/solaris_2.sh
54032 ____________________________________________________________________________
54033 [  8587] By: jhi                                   on 2001/01/29  15:17:34
54034         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
54035              From: root@ak-75.mind.de
54036              Date: Sun, 28 Jan 2001 20:32:29 +0100
54037              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
54038      Branch: perl
54039            ! pod/perlre.pod
54040 ____________________________________________________________________________
54041 [  8586] By: gsar                                  on 2001/01/29  13:43:44
54042         Log: make the BOM detection code not call tell() until it has to
54043              (meant to fix esoteric compatibility issues where PL_rsfp
54044              is overridden)
54045      Branch: maint-5.6/perl
54046            ! toke.c
54047 ____________________________________________________________________________
54048 [  8585] By: jhi                                   on 2001/01/28  20:05:45
54049         Log: Update Changes.
54050      Branch: perl
54051            ! Changes patchlevel.h
54052 ____________________________________________________________________________
54053 [  8584] By: jhi                                   on 2001/01/28  19:30:02
54054         Log: Integrate perlio.
54055      Branch: perl
54056           +> pod/perliol.pod
54057           !> MANIFEST pod/perlapio.pod
54058 ____________________________________________________________________________
54059 [  8583] By: jhi                                   on 2001/01/28  19:28:40
54060         Log: Patch from Inaba Hiroto:
54061              - canonical UTF-8 hash keys: if a key string for a hash is
54062              UTF8-on, try downgrade the string and use it if
54063              unicode::distinct is not in effect.
54064              For the task, I added a function bytes_from_utf8() to utf8.c.
54065              It might resemble utf8_to_bytes() but it is not convenient
54066              to the task.
54067              Made a test for it and added to t/op/each.t
54068              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
54069              the mortal copy of the argument SV.
54070              And changed t/io/utf8.t test 18 which expects print() to
54071              upgrade its argument.
54072              - re-implement sv_eq with bytes_from_utf8()
54073              - some bug fixes
54074              - tr/// does not handle UTF8 range (\x{}-\x{})
54075              - \ before raw UTF8 character produced
54076              "Malformed UTF-8 character" warning.
54077              - "\x{100}\N{CENT SIGN}" is Malformed.
54078              Added tests for these 3.
54079              - and one silly bug (by me) with qu operator.
54080      Branch: perl
54081            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
54082            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
54083            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
54084 ____________________________________________________________________________
54085 [  8582] By: nick                                  on 2001/01/28  19:25:04
54086         Log: Add pod/perliol.pod to MANIFEST :-(
54087      Branch: perlio
54088            ! MANIFEST
54089 ____________________________________________________________________________
54090 [  8581] By: nick                                  on 2001/01/28  19:22:40
54091         Log: PerlIO documentation. Proofing and sub-editing requested.
54092      Branch: perlio
54093            + pod/perliol.pod
54094            ! pod/perlapio.pod
54095 ____________________________________________________________________________
54096 [  8580] By: jhi                                   on 2001/01/28  05:16:25
54097         Log: Revert the change to sv_2pv() done by #8054: Someone who
54098              did SvNV_set() on a scalar that also happened to be POK,
54099              followed by sv_2pv() won't get the right coercion anymore.
54100              [Sarathy]
54101      Branch: maint-5.6/perl
54102            ! sv.c
54103 ____________________________________________________________________________
54104 [  8579] By: jhi                                   on 2001/01/28  05:15:04
54105         Log: Remove the #8084 effect: do not allow -Q to be interpreted
54106              as -&Q(), this is too much wiggle room.
54107      Branch: maint-5.6/perl
54108            ! toke.c
54109 ____________________________________________________________________________
54110 [  8578] By: jhi                                   on 2001/01/28  05:12:45
54111         Log: Needed bits of #8439 (should have been in #8576),
54112              mainly for lval substr().
54113      Branch: maint-5.6/perl
54114            ! mg.c pp.c pp_hot.c
54115 ____________________________________________________________________________
54116 [  8577] By: jhi                                   on 2001/01/28  05:02:46
54117         Log: A missing check-in.
54118      Branch: maint-5.6/perl
54119            ! utf8.c
54120 ____________________________________________________________________________
54121 [  8576] By: jhi                                   on 2001/01/28  04:26:18
54122         Log: Integrate changes #8425,8436,8439,8517 from mainline.
54123              The 8439 was not truly integrated because it had too many
54124              dependencies on the development branch and because it introduced
54125              concepts too bold for a maintenance branch (such as the qu operator).
54126              
54127              Subject: [PATCH perl@8342] -Wformat
54128              
54129              Tighten some of the UTF-8 tests a bit.
54130              
54131              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
54132              - The substr lval was still not okay.
54133              - Now pp_stringify and sv_setsv copies source's UTF8 flag
54134              even if IN_BYTE.  pp_stringify is called from fold_constants
54135              at optimization phase and "\x{100}" was made SvUTF8_off under
54136              use bytes (the bytes pragma is for "byte semantics" and not
54137              for "do not produce UTF8 data")
54138      Branch: maint-5.6/perl
54139            ! t/lib/charnames.t t/op/substr.t toke.c
54140           !> sv.c t/pragma/utf8.t
54141 ____________________________________________________________________________
54142 [  8575] By: jhi                                   on 2001/01/28  04:01:51
54143         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
54144              
54145              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
54146              
54147              Subject: [ID 20001230.003] UTF-8 tr still hurts
54148              
54149              Test cases for #8385 (from Simon's "torture.pl")
54150              
54151              Start fixing UTF-8 lval substr() (8405)
54152      Branch: maint-5.6/perl
54153           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
54154           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
54155 ____________________________________________________________________________
54156 [  8574] By: jhi                                   on 2001/01/28  03:09:06
54157         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
54158              from mainline.
54159              
54160              UTF-8 cleanup.
54161              
54162              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
54163              
54164              "\x{FF}\xFF" was broken.
54165              
54166              Tests for #8329 and #8330.
54167              
54168              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
54169              
54170              IRIX compiler noticed that the bof initialization might be
54171              bypassed by control flow.
54172              
54173              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
54174      Branch: maint-5.6/perl
54175           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
54176           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
54177 ____________________________________________________________________________
54178 [  8573] By: jhi                                   on 2001/01/28  02:06:12
54179         Log: Retract #8552.
54180      Branch: perl
54181            ! lib/Text/Wrap.pm t/lib/textwrap.t
54182 ____________________________________________________________________________
54183 [  8572] By: jhi                                   on 2001/01/28  02:04:49
54184         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
54185              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
54186              not really integrated but instead salvaged by hand
54187              (they had too many dependencies on the development release
54188              to be cleanly integratable).
54189              
54190              Subject: more UTF8 test suites and an UTF8 patch
54191              
54192              Tweak for MULTIPLICITY/USE_PERLIO
54193              
54194              Signedness nit.
54195              
54196              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
54197              
54198              Use the UTF8_XXX macros in is_utf8_char().
54199              
54200              Rewrite pp_concat() in terms of sv_catsv().  The . operator
54201              should now be UTF-8-proof.
54202              
54203              Subject: [PATCH perl@8269] scanning two hex-constants
54204              fails on EBCDIC environment (script length.t)
54205              
54206              Add some Unicode chop() tests.
54207      Branch: maint-5.6/perl
54208            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
54209           !> sv.c t/op/chop.t utf8.h
54210 ____________________________________________________________________________
54211 [  8571] By: jhi                                   on 2001/01/28  00:35:59
54212         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
54213              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
54214              
54215              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
54216              
54217              The maxiters upper limit sanity check (guarding against
54218              non-progress) assumed bytes instead of characters in s///
54219              and split().
54220              
54221              Signedness nit.
54222              
54223              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
54224              join() should now be UTF-8-proof.
54225              
54226              More split // UTF-8 tests. (8250)
54227      Branch: maint-5.6/perl
54228           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
54229           !> util.c
54230 ____________________________________________________________________________
54231 [  8570] By: jhi                                   on 2001/01/27  22:15:46
54232         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
54233              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
54234              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
54235              8084,8204,8244,8333 from mainline.
54236              
54237              For -Q where Q might be a one-letter sub name one does no more
54238              get a warning about an unknown filetest (7941,7943,7944,8084).
54239              
54240              Subject: Re: [ID 20001130.011] expression parsing bug ?
54241              
54242              Make uv_to_utf8() to zero-terminate its output buffer.
54243              
54244              Split off t/op/length.t (7995)
54245              
54246              Split off t/op/utf8decode.t (7996)
54247              
54248              Remove an unnecessary 'use utf8' from the utf8.t (7998)
54249              
54250              Split off t/op/concat.t (8004)
54251              
54252              Split off t/op/ver.t (8005)
54253              
54254              Document utf8_length(), utf8_distance(), and utf8_hop().
54255              
54256              Document utf8_to_uv() better.
54257              
54258              Introduce macros for UTF8 decoding (8028,8033).
54259              
54260              Add test for reverse() (8030,8031).
54261              
54262              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
54263              
54264              Do not return the Unicode replacement character    on UTF-8
54265              decoding failure.
54266              
54267              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
54268              not this_utf8 i.e. the output string has one, but don't mess
54269              with source assumption. (8052,8053)
54270              
54271              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
54272              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
54273              was not expecting to be called with something that was already
54274              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
54275              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
54276              (8054)
54277              
54278              Recode the naughty binary bytes in utf8decode.t using the \xHH.
54279              
54280              Make some panic messages a bit more logical.
54281      Branch: maint-5.6/perl
54282           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
54283           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
54284           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
54285           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
54286           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
54287           !> utf8.c utf8.h
54288 ____________________________________________________________________________
54289 [  8569] By: jhi                                   on 2001/01/27  19:16:43
54290         Log: Integrate changes #7750 from perlio and #8566 from mainline.
54291      Branch: maint-5.6/perl
54292           !> regexec.c sv.c
54293 ____________________________________________________________________________
54294 [  8568] By: jhi                                   on 2001/01/27  18:06:51
54295         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
54296              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
54297              7935[-perlio.c],7936,7959,7965 from mainline.
54298              
54299              Change the "big byte" error message to "Wide character".
54300              (7355, the croak-if-wide-chars-in-print part ignored)
54301              
54302              Use UINT64_C().
54303              
54304              Introduce Perl_utf8_length().
54305              
54306              diff -se shows these as different (7753, forgotten check-ins)
54307              
54308              Subject: [PATCH] doop.c - UTF8 tr///
54309              
54310              If we use (aTHX_ ...) then put Perl_ on the front.
54311              
54312              Make utf8_length() and utf8_distance() to be less forgiving
54313              about bad UTF-8.
54314              
54315              Test line numbers are different with utf8.
54316              
54317              No need to scan till infinity, 13 is enough. (7872,7911)
54318              
54319              Subject: [PATCH] Tokeniser debugging
54320              
54321              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
54322              
54323              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
54324              
54325              Be more careful in Perl_sv_utf8_downgrade().
54326              
54327              Use DO_UTF8().
54328              
54329              Raw zero bytes in text files confuse at least GNU patch 2.1.
54330      Branch: maint-5.6/perl
54331           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
54332           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
54333           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
54334           !> t/pragma/utf8.t toke.c utf8.c utf8.h
54335 ____________________________________________________________________________
54336 [  8567] By: nick                                  on 2001/01/27  11:10:38
54337         Log: Integrate mainline
54338      Branch: perlio
54339           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
54340           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
54341           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
54342           !> toke.c
54343 ____________________________________________________________________________
54344 [  8566] By: jhi                                   on 2001/01/27  06:22:48
54345         Log: More documentation for the regexp context stack.
54346      Branch: perl
54347            ! regexec.c
54348 ____________________________________________________________________________
54349 [  8565] By: jhi                                   on 2001/01/27  05:21:57
54350         Log: Update Changes.
54351      Branch: perl
54352            ! Changes patchlevel.h
54353 ____________________________________________________________________________
54354 [  8564] By: jhi                                   on 2001/01/27  04:44:04
54355         Log: Threadedness patch for #8562 from Doug MacEachern.
54356      Branch: perl
54357            ! toke.c
54358 ____________________________________________________________________________
54359 [  8563] By: jhi                                   on 2001/01/27  04:26:24
54360         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
54361              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54362              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
54363              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
54364      Branch: perl
54365            ! op.c
54366 ____________________________________________________________________________
54367 [  8562] By: jhi                                   on 2001/01/27  04:20:30
54368         Log: Subject: Re: Announce : Tokener reporting patch
54369              From: Simon Cozens <simon@cozens.net>
54370              Date: Mon, 22 Jan 2001 02:17:22 +0000
54371              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
54372      Branch: perl
54373            ! embed.h embed.pl proto.h toke.c
54374 ____________________________________________________________________________
54375 [  8561] By: jhi                                   on 2001/01/27  04:17:24
54376         Log: Forgot from #8545.  Oops.
54377      Branch: perl
54378            ! pp.c t/pragma/overload.t
54379 ____________________________________________________________________________
54380 [  8560] By: jhi                                   on 2001/01/27  03:01:47
54381         Log: A better module compilation test, use MANIFEST as suggested
54382              by Spider.
54383      Branch: perl
54384            ! t/lib/1_compile.t
54385 ____________________________________________________________________________
54386 [  8559] By: jhi                                   on 2001/01/27  02:50:48
54387         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
54388              From: Peter Prymmer <pvhp@forte.com>
54389              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
54390              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
54391      Branch: perl
54392            ! t/lib/b.t
54393 ____________________________________________________________________________
54394 [  8558] By: jhi                                   on 2001/01/27  02:27:05
54395         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
54396              From: Peter Prymmer <pvhp@forte.com>
54397              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
54398              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
54399      Branch: perl
54400            ! t/pragma/sub_lval.t
54401 ____________________________________________________________________________
54402 [  8557] By: jhi                                   on 2001/01/27  02:26:03
54403         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
54404              From: Peter Prymmer <pvhp@forte.com>
54405              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
54406              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
54407      Branch: perl
54408            ! t/lib/st-06compat.t
54409 ____________________________________________________________________________
54410 [  8556] By: jhi                                   on 2001/01/27  02:24:33
54411         Log: Subject: [PATCH: perl@8531] minor update to README.os390
54412              From: Peter Prymmer <pvhp@forte.com>
54413              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
54414              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
54415      Branch: perl
54416            ! README.os390
54417 ____________________________________________________________________________
54418 [  8555] By: jhi                                   on 2001/01/27  00:35:47
54419         Log: No point in checking the length before we know whether the pointer
54420              is bogus or not, fixes Abigail's odbm failures in Linux.
54421      Branch: perl
54422            ! sv.c
54423 ____________________________________________________________________________
54424 [  8554] By: nick                                  on 2001/01/26  19:01:31
54425         Log: Integrate mainline
54426      Branch: perlio
54427           !> lib/Text/Wrap.pm t/lib/textwrap.t
54428 ____________________________________________________________________________
54429 [  8553] By: jhi                                   on 2001/01/26  15:19:39
54430         Log: Integrate change #7792 from perlio (multiplicity fix),
54431              fix the AV leak in regex DEBUGGING (tiny part of the
54432              polymorphic regexp patch #8143).
54433      Branch: maint-5.6/perl
54434            ! regcomp.c
54435           !> scope.h
54436 ____________________________________________________________________________
54437 [  8552] By: jhi                                   on 2001/01/26  15:03:23
54438         Log: (Retracted by #8573)
54439              
54440              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
54441              From: Michael G Schwern <schwern@pobox.com>
54442              Date: Fri, 26 Jan 2001 09:28:31 -0500
54443              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
54444      Branch: perl
54445            ! lib/Text/Wrap.pm t/lib/textwrap.t
54446 ____________________________________________________________________________
54447 [  8551] By: jhi                                   on 2001/01/26  02:33:19
54448         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
54449              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
54450              
54451              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
54452              
54453              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
54454              
54455              Message nit.
54456              
54457              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
54458              
54459              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
54460              
54461              (the cleanup of unused submatches in regtry() and regcppop())
54462              
54463              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
54464              stored and restored, and thusly was trounced by the utf8 swash
54465              routines.
54466              
54467              use utf8 not required to use \x{}.
54468              
54469              Removed two more tests that make no sense in UTF-8 since the test
54470              data is not in UTF-8.
54471              
54472              Get the three different space character classes right under utf8.
54473              
54474              Implement ANYOFUTF8 regprop() dumping.
54475              
54476              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
54477              
54478              Document the regex context pushing/popping a bit better.
54479      Branch: maint-5.6/perl
54480           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
54481           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
54482           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
54483           !> t/op/regmesg.t utf8.c
54484 ____________________________________________________________________________
54485 [  8550] By: nick                                  on 2001/01/25  19:42:30
54486         Log: Integrate mainline
54487      Branch: perlio
54488           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
54489           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
54490           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
54491           !> t/lib/bigint.t t/lib/bigintpm.t
54492 ____________________________________________________________________________
54493 [  8549] By: jhi                                   on 2001/01/25  15:22:28
54494         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
54495      Branch: maint-5.6/perl
54496            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
54497 ____________________________________________________________________________
54498 [  8548] By: jhi                                   on 2001/01/25  15:02:55
54499         Log: Integrate changes #7997,8063,8492,8547 from mainline.
54500              
54501              Subject: Re: STRLEN - what?
54502              
54503              Subject: [PATCH] perlguts.pod
54504              
54505              Memory management calls documentation.
54506              
54507              Layout using tabulator is not a good idea in a pod.
54508      Branch: maint-5.6/perl
54509           !> pod/perlguts.pod
54510 ____________________________________________________________________________
54511 [  8547] By: jhi                                   on 2001/01/25  14:49:05
54512         Log: Layout using tabulator is not a good idea in a pod.
54513      Branch: perl
54514            ! pod/perlguts.pod
54515 ____________________________________________________________________________
54516 [  8546] By: jhi                                   on 2001/01/25  14:31:12
54517         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
54518              from mainline.
54519              
54520              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
54521              
54522              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
54523              
54524              More Win32 editor/IDE/shell hints.
54525              
54526              More Win32 Perling.
54527              
54528              Yet another editor edit.
54529              
54530              Edit edit edit.
54531              
54532              IDE/editor section tweaking.
54533              
54534              Few more IDE/editor nits from p5p.
54535      Branch: maint-5.6/perl
54536           !> pod/perlfaq3.pod
54537 ____________________________________________________________________________
54538 [  8545] By: jhi                                   on 2001/01/25  04:16:32
54539         Log: Subject: [PATCH 5.7.0] overload int()
54540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54541              Date: Wed, 24 Jan 2001 19:06:57 -0500
54542              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
54543      Branch: perl
54544            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
54545            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
54546            ! t/lib/bigintpm.t
54547 ____________________________________________________________________________
54548 [  8544] By: jhi                                   on 2001/01/25  04:15:11
54549         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
54550              From: Peter Prymmer <pvhp@forte.com>
54551              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
54552              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
54553      Branch: perl
54554            ! Makefile.SH README.os390 hints/os390.sh installperl
54555 ____________________________________________________________________________
54556 [  8543] By: jhi                                   on 2001/01/25  03:52:08
54557         Log: Integrate change #8462,8469 from mainline.
54558              
54559              In VMS Perl subversion (perl -V) is undef.
54560      Branch: maint-5.6/perl
54561           !> configure.com
54562 ____________________________________________________________________________
54563 [  8542] By: jhi                                   on 2001/01/25  03:44:55
54564         Log: Integrate changes #7835,7850,8315,8316 from mainline.
54565              
54566              Solaris hints.
54567      Branch: maint-5.6/perl
54568           !> hints/solaris_2.sh
54569 ____________________________________________________________________________
54570 [  8541] By: jhi                                   on 2001/01/25  03:39:28
54571         Log: Integrate #8336 from mainline.
54572      Branch: maint-5.6/perl
54573           !> hv.c
54574 ____________________________________________________________________________
54575 [  8540] By: jhi                                   on 2001/01/25  03:23:50
54576         Log: Retract #8539.
54577      Branch: maint-5.6/perl
54578            ! pod/perlfaq3.pod
54579 ____________________________________________________________________________
54580 [  8539] By: jhi                                   on 2001/01/25  03:21:55
54581         Log: (Retracted by #8540.)
54582      Branch: maint-5.6/perl
54583            ! pod/perlfaq3.pod
54584 ____________________________________________________________________________
54585 [  8538] By: jhi                                   on 2001/01/25  03:14:07
54586         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
54587              From: Peter Prymmer <pvhp@forte.com>
54588              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
54589              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
54590              
54591              The VMS bits.
54592      Branch: maint-5.6/perl
54593            ! configure.com vms/descrip_mms.template
54594 ____________________________________________________________________________
54595 [  8537] By: jhi                                   on 2001/01/25  03:06:09
54596         Log: Integrate #7710,7824,7973 from mainline.
54597      Branch: maint-5.6/perl
54598           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54599           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
54600           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
54601           !> vos/config.ga.def vos/config.ga.h win32/config.bc
54602           !> win32/config.gc win32/config.vc
54603 ____________________________________________________________________________
54604 [  8536] By: jhi                                   on 2001/01/24  13:50:20
54605         Log: Revert the edits made by me so far to the 5.6 branch since
54606              the TRIAL1 since I did edits when I should have been using
54607              integrates.  Bad programmer.   (Will integrate them properly later.)
54608              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
54609              The #8353 will not be reapplied at least for now since
54610              the UTF-8 hash keys need more thinking.
54611              (The patches #8347, #8354, #8454, #8473 were okay since they
54612              were original edits made specifically for the 5.6.1-TRIAL1.)
54613      Branch: maint-5.6/perl
54614            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54615            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
54616            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
54617            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
54618            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
54619            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54620            ! win32/config.bc win32/config.gc win32/config.vc
54621 ____________________________________________________________________________
54622 [  8535] By: bailey                                on 2001/01/24  06:37:02
54623         Log: SYN SYN
54624      Branch: vmsperl
54625           +> (branch 26 files)
54626           !> (integrate 130 files)
54627 ____________________________________________________________________________
54628 [  8534] By: nick                                  on 2001/01/23  19:30:57
54629         Log: Integrate mainline.
54630      Branch: perlio
54631           !> Changes Configure Porting/Glossary Porting/config.sh
54632           !> Porting/config_H embed.h embed.pl ext/Encode/compile
54633           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
54634           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
54635           !> pod/perlvar.pod proto.h t/lib/1_compile.t
54636 ____________________________________________________________________________
54637 [  8533] By: jhi                                   on 2001/01/23  16:15:46
54638         Log: Forgotten from #8501.
54639      Branch: perl
54640            ! Porting/Glossary Porting/config.sh Porting/config_H
54641 ____________________________________________________________________________
54642 [  8532] By: jhi                                   on 2001/01/23  16:13:27
54643         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
54644              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54645              Date: Mon, 22 Jan 2001 17:51:58 +0100
54646              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
54647      Branch: perl
54648            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
54649 ____________________________________________________________________________
54650 [  8531] By: jhi                                   on 2001/01/23  15:46:01
54651         Log: Update Changes.
54652      Branch: perl
54653            ! Changes patchlevel.h
54654 ____________________________________________________________________________
54655 [  8530] By: jhi                                   on 2001/01/23  15:38:39
54656         Log: De-cut-and-pasto.
54657      Branch: perl
54658            ! t/lib/1_compile.t
54659 ____________________________________________________________________________
54660 [  8529] By: jhi                                   on 2001/01/23  15:11:04
54661         Log: Document the mkdir trailing slashes case.
54662      Branch: perl
54663            ! pod/perlfunc.pod
54664 ____________________________________________________________________________
54665 [  8528] By: jhi                                   on 2001/01/23  15:08:28
54666         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
54667              get installed:
54668              
54669              Subject: lib/lib.pm
54670              From: <abigail@foad.org>
54671              Date: Mon, 28 Aug 2000 20:35:08 -0400
54672              Message-ID: <20000829003508.21281.qmail@foad.org>
54673      Branch: perl
54674            ! installperl
54675 ____________________________________________________________________________
54676 [  8527] By: jhi                                   on 2001/01/23  14:44:04
54677         Log: Metaconfig unit change for #8526.
54678      Branch: metaconfig
54679            ! U/threads/archname.U
54680 ____________________________________________________________________________
54681 [  8526] By: jhi                                   on 2001/01/23  14:43:19
54682         Log: Attach -perlio to the archname if so selected.
54683      Branch: perl
54684            ! Configure
54685 ____________________________________________________________________________
54686 [  8525] By: jhi                                   on 2001/01/23  14:24:01
54687         Log: Subject: [PATCH] pod/perlvar.pod
54688              From: abigail@foad.org
54689              Date: Tue, 23 Jan 2001 01:41:10 +0100
54690              Message-ID: <20010123004110.22259.qmail@foad.org>
54691      Branch: perl
54692            ! pod/perlvar.pod
54693 ____________________________________________________________________________
54694 [  8524] By: jhi                                   on 2001/01/23  14:22:32
54695         Log: A bug introduced in #8217 (the undefined variable in the
54696              lib/safe1_t #3) fixed, by Charles Lane:
54697              
54698              The earlier patch made it so that stuff running in Safe
54699              compartments could do a "caller" and see "main".  That
54700              little change in name is done right before the code in
54701              the compartment is run, and apparantly the parser
54702              was picking up the stash name before it got changed.
54703              
54704              (why it was threaded vs. unthreaded Perl that was sensitive to this
54705              I still don't know...and it probably doesn't matter).
54706              
54707              I tryed removing the stash name-change and saw that threaded Perl
54708              did indeed pass the lib/safe1.t tests.
54709              
54710              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
54711              do the name change (and to connect _ in the compartment to the global
54712              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
54713              to call _safe_pkg_prep when creating a new compartment.
54714              
54715              Passes all tests with threaded perl on linux; passes all tests
54716              with unthreaded perl on VMS.
54717              
54718              At some point I'll probably want to revisit Safe and Opcode to
54719              provide more sensible handling of global variables...and to get
54720              formats working in Safe compartments, which they don't do currently.
54721      Branch: perl
54722            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
54723 ____________________________________________________________________________
54724 [  8523] By: jhi                                   on 2001/01/23  14:11:58
54725         Log: Also the lib/Thread.pm itself needs to be ignored if
54726              the Thread extension hasn't been built.
54727      Branch: perl
54728            ! t/lib/1_compile.t
54729 ____________________________________________________________________________
54730 [  8522] By: jhi                                   on 2001/01/23  13:51:28
54731         Log: print() instead of warn() so that stderr doesn't get
54732              unnecessarily polluted.
54733      Branch: perl
54734            ! ext/Encode/compile
54735 ____________________________________________________________________________
54736 [  8521] By: jhi                                   on 2001/01/23  13:49:48
54737         Log: Integrate perlio.
54738      Branch: perl
54739           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
54740           !> ext/Encode/encode.h
54741 ____________________________________________________________________________
54742 [  8520] By: nick                                  on 2001/01/22  21:44:00
54743         Log: More messing with Encode:
54744              Extra fields in header to allow multiple names and to record
54745              other things "compile" knows.
54746              Re-organise compile to factor out common output routines.
54747      Branch: perlio
54748            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
54749 ____________________________________________________________________________
54750 [  8519] By: nick                                  on 2001/01/22  20:33:50
54751         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
54752      Branch: perlio
54753            ! ext/Encode/Makefile.PL ext/Encode/compile
54754 ____________________________________________________________________________
54755 [  8518] By: nick                                  on 2001/01/22  20:28:13
54756         Log: Integrate mainline
54757      Branch: perlio
54758           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
54759           !> vos/config.alpha.def vos/config.alpha.h
54760 ____________________________________________________________________________
54761 [  8517] By: jhi                                   on 2001/01/22  15:37:17
54762         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
54763              by Inaba Hiroto.
54764      Branch: perl
54765            ! sv.c
54766 ____________________________________________________________________________
54767 [  8516] By: jhi                                   on 2001/01/22  14:55:15
54768         Log: More SIG_SIZE fixes.
54769      Branch: perl
54770            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
54771 ____________________________________________________________________________
54772 [  8515] By: jhi                                   on 2001/01/22  14:50:27
54773         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
54774              From: "Craig A. Berry" <craigberry@mac.com>
54775              Date: Mon, 22 Jan 2001 00:42:24 -0600
54776              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
54777      Branch: perl
54778            ! configure.com
54779 ____________________________________________________________________________
54780 [  8514] By: jhi                                   on 2001/01/22  14:31:17
54781         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
54782              From: "Craig A. Berry" <craigberry@mac.com>
54783              Date: Sun, 21 Jan 2001 23:03:25 -0600
54784              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
54785      Branch: perl
54786            ! configure.com
54787 ____________________________________________________________________________
54788 [  8513] By: jhi                                   on 2001/01/22  14:14:00
54789         Log: Add the .ucm encoding tables to the MANIFEST.
54790      Branch: perl
54791            ! MANIFEST
54792 ____________________________________________________________________________
54793 [  8512] By: jhi                                   on 2001/01/22  13:43:33
54794         Log: Integrate perlio.
54795      Branch: perl
54796           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
54797           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
54798           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
54799           +> ext/Encode/Encode/iso8859-10.ucm
54800           +> ext/Encode/Encode/iso8859-13.ucm
54801           +> ext/Encode/Encode/iso8859-14.ucm
54802           +> ext/Encode/Encode/iso8859-15.ucm
54803           +> ext/Encode/Encode/iso8859-16.ucm
54804           +> ext/Encode/Encode/iso8859-2.ucm
54805           +> ext/Encode/Encode/iso8859-3.ucm
54806           +> ext/Encode/Encode/iso8859-4.ucm
54807           +> ext/Encode/Encode/iso8859-5.ucm
54808           +> ext/Encode/Encode/iso8859-6.ucm
54809           +> ext/Encode/Encode/iso8859-7.ucm
54810           +> ext/Encode/Encode/iso8859-8.ucm
54811           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54812           +> ext/Encode/Encode/symbol.ucm
54813           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
54814           !> perliol.h
54815 ____________________________________________________________________________
54816 [  8511] By: nick                                  on 2001/01/21  23:44:47
54817         Log: Make "real" layers of ":utf8" and ":raw".
54818              So now PERLIO=utf8 perl ...
54819              does what Andreas wanted.
54820              Fix arg passing in open.pm (still have a Carp issue).
54821      Branch: perlio
54822            ! lib/open.pm perlio.c perliol.h
54823 ____________________________________________________________________________
54824 [  8510] By: jhi                                   on 2001/01/21  22:56:53
54825         Log: Document the regex content pushing/popping a bit better.
54826      Branch: perl
54827            ! regexec.c
54828 ____________________________________________________________________________
54829 [  8509] By: jhi                                   on 2001/01/21  22:55:44
54830         Log: Tweak the mkdir trailing slash code some more.
54831              
54832              TO DO: the same handling should probably be done for
54833              all the other filesystem functions that can have directories
54834              as their arguments.
54835      Branch: perl
54836            ! pp_sys.c
54837 ____________________________________________________________________________
54838 [  8508] By: nick                                  on 2001/01/21  21:37:43
54839         Log: Switch "compiled in" encodings to .ucm format.
54840              (Leave others as .enc till we can run-time load .ucm,
54841              or find some other way to load them.)
54842      Branch: perlio
54843            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
54844            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
54845            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
54846            + ext/Encode/Encode/iso8859-10.ucm
54847            + ext/Encode/Encode/iso8859-13.ucm
54848            + ext/Encode/Encode/iso8859-14.ucm
54849            + ext/Encode/Encode/iso8859-15.ucm
54850            + ext/Encode/Encode/iso8859-16.ucm
54851            + ext/Encode/Encode/iso8859-2.ucm
54852            + ext/Encode/Encode/iso8859-3.ucm
54853            + ext/Encode/Encode/iso8859-4.ucm
54854            + ext/Encode/Encode/iso8859-5.ucm
54855            + ext/Encode/Encode/iso8859-6.ucm
54856            + ext/Encode/Encode/iso8859-7.ucm
54857            + ext/Encode/Encode/iso8859-8.ucm
54858            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54859            + ext/Encode/Encode/symbol.ucm
54860            ! ext/Encode/Makefile.PL ext/Encode/compile
54861 ____________________________________________________________________________
54862 [  8507] By: nick                                  on 2001/01/21  21:02:03
54863         Log: Integrate (partial) mainline.
54864      Branch: perlio
54865           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
54866           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
54867           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54868 ____________________________________________________________________________
54869 [  8506] By: jhi                                   on 2001/01/21  20:09:30
54870         Log: Update Changes.
54871      Branch: perl
54872            ! Changes patchlevel.h
54873 ____________________________________________________________________________
54874 [  8505] By: jhi                                   on 2001/01/21  19:39:59
54875         Log: Subject: Minor typos in perlfaq2.pod
54876              From: "Stephen P. Potter" <spp@spotter.yi.org>
54877              Message-Id: <200101192101.QAA11911@spotter.yi.org>
54878              Date: Fri, 19 Jan 2001 16:01:13 -0500
54879              
54880              with a nit from Philip Newton.
54881      Branch: perl
54882            ! pod/perlfaq2.pod
54883 ____________________________________________________________________________
54884 [  8504] By: jhi                                   on 2001/01/21  19:33:05
54885         Log: Metaconfig change for #8503.
54886      Branch: metaconfig
54887            ! U/threads/usethreads.U
54888 ____________________________________________________________________________
54889 [  8503] By: jhi                                   on 2001/01/21  19:32:21
54890         Log: Sanity check for conflicting thread flavours.
54891      Branch: perl
54892            ! Configure config_h.SH
54893 ____________________________________________________________________________
54894 [  8502] By: jhi                                   on 2001/01/21  19:23:00
54895         Log: Metaconfig change for #8501.
54896      Branch: metaconfig
54897            ! U/modified/sig_name.U
54898 ____________________________________________________________________________
54899 [  8501] By: jhi                                   on 2001/01/21  19:22:26
54900         Log: The SIG_SIZE is the number of the elements *excluding*
54901              the terminating NULL.
54902      Branch: perl
54903            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
54904            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
54905            ! win32/config_H.vc
54906 ____________________________________________________________________________
54907 [  8500] By: jhi                                   on 2001/01/21  18:31:31
54908         Log: Integrate perlio.
54909      Branch: perl
54910           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
54911           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
54912           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
54913           !> pp_sys.c proto.h sv.c
54914 ____________________________________________________________________________
54915 [  8499] By: jhi                                   on 2001/01/21  17:43:57
54916         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
54917              From: Hugo <hv@crypt.compulink.co.uk>
54918              Date: Sun, 21 Jan 2001 13:34:05 +0000
54919              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
54920              
54921              In sprintf UTF8ize only if necessary.
54922      Branch: perl
54923            ! sv.c
54924 ____________________________________________________________________________
54925 [  8498] By: nick                                  on 2001/01/21  16:25:32
54926         Log: Encode cleanup.
54927              Add command line control over "compile" so that Makefile.PL
54928              needs can be combined with other uses.
54929              Use command line options in Makefile.PL.
54930              Fix multi-byte parsing in .ucm files.
54931      Branch: perlio
54932            ! ext/Encode/Makefile.PL ext/Encode/compile
54933 ____________________________________________________________________________
54934 [  8497] By: nick                                  on 2001/01/21  12:56:27
54935         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
54936      Branch: perlio
54937            ! ext/Encode/Encode.xs
54938 ____________________________________________________________________________
54939 [  8496] By: nick                                  on 2001/01/21  12:18:45
54940         Log: Fixup after integrate:
54941              missed the .sym files that are changed by regen_headers
54942              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
54943      Branch: perlio
54944            ! global.sym pp.sym sv.c
54945 ____________________________________________________________________________
54946 [  8495] By: nick                                  on 2001/01/21  11:51:07
54947         Log: Integrate mainline.
54948      Branch: perlio
54949           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
54950           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
54951           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
54952           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
54953           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
54954           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
54955           !> win32/Makefile win32/makefile.mk
54956 ____________________________________________________________________________
54957 [  8494] By: jhi                                   on 2001/01/20  23:12:11
54958         Log: Forgot the expect_number() prototype.
54959      Branch: perl
54960            ! embed.h embed.pl proto.h
54961 ____________________________________________________________________________
54962 [  8493] By: jhi                                   on 2001/01/20  22:56:39
54963         Log: Subject: [PATCH: perl@8482] README.vms URL updates
54964              From: Peter Prymmer <pvhp@forte.com>
54965              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
54966              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
54967              
54968              Plus Craig A. Berry's suggestion to use compaq.com instead
54969              of digital.com.
54970      Branch: perl
54971            ! README.vms
54972 ____________________________________________________________________________
54973 [  8492] By: jhi                                   on 2001/01/20  22:50:05
54974         Log: Memory management calls documentation.
54975      Branch: perl
54976            ! pod/perlguts.pod
54977 ____________________________________________________________________________
54978 [  8491] By: jhi                                   on 2001/01/20  22:38:33
54979         Log: Signedness nit plus few memcpy/Copy nits.
54980      Branch: perl
54981            ! sv.c
54982 ____________________________________________________________________________
54983 [  8490] By: jhi                                   on 2001/01/20  22:25:53
54984         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
54985              From: Peter Prymmer <pvhp@forte.com>
54986              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
54987              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
54988      Branch: perl
54989            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
54990 ____________________________________________________________________________
54991 [  8489] By: jhi                                   on 2001/01/20  22:24:41
54992         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
54993              From: Peter Prymmer <pvhp@forte.com>
54994              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
54995              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
54996      Branch: perl
54997            ! win32/Makefile win32/makefile.mk
54998 ____________________________________________________________________________
54999 [  8488] By: jhi                                   on 2001/01/20  22:22:27
55000         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
55001              From: Peter Prymmer <pvhp@forte.com>
55002              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
55003              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
55004      Branch: perl
55005            ! Makefile.SH
55006 ____________________________________________________________________________
55007 [  8487] By: jhi                                   on 2001/01/20  22:21:18
55008         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
55009              From: Peter Prymmer <pvhp@forte.com>
55010              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
55011              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
55012      Branch: perl
55013            + ext/DynaLoader/dl_dllload.xs
55014            ! MANIFEST Makefile.SH hints/os390.sh
55015 ____________________________________________________________________________
55016 [  8486] By: jhi                                   on 2001/01/20  22:17:53
55017         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
55018              From: Peter Prymmer <pvhp@forte.com>
55019              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
55020              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
55021      Branch: perl
55022            ! README.os390 README.posix-bc
55023 ____________________________________________________________________________
55024 [  8485] By: jhi                                   on 2001/01/20  20:15:30
55025         Log: Document and test the new qu operator.
55026      Branch: perl
55027            + t/op/qu.t
55028            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
55029            ! pod/perlretut.pod pod/perlunicode.pod
55030 ____________________________________________________________________________
55031 [  8484] By: nick                                  on 2001/01/20  19:42:30
55032         Log: Infrastructure to allow:
55033              open($fh,"|-",@array);
55034              to be implemented
55035              i.e. mark pp_open as needing a stack mark, and make pp_open
55036              process its args in that style (and pass them _all_ to tied handles OPEN).
55037              Invent do_openn() which takes SV ** at allow it to see multiple args.
55038              Note this does not _do_ anything yet.
55039      Branch: perlio
55040            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
55041            ! perlapi.c pp_proto.h pp_sys.c proto.h
55042 ____________________________________________________________________________
55043 [  8483] By: nick                                  on 2001/01/20  17:23:14
55044         Log: Integrate mainline.
55045      Branch: perlio
55046           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
55047           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
55048 ____________________________________________________________________________
55049 [  8482] By: jhi                                   on 2001/01/19  15:37:49
55050         Log: Update Changes.
55051      Branch: perl
55052            ! Changes patchlevel.h
55053 ____________________________________________________________________________
55054 [  8481] By: jhi                                   on 2001/01/19  14:41:24
55055         Log: Subject: Re: new feature: s?printf parameter reordering 
55056              From: Hugo <hv@crypt.compulink.co.uk>
55057              Date: Thu, 11 Jan 2001 17:09:03 +0000
55058              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
55059              
55060              - support reordering for all parameters: %, *v, *, .*
55061              - lay down that the reordering specification must immediately
55062              follow that parameter: %3$, *v3$, *3$, .*3$
55063              - fix vectorisation of a zero-length string
55064              - factor out the code choosing the argument to format
55065              
55066              Possibly unwanted side-effects:
55067              - the special format specifiers ' +-0' must now precede any
55068              vectorisation specifier. Tests in op/sprintf and op/ver
55069              have been changed to reflect this.
55070              - sprintf.t test #214 changed its expectations because in many
55071              cases, the next parameter has already been consumed when an
55072              invalid type letter is detected.
55073              
55074              Probably wanted side-effects:
55075              - attempts to format a non-existent parameter will warn as if C<undef>
55076              - attempt to write to non-existent parameter with '%n' will complain
55077              of "attempt to modify read-only value" instead of being silent
55078      Branch: perl
55079            ! sv.c t/op/sprintf.t t/op/ver.t
55080 ____________________________________________________________________________
55081 [  8480] By: jhi                                   on 2001/01/19  14:08:37
55082         Log: Subject: PATCH pragma/locale.t
55083              From: andreas.koenig@anima.de (Andreas J. Koenig)
55084              Date: 18 Jan 2001 09:45:37 +0100
55085              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
55086      Branch: perl
55087            ! t/pragma/locale.t
55088 ____________________________________________________________________________
55089 [  8479] By: jhi                                   on 2001/01/19  13:19:58
55090         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
55091      Branch: perl
55092            ! configure.com
55093 ____________________________________________________________________________
55094 [  8478] By: jhi                                   on 2001/01/19  02:12:35
55095         Log: Automate 1_compile.t.
55096      Branch: perl
55097            ! t/lib/1_compile.t
55098 ____________________________________________________________________________
55099 [  8477] By: jhi                                   on 2001/01/19  01:49:56
55100         Log: Integrate perlio.
55101      Branch: perl
55102           !> sv.c win32/config.bc win32/config.gc win32/config.vc
55103           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55104 ____________________________________________________________________________
55105 [  8476] By: nick                                  on 2001/01/18  21:51:52
55106         Log: Integrate mainline
55107      Branch: perlio
55108           +> t/lib/1_compile.t t/lib/compmod.pl
55109           !> MANIFEST configure.com lib/unicode/distinct.pm
55110 ____________________________________________________________________________
55111 [  8475] By: nick                                  on 2001/01/18  21:48:02
55112         Log: Win32 "safe signals" co-existance fix.
55113              Fix SIG_SIZE value.
55114              Clear PL_sig_pending when cloning (fork).
55115      Branch: perlio
55116            ! sv.c win32/config.bc win32/config.gc win32/config.vc
55117            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55118 ____________________________________________________________________________
55119 [  8474] By: jhi                                   on 2001/01/18  14:40:57
55120         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
55121      Branch: perl
55122            ! t/lib/1_compile.t
55123 ____________________________________________________________________________
55124 [  8473] By: gsar                                  on 2001/01/18  11:42:31
55125         Log: unsubmitted trial1 change
55126      Branch: maint-5.6/perl
55127            ! Changes
55128 ____________________________________________________________________________
55129 [  8472] By: jhi                                   on 2001/01/18  04:30:24
55130         Log: The first bug found by 1_compile.t.
55131      Branch: perl
55132            ! lib/unicode/distinct.pm
55133 ____________________________________________________________________________
55134 [  8471] By: jhi                                   on 2001/01/18  04:29:42
55135         Log: Add Schwern's 1_compile test.  The compile_module script renamed
55136              to be a bit shorter for the 8.3 people.
55137      Branch: perl
55138            + t/lib/1_compile.t t/lib/compmod.pl
55139            ! MANIFEST
55140 ____________________________________________________________________________
55141 [  8470] By: jhi                                   on 2001/01/18  04:16:00
55142         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)
55143              From: Peter Prymmer <pvhp@forte.com>
55144              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
55145              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
55146              Replace #8463.
55147      Branch: maint-5.6/perl
55148            ! configure.com
55149 ____________________________________________________________________________
55150 [  8469] By: jhi                                   on 2001/01/18  04:13:02
55151         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)
55152              From: Peter Prymmer <pvhp@forte.com>
55153              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
55154              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
55155              Replace #8462.
55156      Branch: perl
55157            ! configure.com
55158 ____________________________________________________________________________
55159 [  8468] By: jhi                                   on 2001/01/18  03:42:08
55160         Log: Integrate perlio.
55161      Branch: perl
55162           !> gv.c mg.c perlio.c util.c
55163 ____________________________________________________________________________
55164 [  8467] By: nick                                  on 2001/01/17  22:41:10
55165         Log: "Safe" signals - trial implementation.
55166              gv.c tweaked to zero PL_sig_pend array
55167              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
55168              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
55169              Odd thing is that it "works" with PERLIO=stdio as well (linux).
55170      Branch: perlio
55171            ! gv.c mg.c perlio.c util.c
55172 ____________________________________________________________________________
55173 [  8466] By: nick                                  on 2001/01/17  20:40:20
55174         Log: Integrate mainline.
55175      Branch: perlio
55176           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55177           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
55178           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
55179           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55180           !> vos/config.ga.h win32/config.bc win32/config.gc
55181           !> win32/config.vc
55182 ____________________________________________________________________________
55183 [  8465] By: jhi                                   on 2001/01/17  18:37:13
55184         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
55185              From: Nicholas Clark <nick@ccl4.org>
55186              Date: Wed, 17 Jan 2001 17:31:33 +0000
55187              Message-ID: <20010117173133.I2633@plum.flirble.org>
55188      Branch: perl
55189            ! t/op/int.t
55190 ____________________________________________________________________________
55191 [  8464] By: jhi                                   on 2001/01/17  14:43:17
55192         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
55193              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55194              Date: Wed, 17 Jan 2001 15:16:43 +0100
55195              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
55196              
55197              pp_int() was dropping an NV to the floor,
55198              int(279964589018079/59) either returned not an integer
55199              4745162525730.15, or one got "Attempt to free unreferenced scalar."
55200      Branch: perl
55201            ! pp.c
55202 ____________________________________________________________________________
55203 [  8463] By: jhi                                   on 2001/01/17  06:12:42
55204         Log: (Replaced by #8470)
55205              
55206              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)
55207              From: "Craig A. Berry" <craigberry@mac.com>
55208              Date: Tue, 16 Jan 2001 23:38:46 -0600
55209              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
55210      Branch: maint-5.6/perl
55211            ! configure.com
55212 ____________________________________________________________________________
55213 [  8462] By: jhi                                   on 2001/01/17  06:11:31
55214         Log: (Replaced by #8469)
55215              
55216              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)
55217              From: "Craig A. Berry" <craigberry@mac.com>
55218              Date: Tue, 16 Jan 2001 23:38:46 -0600
55219              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
55220      Branch: perl
55221            ! configure.com
55222 ____________________________________________________________________________
55223 [  8461] By: jhi                                   on 2001/01/17  05:56:12
55224         Log: Allow for one trailing slash in the directory of mkdir().
55225      Branch: perl
55226            ! pp_sys.c
55227 ____________________________________________________________________________
55228 [  8460] By: jhi                                   on 2001/01/17  03:26:01
55229         Log: Metaconfig unit changes for #8459.
55230      Branch: metaconfig
55231            ! U/modified/Loc.U U/modified/sig_name.U
55232 ____________________________________________________________________________
55233 [  8459] By: jhi                                   on 2001/01/17  03:24:48
55234         Log: Define SIG_SIZE, the number of elements in the sig_name and
55235              sig_num arrays, including the final NULL entry.
55236      Branch: perl
55237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55238            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
55239            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
55240            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55241            ! win32/config.bc win32/config.gc win32/config.vc
55242 ____________________________________________________________________________
55243 [  8458] By: jhi                                   on 2001/01/17  01:41:33
55244         Log: Integrate perlio.
55245      Branch: perl
55246           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
55247           !> perlapi.h proto.h sv.c
55248 ____________________________________________________________________________
55249 [  8457] By: nick                                  on 2001/01/16  22:07:26
55250         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
55251              Provides all the "cost" but no benefit yet - it is to allow cost
55252              to be measured, and implementation experiments (just in mg.c?).
55253      Branch: perlio
55254            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
55255            ! perlapi.h proto.h sv.c
55256 ____________________________________________________________________________
55257 [  8456] By: nick                                  on 2001/01/16  21:07:07
55258         Log: Integrate mainline.
55259      Branch: perlio
55260           !> (integrate 51 files)
55261 ____________________________________________________________________________
55262 [  8455] By: jhi                                   on 2001/01/16  18:13:43
55263         Log: Subject: [PATCH] regcomp.c old feature removal
55264              From: mjd@plover.com
55265              Date: 16 Jan 2001 14:43:18 -0000 
55266              Message-ID: <20010116144318.7140.qmail@plover.com> 
55267      Branch: perl
55268            ! regcomp.c
55269 ____________________________________________________________________________
55270 [  8454] By: jhi                                   on 2001/01/16  16:12:39
55271         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
55272              From: "Indy Singh" <indy@nusphere.com>
55273              Date: Wed, 10 Jan 2001 20:17:49 -0500
55274              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
55275      Branch: maint-5.6/perl
55276            ! win32/Makefile
55277 ____________________________________________________________________________
55278 [  8453] By: jhi                                   on 2001/01/16  16:09:33
55279         Log: Update Changes.
55280      Branch: perl
55281            ! Changes patchlevel.h
55282 ____________________________________________________________________________
55283 [  8452] By: jhi                                   on 2001/01/16  15:42:04
55284         Log: Subject: Re: API Cleanup
55285              To: perl5-porters@perl.org
55286              Date: Tue, 16 Jan 2001 13:42:30 +0000
55287              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
55288              
55289              Subject: [PATCH] utf8.c documentation
55290              From: Simon Cozens <simon@cozens.net>
55291              Date: Tue, 16 Jan 2001 13:52:48 +0000
55292              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
55293              
55294              Subject: Re: API Cleanup
55295              From: Simon Cozens <simon@cozens.net>
55296              Date: Tue, 16 Jan 2001 14:58:55 +0000
55297              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
55298              
55299              UTF-8 doc patches.
55300      Branch: perl
55301            ! embed.pl pod/perlapi.pod utf8.c
55302 ____________________________________________________________________________
55303 [  8451] By: jhi                                   on 2001/01/16  14:41:39
55304         Log: podlators 1.07, from Russ Allbery.
55305      Branch: perl
55306            ! lib/Pod/Man.pm
55307 ____________________________________________________________________________
55308 [  8450] By: jhi                                   on 2001/01/16  14:24:19
55309         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
55310              From: "Indy Singh" <indy@nusphere.com>
55311              Date: Mon, 15 Jan 2001 20:59:40 -0500
55312              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
55313      Branch: perl
55314            ! win32/Makefile
55315 ____________________________________________________________________________
55316 [  8449] By: jhi                                   on 2001/01/16  03:42:55
55317         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
55318              at the setting of the ofs_sv in new_struct_thread() as the
55319              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
55320              uninitialized fields are, uh, initialized with),
55321              SvREFCNT_inc()ing that invited a core dump.
55322      Branch: perl
55323            ! util.c
55324 ____________________________________________________________________________
55325 [  8448] By: jhi                                   on 2001/01/16  01:49:07
55326         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
55327              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55328              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
55329              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
55330              
55331              Replace #8444 and #8445.
55332      Branch: perl
55333            ! ext/B/B.xs ext/B/B/Debug.pm
55334 ____________________________________________________________________________
55335 [  8447] By: jhi                                   on 2001/01/15  21:05:35
55336         Log: Subject: [PATCH] API Variable documentation   
55337              From: Simon Cozens <simon@cozens.net>
55338              Date: Mon, 15 Jan 2001 19:35:54 +0000
55339              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
55340      Branch: perl
55341            ! pod/perlapi.pod thrdvar.h
55342 ____________________________________________________________________________
55343 [  8446] By: jhi                                   on 2001/01/15  20:49:20
55344         Log: Signedness nit.
55345      Branch: perl
55346            ! pp_ctl.c
55347 ____________________________________________________________________________
55348 [  8445] By: jhi                                   on 2001/01/15  20:28:48
55349         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
55350      Branch: perl
55351            ! ext/B/B/Debug.pm
55352 ____________________________________________________________________________
55353 [  8444] By: jhi                                   on 2001/01/15  13:09:10
55354         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
55355      Branch: perl
55356            ! ext/B/B.xs
55357 ____________________________________________________________________________
55358 [  8443] By: jhi                                   on 2001/01/15  13:06:26
55359         Log: Missing from #8439.
55360      Branch: perl
55361            ! keywords.h mg.c
55362 ____________________________________________________________________________
55363 [  8442] By: jhi                                   on 2001/01/15  13:02:38
55364         Log: Subject: [PATCH @8436] Eliminate op_children
55365              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55366              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
55367              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
55368              
55369              Subject: [PATCH @8436] Re: Eliminate op_children
55370              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55371              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
55372              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
55373      Branch: perl
55374            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
55375            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
55376            ! op.c op.h
55377 ____________________________________________________________________________
55378 [  8441] By: jhi                                   on 2001/01/15  12:57:08
55379         Log: Use the /^Perl_/-less form of is_lvalue_sub().
55380      Branch: perl
55381            ! pp.h
55382 ____________________________________________________________________________
55383 [  8440] By: jhi                                   on 2001/01/15  05:13:09
55384         Log: Revert #8437 and #8438, the Linux large files story is more complex.
55385      Branch: metaconfig/U/perl
55386            ! d_fpos64_t.U d_off64_t.U
55387      Branch: perl
55388            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55389            ! config_h.SH configure.com epoc/config.sh perl.h
55390            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
55391            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55392            ! win32/config.bc win32/config.gc win32/config.vc
55393 ____________________________________________________________________________
55394 [  8439] By: jhi                                   on 2001/01/15  05:02:24
55395         Log: More UTF-8 patches from Inaba Hiroto.
55396              - The substr lval was still not okay.
55397              - Now pp_stringify and sv_setsv copies source's UTF8 flag
55398              even if IN_BYTE.  pp_stringify is called from fold_constants
55399              at optimization phase and "\x{100}" was made SvUTF8_off under
55400              use bytes (the bytes pragma is for "byte semantics" and not
55401              for "do not produce UTF8 data")
55402              - New `qu' operator to generate UTF8 string explicitly.
55403              Though I agree with the policy "0x00-0xff always produce bytes",
55404              sometimes want to such a string to be coded in UTF8.
55405              I can use pack"U0a*" but it requires more typing and has
55406              runtime overhead.
55407              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
55408              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
55409              string is not UTF8_on and has char 0x80-0xff.
55410              
55411              TODO: document and test qu.
55412      Branch: perl
55413            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
55414            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
55415            ! toke.c
55416 ____________________________________________________________________________
55417 [  8438] By: jhi                                   on 2001/01/14  05:10:23
55418         Log: (Reverted by #8440)
55419              
55420              Metaconfig unit changes for #8437.
55421      Branch: metaconfig/U/perl
55422            ! d_fpos64_t.U d_off64_t.U
55423 ____________________________________________________________________________
55424 [  8437] By: jhi                                   on 2001/01/14  04:55:34
55425         Log: (Reverted by #8440)
55426              
55427              Add <features.h> probing, seems to be needed for (some?)
55428              Linux largefileness.
55429      Branch: perl
55430            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55431            ! config_h.SH configure.com epoc/config.sh perl.h
55432            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
55433            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55434            ! win32/config.bc win32/config.gc win32/config.vc
55435 ____________________________________________________________________________
55436 [  8436] By: jhi                                   on 2001/01/13  17:47:21
55437         Log: Tighten some of the tests a bit.
55438      Branch: perl
55439            ! t/pragma/utf8.t
55440 ____________________________________________________________________________
55441 [  8435] By: jhi                                   on 2001/01/13  17:31:54
55442         Log: Integrate perlio.
55443      Branch: perl
55444           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
55445           !> win32/config_H.gc win32/config_H.vc
55446 ____________________________________________________________________________
55447 [  8434] By: nick                                  on 2001/01/13  11:36:53
55448         Log: Run dmake regen_config_h for Win32
55449      Branch: perlio
55450            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55451 ____________________________________________________________________________
55452 [  8433] By: nick                                  on 2001/01/13  11:31:55
55453         Log: VMS friendly patch to Encode compile process
55454      Branch: perlio
55455            ! ext/Encode/Makefile.PL ext/Encode/compile
55456 ____________________________________________________________________________
55457 [  8432] By: nick                                  on 2001/01/13  11:06:44
55458         Log: Integrate mainline
55459      Branch: perlio
55460           +> ext/B/B/Concise.pm
55461           !> (integrate 52 files)
55462 ____________________________________________________________________________
55463 [  8431] By: jhi                                   on 2001/01/13  05:55:55
55464         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
55465              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55466              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
55467              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
55468      Branch: perl
55469            ! ext/B/B/Concise.pm
55470 ____________________________________________________________________________
55471 [  8430] By: jhi                                   on 2001/01/13  04:24:18
55472         Log: The LVRET macro needed an aTHX.
55473      Branch: perl
55474            ! pp.h
55475 ____________________________________________________________________________
55476 [  8429] By: jhi                                   on 2001/01/13  02:12:42
55477         Log: Update Changes.
55478      Branch: perl
55479            ! Changes patchlevel.h
55480 ____________________________________________________________________________
55481 [  8428] By: jhi                                   on 2001/01/13  02:08:50
55482         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
55483              From: Peter Prymmer <pvhp@forte.com>
55484              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
55485              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
55486              
55487              Add a BEGIN guard for sloppy floating point division.
55488      Branch: perl
55489            ! lib/Math/BigInt.pm lib/bigint.pl
55490 ____________________________________________________________________________
55491 [  8427] By: jhi                                   on 2001/01/13  01:47:16
55492         Log: The B::Terse drop-in replacement wasn't quite drop-in.
55493      Branch: perl
55494            ! ext/B/B/Terse.pm
55495 ____________________________________________________________________________
55496 [  8426] By: jhi                                   on 2001/01/12  21:20:43
55497         Log: Use UVXf.
55498      Branch: perl
55499            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55500            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
55501            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
55502            ! vos/config.ga.def vos/config.ga.h win32/config.bc
55503            ! win32/config.gc win32/config.vc
55504 ____________________________________________________________________________
55505 [  8425] By: jhi                                   on 2001/01/12  20:20:14
55506         Log: Subject: [PATCH perl@8342] -Wformat
55507              From: Robin Barker <rmb1@cise.npl.co.uk>
55508              Date: Fri, 12 Jan 2001 20:03:14 GMT
55509              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
55510      Branch: perl
55511            ! ext/Encode/Encode.xs mg.c sv.c toke.c
55512 ____________________________________________________________________________
55513 [  8424] By: jhi                                   on 2001/01/12  20:01:48
55514         Log: Subject: B::Concise -- an improved replacement for B::Terse 
55515              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55516              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
55517              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
55518      Branch: perl
55519            + ext/B/B/Concise.pm
55520            ! MANIFEST ext/B/B/Terse.pm
55521 ____________________________________________________________________________
55522 [  8423] By: jhi                                   on 2001/01/12  19:24:02
55523         Log: The new metaconfig unit from the #8421.
55524      Branch: metaconfig/U/perl
55525            + d_sigprocmask.U
55526 ____________________________________________________________________________
55527 [  8422] By: jhi                                   on 2001/01/12  19:23:43
55528         Log: Forgot the microperl config from the #8421.
55529      Branch: perl
55530            ! uconfig.h uconfig.sh
55531 ____________________________________________________________________________
55532 [  8421] By: jhi                                   on 2001/01/12  19:05:27
55533         Log: Add sigprocmask() probe, regen Configure, regen toc.
55534      Branch: perl
55535            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55536            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
55537            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55538            ! vos/config.ga.h win32/config.bc win32/config.gc
55539            ! win32/config.vc
55540 ____________________________________________________________________________
55541 [  8420] By: jhi                                   on 2001/01/12  18:34:31
55542         Log: Add sockatmark() to the todo list.
55543      Branch: perl
55544            ! Todo-5.6
55545 ____________________________________________________________________________
55546 [  8419] By: jhi                                   on 2001/01/12  18:09:46
55547         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
55548      Branch: perl
55549            ! op.c
55550 ____________________________________________________________________________
55551 [  8418] By: jhi                                   on 2001/01/12  18:05:30
55552         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
55553              From: Radu Greab <radu@netsoft.ro>
55554              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
55555              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
55556      Branch: perl
55557            ! op.c t/pragma/sub_lval.t
55558 ____________________________________________________________________________
55559 [  8417] By: jhi                                   on 2001/01/12  16:09:09
55560         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
55561              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
55562              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
55563              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
55564      Branch: perl
55565            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
55566            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
55567            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
55568            ! t/pragma/sub_lval.t toke.c
55569 ____________________________________________________________________________
55570 [  8416] By: jhi                                   on 2001/01/12  15:42:06
55571         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
55572              From: "Richard Soderberg" <rs@crystalflame.net>
55573              Date: Fri, 12 Jan 2001 04:49:35 -0800
55574              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
55575              
55576              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
55577              according to the platform.
55578      Branch: perl
55579            ! op.c
55580 ____________________________________________________________________________
55581 [  8415] By: jhi                                   on 2001/01/12  15:33:41
55582         Log: One more UTF-8 fix from Inaba Hiroto.
55583      Branch: perl
55584            ! pp.c regexec.c t/pragma/utf8.t
55585 ____________________________________________________________________________
55586 [  8414] By: jhi                                   on 2001/01/12  15:30:18
55587         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
55588      Branch: perl
55589            ! regexec.c
55590 ____________________________________________________________________________
55591 [  8413] By: jhi                                   on 2001/01/12  15:22:10
55592         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
55593              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55594              Date: Thu, 11 Jan 2001 12:53:36 +0100
55595              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
55596      Branch: perl
55597            ! toke.c
55598 ____________________________________________________________________________
55599 [  8412] By: jhi                                   on 2001/01/12  15:20:25
55600         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
55601              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55602              Date: Fri, 12 Jan 2001 14:37:55 +0100
55603              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
55604      Branch: perl
55605            ! hints/posix-bc.sh
55606 ____________________________________________________________________________
55607 [  8411] By: jhi                                   on 2001/01/12  15:14:14
55608         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
55609              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55610              Date: Fri, 12 Jan 2001 10:42:21 +0100
55611              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
55612      Branch: perl
55613            ! t/op/regmesg.t
55614 ____________________________________________________________________________
55615 [  8410] By: jhi                                   on 2001/01/12  05:48:55
55616         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
55617              From: Nicholas Clark <nick@ccl4.org> 
55618              Date: Sun, 7 Jan 2001 19:47:14 +0000
55619              Message-ID: <20010107194714.B1048@plum.flirble.org>
55620      Branch: perl
55621            ! t/op/numconvert.t
55622 ____________________________________________________________________________
55623 [  8409] By: jhi                                   on 2001/01/12  05:41:28
55624         Log: Integrate perlio.
55625      Branch: perl
55626           !> mg.c scope.h
55627 ____________________________________________________________________________
55628 [  8408] By: nick                                  on 2001/01/11  22:43:28
55629         Log: Remove variables that were used in experiments.
55630      Branch: perlio
55631            ! mg.c
55632 ____________________________________________________________________________
55633 [  8407] By: nick                                  on 2001/01/11  20:57:44
55634         Log: Catch die in %SIG handler and unblock the signal before re-dying.
55635              This make Linux work _without_ sigsetjmp().
55636              Turn off sigsetjmp() to see what else it does.
55637              May need Configure probe for sigprocmask() if anything has sigaction()
55638              but not sigprocmask().
55639      Branch: perlio
55640            ! mg.c scope.h
55641 ____________________________________________________________________________
55642 [  8406] By: nick                                  on 2001/01/11  19:32:07
55643         Log: Integrate mainline
55644      Branch: perlio
55645           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
55646           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
55647           !> t/op/substr.t
55648 ____________________________________________________________________________
55649 [  8405] By: jhi                                   on 2001/01/11  17:11:01
55650         Log: Fix UTF-8 lval substr().
55651      Branch: perl
55652            ! mg.c t/op/substr.t
55653 ____________________________________________________________________________
55654 [  8404] By: jhi                                   on 2001/01/11  05:13:58
55655         Log: Update Changes.
55656      Branch: perl
55657            ! Changes patchlevel.h
55658 ____________________________________________________________________________
55659 [  8403] By: jhi                                   on 2001/01/11  04:38:24
55660         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
55661              From: Hugo <hv@crypt.compulink.co.uk>
55662              Date: Mon, 30 Oct 2000 01:33:26 +0000
55663              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
55664      Branch: perl
55665            ! regexec.c t/op/re_tests
55666 ____________________________________________________________________________
55667 [  8402] By: jhi                                   on 2001/01/11  04:26:12
55668         Log: Integrate perlio.
55669      Branch: perl
55670           !> scope.h util.c
55671 ____________________________________________________________________________
55672 [  8401] By: nick                                  on 2001/01/10  22:52:55
55673         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
55674              (So Alan and Ilya can try setting via hints.)
55675              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
55676              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
55677              doing the save everywhere seems to restart read() correctly, but just
55678              doing it once "round" the handler does not.
55679      Branch: perlio
55680            ! scope.h
55681 ____________________________________________________________________________
55682 [  8400] By: jhi                                   on 2001/01/10  21:57:54
55683         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
55684              of IRIX, HP-UX is unaffected.
55685      Branch: perl
55686            ! perl.h
55687 ____________________________________________________________________________
55688 [  8399] By: nick                                  on 2001/01/10  21:29:19
55689         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
55690      Branch: perlio
55691            ! util.c
55692 ____________________________________________________________________________
55693 [  8398] By: jhi                                   on 2001/01/10  20:55:31
55694         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
55695              also have ReusePort.
55696      Branch: perl
55697            ! ext/IO/lib/IO/Socket/INET.pm
55698 ____________________________________________________________________________
55699 [  8397] By: jhi                                   on 2001/01/10  20:50:57
55700         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
55701              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
55702              Date: Wed, 10 Jan 2001 01:38:13 -0800
55703              Message-ID: <20010110013813.B41744@yahoo-inc.com>
55704      Branch: perl
55705            ! ext/IO/lib/IO/Socket/INET.pm
55706 ____________________________________________________________________________
55707 [  8396] By: jhi                                   on 2001/01/10  20:49:30
55708         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
55709              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
55710              Date: Wed, 10 Jan 2001 01:37:32 -0800
55711              Message-ID: <20010110013732.A41744@yahoo-inc.com>
55712      Branch: perl
55713            ! ext/Socket/Socket.pm
55714 ____________________________________________________________________________
55715 [  8395] By: jhi                                   on 2001/01/10  20:41:37
55716         Log: Test for bug id 20010105.016 (fixed by #8378).
55717      Branch: perl
55718            ! t/op/split.t
55719 ____________________________________________________________________________
55720 [  8394] By: jhi                                   on 2001/01/10  20:26:32
55721         Log: Integrate perlio.
55722      Branch: perl
55723            ! util.c
55724 ____________________________________________________________________________
55725 [  8393] By: nick                                  on 2001/01/10  19:34:30
55726         Log: Back out Simon's pid hackery for now.
55727      Branch: perlio
55728            ! util.c
55729 ____________________________________________________________________________
55730 [  8392] By: nick                                  on 2001/01/10  19:23:13
55731         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
55732      Branch: perlio
55733           !> (integrate 29 files)
55734 ____________________________________________________________________________
55735 [  8391] By: jhi                                   on 2001/01/10  18:43:15
55736         Log: Subject: [PATCH] Fix my_pclose segfault
55737              From: Simon Cozens <simon@cozens.net>
55738              Date: Wed, 10 Jan 2001 18:39:35 +0000
55739              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
55740      Branch: perl
55741            ! util.c
55742 ____________________________________________________________________________
55743 [  8390] By: jhi                                   on 2001/01/10  18:42:08
55744         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
55745              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55746              Date:     Wed, 10 Jan 2001 13:23:02 EST
55747              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
55748      Branch: perl
55749            ! ext/Opcode/Opcode.xs
55750 ____________________________________________________________________________
55751 [  8389] By: jhi                                   on 2001/01/10  15:16:07
55752         Log: Turn off the integer preservation for now.
55753      Branch: perl
55754            ! perl.h
55755 ____________________________________________________________________________
55756 [  8388] By: jhi                                   on 2001/01/10  15:01:25
55757         Log: Few more IDE/editor nits from p5p.
55758      Branch: perl
55759            ! pod/perlfaq3.pod
55760 ____________________________________________________________________________
55761 [  8387] By: jhi                                   on 2001/01/10  06:53:16
55762         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
55763              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
55764              Date: Tue, 9 Jan 2001 23:16:02 +0000
55765              Message-ID: <20010109231602.A81101@plum.flirble.org>
55766      Branch: perl
55767            ! sv.c
55768 ____________________________________________________________________________
55769 [  8386] By: jhi                                   on 2001/01/10  03:17:54
55770         Log: Test cases for #8385 (from Simon's "torture.pl")
55771      Branch: perl
55772            ! t/op/tr.t
55773 ____________________________________________________________________________
55774 [  8385] By: jhi                                   on 2001/01/10  03:17:11
55775         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
55776              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
55777              Date: Wed, 10 Jan 2001 11:39:39 +0900
55778              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
55779              
55780              Some more UTF-8 tr cases fixed.
55781      Branch: perl
55782            ! doop.c
55783 ____________________________________________________________________________
55784 [  8384] By: jhi                                   on 2001/01/09  22:45:40
55785         Log: Allow the locale test needing POSIX and the taint test
55786              needing IPC::SysV to run under 'minitest' (basically,
55787              bail out if loading the extension fails)
55788      Branch: perl
55789            ! t/op/misc.t t/op/taint.t
55790 ____________________________________________________________________________
55791 [  8383] By: jhi                                   on 2001/01/09  21:36:04
55792         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
55793              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55794              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
55795              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
55796      Branch: perl
55797            ! t/io/openpid.t
55798 ____________________________________________________________________________
55799 [  8382] By: jhi                                   on 2001/01/09  21:06:08
55800         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
55801              Should finish up the bug id 20001205.022.
55802      Branch: perl
55803            ! pp.c pp_hot.c scope.c
55804 ____________________________________________________________________________
55805 [  8381] By: jhi                                   on 2001/01/09  18:27:43
55806         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
55807              From: Andy Dougherty <doughera@lafayette.edu>
55808              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
55809              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
55810              
55811              More robust yacc/bison error detection.
55812      Branch: perl
55813            ! t/comp/proto.t
55814 ____________________________________________________________________________
55815 [  8380] By: jhi                                   on 2001/01/09  15:21:38
55816         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
55817              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55818              Date:     Tue, 9 Jan 2001 07:53:55 EST
55819              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
55820      Branch: perl
55821            ! t/op/misc.t vms/test.com
55822 ____________________________________________________________________________
55823 [  8379] By: jhi                                   on 2001/01/09  15:20:38
55824         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
55825              From: jhi@cc.hut.fi
55826              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
55827              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
55828              
55829              The #8378 fixed this.
55830      Branch: perl
55831            ! t/op/tr.t
55832 ____________________________________________________________________________
55833 [  8378] By: jhi                                   on 2001/01/09  15:05:32
55834         Log: Subject: One more patch for UTF8 
55835              From: Inaba Hiroto <inaba@st.rim.or.jp>
55836              Date: Tue, 09 Jan 2001 01:04:32 +0900
55837              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
55838              
55839              UTF-8 fixes for 'x' and tr///.
55840      Branch: perl
55841            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
55842            ! regcomp.c regexec.c toke.c utf8.c
55843 ____________________________________________________________________________
55844 [  8377] By: jhi                                   on 2001/01/09  14:32:17
55845         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
55846      Branch: perl
55847            ! t/op/length.t
55848 ____________________________________________________________________________
55849 [  8376] By: jhi                                   on 2001/01/09  04:32:32
55850         Log: integrate changes #7775, #8316, #8316 from mainline
55851      Branch: maint-5.6/perl
55852            ! hints/solaris_2.sh
55853 ____________________________________________________________________________
55854 [  8375] By: jhi                                   on 2001/01/09  04:26:43
55855         Log: Update Changes.
55856      Branch: perl
55857            ! Changes patchlevel.h
55858 ____________________________________________________________________________
55859 [  8374] By: jhi                                   on 2001/01/09  04:14:32
55860         Log: IDE/editor section tweaking.
55861      Branch: perl
55862            ! pod/perlfaq3.pod
55863 ____________________________________________________________________________
55864 [  8373] By: jhi                                   on 2001/01/09  02:38:26
55865         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
55866              From: Peter Prymmer <pvhp@forte.com>
55867              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
55868              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
55869              
55870              In preparation os OS/390 dynamic loading.
55871      Branch: perl
55872            ! README.os390 hints/os390.sh
55873 ____________________________________________________________________________
55874 [  8372] By: jhi                                   on 2001/01/09  00:24:30
55875         Log: Integrate with perlio.
55876      Branch: perl
55877           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
55878 ____________________________________________________________________________
55879 [  8371] By: nick                                  on 2001/01/08  23:54:33
55880         Log: Fix "scalars leaked" bugs caused by overload magic
55881              (Highlighted by Ilya's DESTROY optimization.)
55882      Branch: perlio
55883            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
55884 ____________________________________________________________________________
55885 [  8370] By: nick                                  on 2001/01/08  20:19:41
55886         Log: Integrate mainline
55887      Branch: perlio
55888           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
55889           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
55890           !> t/op/64bitint.t
55891 ____________________________________________________________________________
55892 [  8369] By: jhi                                   on 2001/01/08  17:30:52
55893         Log: save_delete() Safefree() doesn't (anymore?) work with shared
55894              strings, one test failure in op/misc and almost all of lib/b.
55895              (Outcomments #8369.)
55896      Branch: perl
55897            ! scope.c
55898 ____________________________________________________________________________
55899 [  8368] By: jhi                                   on 2001/01/08  14:47:10
55900         Log: (Outcommented by #8369.)
55901              
55902              Subject: Re: Perl BugID 20001205.022 ---- save_delete
55903              From: Simon Cozens <simon@cozens.net>
55904              Date: Sat, 6 Jan 2001 11:48:40 +0000
55905              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
55906              
55907              The save_delete() does need the Safefree.
55908      Branch: perl
55909            ! scope.c
55910 ____________________________________________________________________________
55911 [  8367] By: bailey                                on 2001/01/08  08:53:52
55912         Log: Once again syncing after too long an absence
55913      Branch: vmsperl
55914           +> (branch 55 files)
55915            - MAINTAIN fix_pl vos/config.def vos/config.h
55916            - vos/config_h.SH_orig
55917           !> (integrate 498 files)
55918 ____________________________________________________________________________
55919 [  8366] By: jhi                                   on 2001/01/08  02:42:59
55920         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
55921              From: nick@ccl4.org
55922              Date: Sun, 7 Jan 2001 21:07:18 +0000
55923              Message-Id: <20010107210717.D1048@plum.flirble.org>
55924      Branch: perl
55925            ! sv.c t/op/64bitint.t
55926 ____________________________________________________________________________
55927 [  8365] By: jhi                                   on 2001/01/08  02:35:16
55928         Log: Subject: [PATCH] environ nit
55929              From: Simon Cozens <simon@cozens.net>
55930              Date: Sun, 7 Jan 2001 17:57:07 +0000
55931              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
55932              
55933              Use environ only if we have it.
55934      Branch: perl
55935            ! mg.c
55936 ____________________________________________________________________________
55937 [  8364] By: jhi                                   on 2001/01/08  02:24:51
55938         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
55939      Branch: perl
55940            ! ext/GDBM_File/GDBM_File.xs
55941 ____________________________________________________________________________
55942 [  8363] By: jhi                                   on 2001/01/08  02:19:24
55943         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
55944              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55945              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
55946              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
55947      Branch: perl
55948            ! dump.c op.c
55949 ____________________________________________________________________________
55950 [  8362] By: jhi                                   on 2001/01/08  02:17:43
55951         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
55952              From: Doug MacEachern <dougm@covalent.net>
55953              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
55954              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
55955              
55956              Allow AUTOLOAD to be an xsub and allow such xsubs
55957              to avoid use of $AUTOLOAD.
55958      Branch: perl
55959            ! gv.c
55960 ____________________________________________________________________________
55961 [  8361] By: jhi                                   on 2001/01/08  02:16:07
55962         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
55963              From: Radu Greab <radu@netsoft.ro>
55964              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
55965              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
55966              
55967              No need for the potentially nonportable $SIG{CHLD}.
55968      Branch: perl
55969            ! t/io/pipe.t
55970 ____________________________________________________________________________
55971 [  8360] By: jhi                                   on 2001/01/08  01:58:23
55972         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
55973      Branch: perl
55974            ! lib/Getopt/Long.pm
55975 ____________________________________________________________________________
55976 [  8359] By: jhi                                   on 2001/01/08  01:55:44
55977         Log: Integrate perlio.
55978      Branch: perl
55979           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
55980           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
55981           !> utf8.c win32/Makefile
55982 ____________________________________________________________________________
55983 [  8358] By: jhi                                   on 2001/01/07  21:16:50
55984         Log: Update the EPOC cross SDK URL.
55985      Branch: perl
55986            ! README.epoc
55987 ____________________________________________________________________________
55988 [  8357] By: jhi                                   on 2001/01/07  21:16:09
55989         Log: Update the EPOC cross SDK URL.
55990      Branch: maint-5.6/perl
55991            ! README.epoc
55992 ____________________________________________________________________________
55993 [  8356] By: nick                                  on 2001/01/06  21:47:52
55994         Log: FILE * in XS code for PerlIO world:
55995              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
55996              - Add FILE * T_STDIO typemap.
55997              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
55998      Branch: perlio
55999            ! lib/ExtUtils/typemap perlio.c perlio.h
56000 ____________________________________________________________________________
56001 [  8355] By: jhi                                   on 2001/01/06  20:27:15
56002         Log: integrate change #8336 from mainline
56003              
56004              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
56005      Branch: maint-5.6/perl
56006            ! hv.c
56007 ____________________________________________________________________________
56008 [  8354] By: jhi                                   on 2001/01/06  20:24:29
56009         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56010              From: Robin Barker <rmb1@cise.npl.co.uk>
56011              Date: Fri, 22 Dec 2000 12:17:38 GMT
56012              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
56013              
56014              The patch reformats some long =item lines so they give
56015              correct output via pod2man | nroff -man
56016              
56017              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56018              From: Robin Barker <rmb1@cise.npl.co.uk>
56019              Date: Tue, 2 Jan 2001 15:35:03 GMT
56020              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
56021              
56022              Here is a _further_ patch which corrects a few more errors:
56023              * an empty C<=item> in CPAN.pm
56024              * patching the wrong file (pod/perlamiga.pod not README.amiga)
56025              * leaving empty C<=item>s which formatted incorrectly
56026              * over long C<=item>s revealed by latest patch to Pod::Man
56027      Branch: maint-5.6/perl
56028            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
56029            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
56030            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
56031            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
56032            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
56033            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
56034 ____________________________________________________________________________
56035 [  8353] By: jhi                                   on 2001/01/06  20:21:10
56036         Log: integrate changes #7980, 8056, 8057 from mainline
56037              
56038              UTF-8 hash keys.
56039      Branch: maint-5.6/perl
56040            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
56041 ____________________________________________________________________________
56042 [  8352] By: jhi                                   on 2001/01/06  20:18:44
56043         Log: Forgotten from #8438.
56044      Branch: maint-5.6/perl
56045            ! epoc/epocish.h
56046 ____________________________________________________________________________
56047 [  8351] By: jhi                                   on 2001/01/06  20:18:12
56048         Log: Forgotten from #8347.
56049      Branch: maint-5.6/perl
56050            ! config_h.SH
56051 ____________________________________________________________________________
56052 [  8350] By: jhi                                   on 2001/01/06  20:00:19
56053         Log: Thinko in #8347.
56054      Branch: maint-5.6/perl
56055            ! regcomp.c
56056 ____________________________________________________________________________
56057 [  8349] By: jhi                                   on 2001/01/06  18:05:30
56058         Log: Copy the FAQ3 IDE section from the development branch,
56059              changes originally by Peter Prymmer.
56060      Branch: maint-5.6/perl
56061            ! pod/perlfaq3.pod
56062 ____________________________________________________________________________
56063 [  8348] By: jhi                                   on 2001/01/06  18:03:02
56064         Log: EPOC updates for TRIAL1.
56065              
56066              Subject: [5.6.1 trial1] EPOC update
56067              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56068              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
56069              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
56070              
56071              Subject: epoc patch2 for perl-5.6.1-trial1
56072              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56073              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
56074              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
56075      Branch: maint-5.6/perl
56076            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
56077            ! epoc/epocish.c
56078 ____________________________________________________________________________
56079 [  8347] By: jhi                                   on 2001/01/06  17:29:10
56080         Log: integrate changes #7710,7824,7973 from mainline,
56081              plus VMS nits from Peter Prymmer and Dan Sugalski.
56082              
56083              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
56084              library (getprotobyname and getprotobynumber are outversioned by
56085              the same calls in libc, at least for xlc version 3.
56086              
56087              Add HAS_SBRK_PROTO.
56088              
56089              Fixes for signedness warnings noticed by VMSperlers.
56090      Branch: maint-5.6/perl
56091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56092            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
56093            ! sv.c vms/descrip_mms.template vos/config.alpha.def
56094            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56095            ! win32/config.bc win32/config.gc win32/config.vc
56096 ____________________________________________________________________________
56097 [  8346] By: nick                                  on 2001/01/06  14:36:01
56098         Log: Fixup accumulated integrate muddles (perlio == devperl again)
56099      Branch: perlio
56100            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
56101 ____________________________________________________________________________
56102 [  8345] By: nick                                  on 2001/01/06  14:24:58
56103         Log: Integrate mainline
56104      Branch: perlio
56105           !> (integrate 55 files)
56106 ____________________________________________________________________________
56107 [  8344] By: jhi                                   on 2001/01/06  02:24:02
56108         Log: Subject: [patch] PerlIO_cleanup() prototype
56109              From: Doug MacEachern <dougm@covalent.net>
56110              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
56111              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
56112      Branch: perl
56113            ! perlio.h
56114 ____________________________________________________________________________
56115 [  8343] By: jhi                                   on 2001/01/06  01:04:09
56116         Log: IRIX compiler noticed that the bof initialization might be
56117              bypassed by control flow.
56118      Branch: perl
56119            ! toke.c
56120 ____________________________________________________________________________
56121 [  8342] By: jhi                                   on 2001/01/06  00:10:48
56122         Log: Update Changes.
56123      Branch: perl
56124            ! Changes patchlevel.h
56125 ____________________________________________________________________________
56126 [  8341] By: jhi                                   on 2001/01/05  23:52:33
56127         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
56128      Branch: perl
56129            ! toke.c
56130 ____________________________________________________________________________
56131 [  8340] By: jhi                                   on 2001/01/05  22:44:08
56132         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
56133              From: Radu Greab <radu@netsoft.ro>
56134              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
56135              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
56136      Branch: perl
56137            ! t/io/pipe.t util.c
56138 ____________________________________________________________________________
56139 [  8339] By: jhi                                   on 2001/01/05  22:35:17
56140         Log: Subject: [PATCH] format and rewording in perlfaq.pod
56141              From: Robin Barker <rmb1@cise.npl.co.uk>
56142              Date: Fri, 5 Jan 2001 18:51:20 GMT
56143              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
56144      Branch: perl
56145            ! pod/perlfaq.pod
56146 ____________________________________________________________________________
56147 [  8338] By: jhi                                   on 2001/01/05  22:31:17
56148         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
56149              From: Peter Prymmer <pvhp@forte.com>
56150              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
56151              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
56152      Branch: perl
56153            ! utils/perlbug.PL
56154 ____________________________________________________________________________
56155 [  8337] By: jhi                                   on 2001/01/05  18:15:11
56156         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
56157              From: Robin Barker <rmb1@cise.npl.co.uk>
56158              Date: Tue, 2 Jan 2001 15:24:07 GMT
56159              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
56160              
56161              If you call configure as C<./Configure> or C<sh ./Configure>,
56162              $src is set to the absolute path name, not '.'.
56163              
56164              This, in turn, means -Dmksymlink tries to do its stuff because
56165              it does not think it is in the src directory.
56166              
56167              (plus a metaconfig nitfix)
56168      Branch: metaconfig
56169            ! U/compline/ccflags.U U/modified/src.U
56170      Branch: perl
56171            ! Configure config_h.SH
56172 ____________________________________________________________________________
56173 [  8336] By: jhi                                   on 2001/01/05  17:48:32
56174         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
56175              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56176              Message-ID: <3A5606C4.473D2226@uk.sun.com>
56177              Date: Fri, 05 Jan 2001 17:39:16 +0000
56178      Branch: perl
56179            ! hv.c
56180 ____________________________________________________________________________
56181 [  8335] By: jhi                                   on 2001/01/05  16:05:44
56182         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
56183      Branch: perl
56184            ! lib/Getopt/Long.pm
56185 ____________________________________________________________________________
56186 [  8334] By: jhi                                   on 2001/01/05  16:00:51
56187         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
56188              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
56189              Date: Fri, 05 Jan 2001 13:46:51 +0100
56190              Message-ID: <13693.978698811@nice.ram.loc>
56191              
56192              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
56193              accurate reading of the "atime".  
56194      Branch: perl
56195            ! t/io/fs.t
56196 ____________________________________________________________________________
56197 [  8333] By: jhi                                   on 2001/01/05  15:57:37
56198         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
56199              From: Simon Cozens <simon@cozens.net>
56200              Date: Fri, 8 Dec 2000 13:33:31 +0000
56201              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
56202              
56203              A lost patch fragment.
56204      Branch: perl
56205            ! doop.c
56206 ____________________________________________________________________________
56207 [  8332] By: jhi                                   on 2001/01/05  15:40:42
56208         Log: Do away with strncpy() and a fixed length buffer.
56209      Branch: perl
56210            ! utf8.c
56211 ____________________________________________________________________________
56212 [  8331] By: jhi                                   on 2001/01/05  15:03:07
56213         Log: Tests for #8329 and #8330.
56214      Branch: perl
56215            ! t/op/bop.t
56216 ____________________________________________________________________________
56217 [  8330] By: jhi                                   on 2001/01/05  15:02:38
56218         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
56219              raw 8-bit form to the UTF-8 string.
56220      Branch: perl
56221            ! toke.c
56222 ____________________________________________________________________________
56223 [  8329] By: jhi                                   on 2001/01/05  14:55:13
56224         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
56225              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56226              Date: Fri, 5 Jan 2001 12:28:52 +0100
56227              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
56228              
56229              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
56230              no effect.  (changed the strncpy() to Copy())
56231      Branch: perl
56232            ! toke.c
56233 ____________________________________________________________________________
56234 [  8328] By: jhi                                   on 2001/01/05  06:44:27
56235         Log: UTF-8 cleanup.
56236      Branch: perl
56237            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
56238            ! regexec.c sv.c toke.c
56239 ____________________________________________________________________________
56240 [  8327] By: jhi                                   on 2001/01/05  01:11:29
56241         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')
56242              From: Radu Greab <radu@netsoft.ro>
56243              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
56244              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
56245              
56246              Cleans up Harness to not use FileHandle, which uses IO.
56247      Branch: perl
56248            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56249 ____________________________________________________________________________
56250 [  8326] By: jhi                                   on 2001/01/05  00:56:37
56251         Log: Update Changes.
56252      Branch: perl
56253            ! Changes patchlevel.h
56254 ____________________________________________________________________________
56255 [  8325] By: jhi                                   on 2001/01/05  00:53:18
56256         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
56257              From: Peter Prymmer <pvhp@forte.com>
56258              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
56259              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
56260              
56261              plus a couple more tailing whitespace removals.
56262      Branch: perl
56263            ! win32/Makefile
56264 ____________________________________________________________________________
56265 [  8324] By: jhi                                   on 2001/01/05  00:47:39
56266         Log: Add some Unicode chop() tests.
56267      Branch: perl
56268            ! t/op/chop.t
56269 ____________________________________________________________________________
56270 [  8323] By: jhi                                   on 2001/01/05  00:47:23
56271         Log: Unify UTF-8 malformedness handling.
56272      Branch: perl
56273            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
56274 ____________________________________________________________________________
56275 [  8322] By: jhi                                   on 2001/01/04  22:21:54
56276         Log: The new $issymlink was unknown to Mksymlinks.
56277      Branch: metaconfig/U/perl
56278            ! Mksymlinks.U issymlink.U
56279      Branch: perl
56280            ! Configure config_h.SH
56281 ____________________________________________________________________________
56282 [  8321] By: jhi                                   on 2001/01/04  21:51:05
56283         Log: The test didn't work under the core test framework.
56284      Branch: perl
56285            ! t/lib/st-lock.t
56286 ____________________________________________________________________________
56287 [  8320] By: jhi                                   on 2001/01/04  21:14:22
56288         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
56289      Branch: perl
56290            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
56291 ____________________________________________________________________________
56292 [  8319] By: jhi                                   on 2001/01/04  20:46:17
56293         Log: Typo in #8312 when manually applying a problematic patch fragment.
56294      Branch: perl
56295            ! ext/Storable/Storable.xs
56296 ____________________________________________________________________________
56297 [  8318] By: jhi                                   on 2001/01/04  20:43:01
56298         Log: The $sh_c didn't fly.
56299      Branch: metaconfig
56300            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
56301            ! U/modified/Loc.U U/modified/myhostname.U
56302            ! U/modified/spitshell.U
56303      Branch: metaconfig/U/perl
56304            ! issymlink.U
56305      Branch: perl
56306            ! Configure config_h.SH
56307 ____________________________________________________________________________
56308 [  8317] By: jhi                                   on 2001/01/04  19:58:01
56309         Log: AIX builtin test -h is broken, changes based on
56310              
56311              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
56312              Date: Tue, 02 Jan 2001 11:24:39 +0100
56313              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56314              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
56315      Branch: metaconfig
56316            + U/modified/spitshell.U
56317            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
56318            ! U/modified/Loc.U U/modified/myhostname.U
56319      Branch: metaconfig/U/perl
56320            ! Mksymlinks.U issymlink.U
56321      Branch: perl
56322            ! Configure
56323 ____________________________________________________________________________
56324 [  8316] By: jhi                                   on 2001/01/04  19:02:22
56325         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
56326              From: Andy Dougherty <doughera@lafayette.edu>
56327              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
56328              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
56329              
56330              Beware of GNU ld.
56331      Branch: perl
56332            ! hints/solaris_2.sh
56333 ____________________________________________________________________________
56334 [  8315] By: jhi                                   on 2001/01/04  18:56:48
56335         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
56336              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
56337              Date: Wed, 3 Jan 2001 07:58:51 +0100
56338              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
56339      Branch: perl
56340            ! hints/solaris_2.sh
56341 ____________________________________________________________________________
56342 [  8314] By: jhi                                   on 2001/01/04  18:54:07
56343         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
56344              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56345              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
56346              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
56347              
56348              Doc tweak on #8313.
56349      Branch: perl
56350            ! ext/B/B/Deparse.pm
56351 ____________________________________________________________________________
56352 [  8313] By: jhi                                   on 2001/01/04  18:52:27
56353         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
56354              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
56355              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56356              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
56357              
56358              Make the peephole optimizer to bypass more null ops and
56359              and rewrite the deparse handling of continue blocks.
56360      Branch: perl
56361            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
56362 ____________________________________________________________________________
56363 [  8312] By: jhi                                   on 2001/01/04  18:47:39
56364         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
56365      Branch: perl
56366            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
56367            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56368            ! t/lib/st-lock.t
56369 ____________________________________________________________________________
56370 [  8311] By: jhi                                   on 2001/01/04  18:36:08
56371         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
56372              filter to be run on each .pm during the pm_to_blib() phase,
56373              a fixed version of
56374              
56375              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
56376              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
56377              Date: Wed, 03 Jan 2001 22:01:30 +0100
56378              Message-ID: <5296.978555690@nice.ram.loc>
56379      Branch: perl
56380            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
56381            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
56382            ! lib/ExtUtils/MakeMaker.pm
56383 ____________________________________________________________________________
56384 [  8310] By: jhi                                   on 2001/01/04  18:32:54
56385         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56386              From: Robin Barker <rmb1@cise.npl.co.uk>
56387              Date: Tue, 2 Jan 2001 15:35:03 GMT
56388              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
56389      Branch: perl
56390            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
56391            ! pod/perlrequick.pod
56392 ____________________________________________________________________________
56393 [  8309] By: jhi                                   on 2001/01/04  18:29:07
56394         Log: Subject: Re: [patch] static-ize XS()
56395              From: Doug MacEachern <dougm@covalent.net>
56396              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
56397              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
56398              
56399              Provide prototypes for the XS functions.
56400      Branch: perl
56401            ! lib/ExtUtils/xsubpp
56402 ____________________________________________________________________________
56403 [  8308] By: jhi                                   on 2001/01/04  18:27:44
56404         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
56405              From: Doug MacEachern <dougm@covalent.net>
56406              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
56407              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
56408      Branch: perl
56409            ! lib/ExtUtils/typemap
56410 ____________________________________________________________________________
56411 [  8307] By: jhi                                   on 2001/01/04  18:25:25
56412         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
56413              From: Doug MacEachern <dougm@covalent.net>
56414              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
56415              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
56416              
56417              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
56418      Branch: perl
56419            ! lib/ExtUtils/MM_Unix.pm
56420 ____________________________________________________________________________
56421 [  8306] By: jhi                                   on 2001/01/04  18:23:00
56422         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
56423              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56424              Date: Thu, 4 Jan 2001 12:47:10 +0100 
56425              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
56426              
56427              The toke.c part only, patching embed.h and proto.h is futile.
56428      Branch: perl
56429            ! toke.c
56430 ____________________________________________________________________________
56431 [  8305] By: jhi                                   on 2001/01/04  18:05:51
56432         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
56433              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56434              Date: Thu, 4 Jan 2001 17:50:12 +0100 
56435              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
56436      Branch: perl
56437            ! toke.c
56438 ____________________________________________________________________________
56439 [  8304] By: jhi                                   on 2001/01/04  18:03:26
56440         Log: Subject: [PATCH perl@8269]
56441              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56442              Date: Thu, 4 Jan 2001 12:53:39 +0100 
56443              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
56444              
56445              If running byacc write-enable also perly.h.
56446      Branch: perl
56447            ! Makefile.SH
56448 ____________________________________________________________________________
56449 [  8303] By: jhi                                   on 2001/01/04  15:40:49
56450         Log: Rewrite pp_concat() in terms of sv_catsv().
56451      Branch: perl
56452            ! pp_hot.c
56453 ____________________________________________________________________________
56454 [  8302] By: nick                                  on 2001/01/03  22:43:22
56455         Log: Integrate mainline.
56456      Branch: perlio
56457           !> ext/Encode/Encode.xs sv.c utf8.c
56458 ____________________________________________________________________________
56459 [  8301] By: jhi                                   on 2001/01/02  23:40:26
56460         Log: Variable naming tweak.
56461      Branch: perl
56462            ! sv.c
56463 ____________________________________________________________________________
56464 [  8300] By: jhi                                   on 2001/01/02  23:40:02
56465         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
56466              in is_utf8_string().
56467      Branch: perl
56468            ! utf8.c
56469 ____________________________________________________________________________
56470 [  8299] By: jhi                                   on 2001/01/02  22:14:40
56471         Log: Integrate perlio.
56472      Branch: perl
56473           !> pp.c pp_hot.c win32/Makefile
56474 ____________________________________________________________________________
56475 [  8298] By: nick                                  on 2001/01/02  22:03:06
56476         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
56477      Branch: perlio
56478            ! pp.c pp_hot.c
56479 ____________________________________________________________________________
56480 [  8297] By: jhi                                   on 2001/01/02  04:26:28
56481         Log: Signedness nit.
56482      Branch: perl
56483            ! ext/Encode/Encode.xs
56484 ____________________________________________________________________________
56485 [  8296] By: nick                                  on 2001/01/01  23:49:36
56486         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
56487      Branch: perlio
56488            ! win32/Makefile
56489 ____________________________________________________________________________
56490 [  8295] By: jhi                                   on 2001/01/01  23:05:48
56491         Log: Integrate perlio.
56492      Branch: perl
56493           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
56494           !> t/lib/encode.t
56495 ____________________________________________________________________________
56496 [  8294] By: nick                                  on 2001/01/01  22:48:34
56497         Log: Integrate mainline
56498      Branch: perlio
56499            ! pp_hot.c t/lib/encode.t
56500           !> (integrate 65 files)
56501 ____________________________________________________________________________
56502 [  8293] By: nick                                  on 2001/01/01  21:58:50
56503         Log: More rigor in UTF-8-ness of Encode's toUnicode
56504              XS export some of the utf8 internal functions.
56505              Test some of the functions.
56506              Fix pp_concat() bug shown by said tests.
56507      Branch: perlio
56508            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
56509            ! t/lib/encode.t
56510 ____________________________________________________________________________
56511 [  8292] By: jhi                                   on 2001/01/01  18:11:44
56512         Log: Integrate perlio.
56513      Branch: perl
56514           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
56515           !> ext/Encode/encengine.c ext/Encode/encode.h
56516 ____________________________________________________________________________
56517 [  8291] By: jhi                                   on 2001/01/01  18:10:58
56518         Log: Podify README.mpeix (a new version from the web),
56519              add a dummy NAME to Carp::Heavy, regen toc.
56520      Branch: perl
56521            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
56522            ! pod/perltoc.pod
56523 ____________________________________________________________________________
56524 [  8290] By: nick                                  on 2001/01/01  17:43:47
56525         Log: Loose the "Loading..." warning.
56526              Another bug in fallback support
56527      Branch: perlio
56528            ! ext/Encode/Encode.pm ext/Encode/encengine.c
56529 ____________________________________________________________________________
56530 [  8289] By: jhi                                   on 2001/01/01  00:01:57
56531         Log: Bump up Larry's copyright.
56532      Branch: perl
56533            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
56534            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
56535            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
56536            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
56537            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
56538            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
56539            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
56540            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
56541 ____________________________________________________________________________
56542 [  8288] By: nick                                  on 2000/12/31  21:27:53
56543         Log: Fix .ucm reading - forgot a chr()
56544              Start of .ucm write (for .enc to .ucm)
56545      Branch: perlio
56546            ! ext/Encode/compile
56547 ____________________________________________________________________________
56548 [  8287] By: jhi                                   on 2000/12/31  18:15:56
56549         Log: Comment away a diagnostic message as noted by Craig A. Berry
56550              (the unexpected message was confusing testing)
56551      Branch: perl
56552            ! ext/Encode/Encode.pm
56553 ____________________________________________________________________________
56554 [  8286] By: jhi                                   on 2000/12/31  18:14:51
56555         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
56556              Date: Sun, 31 Dec 2000 11:17:37 -0600
56557              From: "Craig A. Berry" <craigberry@mac.com>
56558              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
56559      Branch: perl
56560            ! ext/Encode/Makefile.PL
56561 ____________________________________________________________________________
56562 [  8285] By: nick                                  on 2000/12/31  18:11:54
56563         Log: Start of support of ICU-style .ucm files:
56564              - teach compile how to read a .ucm file
56565              - first guess at how to represent fallbacks in "tries".
56566              - use fallbacks if check == 0
56567              - new return code to indicate we used one.
56568      Branch: perlio
56569            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
56570            ! ext/Encode/encengine.c ext/Encode/encode.h
56571 ____________________________________________________________________________
56572 [  8284] By: jhi                                   on 2000/12/31  18:04:41
56573         Log: Pacify picky VMS compiler.
56574              
56575              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
56576              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56577              Date: Sat, 30 Dec 2000 18:10:02 -0600
56578              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
56579      Branch: perl
56580            ! sv.c
56581 ____________________________________________________________________________
56582 [  8283] By: jhi                                   on 2000/12/31  16:11:47
56583         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
56584      Branch: perl
56585            ! t/lib/glob-basic.t
56586 ____________________________________________________________________________
56587 [  8282] By: jhi                                   on 2000/12/31  15:26:11
56588         Log: Integrate perlio.
56589      Branch: perl
56590           !> makedef.pl opcode.pl os2/os2.c perlio.c
56591 ____________________________________________________________________________
56592 [  8281] By: nick                                  on 2000/12/31  10:06:15
56593         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
56594              is available to be exported
56595      Branch: perlio
56596            ! makedef.pl perlio.c
56597 ____________________________________________________________________________
56598 [  8280] By: nick                                  on 2000/12/31  09:41:26
56599         Log: Ilya's OS2 patch (testing for damage on Win32)
56600      Branch: perlio
56601            ! makedef.pl opcode.pl os2/os2.c
56602 ____________________________________________________________________________
56603 [  8279] By: jhi                                   on 2000/12/30  21:52:07
56604         Log: Test nits.
56605      Branch: perl
56606            ! t/lib/syslfs.t t/op/lfs.t
56607 ____________________________________________________________________________
56608 [  8278] By: jhi                                   on 2000/12/30  21:47:49
56609         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
56610              From: andreas.koenig@anima.de (Andreas J. Koenig)
56611              Date: 30 Dec 2000 22:35:37 +0100
56612              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
56613              
56614              The 32-bit wraparound test wasn't quite right.
56615      Branch: perl
56616            ! t/lib/syslfs.t t/op/lfs.t
56617 ____________________________________________________________________________
56618 [  8277] By: jhi                                   on 2000/12/30  21:33:44
56619         Log: Subject: [PATCH] open() example in perlfunc.pod 
56620              From: Karsten Sperling <s_sperli@ira.uka.de>
56621              Date: Sat, 30 Dec 2000 22:27:09 +0100
56622              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
56623      Branch: perl
56624            ! pod/perlfunc.pod
56625 ____________________________________________________________________________
56626 [  8276] By: jhi                                   on 2000/12/30  20:32:40
56627         Log: Not quite that many tests yet.
56628      Branch: perl
56629            ! t/op/pat.t
56630 ____________________________________________________________________________
56631 [  8275] By: jhi                                   on 2000/12/30  20:26:58
56632         Log: Integrate perlio.
56633      Branch: perl
56634           !> toke.c
56635 ____________________________________________________________________________
56636 [  8274] By: jhi                                   on 2000/12/30  20:24:56
56637         Log: Signedness nit.
56638      Branch: perl
56639            ! utf8.c
56640 ____________________________________________________________________________
56641 [  8273] By: jhi                                   on 2000/12/30  20:15:46
56642         Log: Add a test case for 20000731.001 which was fixed by the #8267.
56643      Branch: perl
56644            ! t/op/pat.t
56645 ____________________________________________________________________________
56646 [  8272] By: nick                                  on 2000/12/30  19:47:51
56647         Log: Tweak for MULTIPLICITY/USE_PERLIO
56648      Branch: perlio
56649            ! toke.c
56650 ____________________________________________________________________________
56651 [  8271] By: nick                                  on 2000/12/30  19:46:45
56652         Log: Integrate mainline
56653      Branch: perlio
56654           +> lib/unicode/distinct.pm
56655           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
56656           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
56657           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
56658 ____________________________________________________________________________
56659 [  8270] By: jhi                                   on 2000/12/30  19:39:50
56660         Log: Subject: RE: perl@8269
56661              From: "Richard Soderberg" <rs@crystalflame.net>
56662              Date: Sat, 30 Dec 2000 11:36:27 -0800
56663              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
56664              
56665              A missing aTHX_.
56666      Branch: perl
56667            ! toke.c
56668 ____________________________________________________________________________
56669 [  8269] By: jhi                                   on 2000/12/30  18:55:48
56670         Log: Update Changes.
56671      Branch: perl
56672            ! Changes patchlevel.h
56673 ____________________________________________________________________________
56674 [  8268] By: jhi                                   on 2000/12/30  17:18:40
56675         Log: Add a test for Unicode split //.  The #8267 was the cure.
56676      Branch: perl
56677            ! t/op/split.t
56678 ____________________________________________________________________________
56679 [  8267] By: jhi                                   on 2000/12/30  17:14:19
56680         Log: Subject: more UTF8 test suites and an UTF8 patch
56681              From: Inaba Hiroto <inaba@st.rim.or.jp>
56682              Date: Sat, 30 Dec 2000 14:27:10 +0900
56683              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
56684              
56685              Just the patch part for now, and the pragma renamed
56686              as unicode::distinct.
56687      Branch: perl
56688            + lib/unicode/distinct.pm
56689            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
56690            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
56691            ! regcomp.h regexec.c sv.c toke.c utf8.c
56692 ____________________________________________________________________________
56693 [  8266] By: nick                                  on 2000/12/30  16:40:49
56694         Log: Integrate mainline
56695      Branch: perlio
56696           +> lib/Pod/Text/Overstrike.pm
56697           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
56698           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
56699           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
56700           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
56701           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
56702 ____________________________________________________________________________
56703 [  8265] By: jhi                                   on 2000/12/30  07:28:55
56704         Log: The sv_catsv() fix, take two.
56705      Branch: perl
56706            ! sv.c t/op/join.t
56707 ____________________________________________________________________________
56708 [  8264] By: jhi                                   on 2000/12/30  06:19:18
56709         Log: Undo all the join-related changes since #8248: relevant
56710              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
56711              The new sv_catsv() doesn't fly so it must go back to
56712              the drawing board.
56713      Branch: perl
56714            ! sv.c t/op/join.t t/pragma/utf8.t
56715 ____________________________________________________________________________
56716 [  8263] By: jhi                                   on 2000/12/30  01:08:32
56717         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
56718      Branch: perl
56719            ! sv.c
56720 ____________________________________________________________________________
56721 [  8262] By: jhi                                   on 2000/12/30  00:45:14
56722         Log: Retract #8261.
56723      Branch: perl
56724            ! hv.c util.c
56725 ____________________________________________________________________________
56726 [  8261] By: jhi                                   on 2000/12/30  00:38:32
56727         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
56728      Branch: perl
56729            ! hv.c util.c
56730 ____________________________________________________________________________
56731 [  8260] By: jhi                                   on 2000/12/29  22:51:33
56732         Log: (Retracted by #8264)  More fixing for #8251.
56733      Branch: perl
56734            ! sv.c
56735 ____________________________________________________________________________
56736 [  8259] By: jhi                                   on 2000/12/29  18:27:30
56737         Log: Subject: podlators 1.06 released
56738              From: Russ Allbery <rra@stanford.edu>
56739              Date: 25 Dec 2000 05:09:30 -0800
56740              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
56741      Branch: perl
56742            + lib/Pod/Text/Overstrike.pm
56743            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
56744            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
56745 ____________________________________________________________________________
56746 [  8258] By: jhi                                   on 2000/12/29  18:20:45
56747         Log: Make the large file tests more robust/talkative as suggested by
56748              
56749              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
56750              From: andreas.koenig@anima.de (Andreas J. Koenig)
56751              Date: 29 Dec 2000 14:23:01 +0100
56752              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
56753      Branch: perl
56754            ! t/lib/syslfs.t t/op/lfs.t
56755 ____________________________________________________________________________
56756 [  8257] By: jhi                                   on 2000/12/29  17:48:04
56757         Log: Further VMS piping fixes from Charles Lane:
56758              
56759              In summary, error messages produced when a subprocess terminated
56760              abnormally were being sent not just to the parent process, but to
56761              grandparents, because of default values for error output that were
56762              not completely overridden when the subprocess was started.
56763              
56764              This patch fixes this behavior by defining user-mode (i.e., temporary
56765              for the duration of the program) logical names for SYS$OUTPUT and
56766              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
56767              changes to make it so that the user-mode logicals are the ones that
56768              control where Perl's error messages go if it terminates abnormally.
56769              
56770              I also added some gratuitous fixes to the indentation of braces in
56771              the piping code.  It just looked ugly, before.
56772      Branch: perl
56773            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
56774 ____________________________________________________________________________
56775 [  8256] By: jhi                                   on 2000/12/29  17:45:12
56776         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
56777              From: "Casey R. Tweten" <crt@kiski.net>
56778              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
56779              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
56780              
56781              Tests for for #8240.
56782      Branch: perl
56783            ! t/pragma/constant.t
56784 ____________________________________________________________________________
56785 [  8255] By: jhi                                   on 2000/12/29  17:43:07
56786         Log: Subject: Re: [PATCH] Interesting syntax idea
56787              From: Simon Cozens <simon@cozens.net>
56788              Date: Fri, 29 Dec 2000 14:34:04 +0000
56789              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
56790              
56791              Tests for #8254.
56792      Branch: perl
56793            ! t/pragma/sub_lval.t
56794 ____________________________________________________________________________
56795 [  8254] By: jhi                                   on 2000/12/29  17:42:11
56796         Log: Subject: [PATCH] Interesting syntax idea
56797              From: Simon Cozens <simon@cozens.net>
56798              Date: Wed, 27 Dec 2000 05:08:57 +0000
56799              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
56800              
56801              Make opens + bareword assigns do typeglob assigns.
56802      Branch: perl
56803            ! op.c
56804 ____________________________________________________________________________
56805 [  8253] By: jhi                                   on 2000/12/29  17:36:45
56806         Log: Output the (apparent) version of gcc, as suggested by
56807              
56808              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
56809              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
56810              Date: 26 Dec 2000 04:29:17 -0500
56811              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
56812              
56813              (The patch as such didn't any more apply as the misparsing had
56814              already been addressed in #6474.)  Also change the wording about
56815              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
56816      Branch: perl
56817            ! hints/dec_osf.sh
56818 ____________________________________________________________________________
56819 [  8252] By: nick                                  on 2000/12/29  12:14:31
56820         Log: Integrate mainline
56821      Branch: perlio
56822           !> (integrate 27 files)
56823 ____________________________________________________________________________
56824 [  8251] By: jhi                                   on 2000/12/29  08:45:46
56825         Log: (Retracted by #8264)
56826              
56827              (Fixed by #8260.)
56828              
56829              sv_catsv() needs one more byte space than seems reasonable.
56830              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
56831              Curiouser and curiouser.
56832      Branch: perl
56833            ! sv.c
56834 ____________________________________________________________________________
56835 [  8250] By: jhi                                   on 2000/12/29  07:57:52
56836         Log: More split // UTF-8 tests.
56837      Branch: perl
56838            ! t/pragma/utf8.t
56839 ____________________________________________________________________________
56840 [  8249] By: jhi                                   on 2000/12/29  07:54:51
56841         Log: (Retracted by #8264)  More join() testing which was good because
56842              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
56843      Branch: perl
56844            ! pp.c t/op/join.t utf8.c utf8.h
56845 ____________________________________________________________________________
56846 [  8248] By: jhi                                   on 2000/12/29  07:08:32
56847         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
56848              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
56849              that the only cases to care about are byte+byte and byte+character.
56850              
56851              TODO: See how well pp_concat() could be implemented in terms
56852              of sv_catsv().
56853      Branch: perl
56854            ! doop.c sv.c t/op/join.t utf8.h
56855 ____________________________________________________________________________
56856 [  8247] By: jhi                                   on 2000/12/29  06:35:23
56857         Log: Signedness nit.
56858      Branch: perl
56859            ! pp_hot.c
56860 ____________________________________________________________________________
56861 [  8246] By: jhi                                   on 2000/12/29  01:23:31
56862         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
56863              From: Lupe Christoph <lupe@lupe-christoph.de>
56864              Date: Thu, 28 Dec 2000 23:00:00 +0100
56865              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
56866              
56867              Suggest rsync --delete --dry-run.
56868      Branch: perl
56869            ! pod/perlhack.pod
56870 ____________________________________________________________________________
56871 [  8245] By: jhi                                   on 2000/12/28  23:57:05
56872         Log: The maxiters upper limit sanity check (guarding against
56873              non-progress) assumed bytes instead of characters in s///
56874              and split().
56875      Branch: perl
56876            ! pp.c pp_hot.c
56877 ____________________________________________________________________________
56878 [  8244] By: jhi                                   on 2000/12/28  23:34:08
56879         Log: Make some panic messages a bit more logical.
56880      Branch: perl
56881            ! doop.c pod/perldiag.pod pp.c pp_hot.c
56882 ____________________________________________________________________________
56883 [  8243] By: jhi                                   on 2000/12/28  22:59:16
56884         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
56885              From: Simon Cozens <simon@cozens.net>
56886              Date: Wed, 27 Dec 2000 02:30:03 +0000
56887              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
56888      Branch: perl
56889            ! pp.c t/pragma/sub_lval.t
56890 ____________________________________________________________________________
56891 [  8242] By: jhi                                   on 2000/12/28  22:56:53
56892         Log: Subject: [PATCH blead] Fix B::Terse indentation
56893              From: Daniel Chetlin <daniel@chetlin.com>
56894              Date: Wed, 27 Dec 2000 06:43:30 -0800
56895              Message-ID: <20001227064329.B9573@darkstar>
56896      Branch: perl
56897            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
56898 ____________________________________________________________________________
56899 [  8241] By: jhi                                   on 2000/12/28  22:48:59
56900         Log: The latter patch from the
56901              
56902              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
56903              From: Peter Prymmer <pvhp@forte.com> 
56904              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
56905              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
56906              
56907              (the former patch from the above should have been
56908              taken care of by Nick I-S)
56909      Branch: perl
56910            ! win32/Makefile
56911 ____________________________________________________________________________
56912 [  8240] By: jhi                                   on 2000/12/28  22:45:22
56913         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
56914              From: "Casey R. Tweten" <crt@kiski.net>
56915              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
56916              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
56917      Branch: perl
56918            ! lib/constant.pm
56919 ____________________________________________________________________________
56920 [  8239] By: jhi                                   on 2000/12/28  22:37:45
56921         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
56922              From: Simon Cozens <simon@cozens.net>
56923              Date: Wed, 27 Dec 2000 14:12:44 +0000
56924              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
56925      Branch: perl
56926            ! t/op/method.t t/op/sort.t toke.c
56927 ____________________________________________________________________________
56928 [  8238] By: jhi                                   on 2000/12/28  22:30:32
56929         Log: Subject: [PATCH perl@8229] Call.pm
56930              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56931              Date: Mon, 25 Dec 2000 10:47:15 -0000
56932              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
56933      Branch: perl
56934            ! ext/Filter/Util/Call/Call.pm
56935 ____________________________________________________________________________
56936 [  8237] By: jhi                                   on 2000/12/28  22:19:21
56937         Log: Subject: [PATCH blead] Fix problem with `&' prototype
56938              From: Daniel Chetlin <daniel@chetlin.com>
56939              Date: Wed, 27 Dec 2000 15:55:32 -0800
56940              Message-ID: <20001227155532.D9573@darkstar>
56941      Branch: perl
56942            ! op.c t/comp/proto.t
56943 ____________________________________________________________________________
56944 [  8236] By: jhi                                   on 2000/12/28  22:09:25
56945         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
56946              From: Daniel Chetlin <daniel@chetlin.com>
56947              Date: Sun, 24 Dec 2000 04:09:49 -0800
56948              Message-ID: <20001224040949.B3090@darkstar>
56949      Branch: perl
56950            ! gv.c mg.c t/op/attrs.t
56951 ____________________________________________________________________________
56952 [  8235] By: jhi                                   on 2000/12/28  22:07:11
56953         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
56954              From: Jan Dubois <jand@ActiveState.com>
56955              Date: Tue, 26 Dec 2000 20:57:31 -0800
56956              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
56957      Branch: perl
56958            ! win32/win32.c
56959 ____________________________________________________________________________
56960 [  8234] By: jhi                                   on 2000/12/28  21:52:42
56961         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
56962              From: Simon Cozens <simon@cozens.net>
56963              Date: Thu, 28 Dec 2000 20:33:13 +0000
56964              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
56965      Branch: perl
56966            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
56967 ____________________________________________________________________________
56968 [  8233] By: jhi                                   on 2000/12/28  19:40:49
56969         Log: Integrate perlio.
56970      Branch: perl
56971           !> ext/Encode/Makefile.PL ext/Encode/compile
56972 ____________________________________________________________________________
56973 [  8232] By: nick                                  on 2000/12/23  16:06:00
56974         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
56975              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
56976      Branch: perlio
56977            ! ext/Encode/Makefile.PL
56978 ____________________________________________________________________________
56979 [  8231] By: nick                                  on 2000/12/23  14:30:34
56980         Log: "Compiled" encode build cleanup
56981              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
56982              - .c files do not export sub-tables
56983      Branch: perlio
56984            ! ext/Encode/Makefile.PL ext/Encode/compile
56985 ____________________________________________________________________________
56986 [  8230] By: nick                                  on 2000/12/23  12:50:37
56987         Log: Integrate mainline
56988      Branch: perlio
56989           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
56990           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
56991           !> pod/perl5004delta.pod pod/perl5005delta.pod
56992           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
56993           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
56994           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
56995           !> pod/perlsub.pod
56996 ____________________________________________________________________________
56997 [  8229] By: jhi                                   on 2000/12/22  15:32:12
56998         Log: Integrate perlio.
56999      Branch: perl
57000           +> win32/distclean.bat
57001           !> MANIFEST t/io/utf8.t
57002 ____________________________________________________________________________
57003 [  8228] By: jhi                                   on 2000/12/22  15:29:40
57004         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
57005              From: Robin Barker <rmb1@cise.npl.co.uk>
57006              Date: Fri, 22 Dec 2000 12:17:38 GMT
57007              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
57008      Branch: perl
57009            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
57010            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
57011            ! pod/perl5004delta.pod pod/perl5005delta.pod
57012            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
57013            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
57014            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
57015            ! pod/perlsub.pod
57016 ____________________________________________________________________________
57017 [  8227] By: jhi                                   on 2000/12/22  15:24:28
57018         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
57019              From: "John L. Allen" <allen@grumman.com>
57020              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
57021              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
57022              
57023              Document APPLLIB_EXP.
57024      Branch: perl
57025            ! INSTALL
57026 ____________________________________________________________________________
57027 [  8226] By: nick                                  on 2000/12/21  22:11:50
57028         Log: Handy script for when one forgets to "dmake clean" 
57029      Branch: perlio
57030            + win32/distclean.bat
57031            ! MANIFEST
57032 ____________________________________________________________________________
57033 [  8225] By: nick                                  on 2000/12/21  21:54:04
57034         Log: CRLF platform issue with io/utf8 fix.
57035      Branch: perlio
57036            ! t/io/utf8.t
57037 ____________________________________________________________________________
57038 [  8224] By: nick                                  on 2000/12/21  21:02:20
57039         Log: Integrate mainline
57040      Branch: perlio
57041           !> Changes Configure Makefile.SH Porting/Glossary
57042           !> Porting/config.sh Porting/config_H configure.com
57043           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
57044           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
57045           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
57046           !> win32/config.bc win32/config.gc win32/config.vc
57047 ____________________________________________________________________________
57048 [  8223] By: jhi                                   on 2000/12/21  17:09:16
57049         Log: Update Changes.
57050      Branch: perl
57051            ! Changes patchlevel.h
57052 ____________________________________________________________________________
57053 [  8222] By: jhi                                   on 2000/12/21  16:24:01
57054         Log: Metaconfig unit changes for #8221.
57055      Branch: metaconfig/U/perl
57056           +> issymlink.U
57057            - testsyml.U
57058            ! Mksymlinks.U
57059 ____________________________________________________________________________
57060 [  8221] By: jhi                                   on 2000/12/21  16:23:48
57061         Log: Rename testsyml to issymlink.
57062      Branch: perl
57063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57064            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
57065            ! win32/config.vc
57066 ____________________________________________________________________________
57067 [  8220] By: jhi                                   on 2000/12/21  15:47:26
57068         Log: Robustness support for #8218 (symlink forest) since the GNU
57069              tools seem to be overly picky about symlinkage depths.
57070      Branch: perl
57071            ! Makefile.SH t/io/fs.t
57072 ____________________________________________________________________________
57073 [  8219] By: jhi                                   on 2000/12/21  15:38:27
57074         Log: Metaconfig changes for #8218.
57075      Branch: metaconfig
57076            ! U/modified/Oldconfig.U
57077      Branch: metaconfig/U/perl
57078            + Mksymlinks.U
57079            ! testsyml.U
57080 ____________________________________________________________________________
57081 [  8218] By: jhi                                   on 2000/12/21  15:37:57
57082         Log: Add Configure option -Dmksymlinks which will create a symlink
57083              forest if the current/build differs from the source directory.
57084              TODO: mkdir -p is not portable.
57085      Branch: perl
57086            ! Configure
57087 ____________________________________________________________________________
57088 [  8217] By: jhi                                   on 2000/12/21  14:39:12
57089         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
57090              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
57091              Date: Thu, 21 Dec 2000 09:38:18 GMT
57092              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
57093              
57094              The ofs became an SV.
57095      Branch: perl
57096            ! ext/Thread/Thread.xs
57097 ____________________________________________________________________________
57098 [  8216] By: jhi                                   on 2000/12/21  05:40:21
57099         Log: The polymorphism seems to have fixed 20000517.001.
57100      Branch: perl
57101            ! t/pragma/utf8.t
57102 ____________________________________________________________________________
57103 [  8215] By: jhi                                   on 2000/12/21  04:44:52
57104         Log: read() documentation tweak for 20001121.004.
57105      Branch: perl
57106            ! pod/perlfunc.pod
57107 ____________________________________________________________________________
57108 [  8214] By: jhi                                   on 2000/12/21  03:54:11
57109         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
57110      Branch: perl
57111            ! pp_sys.c t/op/misc.t
57112 ____________________________________________________________________________
57113 [  8213] By: jhi                                   on 2000/12/21  00:28:10
57114         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
57115              From: Peter Prymmer <pvhp@forte.com>
57116              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
57117              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
57118      Branch: perl
57119            ! configure.com
57120 ____________________________________________________________________________
57121 [  8212] By: jhi                                   on 2000/12/21  00:26:21
57122         Log: Edit edit edit.
57123      Branch: perl
57124            ! pod/perlfaq3.pod
57125 ____________________________________________________________________________
57126 [  8211] By: jhi                                   on 2000/12/20  18:52:46
57127         Log: Update Changes.
57128      Branch: perl
57129            ! Changes patchlevel.h
57130 ____________________________________________________________________________
57131 [  8210] By: jhi                                   on 2000/12/20  18:34:47
57132         Log: Yet another editor edit.
57133      Branch: perl
57134            ! pod/perlfaq3.pod
57135 ____________________________________________________________________________
57136 [  8209] By: jhi                                   on 2000/12/20  15:33:28
57137         Log: More Win32 Perling.
57138      Branch: perl
57139            ! pod/perlfaq3.pod
57140 ____________________________________________________________________________
57141 [  8208] By: jhi                                   on 2000/12/20  15:07:46
57142         Log: More Win32 editor/IDE/shell hints.
57143      Branch: perl
57144            ! pod/perlfaq3.pod
57145 ____________________________________________________________________________
57146 [  8207] By: jhi                                   on 2000/12/20  03:54:08
57147         Log: Subject: [PATCH] obscure timing knowledge
57148              From: Nicholas Clark <nick@ccl4.org>
57149              Date: Tue, 19 Dec 2000 19:22:31 +0000
57150              Message-ID: <20001219192231.F2827@plum.flirble.org>
57151      Branch: perl
57152            ! sv.c
57153 ____________________________________________________________________________
57154 [  8206] By: jhi                                   on 2000/12/20  03:45:57
57155         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
57156              From: Spider Boardman <spider@leggy.zk3.dec.com>
57157              Date: Tue, 19 Dec 2000 21:30:16 -0500
57158              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
57159      Branch: perl
57160            ! sv.c
57161 ____________________________________________________________________________
57162 [  8205] By: jhi                                   on 2000/12/19  23:02:01
57163         Log: Update Changes.
57164      Branch: perl
57165            ! Changes patchlevel.h
57166 ____________________________________________________________________________
57167 [  8204] By: jhi                                   on 2000/12/19  22:58:18
57168         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
57169              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
57170              on editors and diffing/patching.
57171      Branch: perl
57172            ! t/op/utf8decode.t
57173 ____________________________________________________________________________
57174 [  8203] By: nick                                  on 2000/12/19  21:36:16
57175         Log: Integrate mainline (forgot my own change...)
57176      Branch: perlio
57177           !> ext/Encode/compile
57178 ____________________________________________________________________________
57179 [  8202] By: nick                                  on 2000/12/19  21:34:42
57180         Log: Integrate mainline.
57181      Branch: perlio
57182           !> (integrate 61 files)
57183 ____________________________________________________________________________
57184 [  8201] By: nick                                  on 2000/12/19  21:34:06
57185         Log: Avoid looking for File::Glob when we don't need it.
57186      Branch: perl
57187            ! ext/Encode/compile
57188 ____________________________________________________________________________
57189 [  8200] By: jhi                                   on 2000/12/19  18:35:49
57190         Log: Update Changes.
57191      Branch: perl
57192            ! Changes patchlevel.h
57193 ____________________________________________________________________________
57194 [  8199] By: jhi                                   on 2000/12/19  18:35:07
57195         Log: Microperl tweaks.
57196      Branch: perl
57197            ! sv.c uconfig.h uconfig.sh
57198 ____________________________________________________________________________
57199 [  8198] By: jhi                                   on 2000/12/19  18:29:59
57200         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
57201      Branch: perl
57202            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57203            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
57204 ____________________________________________________________________________
57205 [  8197] By: jhi                                   on 2000/12/19  17:55:29
57206         Log: In VMS embedded perls couldn't access the statically built Socket,
57207              from Charles Lane.
57208      Branch: perl
57209            ! configure.com
57210 ____________________________________________________________________________
57211 [  8196] By: jhi                                   on 2000/12/19  17:49:50
57212         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
57213              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
57214              Date: Sun, 17 Dec 2000 19:11:44 -0000
57215              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
57216      Branch: perl
57217            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57218            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
57219 ____________________________________________________________________________
57220 [  8195] By: jhi                                   on 2000/12/19  17:47:53
57221         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
57222              From: Jonathan Stowe <gellyfish@gellyfish.com>
57223              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
57224              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
57225      Branch: perl
57226            ! utils/h2xs.PL
57227 ____________________________________________________________________________
57228 [  8194] By: jhi                                   on 2000/12/19  17:46:28
57229         Log: Subject: Re: useless use of void context work-around
57230              From: andreas.koenig@anima.de (Andreas J. Koenig)
57231              Date: 16 Dec 2000 15:13:36 +0100
57232              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
57233              
57234              Document (comment) the q(di ds ig) trick in the code.
57235      Branch: perl
57236            ! op.c
57237 ____________________________________________________________________________
57238 [  8193] By: jhi                                   on 2000/12/19  17:10:57
57239         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
57240              From: "Mark J. Reed" <mreed@strange.turner.com>
57241              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
57242              Message-Id: <200012160222.VAA13986@strange.turner.com>
57243      Branch: perl
57244            ! ext/Sys/Syslog/Syslog.pm
57245 ____________________________________________________________________________
57246 [  8192] By: jhi                                   on 2000/12/19  17:07:45
57247         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
57248              From: Nicholas Clark <nick@ccl4.org>
57249              Date: Sat, 16 Dec 2000 19:03:13 +0000
57250              Message-ID: <20001216190313.D68304@plum.flirble.org>
57251      Branch: perl
57252            ! t/op/64bitint.t
57253 ____________________________________________________________________________
57254 [  8191] By: jhi                                   on 2000/12/19  17:06:13
57255         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
57256              From: Dominic Dunlop <domo@computer.org>
57257              Date: Mon, 18 Dec 2000 12:00:15 +0100
57258              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
57259              
57260              This patchlet is needed in order that perl can be statically linked.  
57261      Branch: perl
57262            ! regexec.c
57263 ____________________________________________________________________________
57264 [  8190] By: jhi                                   on 2000/12/19  17:03:08
57265         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
57266              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57267              Date: Sun, 17 Dec 2000 00:18:35 -0600
57268              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
57269      Branch: perl
57270            ! perlio.h vms/gen_shrfls.pl
57271 ____________________________________________________________________________
57272 [  8189] By: jhi                                   on 2000/12/19  16:20:28
57273         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
57274              From: Prymmer/Kahn <pvhp@best.com>
57275              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
57276              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
57277              
57278              A better version of #8188.
57279      Branch: perl
57280            ! pod/perlfaq3.pod
57281 ____________________________________________________________________________
57282 [  8188] By: jhi                                   on 2000/12/19  15:57:06
57283         Log: (Replaced by #8189)
57284              
57285              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
57286              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
57287              From: Prymmer/Kahn <pvhp@best.com>
57288              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
57289              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
57290              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
57291              Date: Mon, 18 Dec 2000 11:10:45 -0500
57292              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
57293      Branch: perl
57294            ! pod/perlfaq3.pod
57295 ____________________________________________________________________________
57296 [  8187] By: jhi                                   on 2000/12/19  15:54:19
57297         Log: Email address fix for Anton Berezin.
57298      Branch: perl
57299            ! AUTHORS
57300 ____________________________________________________________________________
57301 [  8186] By: jhi                                   on 2000/12/19  15:38:54
57302         Log: Subject: [PATCH perl@8102] cygwin port
57303              From: "Eric Fifer" <efifer@dircon.co.uk> 
57304              Date: Thu, 14 Dec 2000 13:41:29 -0000
57305              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
57306              
57307              When compiling modules the data item that is being imported
57308              from libperl.dll needs to be tagged as imported/shared data:
57309              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
57310      Branch: perl
57311            ! perliol.h
57312 ____________________________________________________________________________
57313 [  8185] By: jhi                                   on 2000/12/19  14:53:24
57314         Log: Regen uconfig.h and uconfig.sh.
57315      Branch: perl
57316            ! uconfig.h uconfig.sh
57317 ____________________________________________________________________________
57318 [  8184] By: jhi                                   on 2000/12/18  20:43:49
57319         Log: Comments work so much better when they are closed.
57320      Branch: perl
57321            ! regcomp.c
57322 ____________________________________________________________________________
57323 [  8183] By: jhi                                   on 2000/12/18  18:04:02
57324         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
57325              Fixes the bug 20001218.016.
57326      Branch: perl
57327            ! regcomp.c
57328 ____________________________________________________________________________
57329 [  8182] By: gsar                                  on 2000/12/18  09:53:47
57330         Log: delete spurious files
57331      Branch: maint-5.6/perl
57332            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
57333            - vos/config.h vos/config_h.SH_orig
57334 ____________________________________________________________________________
57335 [  8181] By: gsar                                  on 2000/12/18  09:46:08
57336         Log: regen perltoc
57337      Branch: maint-5.6/perl
57338            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
57339 ____________________________________________________________________________
57340 [  8180] By: gsar                                  on 2000/12/18  09:20:27
57341         Log: integrate changes#7924..7926,7946,7952 from mainline
57342              
57343              A test works better if it has the right 1..$n output.
57344              
57345              All the core library users of Class::Struct seem to be
57346              using "use Class::Struct 'struct';" instead of the bare
57347              "use Class::Struct;", which isn't documented in Class::Struct.
57348              This can't be right.
57349              
57350              Make the Class::Struct import() wiser.
57351              
57352              Upgrade to CPAN 1.59_51, from Andreas König.
57353              
57354              Subject: Re: long shell lines
57355              Split overly long shell command lines.
57356      Branch: maint-5.6/perl
57357           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
57358           !> lib/File/stat.pm t/lib/class-struct.t
57359 ____________________________________________________________________________
57360 [  8179] By: gsar                                  on 2000/12/18  08:55:54
57361         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
57362              7918,7919,7988,8907 from mainline (various)
57363              
57364              Subject: [ID 20001127.004] White space problem in perlamiga.pod
57365              
57366              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
57367              
57368              Subject: [PATCH] perlcc.PL cleanups
57369              
57370              Subject: [PATCH] Updating perltie.pod for arrays
57371              
57372              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
57373              Subject: Re: [PATCH] Updating perltie.pod for arrays
57374              Subject: Re: [PATCH] Updating perltie.pod for arrays
57375              
57376              One more perltie.pod nit from Casey R. Tweten.
57377              
57378              Subject: [PATCH] $^O  win32 -> MSWin32
57379              plus similar nits for vms, err, VMS, and UNICOS.
57380              
57381              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
57382              More checking in case someone has broken their services or
57383              protocol databases.
57384              
57385              Make "use Class::Struct 'struct';" work again (broken by #7617);
57386              add a test for Class::Struct.
57387              
57388              Integrate the "skip" messages to explain().
57389              
57390              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
57391      Branch: maint-5.6/perl
57392           +> t/lib/class-struct.t
57393           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
57394           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
57395           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
57396 ____________________________________________________________________________
57397 [  8178] By: gsar                                  on 2000/12/18  08:16:30
57398         Log: avoid redefinition warnings on windows due to sys/socket.h getting
57399              #included before win32.h
57400      Branch: maint-5.6/perl
57401            ! win32/include/sys/socket.h
57402 ____________________________________________________________________________
57403 [  8177] By: gsar                                  on 2000/12/18  05:24:04
57404         Log: make regen_headers; fix POSIX.xs problems; remove outdated
57405              code from sys/socket.h that makes build fail now
57406      Branch: maint-5.6/perl
57407            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
57408            ! pod/perlapi.pod
57409           !> win32/include/sys/socket.h
57410 ____________________________________________________________________________
57411 [  8176] By: gsar                                  on 2000/12/18  05:20:17
57412         Log: update Changes
57413      Branch: maint-5.6/perl
57414            ! Changes patchlevel.h
57415 ____________________________________________________________________________
57416 [  8175] By: gsar                                  on 2000/12/18  04:57:48
57417         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
57418              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
57419              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
57420              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
57421              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
57422              7823,7825,7838
57423              
57424              Subject: Re: [PATCH] README.solaris
57425              
57426              Add getpagesize() probing, on non-UNIX guess 'undef'.
57427              
57428              Simplify the getpagesize() unit by dropping the
57429              pagesize probe since it's nowadays slightly more
57430              complicated because of sysconf(). (Note: if some
57431              platform really needs the -lPW for getpagesize,
57432              I just broke it.)
57433              TODO: a new pagesize unit.
57434              
57435              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
57436              
57437              MachTen doesn't really do mmap() and munmap().
57438              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
57439              
57440              More README.solaris updates from Andy Dougherty.
57441              
57442              Copy the s// information of README.hpux also to the perlrun.
57443              
57444              Add HAS_FSYNC, lack noticed by Nicholas Clark.
57445              
57446              Add a metaconfig unit for fsync.
57447              
57448              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
57449              
57450              Many subdocumented return values of the IO extension now documented.
57451              ungetc and write still left subdocumented.
57452              Subject: [PATCH] (was Re: IO::Handle::ungetc)
57453              
57454              Document tell() on special streams.
57455              
57456              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
57457              
57458              Subject: [ID 20001112.007] sfio's sftell isn't ftell
57459              
57460              Couple of tests from #7660 salvaged.
57461              
57462              Tweak the definition of the bit complement on UTF-8 data:
57463              if none of the characters in the string are > 0xff,
57464              the result is a complemented byte string, not a (UTF-8)
57465              char string.  Based on the summary in
57466              Subject: Re: [ID 20000918.005] ~ on wide chars
57467              This should give us the maximum backward (pre-char string)
57468              compatibility and utf8 compatibility.  The other alternative
57469              would be to limit the bit complement to be always byte only,
57470              taking the least significant byte of the chars.
57471              
57472              Cleanup messy #ifdef.
57473              
57474              Typos in #7667.
57475              
57476              Declare reg_data like reg_substr_data.
57477              
57478              Placate nervous compilers that see longer than ints switch()ing.
57479              
57480              Remove the new two tests of lib/io_xs for now, they seem to
57481              fail under perlio on some platforms.
57482              
57483              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
57484              
57485              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
57486              
57487              Subject: tiny typo in perl5db.pl
57488              
57489              Subject: some additions for makefiles for win32 (for perl@7674)
57490              
57491              Hoist the duplicated socket/netdb include logic to perl.h;
57492              undef SETERRNO in case SOCKS has defined it.  Based on:
57493              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
57494              
57495              Regen Configure.
57496              
57497              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
57498              (a macro to define signed and unsigned integer constants).
57499              
57500              Use UINT64_C().
57501              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
57502              
57503              Use u_int32_t for the size of hash_cb(), not size_t.
57504              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
57505              
57506              Quit utf8_to_uv() instantly if curlen == 0.
57507              
57508              Subject: [PATCH: perl@7674] updates to README.os390
57509              
57510              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
57511              
57512              EBCDIC tweaks.
57513              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
57514              
57515              Linenumber fix.
57516              
57517              SOCKS has its own USE_THREADS, based on
57518              Subject: [ID 20001114.002] et. al. bugfix followup
57519              
57520              UINT64_C() work continues.
57521              
57522              Detypo.
57523              
57524              The type of the hash_cb() size argument is tricky.
57525              
57526              Add fwalk() probe to the configuration files and regen perltoc.
57527              
57528              Subject: perllocale.pod changes
57529              
57530              Avoid an infinite loop in VMS when utils scripts are run
57531              with no arguments, from Charles Lane.
57532              
57533              Subject: Re: Bug in Carp::Heavy/5.6.0?
57534              
57535              For Solaris use64bitall the stdchar needs a little bit of help.
57536              
57537              The long double hints can be here or there.
57538              
57539              Test tweak for the open pragma.
57540              
57541              Also the 64bitall hints can be either here or there.
57542              
57543              As surmised the #7719 wasn't a good move.
57544              
57545              Subject: Fix for 20000409.001
57546              
57547              Subject: Fix for 20000815.006
57548              It's really 20000518.006.
57549              
57550              Subject: [PATCH 5.6.0 README.win32] very minor typos
57551              
57552              Subject: Fix for README.amiga (20000323.033)
57553              
57554              Explain in more detail the {} syntax ambiguousity.
57555              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
57556              
57557              Sparc 64-bit pack() fix from Jens Hamisch.
57558              
57559              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
57560              
57561              Subject: podlators 1.05 available        
57562              
57563              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
57564              
57565              Subject: [perl 7711: EPOC] updates
57566              
57567              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
57568              
57569              Miraculous typo.
57570              
57571              sysseek() instead of seek().
57572              
57573              Solaris hints tweaks.
57574              
57575              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
57576              This may be overly harsh but until proven otherwise, we think this
57577              way, or until we have a simple test for Configure (having to start
57578              up servers is does not count as simple) to check for the problems.
57579              
57580              Remove the shared object before attempting to create
57581              (by linking) a new one.  E.g. in AIX not removing
57582              becomes quite painful if one tries to do more than one
57583              build in the same tree (an interrupted build, for example),
57584              since the AIX' shared dynaloader seemingly keeps the shared
57585              objects open and therefore 'busy' for quite a while, even when
57586              nobody is using the objects, leading into link failures.
57587              
57588              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
57589              
57590              Subject: DOC PATCH 5.6.0 perlreftut
57591              
57592              Subject: [PATCH: perl@7777] add system locale testing for VMS
57593              
57594              Subject: [PATCH] Test.pm POD peculiarity
57595              
57596              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
57597              
57598              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
57599              
57600              Subject: Re: perl@7777 
57601              Detypoing.
57602              
57603              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
57604              
57605              Go ahead and #include <unistd.h> in perl.h.
57606              
57607              Subject: [PATCH perl@7795] small cleanup task for test suite
57608              
57609              Subject: Re: av.c patch (having slight problems)
57610              unshift() speedup.
57611              
57612              Reach back one higher up when searching for PERL_SRC.
57613      Branch: maint-5.6/perl
57614           +> lib/File/Spec/Epoc.pm
57615           !> (integrate 88 files)
57616 ____________________________________________________________________________
57617 [  8174] By: gsar                                  on 2000/12/18  03:53:09
57618         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
57619              7625..7629,7631..7634,7637,7639,7642 from mainline
57620              
57621              Fix for the tie-refhash string table leaks.
57622              
57623              Subject: [patch perl@7595] VMS configure.com tweak
57624              
57625              More careful detection of how well NVs and UVs mix.
57626              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))
57627              Added some SIGFPE paranoia.
57628              
57629              Forgot to bump the line numbers in #7601.
57630              
57631              Subject: PATCH std stdio for (Free)BSD
57632              
57633              Deleting $ENV{PATH} in VMS is not recommendable.
57634              
57635              Locale buglets.
57636              Subject: RE: Locales support (setlocale) fixes
57637              
57638              Do not test UTF-8 locales since that the tests would require
57639              polymorphic regexen.
57640              
57641              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
57642              
57643              A missing aTHX_.
57644              
57645              Subject: [ID 20001108.013] spelling
57646              
57647              Subject: [PATCH] Class::Struct at compile time
57648              
57649              Make deleting for %ENV work for (newer versions of) VMS,
57650              from Craig A. Berry.
57651              
57652              Forgot from #7618.
57653              
57654              More VMS moves on environment handling, from Charles Lane.
57655              
57656              Remove unused extra arguments.
57657              
57658              Typo in an ifndef.
57659              Subject: Re: [PATCH 5.7.0] better messages from malloc()
57660              
57661              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
57662              All except the "cow orker" change.
57663              
57664              The generated boot_* headers are wrong.  Pickier compiler,
57665              such as KAI C++ will refuse to compile the resulting perlmain.
57666              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
57667              
57668              There's no =head3.
57669              
57670              Disable only the tests 99 and 166 for UTF-8 locales.
57671              
57672              Missing dTHXs.
57673              Subject: RE: perl@7595 builds not on cygwin
57674              
57675              Subject: Re: bash -c exit and linux hints 
57676              
57677              Various doc oddball characters.
57678              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
57679              
57680              Subject: [PATCH] IO::Seekable pod
57681              
57682              Amdahl UTS hints updates.
57683              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
57684              
57685              Explain better why certain regex tests are skipped.
57686              Subject: Re: tests skipped: unknown reason
57687              
57688              Subject: [PATCH] README.solaris
57689              
57690              Subject: [PATCH perl@7638] cygwin port
57691      Branch: maint-5.6/perl
57692           +> README.solaris
57693           !> (integrate 26 files)
57694 ____________________________________________________________________________
57695 [  8173] By: gsar                                  on 2000/12/18  03:37:02
57696         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
57697              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
57698              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
57699              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
57700              
57701              Better create a true mailing list for the repository keepers.
57702              
57703              Subject: [ID 20001027.007] uniq array in perlfaq
57704              
57705              De-quoted-unreadable to ISO Latin 1.
57706              (There's one ISO-2022-JP name in Changes5.004.)
57707              
57708              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
57709              
57710              The #7476 needs a MANIFEST change, too.
57711              
57712              Add also emailless people.
57713              
57714              UTF-8 decoder tweak.
57715              
57716              Make \x{...} consistently produce UTF-8.
57717              Subject: Re: \x{...} is confused 
57718              
57719              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
57720              
57721              Add a perlbug flag, -A, to avoid acknowledgement messages.
57722              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
57723              
57724              Use Errno magic.
57725              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
57726              
57727              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
57728              
57729              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
57730              
57731              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
57732              
57733              Be more lenient on bad UTF-8 when doing bit arithmetics.
57734              Subject: Re: [ID 20000918.005] ~ on wide chars
57735              (The ord() part of the patch skipped.)
57736              
57737              Subject: perlfaq style changes
57738              
57739              AUTHORS tweaks.
57740              
57741              Whitespace style tweak.  Was originally going to see to
57742              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57743              but that had already been taken care of.
57744              
57745              The compiler is either gcc or cc, from Tom Bates.
57746              
57747              The osname has been lowercased by now, from Tom Bates.
57748              
57749              The NonStop-UX libraries have a novel way to say NaN.
57750              
57751              printf UVs the correct way, noticed by Robin Barker.
57752              
57753              Subject: [PATCH] startperl to respect versiononly
57754              
57755              AUTHORS updates.
57756              
57757              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57758              
57759              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
57760              
57761              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
57762              
57763              Generalize the Camel wording.
57764              Subject: Re: perlfaq style changes
57765              
57766              Subject: [ID 20001005.006] Documentation -- description of qr//
57767              
57768              C.pm part of
57769              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
57770              
57771              Locale warning explanation tweak.
57772              
57773              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
57774              
57775              Make the POSIX::setuid and POSIX::setgid to really call setuid()
57776              and setgid() because they were just changing $< and $( which means
57777              only changing the real uid/gid, as opposed to changing both
57778              real and effective ids.  (The alternative way could have been
57779              in POSIX.pm to change $> and $), too, but making a direct call
57780              to the C API feels cleaner.)  Fixes the bug
57781              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
57782              
57783              Expand %Config variables and %ENV variables only if
57784              so requested during build time using the
57785              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
57786              Not expanding makes relocating distributions easier.
57787              
57788              More tweaking on the #7522 theme.
57789              
57790              Test::Harness revealed buglets in the new DynaLoader.
57791              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
57792              
57793              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
57794              fix a autovivification bug in Tie::RefHash, add tests for both.
57795              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
57796              
57797              Detpyo.
57798              
57799              recv() can fail and return undef.
57800              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
57801              
57802              Fix the problem discussed in
57803              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
57804              originally from Linc Madison.  Also Andreas König's comments
57805              taken into account.  Some other problems with Tie::SubstrHash
57806              fixed: didn't croak when the table exceeded the requested number
57807              of entries (as documented) but instead when the number of entries
57808              exceeded the size of the table, a croak() had an unnecessary \n,
57809              didn't have a CLEAR method, documented that there is no exists().
57810              Didn't fix to be strict-proof because the module uses &foo; and
57811              dynamic scope.  Added a test script exercizing both first tamely 
57812              the basic functionality, and then the failure cases reported by
57813              Linc Madison.
57814              
57815              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
57816              
57817              The #7521 touched things it shouldn't have.
57818              
57819              Subject: [PATCH 5.7.0] better messages from malloc()
57820              
57821              Subject: Re: README.aix
57822              
57823              Add FCNTL_CAN_LOCK.
57824              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57825              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57826              
57827              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
57828              create a "fast path" for locale name probing using "locale -a"
57829              if available, squash finally hopefully the s?printf resetting
57830              the numeric locale (since, IIUC perllocale, it never shouldn't). 
57831              
57832              More Changes tweakery.
57833              
57834              Dying is too strict here, better just skip.
57835              
57836              Subject: Locales support (setlocale) fixes
57837              Modified quite a bit to be more portable.
57838              
57839              Configure would use a bad $myuname from an old config.sh.
57840              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
57841              
57842              Fix for
57843              Subject: [ID 20001004.006] undef is never tainted
57844              An undef read from a slurped file was not tainted.
57845              
57846              Fix for
57847              Subject: [ID 20001004.007] taint propogation is inconsistent
57848              The culprit was sv_setsv() which was rather blindly
57849              propagating taint, which lead to behaviour where if
57850              a tainted anon hash value was seen all the hash values
57851              from then on at that level became tainted, or at any
57852              upper levels in the case of nested anon hashes.
57853              
57854              Test tweak: show also the failed locales.
57855              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
57856              
57857              A fix of sorts for 20000329.026, a better error message
57858              for a missing "use charnames" when using the \N{...}. 
57859              
57860              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
57861              
57862              Add =pod to be tidy.
57863              
57864              Fix for bug id 19990615.008, pos() unset during s///ge.
57865              
57866              Add a note for future generations about bug id 20000229.006.
57867              
57868              Use -dM for gcc (the suggested patch did it only for Linux,
57869              but I think it can be generalized).
57870              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
57871              
57872              opmini.o can linger from Configures past.
57873              
57874              Document that the evaled syntax errors cause scalar leaks.
57875              
57876              Fix for
57877              Subject: [ID 20000728.005] perl -P broken
57878              (hopefully).  The fix is also not complete, it seems to break
57879              BOM swallowing for libc5 systems, but until someone figures
57880              out a way to do this without ftell(), this will do.
57881              
57882              AUTHORS updates.
57883              
57884              Subject: Re: rsync'ed patches vs. rsync'ed source
57885              
57886              Admit that the test leaks scalars.
57887              
57888              Sanitize the environment further.
57889              
57890              VOS updates from Paul Green.
57891              
57892              Document %ENV = () portability issues.
57893              
57894              Make the stdio test program of 7427 less noisy while being 
57895              compiled so that Digital UNIX wouldn't get both
57896              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
57897              undefined.  This makes perlio happy.
57898              
57899              glibc5 detection by __GNU_LIBRARY__.
57900              
57901              %ENV note tweaks from Dan Sugalski.
57902              
57903              Varargs don't always work too well if one puts an unsigned
57904              char on the stack and pop an unsigned quad off the stack.
57905              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
57906              
57907              Subject: Pod updates
57908              
57909              Fake support of holey files in win/dosish platforms.
57910              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
57911              
57912              A doc addition for bug id 20001105.019, beware \p.
57913              
57914              Tweak #7587.
57915              
57916              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
57917              
57918              perlhack updates from H.Merijn Brand.
57919              
57920              Subject: [PATCH perl@7573] cygwin port
57921              Synchronize with Cygwin 1.1.5.
57922              
57923              Bad thinko in #7581 (I used the test program with the expanded
57924              values as-is).
57925              
57926              Make perlbug not insist on dumping to a file when stdout isn't a tty.
57927              Subject: [PATCH] perlbug.PL
57928              
57929              Overrideable keys, each, pop, push, shift, splice, unshift.
57930              Subject: [PATCH] prototyped functions that should be overrideable
57931              
57932              Try to avoid flockless and emulationless places.
57933      Branch: maint-5.6/perl
57934           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
57935            - MAINTAIN
57936           !> (integrate 111 files)
57937 ____________________________________________________________________________
57938 [  8172] By: jhi                                   on 2000/12/18  02:49:27
57939         Log: Regen pods.
57940      Branch: perl
57941            ! pod/perlmodlib.pod pod/perltoc.pod
57942 ____________________________________________________________________________
57943 [  8171] By: gsar                                  on 2000/12/18  02:49:24
57944         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
57945              7465..7471 from mainline
57946              
57947              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
57948              in platforms that strictly require all the symbols being present
57949              at link time.
57950              
57951              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
57952              
57953              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
57954              
57955              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
57956              
57957              Subject: [PATCH] todo
57958              
57959              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
57960              
57961              Use $sort, $uniq (and $tr) consistently as wondered
57962              by Nicholas Clark.
57963              
57964              Too enthusiastic editing in #7460.
57965              
57966              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
57967              
57968              Upgrade to CPAN 1.58_55.
57969              Subject: CPAN.pm status
57970              
57971              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
57972              
57973              Make target reordering to avoid pointless re-makes.
57974              Subject: Re: Total re-make of 'make okfile' after 7451 ?
57975              
57976              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
57977              
57978              Subject: DOC PATCH 5.6.0
57979              
57980              Add the repository doc by Malcolm, Sarathy, and by Simon,
57981              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
57982      Branch: maint-5.6/perl
57983           +> Porting/repository.pod
57984           !> Configure MANIFEST Makefile.SH README.dos README.os2
57985           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
57986           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
57987           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
57988 ____________________________________________________________________________
57989 [  8169] By: gsar                                  on 2000/12/18  02:33:34
57990         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
57991              7435..7441,7445 from mainline
57992              
57993              Make the UTF-8 decoding stricter and more verbose when
57994              malformation happens.  This involved adding an argument
57995              to utf8_to_uv_chk(), which involved changing its prototype,
57996              and prefer STRLEN over I32 for the UTF-8 length, which as
57997              a domino effect necessitated changing the prototypes of
57998              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
57999              The stricter UTF-8 decoding checking uses Markus Kuhn's
58000              UTF-8 Decode Stress Tester from
58001              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
58002              
58003              Run vms/vms_yfix.pl, should have done that after changing
58004              perly.c in #7382.
58005              
58006              Subject: [PATCH 5.7.0] static linking with uninstalled perl
58007              
58008              (Replaced by #7440.)
58009              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58010              
58011              Fix the bug ID 20001024.005, the bug introduced by #7416.
58012              
58013              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
58014              
58015              Fix the bug reported in
58016              From: andreas.koenig@anima.de (Andreas J. Koenig)
58017              Also make is_utf8_char() stricter.
58018              
58019              Missed the header file changes from #7425.
58020              
58021              Check if stdio supports tweaking lval and cnt simultaneously.
58022              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
58023              
58024              Stratus VOS updates from Paul Green.
58025              
58026              Podify README.epoc and README.vos.
58027              
58028              Add targets to Makefile.SH, most importantly
58029              'regen_all' which also remembers to update vms/perly*.
58030              
58031              Subject: Minor update to find2perl, for portability
58032              
58033              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
58034              
58035              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
58036              
58037              Rename UTF8LEN() to be UNISKIP(), too confusing to have
58038              UTF8LEN() and UTF8SKIP(). 
58039              
58040              Allow poking holes at the UTF-8 decoding strictness.
58041              
58042              Continue the internal UTF-8 API tweaking.
58043              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
58044              used much more than the simpler API, now called utf8_to_uv_simple().
58045              Still not quite happy with API, too much partial duplication
58046              of functionality.
58047              
58048              A new version of making the syslog test more robust.
58049              (Replaces #7421.)
58050              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58051              
58052              buildtoc target tweaks.
58053              
58054              Integrate with vmsperl #7430 by Charles Bailey:
58055              
58056              Cleanup from prior patch (Charles Lane?):
58057              - improve handling of MFDs in Basename and Path
58058              - default to no xsubpp line # munging when building debug images
58059      Branch: maint-5.6/perl
58060           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58061           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
58062           !> (integrate 67 files)
58063 ____________________________________________________________________________
58064 [  8168] By: gsar                                  on 2000/12/18  02:05:49
58065         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
58066              
58067              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
58068              From: Martin Husemann <martin@duskware.de>
58069              
58070              Subject: [PATCH 5.7.0] restore match data on backtracing
58071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58072      Branch: maint-5.6/perl
58073           !> regcomp.c regexec.c t/op/re_tests
58074 ____________________________________________________________________________
58075 [  8167] By: gsar                                  on 2000/12/18  01:55:22
58076         Log: integrate changes#7858,7986 from mainline
58077              
58078              C<foreach my $x ...> in pseudo-fork()ed process may diddle
58079              parent's memory; fix it by keeping track of the actual pad
58080              offset rather than a raw pointer (this change is probably also
58081              relevant to non-ithreads case to avoid fallout from reallocs of
58082              the pad array, but is currently only enabled for the ithreads
58083              case in the interests of minimal disruption to existing "well
58084              tested" code)
58085              
58086              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
58087              due to the notorious GetFileType() bug in Windows 9x, which fstat()
58088              tickles)
58089      Branch: maint-5.6/perl
58090           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
58091           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
58092           !> win32/win32.c win32/win32.h win32/win32sck.c
58093 ____________________________________________________________________________
58094 [  8166] By: gsar                                  on 2000/12/18  01:52:59
58095         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
58096              from mainline (xsubpp and ExtUtils::LibList fixups, various
58097              other small items)
58098              
58099              The generated boot_* headers are wrong.  Pickier compiler,
58100              such as KAI C++ will refuse to compile the resulting perlmain.
58101              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
58102              
58103              Various doc oddball characters.
58104              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
58105              
58106              Subject: [PATCH] Re: 20001101.003 PDL
58107              
58108              Subject: [PATCH 5.7.0] etags broken again
58109              
58110              Subject: [PATCH 5.7.0] Liblist finally works
58111              
58112              Subject: [PATCH 5.7.0] Liblist returns found libraries
58113              
58114              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
58115              
58116              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
58117              
58118              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
58119              OUT keyword nits.
58120              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
58121              OUT and IN_OUT documentation.
58122      Branch: maint-5.6/perl
58123           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
58124           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
58125           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
58126           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
58127           !> win32/bin/search.pl
58128 ____________________________________________________________________________
58129 [  8165] By: gsar                                  on 2000/12/18  01:28:45
58130         Log: integrate changes#7533,7563,7611,7623 from mainline (various
58131              malloc.c embellishments)
58132      Branch: maint-5.6/perl
58133           !> malloc.c pod/perldiag.pod
58134 ____________________________________________________________________________
58135 [  8164] By: gsar                                  on 2000/12/18  01:23:33
58136         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
58137              fixups)
58138      Branch: maint-5.6/perl
58139           !> utils/h2xs.PL
58140 ____________________________________________________________________________
58141 [  8163] By: gsar                                  on 2000/12/18  01:17:50
58142         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
58143              fixups)
58144      Branch: maint-5.6/perl
58145           !> Makefile.SH utils/perlbug.PL
58146 ____________________________________________________________________________
58147 [  8162] By: gsar                                  on 2000/12/18  00:25:43
58148         Log: always export Perl_deb() (it is required by re.xs whether
58149              Perl is built with or without -DDEBUGGING)
58150      Branch: maint-5.6/perl
58151            ! makedef.pl
58152 ____________________________________________________________________________
58153 [  8161] By: gsar                                  on 2000/12/18  00:23:38
58154         Log: integrate change#7414 from mainline
58155              
58156              Undo the basename() part of #7412 since the lib/basename
58157              tests would need upgrading too.
58158              
58159              squelch two tests in tr.t that rely on tr/// paranoia change
58160              that's not in 5.6.x
58161      Branch: maint-5.6/perl
58162            ! t/op/tr.t
58163           !> lib/File/Basename.pm
58164 ____________________________________________________________________________
58165 [  8160] By: gsar                                  on 2000/12/18  00:05:30
58166         Log: missing change in previous integrate
58167      Branch: maint-5.6/perl
58168           !> README.aix
58169 ____________________________________________________________________________
58170 [  8159] By: gsar                                  on 2000/12/18  00:03:38
58171         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
58172              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
58173              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
58174              7410..7413 from mainline
58175              
58176              Introduce the man[24-8] variables, from Andy Dougherty.
58177              
58178              Upgrade to CPAN 1.58, from Andreas König.
58179              
58180              An updated EBCDIC tr patch.
58181              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
58182              
58183              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
58184              
58185              Two thirds of
58186              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
58187              The Install.pm changes will be submitted separately because
58188              they need some work and discussion still.
58189              
58190              The Install.pm third of
58191              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
58192              
58193              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
58194              
58195              Subject: [PATCH 5.7.0] IVs in mtats
58196              
58197              Subject: [PATCH 5.7.0] Perl API for mstats
58198              
58199              Ilya implemented the memory profiling API.
58200              
58201              In Amdahl UTS "struct sv" is defined by a system header,
58202              <ksync.h>.
58203              
58204              Slight tweak of the code to appease Amdahl UTS cc.
58205              
58206              Amdahl UTS doesn't seem to do dynaloading.
58207              
58208              Use UTF8SKIP(), from Simon Cozens.
58209              
58210              Thinko in #7222.
58211              
58212              op/sprintf.t patch for OS/390 (and any other host with limited
58213              floating-point exponent length)
58214              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
58215              
58216              Tweak #7225.
58217              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
58218              
58219              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
58220              
58221              Needs to be conditional on SunOS 4.
58222              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
58223              
58224              Test cases for bug id 20000323.056 (the bug seems to be fixed).
58225              
58226              Add test for bug id 20000427.003 (which seems to have
58227              been fixed) (also duplicate as 20000427.004, though
58228              with a higher severity).  Move one utf8 from op/append
58229              to pragma/utf8, tag the tests with bug ids.
58230              
58231              Document FNCASE=y as discussed in the bug 20000902.009.
58232              
58233              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
58234              The problem was that rx->minlen was in chars while pp_split()
58235              thought it would be in bytes. 
58236              
58237              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
58238              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
58239              
58240              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
58241              
58242              Fix a couple of compiler-noted nits in #7235.
58243              
58244              Tweak the test of #7235.
58245              
58246              One more ~utf8 tweak.
58247              
58248              -w cleanup.
58249              Subject: Re: Problems with bleadperl 
58250              
58251              Subject: small pod patch
58252              
58253              Subject: [PATCH perlguts.pod] Document offset hack
58254              
58255              Add Charles Lane.
58256              
58257              Add the capability to include/exclude branches.
58258              
58259              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
58260              
58261              Detect early whether the std streams have gone bad.
58262              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58263              
58264              More IoTYPE sprinkling.
58265              
58266              Workaround for a sfio bug where the stream error indicator
58267              is not cleared as documented.
58268              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58269              
58270              Clarify documentation on 'use bytes'.
58271              Subject: Re: What does 'use bytes' "mean" ?
58272              
58273              Show the failed remote port, instead of the failing line number.
58274              Subject: [PATCH 5.6.1 Debugger] More diagnostics
58275              
58276              Make Cwd more bulletproof in chrooted environments.
58277              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
58278              
58279              Subject: Pod patch for Devel::Peek
58280              
58281              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
58282              
58283              Borland C fstat() never saw the fd as writable.
58284              Subject: fix for Borland's weak "stat" (perl@7211)
58285              
58286              Missing change from #7362.
58287              
58288              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
58289              
58290              Add the test case for the bug id 20000730.004 which seems
58291              to have been fixed by now.
58292              
58293              Fix of sorts for bug id 20000901.092.  There seems to be no trace
58294              of a 'pmshort' anywhere in the B, so the offending line was simply
58295              removed.
58296              
58297              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
58298              
58299              Subject: PATCH do_print has 2 PerlIO_error()s
58300              
58301              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
58302              
58303              Typo noted by Mark Lutz.
58304              
58305              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
58306              
58307              In the latest compiler builds cccdlflags must not become -fpic,
58308              from Wilfredo Sánchez.
58309              
58310              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
58311              
58312              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
58313              
58314              SOCKS function redefinitions need prototypes, too, otherwise
58315              for example 32 bit versus 64 bit differences cause a lot of
58316              problems.  Part of
58317              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58318              
58319              Portability tweak on #7377.
58320              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
58321              
58322              Don't write double values through long double pointers,
58323              based on a part of
58324              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58325              
58326              Reëntrancy fix.
58327              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58328              
58329              Make scan_num() reëntrant, as suggested in
58330              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58331              
58332              Fix for ID 20001020.006, concatenating an unset submatch
58333              with utf8 resulted in "Modification of a read-only value".
58334              
58335              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
58336              
58337              The #7383 was right only in the context of the original bug report,
58338              not in more general case.
58339              
58340              Update Changes.
58341              
58342              Testcases for a #7383,#7385 related bug.
58343              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
58344              
58345              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
58346              
58347              Tweak the Is* definitions of Unicode character classes
58348              to better match the official categorizations; embrace
58349              the official categorizations; add the combining marks
58350              as alpha (and -numeric); fix DCinital (a typo and edito)
58351              to be DCmedial.
58352              
58353              Hints tweak from Anton Berezin.
58354              
58355              Subject: installman go-faster stripes
58356              Subject: Re: installman go-faster stripes
58357              
58358              Subject: [ID 20001021.003] updated hints/openbsd.sh
58359              
58360              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
58361              
58362              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58363              
58364              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
58365              
58366              Doc patch.
58367              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
58368              
58369              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
58370              
58371              Subject: Re: [ID 20001021.005] SEGV with regex match 
58372              
58373              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
58374              
58375              The change #7187 was not so good on VMS.
58376              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
58377              
58378              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
58379              
58380              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
58381              
58382              Document PERL_INSTALL_ROOT of #7210.
58383      Branch: maint-5.6/perl
58384           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
58385           +> t/lib/tie-splice.t
58386            - lib/unicode/Is/DCinital.pl
58387           !> (integrate 112 files)
58388 ____________________________________________________________________________
58389 [  8158] By: jhi                                   on 2000/12/17  23:04:24
58390         Log: Subject: [PATCHES] RE: perl@8150 
58391              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
58392              Date: Sun, 17 Dec 2000 21:46:39 +0100
58393              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
58394              
58395              Neither cygwin has a getpwuid() one can trust on.
58396      Branch: perl
58397            ! t/lib/glob-basic.t
58398 ____________________________________________________________________________
58399 [  8157] By: jhi                                   on 2000/12/17  23:01:54
58400         Log: More MAN.PODS => {} fixes.
58401      Branch: perl
58402            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
58403            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
58404            ! os2/OS2/REXX/Makefile.PL
58405 ____________________________________________________________________________
58406 [  8156] By: gsar                                  on 2000/12/17  22:49:13
58407         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
58408              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
58409              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
58410              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
58411              7201,7204 from mainline
58412              
58413              Remove vestiges of tr//CU.
58414              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58415              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58416              
58417              The return value of setlocale must be copied away.
58418              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58419              
58420              Allow chop() and chomp() to be overridden.
58421              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58422              
58423              Hints optimization.
58424              Subject: Minor nit
58425              
58426              Subject: [PATCH] de-wall t/README
58427              
58428              Subject: Re: Two advertising clauses need to be removed
58429              
58430              Batch of UTF-8 patches from Simon Cozens.
58431              
58432              Fix for a parsing bug, not for the original bug.
58433              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
58434              
58435              Compilation warnings and an error.
58436              
58437              Subject: File::Find 5.7.0 POD nits
58438              
58439              Subject: [PATCH perl-5.7.0] continued -Wformat support
58440              
58441              The one that got away.
58442              
58443              Subject: Re: perl@7078
58444              
58445              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
58446              convertable to bytes by checking it doesn't go above 0xc3
58447              Subject: Re: perl@7078
58448              
58449              Replace #7084 with
58450              Subject: Re: perl@7078 
58451              
58452              We don't need to count the high bit bytes, a boolean is enough. 
58453              
58454              Subject: [PATCH] utf8.c apidoc
58455              
58456              Subject: Re: perl@7078 
58457              
58458              Botched the #7090 check-in.
58459              
58460              Fix for the charnames.t failures from Spider Boardman.
58461              
58462              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
58463              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
58464              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
58465              0 to checking to get the warning.
58466              
58467              Subject: [PATCH] Nits in perlmod.pod
58468              
58469              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
58470              
58471              Subject: Re: unicode support and perl [ID 20000901.097]
58472              
58473              Subject: Re: unicode support and perl [ID 20000901.097]
58474              
58475              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
58476              
58477              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
58478              
58479              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
58480              
58481              Subject: [PATCH@blead] Fix some recursion in overload.pm
58482              
58483              s/Robin Parker/Robin Barker/
58484              
58485              Subject: [PATCH] Fix aliasing of tied filehandles
58486              
58487              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
58488              
58489              Subject: Re: [PATCH 5.005_64 missed]
58490              
58491              SOCK_DGRAM and listen() do not mix as reported in
58492              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
58493              The patch for 5.7.0+ had to be reengineered, though.
58494              
58495              Subject: DOC PATCH 5.6.0
58496              
58497              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
58498              
58499              Document the issue (is not a syntax error, kind of)
58500              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
58501              
58502              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
58503              Did not apply cleanly, manual intervention was needed.
58504              
58505              Subject: [PATCH] DLL not restartabke with threaded perl
58506              
58507              Inside require() $^S was always left undefined.
58508              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
58509              
58510              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
58511              
58512              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
58513              
58514              Regen headers.
58515              
58516              Subject: [PATCH 5.7.0] Epoc update
58517              
58518              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
58519              as suggested by Olaf Flebbe and Nick Clark.
58520              
58521              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
58522              
58523              Misplaced else.
58524              
58525              Scale down the VMS message boxes, by Charles Lane.
58526              Fix for ID 20000903.009, workaround at
58527              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
58528              
58529              Subject: [ID 20001003.006] B::Debug not -w clean
58530              
58531              Test harness update to sync with the new perlcc,
58532              from Simon Cozens.
58533              
58534              One remaining nit less at the VMS mailbox sizing.
58535              
58536              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
58537              
58538              It is possible to have no hosts database at all.  Pointed out in
58539              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
58540              
58541              Subject: [PATCH 5.7.0] h2xs not working
58542              Subject: [PATCH 5.7.0] h2xs not documenting the created module
58543              
58544              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
58545              
58546              Subject: perlhack.pod Patch for Externals Tools
58547              
58548              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
58549              
58550              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
58551              
58552              Enable disabling scripts installation by Configure -Uinstallscripts,
58553              suggested by H. Merijn Brand.
58554              
58555              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
58556              reported several times by Dominic Dunlop, for example in
58557              ID 20000315.008.  Patch from Dominic.  Patch affects at
58558              least MachTen, and possibly other oldish BSDs. Should not
58559              break non-broken platforms (tested on LinuxPPC). 
58560              
58561              Regen toc.
58562              
58563              Subject: Re: Questions about Tie::Array and perl modules
58564              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
58565              
58566              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
58567              
58568              Tweak #7153.
58569              
58570              IO::Handle->syswrite() did not handle length omission
58571              like CORE::syswrite() does.
58572              Subject: [Fwd] IO::Handle, syswrite and arguments
58573              The original patch from andrew@ugh.net.au.
58574              
58575              Also the $ccflags is needed for the C compiler check.
58576              Subject: Configure (check for C-compiler)
58577              
58578              Eliminate $Is_VMS code from the test.
58579              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
58580              
58581              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
58582              as the first option of cc/ld because of ultrapicky compilers
58583              (e.g. OS/390 R2.5)
58584              
58585              Change the version number of Tie::Handle in the core to 4.0,
58586              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
58587              Subject: Note on Tie::Handle
58588              
58589              UTF8ize split() so that the cloned substrings get the UTF8
58590              flag of the original scalar.  Problem reported by Simon Cozens.
58591              
58592              save_re_context() could reset PL_curcop to freed memory, causing core
58593              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
58594              
58595              Subject: PATCH 5.6 perldebguts grammar cleanup
58596              
58597              Add a todo note about overloadable assertions.
58598              
58599              on Windows, LoadLibrary() could load an extension DLL multiple
58600              times if forward slashes are used in the path
58601              
58602              on Windows, cwd strings in the environment should be of the
58603              form =X:=X:\foo instead of =X=X:\foo\
58604              
58605              on Windows, avoid potential exception (could happen if MSVCRT isn't
58606              being used) when closing a socket handle
58607              
58608              avoid nonportable example code
58609              
58610              Windows9x doesn't support link(), despite what Config.pm
58611              might think
58612              
58613              pod nit
58614              
58615              Change #7160 had a nasty typo.
58616              
58617              Warn about unknown scripts.
58618              Subject: Re: ideas? patches? [PATCH bleadperl]
58619              
58620              on Windows, clean targets might not work under some flavors of the shell
58621              
58622              tweak for change#7173
58623              
58624              Make eq work again with utf8 (disabling the upgrading
58625              should no more be necessary since the copies of the
58626              scalars are upgraded, not the scalars themselves).
58627              Takes care of ID 20001009.001.  (The claimed length()
58628              bug in 20001009.001 seems bogus to me.)
58629              
58630              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
58631              
58632              Upgrade to CGI.pm 2.74, from Lincoln Stein.
58633              
58634              Upgrade to podlators 1.04, from Russ Allbery.
58635              
58636              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
58637              
58638              Quote the temp file name, needed in Win32 because the
58639              default name unfortunately contains spaces, shouldn't
58640              hurt elsewhere.
58641              Subject: FW: perldoc fails if $TEMP contains spaces
58642              
58643              Subject: RE: [ID 19990803.001] README.win32 suggestions 
58644              
58645              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
58646              
58647              Subject: Re: utf8 concat, mg_get
58648              
58649              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
58650              
58651              Subject: [PATCH: perl@7181] op/tr tests on OS/390
58652              
58653              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
58654              
58655              Use the versiononly instead of the installscripts,
58656              retract the changes 7146 and 7147.
58657              
58658              Reapply Andy's patch and regen Configure.
58659              
58660              Add the test case for #7190, from the original bug report
58661              by Andreas König.
58662              
58663              Remove duplicated code.
58664              
58665              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
58666              
58667              restore change#7202
58668      Branch: maint-5.6/perl
58669           !> (integrate 121 files)
58670 ____________________________________________________________________________
58671 [  8155] By: jhi                                   on 2000/12/17  22:30:58
58672         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
58673              From: "Craig A. Berry" <craigberry@mac.com>
58674              Date: Sun, 17 Dec 2000 13:09:28 -0600
58675              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
58676              
58677              MAN.PODS => ' ' is naughty.
58678      Branch: perl
58679            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
58680 ____________________________________________________________________________
58681 [  8154] By: nick                                  on 2000/12/17  22:07:13
58682         Log: MULTIPLICITY nit.
58683      Branch: perl
58684            ! mg.c
58685 ____________________________________________________________________________
58686 [  8153] By: gsar                                  on 2000/12/17  21:23:05
58687         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
58688              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
58689              from mainline
58690              
58691              Document the SvIOK_.*UV().
58692              
58693              Update Unicode todo list.
58694              
58695              Guard against bad string->int conversion for quads.
58696              
58697              Subject: small apidoc fix
58698              
58699              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
58700              
58701              Subject: [PATCH] Tied filehandle documentation
58702              
58703              Subject: [PATCH] Modernize Opcode.pm documentation
58704              
58705              Make Data::Dumper (non-XS) to work with changed semantics of ref().
58706              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58707              [applied even though said semantics didn't change in 5.6.x]
58708              
58709              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
58710              
58711              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
58712              
58713              Fix the URL, but the server is still missing in action.
58714              Subject: [ID 20000905.002] perlfaq1.pod URL error
58715              
58716              Subject: [ID 20000903.001] \w in utf8-strings
58717              
58718              Fix the ccversion detection for 5.1 and beyond.
58719              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58720              
58721              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
58722              
58723              Subject: [ID 20000904.008] Tiny fix for perldiag
58724              
58725              Subject: Re: [ID 20000906.004] segfault with bad perl statement
58726              
58727              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58728              
58729              Subject: [ID 20000908.002] perlipc documentation bug.
58730              
58731              Subject: [PATCH lib/Benchmark.pm]
58732              
58733              Re-allow vec() for characters > 255.
58734              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
58735              
58736              Do away with memory models cruft.  Sorry, PDP users.
58737              
58738              Continue #7041.
58739              
58740              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
58741              
58742              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
58743              
58744              Upgrade to CPAN 1.57_65, from Andreas König.
58745              
58746              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
58747              by Russ Allbery.
58748              
58749              Silence t/pod/*.t about alternate quote-mappings now implemented
58750              by Pod::Text, from Brad Appleton.
58751              
58752              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
58753              Subject: borland C++ win32.c tweak
58754              
58755              C<@a = @b = split(...)> optimization coredumps under ithreads
58756              (missed a spot when fixing up op_pmreplroot hack for ithreads)
58757              
58758              Document the SvUTF8*().
58759              
58760              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
58761              
58762              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
58763              
58764              Do in VMS as the #7054 does.
58765              
58766              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
58767              
58768              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
58769              
58770              Subject: [patch: perl@7045] vms updates
58771              
58772              Test for the #7049.
58773              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
58774              
58775              Break up the myconfig lines a bit.
58776              Subject: perlbug/perl -V output format
58777              
58778              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
58779              
58780              The #7054 truncated Configure badly.
58781              
58782              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
58783              initialization in all the threads on Windows
58784              
58785              Allow for whitespace between "#" and "line" in cpp output.
58786              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
58787              
58788              Remove vestiges of tr//CU.
58789              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58790              
58791              The return value of setlocale must be copied away.
58792              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58793              
58794              Allow chop() and chomp() to be overridden.
58795              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58796              
58797              Hints optimization.
58798              Subject: Minor nit
58799              
58800              Subject: [PATCH] de-wall t/README
58801              
58802              Subject: Re: Two advertising clauses need to be removed
58803      Branch: maint-5.6/perl
58804           !> (integrate 75 files)
58805 ____________________________________________________________________________
58806 [  8152] By: gsar                                  on 2000/12/17  20:30:11
58807         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
58808              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
58809              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
58810              
58811              Don't attach -ld to the archname if pointless.
58812              
58813              Document UNTIE in a very minimalistic way.
58814              
58815              POSIX doesn't report long double values under -Duselongdouble
58816              when the long doubles are "real" (bigger than doubles).
58817              
58818              More author updates.
58819              
58820              Try to deduce NV_MAX.  Really should be Configure fodder.
58821              
58822              :: not allowed in pathnames, change to .
58823              Subject: [PATCH perl@6938] cygwin port
58824              
58825              Forget about NV_MAX (#6951).  Various floating point tweaks,
58826              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
58827              
58828              Move the Solaris 7 scan to use64bitall, make the
58829              failure to find 64-bot sparc libc to mention the
58830              possibility of being in an intel, from Lupe and Alan.
58831              
58832              Regen perltoc.
58833              
58834              AUTHORS tweaks, from Peter Prymmer.
58835              
58836              More address tweaking.
58837              
58838              Small tweaks all over.
58839              
58840              File::Temp patches from Andreas König,
58841              
58842              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
58843              
58844              Subject: CPAN.pm beta 1.57_57 for the core
58845              
58846              Part of the solution.
58847              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
58848              
58849              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
58850              
58851              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58852              
58853              Add the overload warnings to perldiag.
58854              
58855              Drop unused argument.
58856              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
58857              
58858              Subject: Nit in Configure (bleadperl@6961)
58859              
58860              Update to PodParser 1.18, from Brad Appleton.
58861              
58862              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
58863              
58864              Subject: [PATCH: 6948] add SCNfldbl to configure.com
58865              
58866              Document UNTIE. Also tweak implementation to suppress the 'inner references'
58867              warning when UNTIE exists and instead pass the cound of extra references to
58868              the UNTIE method.
58869              
58870              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
58871              so that case-ignoring systems like DCL can tell them from
58872              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
58873              
58874              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58875              
58876              Feature ordering tweak.
58877              
58878              Regen perltoc.
58879              
58880              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
58881              
58882              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
58883              
58884              Subject: http:// in L<>
58885              
58886              Detypo.
58887              
58888              change#6791 accidentally clobbered change#6710, put it back
58889              
58890              Only the first line, thank you very much.
58891              
58892              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
58893              plus rework the http: spots as suggested by Tom Christiansen,
58894              plus regen perltoc.
58895              
58896              Undo part of change 6489 which looks like a bulk edit which
58897              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
58898              The supressing of main:: on return from select() is undesirable.
58899              
58900              Apparently avoiding the swapping is too costly.
58901              
58902              Various Configure nits by Philip Newton,
58903              plus the ebcdic one by me.
58904              
58905              Make certain cc is set before trying to run it.
58906              
58907              If overloaded %{} etc. return the object do not loop.
58908              Thus  sub deref { $_[0] } functions if object is wanted type.
58909              
58910              Update perlhist.
58911              
58912              More %{} and other deref special casing - do not pass to 'nomethod'.
58913      Branch: maint-5.6/perl
58914           !> (integrate 59 files)
58915 ____________________________________________________________________________
58916 [  8151] By: gsar                                  on 2000/12/17  19:14:38
58917         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
58918              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
58919              
58920              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
58921              
58922              Make the epsilon to be relative, not absolute.
58923              
58924              Put back the flags dump as reasoned in
58925              Subject: Re: [PATCH] Glob dumping
58926              
58927              Introduce ccname to keep track of what compiler kind of we have.
58928              
58929              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
58930              
58931              Put back the slice accidentally removed by #6907.
58932              
58933              Reset archname and archname64 always, forcing them be
58934              recomputed at each Configure run, make Configure and
58935              the hints files agree on the naming of largefiles variables.
58936              
58937              Don't say "Perl 5.0 source kit".
58938              
58939              Subject: [PATCH] fix misc cast warnings
58940              
58941              Subject: typos in pods
58942              
58943              NVs not necessarily doubles, as pointed out by Yitzchak.
58944              
58945              Subject: [PATCH 6889] add a few ldbl formats to configure.com
58946              
58947              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
58948              
58949              Better options for rsync.
58950              
58951              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
58952              
58953              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
58954              
58955              Subject: [PATCH] Re: UNTIE method 
58956              
58957              A better fix for the Socket building problem from Craig Berry.
58958              
58959              Retract the dummy test, skip the security tests (instead of failing),
58960              explain what the warnings mean.
58961              
58962              Heap decorruption.
58963              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
58964              
58965              Update to Unicode 3.0.1.
58966              
58967              Missed one Unicode file.
58968              
58969              Subject: Re: typos in pods
58970              
58971              The #6929 was too skimpy.
58972              
58973              sscanf() may be the only way to read long doubles from strings.
58974              
58975              Reveal Borland's isnan.
58976              Subject: build with BC++ tweak
58977              
58978              Issue useful diagnostic on unknown pod commands.
58979              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
58980              
58981              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
58982              
58983              Clarify the third case of ftmp-security warnings.
58984              
58985              Make -Dusemorebits find long doubles in Solaris.
58986              
58987              Wrap the test in eval.
58988      Branch: maint-5.6/perl
58989           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
58990           +> lib/unicode/PropList.txt lib/unicode/README.perl
58991           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58992           +> lib/unicode/Unicode.301 vms/vmspipe.com
58993            - lib/unicode/Props.txt lib/unicode/UCD300.html
58994            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58995           !> (integrate 305 files)
58996 ____________________________________________________________________________
58997 [  8150] By: jhi                                   on 2000/12/17  18:47:57
58998         Log: Uncheckedin generated files.
58999      Branch: perl
59000            ! global.sym perlapi.c pod/perlapi.pod
59001 ____________________________________________________________________________
59002 [  8149] By: jhi                                   on 2000/12/17  18:41:22
59003         Log: Update Changes.
59004      Branch: perl
59005            ! Changes patchlevel.h
59006 ____________________________________________________________________________
59007 [  8148] By: jhi                                   on 2000/12/17  18:39:16
59008         Log: Subject: [PATCH] Fcntl constants speedup
59009              From: Nicholas Clark <nick@ccl4.org>
59010              Date: Sun, 17 Dec 2000 16:29:24 +0000
59011              Message-ID: <20001217162924.E97668@plum.flirble.org>
59012              
59013              Use IVs for the Fcntl constants instead of NVs.
59014      Branch: perl
59015            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
59016 ____________________________________________________________________________
59017 [  8147] By: jhi                                   on 2000/12/17  18:33:41
59018         Log: Add test for #8145 (binmode() warning), add warning for
59019              ioctl() and sockpair(), document them. (fileno() cannot
59020              be tripwired with the same kind of warning because
59021              'defined fileno($foo)' seems to be an idiom.)
59022      Branch: perl
59023            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
59024 ____________________________________________________________________________
59025 [  8146] By: gsar                                  on 2000/12/17  18:09:08
59026         Log: update Changes
59027      Branch: maint-5.6/perl
59028            ! Changes
59029 ____________________________________________________________________________
59030 [  8145] By: jhi                                   on 2000/12/17  17:39:35
59031         Log: Subject: [PATCH] Re: The long awaited feature ...
59032              From: Simon Cozens <simon@cozens.net>
59033              Date: Sun, 17 Dec 2000 12:31:56 +0000
59034              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
59035              
59036              Add a warning to binmode() about using bad filehandles
59037              (can happen e.g. if someone forgets the filehandle argument)
59038      Branch: perl
59039            ! pp_sys.c
59040 ____________________________________________________________________________
59041 [  8144] By: jhi                                   on 2000/12/17  17:33:48
59042         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
59043              From: Jonathan Stowe <gellyfish@gellyfish.com>
59044              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
59045              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
59046      Branch: perl
59047            ! lib/Net/Ping.pm
59048 ____________________________________________________________________________
59049 [  8143] By: jhi                                   on 2000/12/17  05:31:37
59050         Log: Polymorphic regexps.
59051              
59052              Fixes at least the bugs 20001028.003 (both of them...) and
59053              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
59054              also to be fixed by now, probably already before this patch.
59055      Branch: perl
59056            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
59057            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
59058            ! t/op/utf8decode.t t/pragma/utf8.t
59059 ____________________________________________________________________________
59060 [  8142] By: jhi                                   on 2000/12/16  17:16:05
59061         Log: Subject: [patch perl@8102] dos/djgpp update
59062              From: Laszlo Molnar <ml1050@freemail.hu>
59063              Date: Sat, 16 Dec 2000 01:40:52 +0100
59064              Message-ID: <20001216014052.A335@freemail.hu>
59065      Branch: perl
59066            ! djgpp/config.over t/base/commonsense.t
59067 ____________________________________________________________________________
59068 [  8141] By: jhi                                   on 2000/12/16  17:09:27
59069         Log: Few uncheckedin files.
59070      Branch: perl
59071            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
59072 ____________________________________________________________________________
59073 [  8140] By: nick                                  on 2000/12/15  22:14:31
59074         Log: Integrate mainline
59075      Branch: perlio
59076           !> (integrate 53 files)
59077 ____________________________________________________________________________
59078 [  8139] By: jhi                                   on 2000/12/15  19:49:49
59079         Log: One more IVUV tweak from Nicholas Clark.
59080      Branch: perl
59081            ! sv.c
59082 ____________________________________________________________________________
59083 [  8138] By: jhi                                   on 2000/12/15  19:17:06
59084         Log: Return of the IVUV-preservation, now seems to be happy even
59085              in Digital UNIX (the broken strtoul brokenness detection
59086              seems to have been the fly in the ointment).
59087      Branch: perl
59088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59089            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
59090            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
59091            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
59092            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59093            ! vos/config.ga.h win32/config.bc win32/config.gc
59094            ! win32/config.vc
59095 ____________________________________________________________________________
59096 [  8137] By: jhi                                   on 2000/12/15  18:12:14
59097         Log: Metaconfig unit change for #8136.
59098      Branch: metaconfig
59099            ! U/modified/d_strtoul.U
59100      Branch: metaconfig/U/perl
59101            ! d_strtoull.U d_strtouq.U
59102 ____________________________________________________________________________
59103 [  8136] By: jhi                                   on 2000/12/15  18:11:35
59104         Log: I don't think it's sensible or portable to test the strtou*
59105              on /^-/ strings.
59106      Branch: perl
59107            ! Configure
59108 ____________________________________________________________________________
59109 [  8135] By: jhi                                   on 2000/12/15  17:18:49
59110         Log: Metaconfig unit change for #8134.
59111      Branch: metaconfig
59112            ! U/modified/d_strtoul.U
59113 ____________________________________________________________________________
59114 [  8134] By: jhi                                   on 2000/12/15  17:14:13
59115         Log: If longsize is 8 we don't need a LL suffix for integer constants.
59116      Branch: perl
59117            ! Configure config_h.SH
59118 ____________________________________________________________________________
59119 [  8133] By: jhi                                   on 2000/12/15  16:00:23
59120         Log: Update Changes.
59121      Branch: perl
59122            ! Changes patchlevel.h
59123 ____________________________________________________________________________
59124 [  8132] By: jhi                                   on 2000/12/15  15:44:16
59125         Log: Some compilers get huffy if you do not cast a const pointer
59126              to a non-const when assigning.
59127      Branch: perl
59128            ! gv.c
59129 ____________________________________________________________________________
59130 [  8131] By: jhi                                   on 2000/12/15  15:38:30
59131         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
59132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59133              Date: Fri, 15 Dec 2000 05:26:57 -0500
59134              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
59135      Branch: perl
59136            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
59137            ! t/pragma/overload.t
59138 ____________________________________________________________________________
59139 [  8130] By: jhi                                   on 2000/12/15  15:36:08
59140         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
59141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59142              Date: Thu, 14 Dec 2000 22:02:43 -0500
59143              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
59144      Branch: perl
59145            ! gv.c perl.h
59146 ____________________________________________________________________________
59147 [  8129] By: jhi                                   on 2000/12/15  15:34:16
59148         Log: Subject: PATCH: h2xs nit
59149              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59150              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
59151              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
59152              
59153              Add a template README.
59154      Branch: perl
59155            ! utils/h2xs.PL
59156 ____________________________________________________________________________
59157 [  8128] By: jhi                                   on 2000/12/15  15:32:22
59158         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
59159      Branch: perl
59160            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
59161 ____________________________________________________________________________
59162 [  8127] By: jhi                                   on 2000/12/15  15:19:34
59163         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
59164              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59165              Date:     Thu, 14 Dec 2000 20:04:42 EST
59166              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
59167      Branch: perl
59168            ! ext/Opcode/Opcode.xs
59169 ____________________________________________________________________________
59170 [  8126] By: jhi                                   on 2000/12/15  15:17:49
59171         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
59172              From: Peter Prymmer <pvhp@forte.com>
59173              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
59174              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
59175      Branch: perl
59176            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
59177            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
59178            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
59179 ____________________________________________________________________________
59180 [  8125] By: jhi                                   on 2000/12/15  15:11:05
59181         Log: This seems to be a stage sane and stable enough to checkin.
59182              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
59183      Branch: perl
59184            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
59185            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
59186            ! t/op/cmp.t t/op/numconvert.t
59187 ____________________________________________________________________________
59188 [  8124] By: jhi                                   on 2000/12/15  04:20:26
59189         Log: Something is really wonky.
59190      Branch: perl
59191            ! sv.c
59192 ____________________________________________________________________________
59193 [  8123] By: jhi                                   on 2000/12/15  04:00:50
59194         Log: Fixes for the IV UV patches to compile in Digital UNIX.
59195      Branch: perl
59196            ! sv.c
59197 ____________________________________________________________________________
59198 [  8122] By: jhi                                   on 2000/12/15  02:53:40
59199         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
59200              From: "Craig A. Berry" <craigberry@mac.com>
59201              Date: Thu, 14 Dec 2000 19:10:49 -0600
59202              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
59203      Branch: perl
59204            ! vms/vms.c
59205 ____________________________________________________________________________
59206 [  8121] By: jhi                                   on 2000/12/15  02:50:00
59207         Log: Metaconfig changes for #8120.
59208      Branch: metaconfig
59209            + U/modified/d_strtoul.U
59210      Branch: metaconfig/U/perl
59211            ! d_strtoull.U d_strtouq.U
59212 ____________________________________________________________________________
59213 [  8120] By: jhi                                   on 2000/12/15  02:49:42
59214         Log: From: Nicholas Clark <nick@ccl4.org> 
59215              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
59216              Date: Thu, 14 Dec 2000 18:38:57 +0000
59217              Message-ID: <20001214183857.B97909@plum.flirble.org>
59218      Branch: perl
59219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59220            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
59221            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
59222            ! vos/config.ga.def vos/config.ga.h win32/config.bc
59223            ! win32/config.gc win32/config.vc
59224 ____________________________________________________________________________
59225 [  8119] By: jhi                                   on 2000/12/14  23:40:58
59226         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
59227              From: Nicholas Clark <nick@ccl4.org>
59228              Date: Wed, 13 Dec 2000 20:08:50 +0000
59229              Message-ID: <20001213200849.B71166@plum.flirble.org>
59230      Branch: perl
59231            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
59232            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
59233 ____________________________________________________________________________
59234 [  8118] By: jhi                                   on 2000/12/14  22:46:26
59235         Log: Integrate perlio.
59236      Branch: perl
59237           !> MANIFEST ext/Encode/compile makedef.pl
59238 ____________________________________________________________________________
59239 [  8117] By: nick                                  on 2000/12/14  22:38:53
59240         Log: Win32 tweaks to get Encode to build
59241              - temp hack to makedef.pl till PerlIO is properly "exported".
59242              - MSVC dislikes  
59243              static encpage_t foo[];
59244              so make 'em extern for now.
59245      Branch: perlio
59246            ! ext/Encode/compile makedef.pl
59247 ____________________________________________________________________________
59248 [  8116] By: nick                                  on 2000/12/14  22:00:53
59249         Log: Document the new files
59250      Branch: perlio
59251            ! MANIFEST
59252 ____________________________________________________________________________
59253 [  8115] By: jhi                                   on 2000/12/14  21:58:01
59254         Log: MANIFEST new files of #8114.
59255      Branch: perl
59256            ! MANIFEST
59257 ____________________________________________________________________________
59258 [  8114] By: jhi                                   on 2000/12/14  21:50:49
59259         Log: Integrate perlio.
59260      Branch: perl
59261           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
59262           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
59263           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
59264           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
59265           !> ext/Encode/Makefile.PL
59266 ____________________________________________________________________________
59267 [  8113] By: jhi                                   on 2000/12/14  21:48:49
59268         Log: The documentation part of the
59269              
59270              Subject: [ID 20001214.002] Net::Ping patch
59271              From: Jonathan Stowe <gellyfish@gellyfish.com>
59272              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
59273              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
59274              since the #7529 had already addressed the same problem.
59275      Branch: perl
59276            ! lib/Net/Ping.pm
59277 ____________________________________________________________________________
59278 [  8112] By: jhi                                   on 2000/12/14  21:42:57
59279         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
59280              From: Dominic Dunlop <domo@computer.org>
59281              Date: Tue, 12 Dec 2000 10:47:10 +0100
59282              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
59283              
59284              Document how elusive subroutines can be.
59285      Branch: perl
59286            ! pod/perlfunc.pod
59287 ____________________________________________________________________________
59288 [  8111] By: jhi                                   on 2000/12/14  21:38:05
59289         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
59290              From: Dominic Dunlop <domo@computer.org>
59291              Date: Thu, 14 Dec 2000 10:13:51 +0100
59292              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
59293      Branch: perl
59294            ! ext/POSIX/POSIX.pod
59295 ____________________________________________________________________________
59296 [  8110] By: jhi                                   on 2000/12/14  21:36:32
59297         Log: Subject: [patch] perlfaq7
59298              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
59299              Date: Thu, 14 Dec 2000 15:31:07 +0100
59300              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
59301      Branch: perl
59302            ! pod/perlfaq7.pod
59303 ____________________________________________________________________________
59304 [  8109] By: jhi                                   on 2000/12/14  21:29:20
59305         Log: Subject: [8104] Encode
59306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59307              Date: Thu, 14 Dec 2000 14:49:34 +0100
59308              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
59309              
59310              Type casting for nervous compilers.
59311      Branch: perl
59312            ! ext/Encode/Encode.xs
59313 ____________________________________________________________________________
59314 [  8108] By: jhi                                   on 2000/12/14  21:26:17
59315         Log: Subject: [8104] DB_File
59316              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59317              Date: Thu, 14 Dec 2000 14:49:35 +0100
59318              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
59319              
59320              Type definition incorrect for DB 2.7.7.  Not known when it
59321              changed, so only changed it for a known revision.
59322      Branch: perl
59323            ! ext/DB_File/DB_File.xs
59324 ____________________________________________________________________________
59325 [  8107] By: jhi                                   on 2000/12/14  21:23:41
59326         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
59327              From: Peter Prymmer <pvhp@forte.com>
59328              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
59329              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
59330              
59331              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
59332      Branch: perl
59333            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
59334            ! ext/Encode/Encode/posix-bc.enc
59335 ____________________________________________________________________________
59336 [  8106] By: nick                                  on 2000/12/14  20:36:13
59337         Log: "Cold" build correction to Encode's Makefile.PL
59338      Branch: perlio
59339            ! ext/Encode/Makefile.PL
59340 ____________________________________________________________________________
59341 [  8105] By: nick                                  on 2000/12/14  20:09:37
59342         Log: "Compiled" encodings.
59343              Correct replacement character in EBCDIC .enc files
59344              Add 0x7F to ASCII repertoire.
59345      Branch: perlio
59346            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
59347            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
59348            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
59349            ! ext/Encode/Makefile.PL ext/Encode/compile
59350            ! ext/Encode/encengine.c ext/Encode/encode.h
59351 ____________________________________________________________________________
59352 [  8104] By: nick                                  on 2000/12/14  00:38:20
59353         Log: Integrate mainline
59354      Branch: perlio
59355           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
59356           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
59357           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
59358           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
59359           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
59360           !> t/lib/db-hash.t t/lib/db-recno.t
59361 ____________________________________________________________________________
59362 [  8103] By: nick                                  on 2000/12/13  23:16:13
59363         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
59364              so far and so it does not get lost.
59365      Branch: perlio
59366            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
59367 ____________________________________________________________________________
59368 [  8102] By: jhi                                   on 2000/12/13  17:14:22
59369         Log: Update Changes.
59370      Branch: perl
59371            ! Changes patchlevel.h
59372 ____________________________________________________________________________
59373 [  8101] By: jhi                                   on 2000/12/13  16:53:41
59374         Log: Move the proto of start_glob() to a better place; regen api files.
59375      Branch: perl
59376            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
59377 ____________________________________________________________________________
59378 [  8100] By: jhi                                   on 2000/12/13  16:47:11
59379         Log: Metaconfig change for #8099.
59380      Branch: metaconfig
59381            ! U/modified/Head.U
59382 ____________________________________________________________________________
59383 [  8099] By: jhi                                   on 2000/12/13  16:46:48
59384         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
59385              From: Andy Dougherty <doughera@lafayette.edu>
59386              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
59387              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
59388      Branch: perl
59389            ! Configure
59390 ____________________________________________________________________________
59391 [  8098] By: jhi                                   on 2000/12/13  16:39:02
59392         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
59393              From: rspier@pobox.com (Robert Spier)
59394              Date: Tue, 12 Dec 2000 21:12:39 -0500
59395              Message-ID: <14902.56087.678086.725773@rls.cx>
59396              
59397              fastgetcwd is defined using a glob alias on a $^O dependent basis -
59398              and there was no default assignment or perl subroutine.
59399      Branch: perl
59400            ! lib/Cwd.pm
59401 ____________________________________________________________________________
59402 [  8097] By: jhi                                   on 2000/12/13  16:16:01
59403         Log: Subject: [PATCH] move startglob out of pp_hot.c
59404              From: Nicholas Clark <nick@ccl4.org>
59405              Date: Mon, 11 Dec 2000 23:16:39 +0000
59406              Message-ID: <20001211231638.A55550@plum.flirble.org>
59407      Branch: perl
59408            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
59409 ____________________________________________________________________________
59410 [  8096] By: jhi                                   on 2000/12/13  15:26:23
59411         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
59412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
59413              Date: Wed, 13 Dec 2000 14:01:37 +0100
59414              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
59415              
59416              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
59417              in turn requires libpthread in libswanted.
59418      Branch: perl
59419            ! hints/hpux.sh
59420 ____________________________________________________________________________
59421 [  8095] By: jhi                                   on 2000/12/12  19:51:05
59422         Log: The integration wars continue.
59423      Branch: perl
59424           !> sv.c
59425 ____________________________________________________________________________
59426 [  8094] By: jhi                                   on 2000/12/12  19:48:26
59427         Log: Subject: [PATCH perl@8070] DB_File-1.74  
59428              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
59429              Date: Mon, 11 Dec 2000 23:07:17 -0000
59430              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
59431      Branch: perl
59432            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
59433            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
59434            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
59435            ! t/lib/db-recno.t
59436 ____________________________________________________________________________
59437 [  8093] By: nick                                  on 2000/12/12  19:42:13
59438         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
59439      Branch: perlio
59440            ! sv.c
59441           !> lib/File/DosGlob.pm
59442 ____________________________________________________________________________
59443 [  8092] By: jhi                                   on 2000/12/12  19:28:11
59444         Log: Integrate perlio.
59445      Branch: perl
59446           !> sv.c
59447 ____________________________________________________________________________
59448 [  8091] By: nick                                  on 2000/12/12  18:49:45
59449         Log: Fix for Tk, and upgrading shared SVs.
59450      Branch: perlio
59451            ! sv.c
59452 ____________________________________________________________________________
59453 [  8090] By: jhi                                   on 2000/12/12  16:48:59
59454         Log: Subject: [PATCH] Re: Breadperl & Tk
59455              From: Nick Ing-Simmons <nik@tiuk.ti.com>
59456              Date: Tue, 12 Dec 2000 14:48:27 GMT
59457              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
59458      Branch: perl
59459            ! sv.c
59460 ____________________________________________________________________________
59461 [  8089] By: jhi                                   on 2000/12/12  03:37:19
59462         Log: Subject: DosGlob.pm diff for bash style brace expansion.
59463              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
59464              Date: Fri, 8 Dec 2000 10:45:30 -0600
59465              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
59466      Branch: perl
59467            ! lib/File/DosGlob.pm
59468 ____________________________________________________________________________
59469 [  8088] By: nick                                  on 2000/12/11  23:59:59
59470         Log: Integrate mainline
59471      Branch: perlio
59472           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
59473           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
59474           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
59475           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
59476           !> t/op/local.t t/pragma/warn/toke toke.c
59477 ____________________________________________________________________________
59478 [  8087] By: jhi                                   on 2000/12/11  23:20:23
59479         Log: Integrate perlio.
59480      Branch: perl
59481           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
59482 ____________________________________________________________________________
59483 [  8086] By: jhi                                   on 2000/12/11  22:50:59
59484         Log: Tune further the OS detection of CGI.
59485      Branch: perl
59486            ! lib/CGI.pm
59487 ____________________________________________________________________________
59488 [  8085] By: nick                                  on 2000/12/11  22:50:46
59489         Log: Finish 1st pass of "encoding" layer e.g. :
59490              open($fh,"<encoding(iso8859-7)",$greek) || die;
59491      Branch: perlio
59492            ! ext/Encode/Encode.xs perlio.c perliol.h
59493 ____________________________________________________________________________
59494 [  8084] By: jhi                                   on 2000/12/11  22:32:06
59495         Log: Revert the -f ambiguousity patch, seems to cause
59496              too much hassle (the interpret -Q as a function
59497              where Q is not a known filetest part is left in).
59498      Branch: perl
59499            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
59500            ! toke.c
59501 ____________________________________________________________________________
59502 [  8083] By: jhi                                   on 2000/12/11  22:27:23
59503         Log: (accidentally empty check-in)
59504      Branch: perl
59505            ! lib/File/DosGlob.pm
59506 ____________________________________________________________________________
59507 [  8082] By: nick                                  on 2000/12/11  19:09:51
59508         Log: Restore mmap function (broken by tweaks to shared buffer
59509              layer for encode(xxxx)).
59510      Branch: perlio
59511            ! perlio.c
59512 ____________________________________________________________________________
59513 [  8081] By: jhi                                   on 2000/12/11  18:29:13
59514         Log: Subject: Re: The long awaited feature ...
59515              From: Simon Cozens <simon@cozens.net>
59516              Date: Mon, 11 Dec 2000 15:54:24 +0000
59517              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
59518              
59519              More io/utf8 tests.
59520      Branch: perl
59521            ! t/io/utf8.t
59522 ____________________________________________________________________________
59523 [  8080] By: jhi                                   on 2000/12/11  18:19:36
59524         Log: Subject: PATCH MakeMaker manpage clarification
59525              From: andreas.koenig@anima.de (Andreas J. Koenig)
59526              Date: 10 Dec 2000 20:46:13 +0100
59527              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
59528      Branch: perl
59529            ! lib/ExtUtils/MakeMaker.pm
59530 ____________________________________________________________________________
59531 [  8079] By: jhi                                   on 2000/12/11  15:35:07
59532         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
59533              From: Simon Cozens <simon@cozens.net>
59534              Date: Sun, 10 Dec 2000 19:06:19 +0000
59535              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
59536      Branch: perl
59537            ! ext/B/B/Deparse.pm t/lib/b.t
59538 ____________________________________________________________________________
59539 [  8078] By: jhi                                   on 2000/12/11  15:09:11
59540         Log: Subject: [PATCH] docs on NaN
59541              From: Nicholas Clark <nick@ccl4.org>
59542              Date: Mon, 11 Dec 2000 01:48:38 +0000
59543              Message-ID: <20001211014838.B99205@plum.flirble.org>
59544      Branch: perl
59545            ! pod/perlop.pod
59546 ____________________________________________________________________________
59547 [  8077] By: jhi                                   on 2000/12/11  15:02:21
59548         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
59549              From: Simon Cozens <simon@cozens.net>
59550              Date: Mon, 11 Dec 2000 01:21:45 +0000
59551              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
59552      Branch: perl
59553            ! pp.c pp_hot.c scope.c t/op/local.t
59554 ____________________________________________________________________________
59555 [  8076] By: nick                                  on 2000/12/10  20:43:32
59556         Log: Not merge worthy...
59557              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
59558              syntax is modelled on attributes.
59559              Untested fix for io/utf8 on Win32 etc.
59560              Very clumsy start to the encode layer.
59561      Branch: perlio
59562            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
59563 ____________________________________________________________________________
59564 [  8075] By: jhi                                   on 2000/12/10  18:39:33
59565         Log: Darwin is not Windows.
59566      Branch: perl
59567            ! lib/CGI.pm
59568 ____________________________________________________________________________
59569 [  8074] By: jhi                                   on 2000/12/10  18:31:27
59570         Log: Subject: Ambiguous -%c() resolved as a file test
59571              From: "Paul Marquess" <Paul.Marquess@openwave.com>
59572              Date: Sun, 10 Dec 2000 15:35:07 -0000
59573              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
59574      Branch: perl
59575            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
59576 ____________________________________________________________________________
59577 [  8073] By: jhi                                   on 2000/12/10  18:16:29
59578         Log: Subject: PATCH installperl misinformed 
59579              From: andreas.koenig@anima.de (Andreas J. Koenig)
59580              Date: 10 Dec 2000 13:01:32 +0100 
59581              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
59582      Branch: perl
59583            ! installperl
59584 ____________________________________________________________________________
59585 [  8072] By: jhi                                   on 2000/12/10  18:07:55
59586         Log: The walkoptree confusion rages; walkoptree() seems to be coming
59587              from B.xs, while walkoptree_slow() comes from B.pm.
59588      Branch: perl
59589            ! ext/B/B.pm
59590 ____________________________________________________________________________
59591 [  8071] By: nick                                  on 2000/12/10  11:45:47
59592         Log: Integrate mainline
59593      Branch: perlio
59594           +> t/base/commonsense.t
59595           !> (integrate 37 files)
59596 ____________________________________________________________________________
59597 [  8070] By: jhi                                   on 2000/12/10  04:46:21
59598         Log: Update Changes.
59599      Branch: perl
59600            ! Changes patchlevel.h
59601 ____________________________________________________________________________
59602 [  8069] By: jhi                                   on 2000/12/10  04:39:19
59603         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
59604              From: andreas.koenig@anima.de (Andreas J. Koenig)
59605              Date: 09 Dec 2000 17:14:25 +0100
59606              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
59607      Branch: perl
59608            + t/base/commonsense.t
59609            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
59610 ____________________________________________________________________________
59611 [  8068] By: jhi                                   on 2000/12/10  04:17:36
59612         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
59613              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59614              Date: Sat, 9 Dec 2000 16:47:22 -0000
59615              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
59616      Branch: perl
59617            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
59618            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
59619            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
59620            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
59621            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
59622            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
59623            ! t/lib/sdbm.t
59624 ____________________________________________________________________________
59625 [  8067] By: jhi                                   on 2000/12/10  03:52:02
59626         Log: Test case for #8066.
59627      Branch: perl
59628            ! t/op/misc.t
59629 ____________________________________________________________________________
59630 [  8066] By: jhi                                   on 2000/12/10  03:50:30
59631         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
59632              From: Simon Cozens <simon@cozens.net>
59633              Date: Sun, 10 Dec 2000 00:55:37 +0000
59634              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
59635      Branch: perl
59636            ! pp_sys.c
59637 ____________________________________________________________________________
59638 [  8065] By: jhi                                   on 2000/12/10  03:44:52
59639         Log: Test case for #8064.
59640      Branch: perl
59641            ! t/comp/proto.t
59642 ____________________________________________________________________________
59643 [  8064] By: jhi                                   on 2000/12/10  03:42:32
59644         Log: Subject: Re: prototype of substr
59645              From: Simon Cozens <simon@cozens.net>
59646              Date: Sun, 10 Dec 2000 00:13:33 +0000
59647              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
59648              
59649              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
59650              In other words, make the returned prototypes for any function
59651              stop prepending the ';' optionality marker after the first one.
59652              If they start getting optional, all the rest are optional.
59653      Branch: perl
59654            ! pp.c
59655 ____________________________________________________________________________
59656 [  8063] By: jhi                                   on 2000/12/10  03:39:42
59657         Log: Subject: [PATCH] perlguts.pod
59658              From: Simon Cozens <simon@cozens.net>
59659              Date: Sun, 10 Dec 2000 00:06:47 +0000
59660              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
59661              
59662              Documentation of the different types of ops,
59663              plus the functions in dump.c
59664      Branch: perl
59665            ! pod/perlguts.pod
59666 ____________________________________________________________________________
59667 [  8062] By: jhi                                   on 2000/12/10  03:30:04
59668         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
59669              From: Nicholas Clark <nick@talking.bollo.cx>
59670              Date: Sat, 09 Dec 2000 18:57:25 +0000
59671              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
59672              
59673              Be more robust in weird hostname setups.
59674      Branch: perl
59675            ! t/lib/net-hostent.t
59676 ____________________________________________________________________________
59677 [  8061] By: jhi                                   on 2000/12/10  03:28:21
59678         Log: Pacify fussy compiler. 
59679      Branch: perl
59680            ! pp_sys.c
59681 ____________________________________________________________________________
59682 [  8060] By: jhi                                   on 2000/12/10  02:52:46
59683         Log: Integrate perlio.
59684      Branch: perl
59685           !> pp_sys.c t/io/utf8.t
59686 ____________________________________________________________________________
59687 [  8059] By: nick                                  on 2000/12/09  23:40:14
59688         Log: read/sysread/recv should now be utf8 aware.
59689              Basic test for utf8 read.
59690      Branch: perlio
59691            ! pp_sys.c t/io/utf8.t
59692 ____________________________________________________________________________
59693 [  8058] By: jhi                                   on 2000/12/09  21:56:02
59694         Log: Integrate perlio.
59695      Branch: perl
59696           +> t/io/utf8.t
59697           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
59698 ____________________________________________________________________________
59699 [  8057] By: jhi                                   on 2000/12/09  21:53:35
59700         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
59701              From: Inaba Hiroto <inaba@st.rim.or.jp>
59702              Date: Sun, 10 Dec 2000 05:53:21 +0900
59703              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
59704              
59705              Tests for #8056.
59706      Branch: perl
59707            ! t/op/each.t
59708 ____________________________________________________________________________
59709 [  8056] By: jhi                                   on 2000/12/09  21:51:16
59710         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
59711              From: Inaba Hiroto <inaba@st.rim.or.jp>
59712              Date: Sat, 09 Dec 2000 18:02:00 +0900
59713              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
59714              
59715              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
59716      Branch: perl
59717            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
59718 ____________________________________________________________________________
59719 [  8055] By: nick                                  on 2000/12/09  20:11:48
59720         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
59721              than raw PerlIO_write() - does not seem to break any tests.
59722      Branch: perlio
59723            ! pp_sys.c
59724 ____________________________________________________________________________
59725 [  8054] By: nick                                  on 2000/12/09  19:47:30
59726         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
59727              (sysread, recv and write i.e. formats still to do...)
59728              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
59729              open($fh,">:utf8","name")
59730              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
59731              so no extra overhead is involved.
59732              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
59733              to a non-utf8 stream.
59734              Add initial io/utf8.t
59735              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
59736              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
59737              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
59738      Branch: perlio
59739            + t/io/utf8.t
59740            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
59741 ____________________________________________________________________________
59742 [  8053] By: nick                                  on 2000/12/09  19:26:37
59743         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
59744              was only testing this_utf8.
59745      Branch: perlio
59746            ! toke.c
59747 ____________________________________________________________________________
59748 [  8052] By: nick                                  on 2000/12/09  19:09:41
59749         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
59750              i.e. the output string has one, but don't mess with source assumption.
59751      Branch: perlio
59752            ! toke.c
59753 ____________________________________________________________________________
59754 [  8051] By: jhi                                   on 2000/12/09  16:55:17
59755         Log: Integrate perlio.
59756      Branch: perl
59757           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
59758           !> sv.c thrdvar.h util.c
59759 ____________________________________________________________________________
59760 [  8050] By: jhi                                   on 2000/12/09  16:48:07
59761         Log: Nits noticed by Peter Prymmer.
59762      Branch: perl
59763            ! lib/ExtUtils/MM_VMS.pm
59764 ____________________________________________________________________________
59765 [  8049] By: nick                                  on 2000/12/09  13:49:40
59766         Log: UTF8 output prework.
59767              - Store $\ and $, as SVs so they can have SvUTF8 flag
59768              - use do_print() rather than raw PerlIO_write() to print them.
59769      Branch: perlio
59770            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
59771            ! thrdvar.h util.c
59772 ____________________________________________________________________________
59773 [  8048] By: nick                                  on 2000/12/09  12:30:43
59774         Log: Integrate mainline.
59775      Branch: perlio
59776           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
59777           +> t/op/reverse.t
59778           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
59779           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
59780           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
59781           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
59782           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
59783           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
59784 ____________________________________________________________________________
59785 [  8047] By: jhi                                   on 2000/12/09  00:23:27
59786         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
59787              From: Michael G Schwern <schwern@pobox.com>
59788              Date: Fri, 8 Dec 2000 14:43:04 -0600
59789      Branch: perl
59790            ! lib/ExtUtils/MM_VMS.pm
59791 ____________________________________________________________________________
59792 [  8046] By: jhi                                   on 2000/12/08  23:10:27
59793         Log: A missed check-in.
59794      Branch: perl
59795            ! lib/ExtUtils/Manifest.pm
59796 ____________________________________________________________________________
59797 [  8045] By: jhi                                   on 2000/12/08  21:57:12
59798         Log: (null check-in)
59799      Branch: perl
59800            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
59801 ____________________________________________________________________________
59802 [  8044] By: jhi                                   on 2000/12/08  21:11:06
59803         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
59804              at the final draft stage.
59805      Branch: perl
59806            + ext/Encode/Encode/iso8859-16.enc
59807            ! MANIFEST
59808 ____________________________________________________________________________
59809 [  8043] By: jhi                                   on 2000/12/08  16:39:04
59810         Log: Update Changes.
59811      Branch: perl
59812            ! Changes patchlevel.h
59813 ____________________________________________________________________________
59814 [  8042] By: jhi                                   on 2000/12/08  16:33:39
59815         Log: Do not return the Unicode replacement character if UTF-8
59816              decoding goes awry, it should be up to the caller to decide.
59817      Branch: perl
59818            ! pod/perlapi.pod utf8.c
59819 ____________________________________________________________________________
59820 [  8041] By: jhi                                   on 2000/12/08  16:22:28
59821         Log: metaconfig maintenance.
59822      Branch: metaconfig
59823            ! U/modified/stdchar.U
59824      Branch: metaconfig/U/perl
59825            + testsyml.U
59826 ____________________________________________________________________________
59827 [  8040] By: jhi                                   on 2000/12/08  16:03:08
59828         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
59829              From: sthoenna@efn.org
59830              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
59831              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
59832      Branch: perl
59833            ! Changes lib/ExtUtils/MM_OS2.pm
59834 ____________________________________________________________________________
59835 [  8039] By: jhi                                   on 2000/12/08  15:57:11
59836         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
59837              From: Simon Cozens <simon@cozens.net>
59838              Date: Fri, 8 Dec 2000 13:33:31 +0000
59839              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
59840              
59841              (The pp_hot part needed a rewrite.)
59842      Branch: perl
59843            ! doop.c pp_hot.c utf8.c
59844 ____________________________________________________________________________
59845 [  8038] By: jhi                                   on 2000/12/08  15:25:08
59846         Log: Subject: djSP
59847              From: Michael Stevens <michael@etla.org>
59848              Date: Wed, 6 Dec 2000 23:24:01 +0000
59849              Message-ID: <20001206232400.A21381@firedrake.org>
59850              
59851              Plus a note from Nick Ing-Simmons.
59852      Branch: perl
59853            ! pp.h
59854 ____________________________________________________________________________
59855 [  8037] By: jhi                                   on 2000/12/08  15:18:35
59856         Log: Filetype is text.
59857      Branch: perl
59858            ! t/op/utf8decode.t
59859 ____________________________________________________________________________
59860 [  8036] By: jhi                                   on 2000/12/08  03:31:27
59861         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59862              From: Andy Dougherty <doughera@lafayette.edu>
59863              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
59864              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
59865              
59866              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59867              From: Andy Dougherty <doughera@lafayette.edu>
59868              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
59869              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
59870      Branch: perl
59871            + ext/POSIX/hints/svr4.pl
59872            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
59873 ____________________________________________________________________________
59874 [  8035] By: jhi                                   on 2000/12/08  03:26:01
59875         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
59876              From: Andy Dougherty <doughera@lafayette.edu>
59877              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
59878              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
59879      Branch: perl
59880            ! t/README t/base/term.t
59881 ____________________________________________________________________________
59882 [  8034] By: jhi                                   on 2000/12/08  03:21:59
59883         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
59884              From: mjd@plover.com  
59885              Date: 7 Dec 2000 21:04:20 -0000
59886              Message-ID: <20001207210420.22282.qmail@plover.com>
59887              
59888              Plus -z doc.
59889      Branch: perl
59890            ! pod/perlfunc.pod
59891 ____________________________________________________________________________
59892 [  8033] By: jhi                                   on 2000/12/08  03:19:03
59893         Log: Use the UTF8 macros a bit.  They can't be used with abandon
59894              everywhere because we do generate illegal UTF-8 in some situations.
59895              This is of course naughty.
59896      Branch: perl
59897            ! pod/perlapi.pod utf8.c utf8.h
59898 ____________________________________________________________________________
59899 [  8032] By: jhi                                   on 2000/12/08  03:00:09
59900         Log: Out of sync?
59901      Branch: perl
59902            ! t/pragma/warn/utf8
59903 ____________________________________________________________________________
59904 [  8031] By: jhi                                   on 2000/12/08  02:22:39
59905         Log: Cnt spl.
59906      Branch: perl
59907            ! MANIFEST
59908 ____________________________________________________________________________
59909 [  8030] By: jhi                                   on 2000/12/08  01:23:54
59910         Log: Add test for reverse().
59911      Branch: perl
59912            + t/op/reverse.t
59913            ! MANIFEST
59914 ____________________________________________________________________________
59915 [  8029] By: jhi                                   on 2000/12/08  01:21:47
59916         Log: Integrate perlio.
59917      Branch: perl
59918           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
59919           !> perlio.c perlio.h perlsdio.h warnings.pl
59920 ____________________________________________________________________________
59921 [  8028] By: jhi                                   on 2000/12/08  01:19:08
59922         Log: Introduce macros for UTF8 decoding.
59923      Branch: perl
59924            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
59925 ____________________________________________________________________________
59926 [  8027] By: nick                                  on 2000/12/07  22:18:19
59927         Log: Integrate mainline
59928      Branch: perlio
59929           !> embed.pl pod/perlapi.pod utf8.c
59930 ____________________________________________________________________________
59931 [  8026] By: nick                                  on 2000/12/07  21:45:08
59932         Log: Various oddities p4 diff -se showed up
59933              Remove 'our' from warnings.pl
59934      Branch: perlio
59935            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
59936 ____________________________________________________________________________
59937 [  8025] By: nick                                  on 2000/12/07  21:43:32
59938         Log: Change PerlIO_(get|set)pos to take SV *
59939              Should fix, OS/2, VMS, (sfio??)
59940      Branch: perlio
59941            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
59942 ____________________________________________________________________________
59943 [  8024] By: jhi                                   on 2000/12/07  19:05:32
59944         Log: Document utf8_to_uv() better.
59945      Branch: perl
59946            ! pod/perlapi.pod utf8.c
59947 ____________________________________________________________________________
59948 [  8023] By: jhi                                   on 2000/12/07  18:23:47
59949         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
59950      Branch: perl
59951            ! embed.pl pod/perlapi.pod utf8.c
59952 ____________________________________________________________________________
59953 [  8022] By: jhi                                   on 2000/12/07  04:13:51
59954         Log: Integrate perlio.
59955      Branch: perl
59956           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
59957           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
59958           !> win32/makefile.mk
59959 ____________________________________________________________________________
59960 [  8021] By: nick                                  on 2000/12/07  00:28:14
59961         Log: Various attempts at MSVC debug - not sure what has
59962              changed but works now. 
59963              Seems atexit() _may_ work for DLLs built with MSVC so don't
59964              call cleanup that way.
59965      Branch: perlio
59966            ! perlio.c win32/makefile.mk
59967 ____________________________________________________________________________
59968 [  8020] By: nick                                  on 2000/12/06  19:57:20
59969         Log: Integrate mainline
59970      Branch: perlio
59971           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
59972           !> (integrate 75 files)
59973 ____________________________________________________________________________
59974 [  8019] By: nick                                  on 2000/12/06  19:28:21
59975         Log: Add useperlio to config.vc
59976              Turn off binmode in config_H.PL
59977              Regen all the config_H.xx
59978              Attempt to get debugging build with MSVC.
59979      Branch: perlio
59980            ! win32/config.vc win32/config_H.bc win32/config_H.gc
59981            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
59982 ____________________________________________________________________________
59983 [  8018] By: nick                                  on 2000/12/06  19:21:57
59984         Log: Test various dup/external program options on all platforms.
59985      Branch: perlio
59986            ! t/io/dup.t
59987 ____________________________________________________________________________
59988 [  8017] By: nick                                  on 2000/12/06  19:20:47
59989         Log: Fix harness to be less picky
59990      Branch: perlio
59991            ! lib/Test/Harness.pm
59992 ____________________________________________________________________________
59993 [  8016] By: jhi                                   on 2000/12/06  16:45:12
59994         Log: Update Changes.
59995      Branch: perl
59996            ! Changes patchlevel.h
59997 ____________________________________________________________________________
59998 [  8015] By: jhi                                   on 2000/12/06  16:41:03
59999         Log: Test \x{...} with ord().
60000      Branch: perl
60001            ! t/op/ord.t
60002 ____________________________________________________________________________
60003 [  8014] By: jhi                                   on 2000/12/06  16:20:33
60004         Log: Test tweak because of #8013.
60005      Branch: perl
60006            ! t/lib/b.t
60007 ____________________________________________________________________________
60008 [  8013] By: jhi                                   on 2000/12/06  16:09:09
60009         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
60010              From: Michael G Schwern <schwern@pobox.com>
60011              Date: Tue, 5 Dec 2000 21:23:28 -0500
60012              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
60013              
60014              Carp::Heavy parts not very applicable because of recent changes.
60015      Branch: perl
60016            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
60017            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
60018            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
60019            ! lib/Exporter.pm lib/Exporter/Heavy.pm
60020            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
60021            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
60022            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
60023            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
60024            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
60025            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
60026            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
60027            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
60028            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
60029            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
60030            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
60031            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
60032            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
60033            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
60034            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
60035            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
60036            ! warnings.pl
60037 ____________________________________________________________________________
60038 [  8012] By: jhi                                   on 2000/12/06  15:22:38
60039         Log: Subject: [PATCH] Re: New harness is failing things
60040              From: Nick Ing-Simmons <nik@tiuk.ti.com>
60041              Date: Wed, 6 Dec 2000 13:00:30 GMT
60042              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
60043      Branch: perl
60044            ! lib/Test/Harness.pm
60045 ____________________________________________________________________________
60046 [  8011] By: jhi                                   on 2000/12/06  15:12:08
60047         Log: Subject: installhtml changes
60048              From: Michael Stevens <michael@etla.org>
60049              Date: Wed, 6 Dec 2000 13:15:53 +0000
60050              Message-ID: <20001206131553.A27317@firedrake.org>
60051      Branch: perl
60052            ! installhtml
60053 ____________________________________________________________________________
60054 [  8010] By: jhi                                   on 2000/12/06  15:06:05
60055         Log: Subject: the dTHR hits
60056              From: Michael Stevens <michael@etla.org>
60057              Date: Wed, 6 Dec 2000 12:06:03 +0000
60058              Message-ID: <20001206120603.A24581@firedrake.org>
60059              
60060              More, errrm, less dTHRs.
60061      Branch: perl
60062            ! bytecode.pl ext/B/B/C.pm
60063 ____________________________________________________________________________
60064 [  8009] By: jhi                                   on 2000/12/06  15:04:25
60065         Log: Subject: MakeMaker mailing list gone?
60066              From: Michael G Schwern <schwern@pobox.com>
60067              Date: Tue, 5 Dec 2000 19:29:59 -0500
60068              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
60069              
60070              The MakeMaker mailing list is dead, perlbug is the right
60071              address to report bugs.
60072      Branch: perl
60073            ! lib/ExtUtils/MakeMaker.pm
60074 ____________________________________________________________________________
60075 [  8008] By: jhi                                   on 2000/12/06  15:00:32
60076         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
60077              From: Michael G Schwern <schwern@pobox.com>
60078              Date: Tue, 5 Dec 2000 19:21:21 -0500
60079              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
60080              
60081              Add a default MANIFEST skip that ignores things like
60082              version control files, editor temporary files, and the Makefile.
60083      Branch: perl
60084            + lib/ExtUtils/MANIFEST.SKIP
60085            ! MANIFEST lib/ExtUtils/Manifest.pm
60086 ____________________________________________________________________________
60087 [  8007] By: jhi                                   on 2000/12/06  14:57:20
60088         Log: In Amiga more manual hackery of the scripts seems to be needed,
60089              from Jan-Erik Karlsson.  Why Configure does not get this right
60090              is unknown, may be shell-induced.
60091      Branch: perl
60092            ! README.amiga
60093 ____________________________________________________________________________
60094 [  8006] By: jhi                                   on 2000/12/05  23:53:12
60095         Log: Add TOPm1s to peek at the second topmost stack item.
60096      Branch: perl
60097            ! pp.h
60098 ____________________________________________________________________________
60099 [  8005] By: jhi                                   on 2000/12/05  23:13:55
60100         Log: Avaunt, you foul UTF-8 tests.
60101      Branch: perl
60102            ! t/op/ver.t t/pragma/utf8.t
60103 ____________________________________________________________________________
60104 [  8004] By: jhi                                   on 2000/12/05  23:09:54
60105         Log: Continue utf8 dispersal. 
60106      Branch: perl
60107            + t/op/concat.t
60108            ! MANIFEST t/pragma/utf8.t
60109 ____________________________________________________________________________
60110 [  8003] By: nick                                  on 2000/12/05  23:02:39
60111         Log: Integrate mainline.
60112      Branch: perlio
60113           +> t/op/length.t t/op/utf8decode.t
60114           !> (integrate 69 files)
60115 ____________________________________________________________________________
60116 [  8002] By: jhi                                   on 2000/12/05  22:59:28
60117         Log: Integrate perlio.
60118      Branch: perl
60119           !> iperlsys.h perl.c perlio.c win32/perllib.c
60120 ____________________________________________________________________________
60121 [  8001] By: nick                                  on 2000/12/05  22:07:52
60122         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
60123              - calloc/free suffer from damage on TerminateThread()
60124              - use PerlMemShared (as originally planned) now fixed
60125              - avoid doing anything important on DLL "detach".
60126      Branch: perlio
60127            ! perl.c perlio.c win32/perllib.c
60128 ____________________________________________________________________________
60129 [  8000] By: nick                                  on 2000/12/05  21:05:09
60130         Log: Fix gross PerlMemShared issue.
60131      Branch: perlio
60132            ! iperlsys.h
60133 ____________________________________________________________________________
60134 [  7999] By: jhi                                   on 2000/12/05  20:46:58
60135         Log: Test for Unicode (UTF-8) hash keys.
60136      Branch: perl
60137            ! t/op/each.t
60138 ____________________________________________________________________________
60139 [  7998] By: jhi                                   on 2000/12/05  20:30:35
60140         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
60141              is now always UTF-8), empty line cosmetics.
60142      Branch: perl
60143            ! t/pragma/utf8.t
60144 ____________________________________________________________________________
60145 [  7997] By: jhi                                   on 2000/12/05  20:15:40
60146         Log: Subject: Re: STRLEN - what?
60147              From: Andy Dougherty <doughera@lafayette.edu>
60148              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
60149              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
60150              
60151              Explain STRLEN.
60152      Branch: perl
60153            ! pod/perlguts.pod
60154 ____________________________________________________________________________
60155 [  7996] By: jhi                                   on 2000/12/05  20:13:34
60156         Log: Split off the UTF-8 decoder tests, make them to check also
60157              the error message.
60158      Branch: perl
60159            + t/op/utf8decode.t
60160            ! MANIFEST t/pragma/utf8.t utf8.c
60161 ____________________________________________________________________________
60162 [  7995] By: jhi                                   on 2000/12/05  16:39:47
60163         Log: Start migrating bits of pragma/utf8 to elsewhere
60164              (since the long term plan is to obsolete 'use utf8').
60165      Branch: perl
60166            + t/op/length.t
60167            ! MANIFEST t/pragma/utf8.t
60168 ____________________________________________________________________________
60169 [  7994] By: jhi                                   on 2000/12/05  16:30:21
60170         Log: Fix a manual edit typo from #7993, fix the message formatting
60171              for Unicode, add few our declarations.
60172      Branch: perl
60173            ! lib/Carp/Heavy.pm
60174 ____________________________________________________________________________
60175 [  7993] By: jhi                                   on 2000/12/05  16:09:15
60176         Log: Subject: Need help with warnings :-(
60177              From: "Ben Tilly" <ben_tilly@hotmail.com>
60178              Date: Tue, 05 Dec 2000 01:35:54 -0500
60179              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
60180              
60181              Subject: UPDATE: Carp/Heavy now passes all tests
60182              From: "Ben Tilly" <ben_tilly@hotmail.com>
60183              Date: Tue, 05 Dec 2000 07:59:41 -0500
60184              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
60185              
60186              The Brave New Carp.
60187      Branch: perl
60188            ! lib/Carp.pm lib/Carp/Heavy.pm
60189 ____________________________________________________________________________
60190 [  7992] By: jhi                                   on 2000/12/05  15:55:08
60191         Log: Subject: [PATCH perl@7979] cygwin port
60192              From: "Eric Fifer" <efifer@dircon.co.uk>
60193              Date: Tue, 5 Dec 2000 14:04:09 -0000
60194              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
60195      Branch: perl
60196            ! t/lib/net-hostent.t
60197 ____________________________________________________________________________
60198 [  7991] By: jhi                                   on 2000/12/05  15:52:34
60199         Log: Subject: Re: [PATCH] The largest hoax of all times?
60200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60201              Date: Tue, 5 Dec 2000 00:40:25 -0500
60202              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
60203              
60204              Subject: Re: [PATCH] The largest hoax of all times?
60205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60206              Date: Mon, 4 Dec 2000 23:55:53 -0500
60207              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
60208              
60209              Subject: Re: [PATCH] The largest hoax of all times?
60210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60211              Date: Tue, 5 Dec 2000 01:28:45 -0500
60212              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
60213              
60214              Fix the unpredictable order of DESTROYs.
60215      Branch: perl
60216            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
60217            ! sv.c sv.h t/op/ref.t
60218 ____________________________________________________________________________
60219 [  7990] By: jhi                                   on 2000/12/05  14:38:53
60220         Log: Subject: [PATCH] shrink pp_hot fractionally
60221              From: Nicholas Clark <nick@ccl4.org>
60222              Date: Tue, 5 Dec 2000 12:44:31 +0000
60223              Message-ID: <20001205124431.E74518@plum.flirble.org>
60224              
60225              Use report_evil_fh().
60226      Branch: perl
60227            ! opcode.pl opnames.h pp_hot.c util.c
60228 ____________________________________________________________________________
60229 [  7989] By: jhi                                   on 2000/12/05  14:21:27
60230         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
60231              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60232              Date: Mon, 04 Dec 2000 22:21:59 -0800
60233              Message-ID: <HmIL6gzkgepS092yn@efn.org>
60234              
60235              Harness shouldn't ignore responses like "ok 3\r\r\n".
60236      Branch: perl
60237            ! lib/Test/Harness.pm
60238 ____________________________________________________________________________
60239 [  7988] By: jhi                                   on 2000/12/05  13:51:28
60240         Log: Integrate the "skip" messages to explain().
60241      Branch: perl
60242            ! t/lib/syslfs.t t/op/lfs.t
60243 ____________________________________________________________________________
60244 [  7987] By: jhi                                   on 2000/12/05  12:34:54
60245         Log: The one that got away in #7984.
60246              
60247              Subject: Re: dTHR - what and why?
60248              From: Michael Stevens <michael@etla.org> 
60249              Date: Tue, 5 Dec 2000 11:15:52 +0000
60250              Message-ID: <20001205111552.A4647@firedrake.org>
60251      Branch: perl
60252            ! sv.h
60253 ____________________________________________________________________________
60254 [  7986] By: gsar                                  on 2000/12/05  09:14:44
60255         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
60256              due to the notorious GetFileType() bug in Windows 9x, which fstat()
60257              tickles)
60258      Branch: perl
60259            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
60260 ____________________________________________________________________________
60261 [  7985] By: jhi                                   on 2000/12/05  05:49:03
60262         Log: Integrate perlio.
60263      Branch: perl
60264           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
60265           !> win32/perlhost.h win32/perllib.c
60266 ____________________________________________________________________________
60267 [  7984] By: jhi                                   on 2000/12/05  05:48:16
60268         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
60269      Branch: perl
60270            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
60271            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
60272            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
60273            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
60274            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
60275            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
60276            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
60277            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
60278            ! win32/win32.c
60279 ____________________________________________________________________________
60280 [  7983] By: nick                                  on 2000/12/04  23:27:43
60281         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
60282      Branch: perlio
60283            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
60284            ! win32/perlhost.h win32/perllib.c
60285 ____________________________________________________________________________
60286 [  7982] By: jhi                                   on 2000/12/04  19:44:09
60287         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
60288              uncovered by #7980.
60289      Branch: perl
60290            ! op.c
60291 ____________________________________________________________________________
60292 [  7981] By: jhi                                   on 2000/12/04  19:42:07
60293         Log: Subject: [PATCH] Trivial dump.c feature
60294              From: Simon Cozens <simon@cozens.net>
60295              Date: Mon, 4 Dec 2000 18:08:38 +0000
60296              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
60297              
60298              Show whether a constant is UTF-8.
60299      Branch: perl
60300            ! dump.c
60301 ____________________________________________________________________________
60302 [  7980] By: jhi                                   on 2000/12/04  19:36:51
60303         Log: UTF-8 hash keys, patch from Inaba Hiroto.
60304      Branch: perl
60305            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
60306 ____________________________________________________________________________
60307 [  7979] By: jhi                                   on 2000/12/04  17:36:28
60308         Log: Update Changes.
60309      Branch: perl
60310            ! Changes patchlevel.h
60311 ____________________________________________________________________________
60312 [  7978] By: jhi                                   on 2000/12/04  16:42:17
60313         Log: Retract #7977, still too volatile (the euphemism of the day
60314              for unfinished and buggy :-)
60315      Branch: perl
60316            ! doop.c hv.c pp.c sv.h
60317 ____________________________________________________________________________
60318 [  7977] By: jhi                                   on 2000/12/04  16:25:15
60319         Log: (Retracted by #7978, too shaky yet.)
60320              
60321              Subject: Re: utf8 in hash keys, implementor missing
60322              From: Simon Cozens <simon@cozens.net>
60323              Date: Sat, 2 Dec 2000 19:49:35 +0000
60324              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
60325              
60326              The first step at UTF-8 hash keys.
60327      Branch: perl
60328            ! doop.c hv.c pp.c sv.h
60329 ____________________________________________________________________________
60330 [  7976] By: jhi                                   on 2000/12/04  16:13:53
60331         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
60332              From: sthoenna@efn.org
60333              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
60334              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
60335      Branch: perl
60336            ! os2/os2.c perlio.c
60337 ____________________________________________________________________________
60338 [  7975] By: jhi                                   on 2000/12/04  16:05:25
60339         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
60340              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60341              Date: Thu, 30 Nov 2000 20:50:37 -0800
60342              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
60343      Branch: perl
60344            ! os2/os2.c
60345 ____________________________________________________________________________
60346 [  7974] By: jhi                                   on 2000/12/04  16:03:57
60347         Log: Subject: [PATCH] ++ 20% faster
60348              From: Nicholas Clark <nick@ccl4.org>
60349              Date: Mon, 4 Dec 2000 12:17:27 +0000
60350              Message-ID: <20001204121726.B52976@plum.flirble.org>
60351              
60352              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
60353      Branch: perl
60354            ! sv.c
60355 ____________________________________________________________________________
60356 [  7973] By: jhi                                   on 2000/12/04  16:00:48
60357         Log: 
60358              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
60359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60360              Date: Mon, 04 Dec 2000 12:30:45 +0100
60361              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
60362              
60363              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
60364              library (getprotobyname and getprotobynumber are outversioned by
60365              the same calls in libc, at least for xlc version 3.
60366      Branch: perl
60367            ! hints/aix.sh
60368 ____________________________________________________________________________
60369 [  7972] By: jhi                                   on 2000/12/04  02:58:31
60370         Log: Integrate perlio.
60371      Branch: perl
60372           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
60373           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
60374           !> win32/win32.h win32/win32iop.h win32/win32thread.h
60375 ____________________________________________________________________________
60376 [  7971] By: nick                                  on 2000/12/04  00:24:33
60377         Log: Quieten some noise in Win32 builds:
60378              - win32.h is included after <sys/socket.h>, so need to 
60379              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
60380              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
60381      Branch: perlio
60382            ! doio.c perl.h toke.c win32/win32.h
60383 ____________________________________________________________________________
60384 [  7970] By: nick                                  on 2000/12/03  22:57:46
60385         Log: PERL_IMPLICIT_SYS compiles but does not work.
60386      Branch: perlio
60387            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
60388            ! win32/perlhost.h win32/perllib.c win32/win32.h
60389            ! win32/win32iop.h win32/win32thread.h
60390 ____________________________________________________________________________
60391 [  7969] By: jhi                                   on 2000/12/03  22:12:58
60392         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
60393              used to swash_init(), makes regprop() dumps more informative
60394              (+utf8::IsAlpha, -utf8::IsDigit, for example).
60395      Branch: perl
60396            ! regcomp.c regexec.c
60397 ____________________________________________________________________________
60398 [  7968] By: jhi                                   on 2000/12/03  21:39:56
60399         Log: Implement ANYOFUTF8 regprop() dumping.
60400      Branch: perl
60401            ! regcomp.c
60402 ____________________________________________________________________________
60403 [  7967] By: jhi                                   on 2000/12/03  20:57:19
60404         Log: Make uv_to_utf8() to zero-terminate its output buffer,
60405              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
60406      Branch: perl
60407            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
60408 ____________________________________________________________________________
60409 [  7966] By: nick                                  on 2000/12/03  18:41:21
60410         Log: Integrate mainline (STDCHAR)
60411      Branch: perlio
60412           !> Configure t/pragma/utf8.t
60413 ____________________________________________________________________________
60414 [  7965] By: jhi                                   on 2000/12/03  17:58:20
60415         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
60416      Branch: perl
60417            ! t/pragma/utf8.t
60418 ____________________________________________________________________________
60419 [  7964] By: jhi                                   on 2000/12/03  17:35:56
60420         Log: Integrate perlio.
60421      Branch: perl
60422           !> iperlsys.h perlio.c
60423 ____________________________________________________________________________
60424 [  7963] By: jhi                                   on 2000/12/03  17:33:55
60425         Log: Metaconfig unit change for #7962.
60426      Branch: metaconfig
60427            ! U/modified/stdchar.U
60428 ____________________________________________________________________________
60429 [  7962] By: jhi                                   on 2000/12/03  17:33:27
60430         Log: Untangle the <stdio.h> #include nest for the stdchar test,
60431              from Andy Dougherty.
60432      Branch: perl
60433            ! Configure
60434 ____________________________________________________________________________
60435 [  7961] By: nick                                  on 2000/12/03  16:53:00
60436         Log: Make iperlsys.h vector stdio not PerlIO.
60437      Branch: perlio
60438            ! iperlsys.h perlio.c
60439 ____________________________________________________________________________
60440 [  7960] By: nick                                  on 2000/12/03  14:43:01
60441         Log: Integrate mainline
60442      Branch: perlio
60443           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
60444           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
60445 ____________________________________________________________________________
60446 [  7959] By: jhi                                   on 2000/12/03  08:16:36
60447         Log: Use DO_UTF8().
60448      Branch: perl
60449            ! op.c
60450 ____________________________________________________________________________
60451 [  7958] By: jhi                                   on 2000/12/02  18:33:05
60452         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
60453              From: Mike Guy <mjtg@cam.ac.uk>         
60454              Date: Sat, 02 Dec 2000 17:27:13 +0000
60455              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
60456              
60457              An extraneous argument.
60458      Branch: perl
60459            ! toke.c
60460 ____________________________________________________________________________
60461 [  7957] By: jhi                                   on 2000/12/02  18:22:32
60462         Log: A missing hunk.
60463      Branch: perl
60464            ! t/lib/net-hostent.t
60465 ____________________________________________________________________________
60466 [  7956] By: jhi                                   on 2000/12/02  18:06:20
60467         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
60468              From: Nicholas Clark <nick@ccl4.org>
60469              Date: Sat, 2 Dec 2000 14:28:27 +0000
60470              Message-ID: <20001202142827.A12308@plum.flirble.org>
60471              
60472              Test robustness.
60473      Branch: perl
60474            ! t/lib/net-hostent.t
60475 ____________________________________________________________________________
60476 [  7955] By: jhi                                   on 2000/12/02  17:58:06
60477         Log: Metaconfig unit change for #7954.
60478      Branch: metaconfig
60479            ! U/modified/stdchar.U
60480 ____________________________________________________________________________
60481 [  7954] By: jhi                                   on 2000/12/02  17:54:32
60482         Log: An inconvenient hang would happen if the stdio _ptr wasn't
60483              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
60484              would be grepping stdin for all eternity for the _ptr.)
60485      Branch: perl
60486            ! Configure
60487 ____________________________________________________________________________
60488 [  7953] By: jhi                                   on 2000/12/02  00:07:15
60489         Log: Update Changes.
60490      Branch: perl
60491            ! Changes patchlevel.h
60492 ____________________________________________________________________________
60493 [  7952] By: jhi                                   on 2000/12/01  23:54:47
60494         Log: Subject: Re: long shell lines
60495              From: Andy Dougherty <doughera@lafayette.edu>
60496              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
60497              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
60498              
60499              Split overly long shell command lines.
60500      Branch: perl
60501            ! lib/ExtUtils/MM_Unix.pm
60502 ____________________________________________________________________________
60503 [  7951] By: jhi                                   on 2000/12/01  23:48:02
60504         Log: The metaconfig unit change for #7950.
60505      Branch: metaconfig
60506            + U/modified/stdchar.U
60507 ____________________________________________________________________________
60508 [  7950] By: jhi                                   on 2000/12/01  23:47:39
60509         Log: Try to find stdchar also from <stdio_impl.h>.
60510      Branch: perl
60511            ! Configure config_h.SH
60512 ____________________________________________________________________________
60513 [  7949] By: jhi                                   on 2000/12/01  23:46:45
60514         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
60515              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60516              Date: Fri, 1 Dec 2000 16:26:08 -0500
60517              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
60518              
60519              Reword the diagnostic message.
60520      Branch: perl
60521            ! pod/perldiag.pod
60522 ____________________________________________________________________________
60523 [  7948] By: nick                                  on 2000/12/01  22:49:43
60524         Log: Integrate mainline (for s/y/m as sub names stuff).
60525      Branch: perlio
60526           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
60527           !> t/pragma/warn/toke toke.c
60528 ____________________________________________________________________________
60529 [  7947] By: jhi                                   on 2000/12/01  20:55:41
60530         Log: Integrate perlio.
60531      Branch: perl
60532           !> perlio.c perliol.h t/io/pipe.t
60533 ____________________________________________________________________________
60534 [  7946] By: jhi                                   on 2000/12/01  20:36:51
60535         Log: Upgrade to CPAN 1.59_51, from Andreas König.
60536      Branch: perl
60537            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60538 ____________________________________________________________________________
60539 [  7945] By: nick                                  on 2000/12/01  20:31:32
60540         Log: Integrate mainline
60541      Branch: perlio
60542           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
60543           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
60544           +> t/lib/net-hostent.t
60545           !> (integrate 35 files)
60546 ____________________________________________________________________________
60547 [  7944] By: jhi                                   on 2000/12/01  20:23:29
60548         Log: Some help for 20001130.011.  Now one gets warnings like
60549              "Ambiguous -f() resolved as a file test ..."
60550      Branch: perl
60551            ! pod/perldiag.pod t/pragma/warn/toke toke.c
60552 ____________________________________________________________________________
60553 [  7943] By: jhi                                   on 2000/12/01  19:44:44
60554         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
60555              that also breaks using them as methods. 
60556      Branch: perl
60557            ! pod/perldiag.pod t/op/misc.t toke.c
60558 ____________________________________________________________________________
60559 [  7942] By: nick                                  on 2000/12/01  17:56:46
60560         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
60561              Make 'unix' pass most tests
60562              - do unread by temporary push of layer ("pending") holding unread chars
60563              - fast_gets is now based on per-handle flag
60564              - relax one of io/pipe.t tests to allow print to fail and close to
60565              succeed so that it passes on unbuffered "unix" layer.
60566              Remaining fail is sporadic and a genuine race condition between
60567              parent/child in fork test.
60568      Branch: perlio
60569            ! perlio.c perliol.h t/io/pipe.t
60570 ____________________________________________________________________________
60571 [  7941] By: jhi                                   on 2000/12/01  15:28:58
60572         Log: (Retracted by #7943.)
60573              
60574              Reserve the short named string operator names.
60575      Branch: perl
60576            ! pod/perldiag.pod t/op/misc.t toke.c
60577 ____________________________________________________________________________
60578 [  7940] By: jhi                                   on 2000/12/01  06:45:53
60579         Log: Get the three different space character classes right under utf8.
60580      Branch: perl
60581            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
60582            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
60583            ! regexec.c t/op/pat.t utf8.c
60584 ____________________________________________________________________________
60585 [  7939] By: jhi                                   on 2000/12/01  03:26:26
60586         Log: Two more tests that make no sense in UTF-8 since the test
60587              data is not in UTF-8.
60588      Branch: perl
60589            ! t/op/regexp.t
60590 ____________________________________________________________________________
60591 [  7938] By: jhi                                   on 2000/12/01  03:20:39
60592         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
60593              should it be required inside regexen?
60594      Branch: perl
60595            ! regcomp.c t/op/regmesg.t
60596 ____________________________________________________________________________
60597 [  7937] By: jhi                                   on 2000/12/01  02:58:53
60598         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
60599              stored and restored, and thusly was trounced by the utf8 swash
60600              routines.
60601      Branch: perl
60602            ! regcomp.c
60603 ____________________________________________________________________________
60604 [  7936] By: jhi                                   on 2000/11/30  20:41:39
60605         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
60606              Why the different platforms behave so differently (core dump vs
60607              no core dump) on this bug is a but of a mystery, but if I had to
60608              guess I would mumble something like 'alignment'.
60609      Branch: perl
60610            ! sv.c
60611 ____________________________________________________________________________
60612 [  7935] By: jhi                                   on 2000/11/30  16:17:02
60613         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
60614              From: Robin Barker <rmb1@cise.npl.co.uk>
60615              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
60616              Date: Thu, 30 Nov 2000 14:27:12 GMT
60617      Branch: perl
60618            ! perlio.c toke.c
60619 ____________________________________________________________________________
60620 [  7934] By: jhi                                   on 2000/11/30  16:04:49
60621         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
60622      Branch: perl
60623            ! t/lib/net-hostent.t
60624 ____________________________________________________________________________
60625 [  7933] By: jhi                                   on 2000/11/30  06:07:26
60626         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
60627              From: Peter Prymmer <pvhp@forte.com>
60628              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
60629              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
60630              
60631              In VMS the localhost may be LOCALHOST.
60632      Branch: perl
60633            ! t/lib/net-hostent.t
60634 ____________________________________________________________________________
60635 [  7932] By: jhi                                   on 2000/11/30  01:11:11
60636         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
60637              From: Peter Prymmer <pvhp@forte.com>
60638              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
60639              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
60640              
60641              plus regen perlapi.pod.
60642      Branch: perl
60643            ! pod/perlapi.pod utf8.c
60644 ____________________________________________________________________________
60645 [  7931] By: jhi                                   on 2000/11/30  01:06:19
60646         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
60647              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60648              Date:     Wed, 29 Nov 2000 17:15:11 EST
60649              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
60650      Branch: perl
60651            ! t/lib/filter-util.pl t/lib/filter-util.t
60652 ____________________________________________________________________________
60653 [  7930] By: jhi                                   on 2000/11/29  18:51:55
60654         Log: Update Changes.
60655      Branch: perl
60656            ! Changes patchlevel.h
60657 ____________________________________________________________________________
60658 [  7929] By: jhi                                   on 2000/11/29  18:50:55
60659         Log: Update the va_copy() metaconfig unit.
60660      Branch: metaconfig/U/perl
60661            ! need_va_copy.U
60662 ____________________________________________________________________________
60663 [  7928] By: jhi                                   on 2000/11/29  17:50:43
60664         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
60665              From: Dominic Dunlop <domo@computer.org>
60666              Date: Tue, 28 Nov 2000 16:41:57 +0100
60667              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
60668              
60669              Patch to catch a core dump in the Configure va_copy test.
60670      Branch: perl
60671            ! Configure config_h.SH
60672 ____________________________________________________________________________
60673 [  7927] By: jhi                                   on 2000/11/29  17:31:59
60674         Log: Retract #7921, the patch shouldn't be needed.
60675      Branch: perl
60676            ! sv.c
60677 ____________________________________________________________________________
60678 [  7926] By: jhi                                   on 2000/11/29  17:01:41
60679         Log: Make the Class::Struct import() wiser.
60680      Branch: perl
60681            ! lib/Class/Struct.pm t/lib/class-struct.t
60682 ____________________________________________________________________________
60683 [  7925] By: jhi                                   on 2000/11/29  16:36:33
60684         Log: All the core library users of Class::Struct seem to be
60685              using "use Class::Struct 'struct';" instead of the bare
60686              "use Class::Struct;", which isn't documented in Class::Struct.
60687              This can't be right.
60688      Branch: perl
60689            ! lib/File/stat.pm
60690 ____________________________________________________________________________
60691 [  7924] By: jhi                                   on 2000/11/29  16:32:15
60692         Log: A test works better if it has the right 1..$n output.
60693      Branch: perl
60694            ! t/lib/class-struct.t
60695 ____________________________________________________________________________
60696 [  7923] By: jhi                                   on 2000/11/29  16:29:11
60697         Log: Forgot to MANIFEST the new Net::hostent test.
60698      Branch: perl
60699            ! MANIFEST
60700 ____________________________________________________________________________
60701 [  7922] By: jhi                                   on 2000/11/29  16:27:49
60702         Log: Integrate perlio.
60703      Branch: perl
60704           !> iperlsys.h perlio.c
60705 ____________________________________________________________________________
60706 [  7921] By: jhi                                   on 2000/11/29  16:27:10
60707         Log: (Retracted by #7927.)
60708              
60709              Subject: [PATCH] Is infinity a number?
60710              From: Simon Cozens <simon@cozens.net>
60711              Date: Wed, 29 Nov 2000 14:48:20 +0000
60712              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
60713      Branch: perl
60714            ! sv.c
60715 ____________________________________________________________________________
60716 [  7920] By: jhi                                   on 2000/11/29  16:23:02
60717         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
60718              From: rspier@pobox.com (Robert Spier)
60719              Date: Wed, 29 Nov 2000 02:17:49 -0500
60720              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
60721              
60722              Add a test for Net::hostent.
60723      Branch: perl
60724            + t/lib/net-hostent.t
60725 ____________________________________________________________________________
60726 [  7919] By: jhi                                   on 2000/11/29  16:21:31
60727         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
60728              add a test for Class::Struct.
60729      Branch: perl
60730            + t/lib/class-struct.t
60731            ! MANIFEST lib/Class/Struct.pm
60732 ____________________________________________________________________________
60733 [  7918] By: jhi                                   on 2000/11/29  15:48:40
60734         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
60735              From: rspier@pobox.com (Robert Spier)
60736              Date: Wed, 29 Nov 2000 02:25:39 -0500
60737              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
60738              
60739              More checking in case someone has broken their services or
60740              protocol databases.
60741      Branch: perl
60742            ! ext/Sys/Syslog/Syslog.pm
60743 ____________________________________________________________________________
60744 [  7917] By: jhi                                   on 2000/11/29  15:46:25
60745         Log: Subject: [PATCH] $^O  win32 -> MSWin32
60746              From: rspier@pobox.com (Robert Spier)
60747              Date: Wed, 29 Nov 2000 02:17:38 -0500
60748              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
60749              
60750              plus similar nits for vms, err, VMS, and UNICOS.
60751      Branch: perl
60752            ! t/lib/syslfs.t t/op/lfs.t
60753 ____________________________________________________________________________
60754 [  7916] By: jhi                                   on 2000/11/29  15:42:51
60755         Log: Subject: [PATCH] Tokeniser debugging
60756              From: Simon Cozens <simon@cozens.net>
60757              Date: Wed, 29 Nov 2000 14:15:45 +0000
60758              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
60759      Branch: perl
60760            ! perl.c perl.h pod/perlrun.pod toke.c
60761 ____________________________________________________________________________
60762 [  7915] By: jhi                                   on 2000/11/29  15:41:36
60763         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60765              Date: Wed, 29 Nov 2000 02:13:14 -0500
60766              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
60767              
60768              OUT keyword nits.
60769              
60770              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60772              Date: Wed, 29 Nov 2000 03:09:04 -0500
60773              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
60774              
60775              OUT and IN_OUT documentation.
60776      Branch: perl
60777            ! lib/ExtUtils/xsubpp pod/perlxs.pod
60778 ____________________________________________________________________________
60779 [  7914] By: jhi                                   on 2000/11/29  03:35:01
60780         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
60781              From: John Tobey <jtobey@john-edwin-tobey.org>
60782              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
60783              Message-Id: <m140e1N-000FOoC@feynman.localnet>
60784              
60785              plus a performance speedup noticed by Sarathy.
60786      Branch: perl
60787            ! op.c
60788 ____________________________________________________________________________
60789 [  7913] By: jhi                                   on 2000/11/29  03:16:59
60790         Log: Use "1 while unlink" so that VMS gets clean, too.
60791      Branch: perl
60792            ! t/lib/filter-util.t
60793 ____________________________________________________________________________
60794 [  7912] By: jhi                                   on 2000/11/29  03:09:08
60795         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
60796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60797              Date: Tue, 28 Nov 2000 03:27:09 -0500
60798              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
60799      Branch: perl
60800            ! lib/ExtUtils/xsubpp
60801 ____________________________________________________________________________
60802 [  7911] By: jhi                                   on 2000/11/29  03:06:30
60803         Log: This should have been part of #7872: no need to scan UTF-8
60804              until eternity.
60805      Branch: perl
60806            ! utf8.c
60807 ____________________________________________________________________________
60808 [  7910] By: jhi                                   on 2000/11/29  02:50:04
60809         Log: One more perltie.pod nit from Casey R. Tweten.
60810      Branch: perl
60811            ! pod/perltie.pod
60812 ____________________________________________________________________________
60813 [  7909] By: jhi                                   on 2000/11/29  02:44:23
60814         Log: Document the known sprintf test failures, exact standard
60815              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
60816      Branch: perl
60817            ! pod/perldelta.pod t/op/sprintf.t
60818 ____________________________________________________________________________
60819 [  7908] By: jhi                                   on 2000/11/29  02:36:23
60820         Log: Add the Encoding table format documentation.
60821      Branch: perl
60822            + ext/Encode/Encode/EncodeFormat.pod
60823            ! MANIFEST
60824 ____________________________________________________________________________
60825 [  7907] By: jhi                                   on 2000/11/29  02:07:24
60826         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
60827              From: "Casey R. Tweten" <crt@kiski.net>
60828              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
60829              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
60830              
60831              Subject: Re: [PATCH] Updating perltie.pod for arrays
60832              From: "Casey R. Tweten" <crt@kiski.net>
60833              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
60834              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
60835      Branch: perl
60836            ! pod/perltie.pod
60837 ____________________________________________________________________________
60838 [  7906] By: nick                                  on 2000/11/28  22:40:59
60839         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
60840      Branch: perlio
60841            ! iperlsys.h perlio.c
60842 ____________________________________________________________________________
60843 [  7905] By: nick                                  on 2000/11/28  22:04:34
60844         Log: Integrate mainline
60845      Branch: perlio
60846           !> (integrate 39 files)
60847 ____________________________________________________________________________
60848 [  7904] By: jhi                                   on 2000/11/28  16:44:43
60849         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
60850              From: Nicholas Clark <nick@babyhippo.co.uk>
60851              Date: Tue, 28 Nov 2000 11:16:57 +0000
60852              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
60853      Branch: perl
60854            ! pod/perlipc.pod
60855 ____________________________________________________________________________
60856 [  7903] By: jhi                                   on 2000/11/28  16:40:31
60857         Log: Subject: [PATCH] Updating perltie.pod for arrays
60858              From: "Casey R. Tweten" <crt@kiski.net>
60859              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
60860              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
60861      Branch: perl
60862            ! pod/perltie.pod
60863 ____________________________________________________________________________
60864 [  7902] By: jhi                                   on 2000/11/28  16:39:37
60865         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
60866              From: Robin Barker <rmb1@cise.npl.co.uk>
60867              Date: Mon, 27 Nov 2000 17:56:44 GMT
60868              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
60869      Branch: perl
60870            ! pod/perlfunc.pod t/op/split.t
60871 ____________________________________________________________________________
60872 [  7901] By: jhi                                   on 2000/11/28  16:28:04
60873         Log: setmode() is a DOSish-only thing.
60874      Branch: perl
60875            ! perlio.c
60876 ____________________________________________________________________________
60877 [  7900] By: jhi                                   on 2000/11/28  16:21:46
60878         Log: Subject: [PATCH] perlcc.PL cleanups
60879              From: Simon Cozens <simon@cozens.net>
60880              Date: Tue, 28 Nov 2000 12:44:35 +0000
60881              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
60882      Branch: perl
60883            ! utils/perlcc.PL
60884 ____________________________________________________________________________
60885 [  7899] By: gsar                                  on 2000/11/28  06:32:55
60886         Log: reintegrate files missed by change#7895
60887      Branch: maint-5.6/perl
60888           +> ext/ByteLoader/bytecode.h utils/Makefile
60889            - utils/perlbc.PL
60890 ____________________________________________________________________________
60891 [  7897] By: gsar                                  on 2000/11/27  18:22:47
60892         Log: can't integrate these two files, for some reason
60893      Branch: maint-5.6/perl
60894            - ext/ByteLoader/bytecode.h utils/Makefile
60895 ____________________________________________________________________________
60896 [  7895] By: gsar                                  on 2000/11/27  18:11:21
60897         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
60898              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
60899              6757..6890,6892..6901 from mainline
60900              
60901              Bytecompiler patches from Benjamin Stuhl.
60902              
60903              More bytecompiler.
60904              
60905              Subject: [PATCH blead] B:: missing dependency
60906              
60907              Subject: [PATCH: 6757] configure.com updates and syslog build
60908              
60909              Long double Gconvert fixes from Yitzchak Scott-Thoennes
60910              and Spider Boardman.
60911              
60912              Subject: [PATCH blead] nextchar() abuse misses an optimisation
60913              
60914              Long double fixes from Spider Boardman.
60915              
60916              Make the selection of NVff et al stricter.
60917              
60918              cSVOPo_*v things index into the current PL_curpad
60919              under ithreads, which is different from the curpad
60920              used by the XSUB.  (In other words, the code as-is
60921              before this patch wouldn't work under ithreads.)
60922              
60923              Be portable.
60924              
60925              VMS MMS (make) wants null action.
60926              
60927              Mac and other portability updates from Chris Nandor.
60928              
60929              Storable support, v-version fixes.
60930              Subject: CPAN.pm beta for testing available
60931              
60932              Portability fix from Hugo van der Sanden.
60933              
60934              Bad makefile.
60935              
60936              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
60937              
60938              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
60939              
60940              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60941              
60942              Replace #6705 with a minimal doc patch.
60943              Subject: [PATCH 5.6.0] replace change #6705
60944              
60945              Drop the separate perlbc, perlcc -b should be enough.
60946              
60947              installperl couldn't tell whether it had run tests or not.
60948              Subject: [PATCH] Re: installperl and t/TEST
60949              
60950              Add silencer flags to installperl.
60951              Subject: [PATCH] Making installperl silent.
60952              
60953              Make "make install" by default silent.  A new "install-verbose"
60954              target is verbose.
60955              
60956              More liberal parsing of version numbers.
60957              Subject: Re: CPAN.pm beta for testing available
60958              
60959              Create directories in silence.
60960              Subject: [PATCH] Another silencer for MakeMaker
60961              
60962              DOS patches and portability/porting notes, from Tim Jenness.
60963              
60964              Make installman to recognize the silence flag -S.
60965              
60966              Actually do something with the silencer option.
60967              
60968              Continue silencing.
60969              
60970              Show the doc file, not the temp file.
60971              
60972              Regen perltoc.
60973              
60974              Subject: [PATCH] More silencing of installman.
60975              
60976              Better wording for the vec lvalue diagnostic.
60977              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60978              
60979              Subject: [PATCH: 6805] several more tweaks to configure.com
60980              
60981              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
60982              
60983              Missing parts of 
60984              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
60985              
60986              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
60987              (applied slightly modified)
60988              
60989              installperl --verbose and --silent.
60990              Subject: Re: [PATCH] More silencing of installman.
60991              
60992              Add install-silent target.
60993              
60994              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
60995              the problem reported in
60996              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
60997              
60998              Tweak the sfio/useperlio logic, hopefully as wished in
60999              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
61000              
61001              One forgotten file from #6816.
61002              
61003              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
61004              
61005              Remove duplicately applied patch shards.
61006              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
61007              
61008              Support preserving extremely big/small angles.
61009              
61010              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
61011              
61012              Subject: [PATCH] installation not quite silent yet.
61013              
61014              Update the test count.
61015              
61016              Use UVxf, PTR2UV, NVff.
61017              
61018              Document PTR2XX and INT2PTR.
61019              
61020              no-install target a la make -n.
61021              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
61022              
61023              grep -e isn't portable.
61024              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
61025              
61026              Can't get the test to reliably work thanks to the
61027              inaccurateness of floating point.  "Resolves" bug ids
61028              20000826.003, 20000826.009, 20000826.010,
61029              
61030              Subject: installman buglet
61031              
61032              DJGPP update from Laszlo Molnar.
61033              
61034              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
61035              
61036              Passing -R in ldflags makes now it to appear in the default
61037              for lddlflags, just like with -L.
61038              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
61039              
61040              Test nit.
61041              
61042              Use the actual thread type, not the pointer-to-struct.
61043              
61044              Provice virtual $Config{ccflags_nolargefiles} etc. 
61045              
61046              display_format used as a class method without arguments was broken,
61047              reported in
61048              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
61049              
61050              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
61051              
61052              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
61053              
61054              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
61055              
61056              opmini.o may be left around if a build is interrupted.
61057              
61058              Typo in #6858.
61059              
61060              Fix for ID 20000828.001, long doubles were not formatted
61061              correctly (showed up in $], which stopped installing perl).
61062              
61063              An attempt to fix the problem reported in
61064              Subject: Building perl@6856 using gcc/AIX 4.3.3 
61065              I can't test this properly since the gcc installation I have
61066              access to seems to be botched (gcc is calling the AIX cpp,
61067              a losing proposition...)
61068              
61069              Add -ld to archname on long tr...double platforms.
61070              
61071              Subject: hv.h Doc Patch
61072              
61073              Potential cruft.
61074              
61075              Subject: [PATCH bleedperl@6856] warnings fixes
61076              
61077              -S is the silent flag, -s is the strip flag.
61078              Subject: [PATCH] Re: [PATCH] make no-install          
61079              
61080              Take out the SUIDMAIL thing, that will not be
61081              a problem in 5.7.*.
61082              
61083              Subject: [PATCH bleedperl@6866] spellings
61084              
61085              Subject: [PATCH] Re: files not cleaned even by veryclean
61086              
61087              Use minimal @INC in tests, most of the time just '../lib',
61088              so that we simply can't pick up stuff from other Perls than
61089              the one we are testing.  Pointed out by
61090              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
61091              
61092              Update to Getopt::Long 2.24, from Johan Vromans.
61093              
61094              Fix for thinko in #6848.
61095              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
61096              
61097              Patches all over for people and the files they (hopefully) care about.
61098              
61099              Subject: Net::protoent does not export 'getproto'
61100              
61101              Missed a change in #6869.
61102              
61103              Subject: [PATCH] Warnings in B::Deparse
61104              
61105              Subject: [PATCH] Glob dumping
61106              
61107              Disable one of the tests for now.
61108              
61109              Disabling the one test is a bit tricky.
61110              
61111              Don't forget to tidy up.
61112              
61113              The #6881 removed one dump line.
61114              
61115              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
61116              
61117              Under usethreads the dumped variable is IN_PAD.
61118              Subject: Re: [PATCH] Glob dumping
61119              
61120              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
61121              
61122              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
61123              
61124              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
61125              
61126              Regen Configure for #6894.
61127              
61128              Subject: [PATCH: 6889] updates to perlebcdic.pod
61129              
61130              Undo namespace pollution of #6878.
61131              Subject: Re: Net::protoent does not export 'getproto'
61132              
61133              Admit that we are leaking scalars.
61134              
61135              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
61136      Branch: maint-5.6/perl
61137           !> (integrate 271 files)
61138 ____________________________________________________________________________
61139 [  7894] By: gsar                                  on 2000/11/27  16:00:34
61140         Log: a couple of nits
61141      Branch: maint-5.6/perl
61142            ! MANIFEST pp_sys.c
61143 ____________________________________________________________________________
61144 [  7893] By: gsar                                  on 2000/11/27  15:10:56
61145         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
61146              6740..6745,6747..6757,6760
61147              
61148              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
61149              
61150              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
61151              
61152              Doc nits spotted by Richard Soderberg.
61153              
61154              move WNOHANG definition to where other such things are
61155              
61156              Make $Config{byteorder} more magical so that it is
61157              dynamically computed: nice for 'fat binaries'.
61158              Subject: [PATCH]: default byteorder
61159              
61160              Subject: [PATCH] Cwd.pm now uses strict
61161              
61162              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
61163              
61164              Get -DLEAKTEST to compile (not necessarily to work, mind)
61165              Subject: [ID 20000724.006] -DLEAKTEST problem
61166              
61167              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
61168              
61169              Add perlebcdic from Peter Prymmer, regen toc.
61170              
61171              Don't propose using modules built for 5.005 if no binary
61172              compatibility with 5.005 is attempted.
61173              
61174              Do not use prototyping here.
61175              Subject: [ID 20000817.016] [PATCH] Peek.xs
61176              
61177              Document what the backtick returns if the command fails.
61178              
61179              Add byteorder to the myconfig output.
61180              
61181              Introduce NVef, NVff, and NVgf, use the middle one.
61182              (helps for lib/peek + Linux + long doubles)  Reported in
61183              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
61184              Use NVs in POSIX math, not doubles.
61185              Subject: [ID 20000817.014] POSIX & modfl
61186              
61187              Subject: [PATCH 5.6.0+] newSVrv() memory leak
61188              
61189              The byteorder code in #6671 was wrong.
61190              
61191              Fix the lib/complex failure of
61192              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
61193              Linux long double accuracy issue: something that
61194              when printed with %g looks like "2" but int() of it is 1.
61195              
61196              Propagate new Configure vars.
61197              
61198              Unbuffer the output.
61199              
61200              Subject: [PATCH] perltrap.pod spring cleaning
61201              
61202              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
61203              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
61204              
61205              Tiny Getopt::Long patch from Johan Vromans.
61206              
61207              Document code point which makes if (defined %stash::) to work
61208              (noted by Spider Boardman).
61209              
61210              Subject: [PATCH perl@6698] cygwin port
61211              
61212              Document the NDBM_File and ODBM_File as SDBM_File
61213              was documented in #6417.
61214              
61215              The new tests were missing from #6415.
61216              
61217              Add [[:blank:]] as suggested in
61218              Subject: [ID 20000716.024] [=cc=] / [:blank:]
61219              (the [=cc=] has already been taken care of by #6439
61220              so the whole bug report can be closed)
61221              and make [[:space:]] to be equivalent to isspace(3)
61222              (as opposed to \s, which is isSPACE()).  The difference
61223              is that now [[:space:]] matches the mythical vertical tab,
61224              while \s doesn't.
61225              
61226              Don't eat leading os from index entries.
61227              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
61228              
61229              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
61230              
61231              Typo in pp_complement().
61232              Subject: [PATCH perl-current] Deparse
61233              
61234              Add warnif(), check warnings further up the stack,
61235              all the warnings functions now can take an optional object reference.
61236              Subject: [PATCH bleedperl@6691] warnings pragma update
61237              
61238              Fix a core dump in lib/selfloader under -DDEBUGGING.
61239              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
61240              
61241              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
61242              
61243              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
61244              
61245              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
61246              Put back the long double avoidance code to POSIX.xs
61247              because VMS seems to need it still.
61248              
61249              Introduce a 'veryclean' target that is like 'distclean'
61250              but also removes *~ and *.orig.
61251              
61252              Subject: [ID 20000817.023] endianness description in perlfunc.pod
61253              
61254              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
61255              
61256              Let's try #6717 again.
61257              
61258              UTF8 concat fixes.
61259              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
61260              
61261              pp_open() could pass an uninitialized filename down to do_open9().
61262              
61263              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
61264              
61265              Update to CGI 2.72, from Lincoln Stein.
61266              
61267              Subject: [PATCH] Silence MakeMaker (Was: installman)
61268              
61269              Use temporary directory instead of current directory.
61270              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
61271              
61272              Document odd vs even subreleases and -Dusedevel.
61273              
61274              The veryclean target needs to clobber.
61275              
61276              Use File::Spec->tmpdir().
61277              
61278              Document the number of exponent digits.
61279              
61280              Mention perlebcdic and perlposix-bc.
61281              
61282              s/this one/the 5.6.0 release/
61283              
61284              The #6724 is here.
61285              
61286              The correct cleaning order is an art.
61287              
61288              small tweaks for change#6705: avoid C++ style comments in C code;
61289              use Perl's malloc API rather than the low level system one
61290              
61291              Array context keeps slithering in.
61292              
61293              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
61294              
61295              Subject: [PATCH] os2.c fix for use64bitint
61296              
61297              Update to Pod::LaTeX 0.53.
61298              Subject: [PATCH] lib/Pod/LaTeX.pm updates
61299              
61300              Document the endianness of Alpha more precisely.
61301              
61302              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
61303              
61304              Rename the macro argument because some preprocessors
61305              can't tell the difference and expand arguments also inside
61306              double quoted strings.
61307              
61308              free TLS slot properly on Windows
61309              
61310              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
61311              
61312              Unicos/mk requires elaborate paranoia.
61313              
61314              Tweak the floating point output routine preferences.
61315              
61316              Also under djgpp the timestamps are funky.
61317              
61318              Apply some PodParser 1.18 patches; the Pod/Find.pm
61319              patches cannot be applied since #6712 conflicts.
61320              
61321              Use PodParser 1.18 new test.
61322              
61323              A pod nit.
61324              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
61325              
61326              Be verydeepclean.
61327      Branch: maint-5.6/perl
61328           +> pod/perlebcdic.pod
61329           !> (integrate 106 files)
61330 ____________________________________________________________________________
61331 [  7892] By: jhi                                   on 2000/11/27  15:02:32
61332         Log: Update Changes.
61333      Branch: perl
61334            ! Changes patchlevel.h
61335 ____________________________________________________________________________
61336 [  7891] By: jhi                                   on 2000/11/27  14:57:23
61337         Log: Subject: Re: perlfaq style changes
61338              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61339              Date: Sat, 25 Nov 2000 23:32:26 -0800
61340              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
61341              
61342              plus a note from Ronald Kimball.
61343      Branch: perl
61344            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
61345 ____________________________________________________________________________
61346 [  7890] By: jhi                                   on 2000/11/27  14:53:14
61347         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
61348              From: Benjamin Holzman <bah@ecnvantage.com>
61349              Date: Sun, 26 Nov 2000 16:27:33 -0500
61350              Message-ID: <20001126162733.J25040@ecnvantage.com>
61351      Branch: perl
61352            ! gv.c
61353 ____________________________________________________________________________
61354 [  7889] By: jhi                                   on 2000/11/27  14:43:11
61355         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
61356              From: lvirden@cas.org
61357              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
61358              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
61359      Branch: perl
61360            ! README.amiga
61361 ____________________________________________________________________________
61362 [  7888] By: jhi                                   on 2000/11/27  14:32:34
61363         Log: Restore also the locale test to no-sprintf-taint state.
61364              Fixes the bug 20001127.003.
61365      Branch: perl
61366            ! sv.c t/pragma/locale.t
61367 ____________________________________________________________________________
61368 [  7887] By: gsar                                  on 2000/11/27  14:13:05
61369         Log: integrate changes#6613..6616,6620..6665 from mainline
61370              
61371              VMS configure.com update continues.
61372              
61373              Subject: Test fails / warnings with perl-current #6612
61374              
61375              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
61376              
61377              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61378              
61379              For now remove the mail code.
61380              
61381              Subject: Re: [PATCH] @+, @- readonly
61382              
61383              Subject: warning: storage class after type is obsolescent
61384              
61385              Subject: sfio2000
61386              
61387              Subject: Re: File::Temp problems on VMS in bleedperl
61388              
61389              README.os2 update.
61390              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
61391              
61392              Make the user to give up his firstborn, err, to knowingly
61393              verify installing an unstable developer release.  Also bump
61394              the release to 5.7.0, but leave a patch tag in the local
61395              patches saying that this is not yet the real thing.
61396              
61397              Update (kinda) to Test 1.14, from Joshua Pritikin.
61398              
61399              make ok etc also for win32.
61400              
61401              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
61402              
61403              Don't blow limited stacks, a lower number is enough to
61404              tickle the lookbehind limit.
61405              
61406              Use -Dusedevel; regen Configure and the respective Porting stuff.
61407              
61408              Subject: [PATCH] debugger exit code should reflect user exit code
61409              
61410              Subject: [PATCH perl@6620] cygwin port
61411              
61412              Missed a file from #6638.
61413              
61414              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)
61415              
61416              magic callbacks all need to have same type signature
61417              
61418              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
61419              
61420              Fix a dependency problem.
61421              Subject: [PATCH: 6640] VMS Makefile.SH update
61422              
61423              The numeric locale was reset to "C" by s?printf and never restored.
61424              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61425              No test since adding the failing example to locale.t
61426              does not fail -- probably because the locale settings are so
61427              thoroughly tweaked by that time.  Running the example standalone
61428              does fail, though.  UPDATE: test case added at change #7540.
61429              
61430              Subject: [ID 20000324.040] minor fix to perlhpux.pod
61431              
61432              Update to CPAN 1.57.
61433              
61434              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
61435              
61436              Change the perlbug address to perl.org since it's more forgiving.
61437              
61438              Change the regx compilation error markers to use = instead of <
61439              since pod makes using the latter quite messy.  Reported in
61440              ID 20000814.006 by Abigail and in
61441              Subject: Unknown escape E<> ?
61442              
61443              Update to perldebtut 1.9, from Richard Foley.
61444              
61445              check that the number pseudo children doesn't exceed
61446              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
61447              the WaitForMultipleObjects() limit that would cause wait()
61448              to crash)
61449              wait() and waitpid() could potentially be rewritten to use
61450              more than one thread to do the waiting to eliminate this
61451              limitation
61452              
61453              change#6328 could make close(SOCKET) return false on windows
61454              when it shouldn't
61455              
61456              pod nit seen in passing
61457              
61458              on windows, the return values from wait() and waitpid() don't
61459              match those of pseudo-pids
61460              
61461              waitpid() now handles externally spawned pids correctly;
61462              fixes for backtick/wait/waitpid failures on Windows 9x
61463              these changes make the pid returned by process functions on
61464              Windows 9x always positive by clearing the high bit (which
61465              is always set on Win9x); pseudo-process PIDs are likewise
61466              always negative now on Win9x (just as on NT/2000)
61467              
61468              trailing new %ENV entries weren't being pushed into the real
61469              environment of subprocesses on Windows
61470              
61471              Tweak the regex compilation errors once more.
61472              
61473              avoid warnings from dense compiler
61474              
61475              add "ok" targets from change#6632 in makefile.mk
61476      Branch: maint-5.6/perl
61477            - lib/Pod/PlainText.pm vms/configure.com
61478           !> (integrate 66 files)
61479 ____________________________________________________________________________
61480 [  7886] By: jhi                                   on 2000/11/27  13:54:18
61481         Log: __FUNCTION__ isn't portable and trying to emulate it leads
61482              into practically spelling out the name of the function.
61483              Takes care of the bug 20001127.001.
61484      Branch: perl
61485            ! perlio.c
61486 ____________________________________________________________________________
61487 [  7885] By: gsar                                  on 2000/11/27  13:53:18
61488         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
61489              6610..6611 from mainline
61490              
61491              Make regular expression parse error messages easier to understand.
61492              Subject: Re: enhanced(?) regex error messages
61493              
61494              Tiny tidying on report_evil_fh().
61495              
61496              Subject: Re: enhanced(?) regex error messages 
61497              plus Capitalize the error messages, plus perldiag them.
61498              
61499              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
61500              
61501              Document here-doc better.
61502              
61503              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61504              
61505              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
61506              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
61507              (either perlbug or p5p ate the original), plus regen
61508              perlapi and perltoc. 
61509              
61510              Regen global.sym.
61511              
61512              Double check that we have a dirhandle.
61513              
61514              Subject: Re: enhanced(?) regex error messages
61515              (plus two small patches sent privately)
61516              (this still seems to leave few test failures)
61517              
61518              warn is a macro, avoid using at a variable to avoid warnings
61519              in some configurations; readdir.t is too conservative in
61520              estimating number of *.t's
61521              
61522              Get back into sync with Jeffrey on the enhanced regex warnings.
61523              
61524              Subject: [PATCH 5.6.0] cygwin port
61525              
61526              Zero entries were skipped, fix from Adrian Goalby
61527              <argoalby@yahoo.co.uk>
61528              
61529              Subject: Remove dead entry in perldiag
61530              
61531              Amend the description of Perl6.
61532              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
61533              
61534              detypo
61535              
61536              It's the 2ndO'ROSSC.
61537              
61538              Revert the sv.c part of #6559, a better fix is needed.
61539              
61540              Iterating perl6 description.
61541              
61542              Update to Term::ANSIColor 1.03, from Russ Allbery.
61543              
61544              Update to Getopt::Long 2.23_05, from Johan Vromans.
61545              
61546              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
61547              
61548              Update to Pod::Parser 1.17, from Brad Appleton.
61549              
61550              Update to CPAN 1.56, from Andreas König.
61551              
61552              Update to CGI 2.70, from Lincoln Stein.
61553              
61554              Put back the std @INC thing.
61555              
61556              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
61557              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
61558              
61559              Document the IO::Select timeout.
61560              
61561              sleep(1) does not necessarily return 1.
61562              Subject: [PATCH bleadperl] op/lex_assign.t  
61563              
61564              Subject: debugger "d" command doesnt check line number
61565              
61566              B::Deparse didn't do sub attributes.
61567              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61568              
61569              Preprocessing and postprocessing for File::Find.
61570              Subject: Patch to Find::File.pm to allow alphabetical results
61571              
61572              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
61573              
61574              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
61575              
61576              Subject: Re: [ID 20000730.003] utf8::length() bad
61577              
61578              Subject: Getting perlio and threads to compile
61579              (the Solaris version changes in Configure skipped)
61580              
61581              Tests for #6589.
61582              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61583              
61584              Add Perl debugging tutorial, regen toc. 
61585              Subject: perldebtut.pod
61586              
61587              Add a few missing files, update MANIFEST.
61588              
61589              Rewrite of vms/subconfigure.com as configure.com,
61590              from Peter Prymmer and the vmsperl crew.
61591              
61592              Should have deleted this in #6603.
61593              
61594              Fix the test for 5005threads.
61595              
61596              Fix-n-skip the tests under 5005threads.
61597              
61598              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
61599              
61600              Upgrade to CGI 2.71, from Lincoln Stein.
61601      Branch: maint-5.6/perl
61602           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
61603           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
61604           +> t/op/regmesg.t t/pod/find.t vms/configure.com
61605            - vms/subconfigure.com
61606            ! lib/lib.pm
61607           !> (integrate 115 files)
61608 ____________________________________________________________________________
61609 [  7884] By: jhi                                   on 2000/11/27  13:44:33
61610         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
61611              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61612              Date:     Mon, 27 Nov 2000 08:23:54 EST
61613              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
61614      Branch: perl
61615            ! vms/descrip_mms.template vms/test.com
61616 ____________________________________________________________________________
61617 [  7883] By: gsar                                  on 2000/11/27  11:50:46
61618         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
61619              6511..6513,6515..6523,6525..6536
61620              
61621              The swallow_bom() saga continues.  The #23 of require.t
61622              (UTF16-LE) still fails (silently, no output) but the #22
61623              (UTF16-BE) seems to be working now.  The root of the
61624              failure may be in sv_gets(): is it UTF-16LE-aware,
61625              especially when it comes to line endings? 
61626              
61627              Document the problem with -P in HP-UX and its workaround.
61628              
61629              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
61630              (aka ID 20000730.002)
61631              
61632              Subject: fix and question re: waitpid() under win32
61633              
61634              Make the safety catch for buggy gccs work with triple version
61635              numbers like 2.95.2.  Reported in
61636              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
61637              
61638              In Digital UNIX warn if gcc explicitly chosen because even
61639              2.95.2 is known to cause problems.
61640              
61641              Make chr() for values >127 to create utf8 when under utf8.
61642              
61643              various syntax errors and such (not fixed: comp/require.t#22 coredump
61644              on Windows)
61645              
61646              Stash away the largefiles flags and libswanted.
61647              
61648              BOM patching from Simon Cozens.
61649              
61650              If gccosandvers is equal to osname, clear gccosandvers.
61651              
61652              Make p4desc to skip non-mainperl branches by default.
61653              
61654              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
61655              
61656              The test from this
61657              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
61658              
61659              In new BSDs changes to argv[] do not show up in ps(1) output,
61660              instead one must use setproctitle().  This was already addressed
61661              by change #6457, but the below has a new variant for FreeBSD 4.0
61662              or later, and the matter is also documented more.
61663              
61664              FreeBSD 3.* updates from
61665              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
61666              
61667              regen_headers, regen perltoc.
61668              
61669              Document in one place the memory abstractions used in Perl core.
61670              
61671              memcpy has n o in it, as pinted ut by Sarathy.
61672              
61673              Remove the extraneous "main::" prefix from all the
61674              "opened only for", "on closed", and "never opened" warnings.
61675              
61676              The name of a filehandle does not have <these>.
61677              
61678              The tr utf8 patching continues.
61679              
61680              The new setproctitle() feature is available only in 
61681              bleeding edge FreeBSD.  From Paul Saab.
61682              
61683              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
61684              
61685              Dump UVs as UVs in Data::Dumper.
61686              
61687              detypo #6494
61688              
61689              Document the IVdf UVuf UVof UVxf.
61690              
61691              require.t needs binmode() to work on windows
61692              
61693              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
61694              that are hopefully soon put into use.
61695              
61696              Allow "no Module;" even if there is no 'unimport'.
61697              
61698              Better skip message for the test; one of the two problems in
61699              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
61700              
61701              The subtest 4 may fail also on VOBS, as pointed out
61702              by Nick Ing-Simmons in November 1999, bug id 19991124.003
61703              (but the failure in that bug report isn't the subtest 4).
61704              
61705              Be more informative on what is skipped and why,
61706              also repeat the list at the end.
61707              
61708              Add a URL for FSF.
61709              
61710              Subject: [PATCH] sv.h documentation - SvLEN
61711              
61712              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
61713              
61714              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
61715              
61716              Subject: [PATCH] bad cppsymbols on os2 + Configure question
61717              
61718              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
61719              
61720              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
61721              mention the idea of @( and @)
61722              
61723              This is 6512.  Really.
61724              
61725              Subject: [ID 19990721.004] Documentation bug in perlfunc
61726              
61727              Subject: Minor tweak to perlvar.pod
61728              
61729              In the warnings call filehandles consistently so;
61730              add "unopened" warning for stat().
61731              
61732              After the #6519 a warning about stat() is just that,
61733              not about a filetest, which now have their own warning.
61734              
61735              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
61736              
61737              Subject: Re: Array vs. List context
61738              
61739              Subject: New perlcc, take 2
61740              
61741              Weed buglets pointed out by
61742              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
61743              
61744              gcc versions might have (parentheses) in them.
61745              
61746              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
61747              
61748              Essential prototype changes were missing from #6527.
61749              Also make report_evil_fh() more bomb-proof.
61750              
61751              Zap lib/Sys directory when cleaning up.
61752              
61753              Change the Policy policy: now -Dprefix= with an existing
61754              Policy.sh and prefix == siteprefix == vendorprefix, then all
61755              of them follow along the new prefix.
61756              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
61757              
61758              Continue fixing the io warnings.  This also
61759              sort of fixes bug ID 20000802.003: the core dump
61760              is no more.  Whether the current behaviour is correct
61761              (giving a warning: "Not a format reference"), is another matter.
61762              
61763              Have symbols for the IoTYPEs.
61764              
61765              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
61766              
61767              Document a bit that UDP is not what you might think.
61768              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
61769              tr memory corruption fix from Simon Cozens.
61770              
61771              Plug the security hole described in the Aug 05 2000 bugtraq message
61772              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
61773              The security hole exists only in suidperls, which isn't
61774              installed or even built by default.
61775      Branch: maint-5.6/perl
61776           !> (integrate 71 files)
61777 ____________________________________________________________________________
61778 [  7882] By: gsar                                  on 2000/11/27  10:25:36
61779         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
61780              from mainline
61781              
61782              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
61783              to be fatal errors (instead of by default ignoring them, and
61784              ignoring with a bug: even though -w gave an error, the opening [
61785              was left in)  Reported in:
61786              
61787              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
61788              
61789              Subject: [PATCH] split /^/
61790              
61791              MacOS nits from Matthias Neeracher.
61792              
61793              More split() doc and test patches from Mike Guy.
61794              
61795              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
61796              from Graham Barr in the module list.
61797              
61798              docfix from Peter Scott <Peter@PSDT.com>.
61799              
61800              File::Temp patches for VMS and OS/2 from Tim Jenness.
61801              
61802              open() wariness in perlbug.
61803              
61804              Subject: [PATCH] minor doc change - perlguts
61805              
61806              Subject: Minor doc patch: handy.h
61807              
61808              Be wary of close()s, too.
61809              
61810              Further File::Temp patches from Yitzchak Scott-Thoennes
61811              and Craig A. Berry.
61812              
61813              Subject: [PATCH] fixes bug 20000508.004
61814              
61815              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
61816              
61817              Allow "no AutoLoader;", based on change #6444,
61818              suggested by Graham Barr.
61819              
61820              Use setproctitle() if available to modify $0.
61821              
61822              Warn if the version of the operating system used to compile gcc
61823              differs from the current version of the operating system.
61824              Also display the gcc compilation os and version in myconfig.
61825              Inspiration from
61826              
61827              Tiny fixes for #6460.
61828              
61829              The problem described in this
61830              Subject: [ID 20000322.018] named chars aren't magical enough
61831              has been fixed in perl 5.6.0 but just in case added a test
61832              to keep it away.  (The report from Joseph Hall.)
61833              
61834              Tune the comments and hopefully stop a memory leak.
61835              
61836              Subject: UTF8 concat
61837              (with a memory leak fixed, plus a few casts added)
61838              This also seems to help for
61839              Subject: [ID 20000716.015] join UTF8 weirdness
61840              
61841              Do not upgrade SVs into utf8 just because they participate
61842              in eq or cmp.  Reported and fix suggested in
61843              Subject: [ID 20000720.009] sv_eq UTF8 bug
61844              
61845              Fix the HALF_UPGRADE() macro introduced in #6263.
61846              
61847              Find green threads before native threads.
61848              Subject: Re: Patch to jpl/JNI/Makefile.PL
61849      Branch: maint-5.6/perl
61850           !> (integrate 30 files)
61851 ____________________________________________________________________________
61852 [  7881] By: jhi                                   on 2000/11/27  05:48:41
61853         Log: It seems that *both* the unused submatch loop cleanup
61854              codes are needed.
61855      Branch: perl
61856            ! regexec.c
61857 ____________________________________________________________________________
61858 [  7880] By: jhi                                   on 2000/11/27  04:50:07
61859         Log: Clean .exists deeper.
61860      Branch: perl
61861            ! Makefile.SH
61862 ____________________________________________________________________________
61863 [  7879] By: jhi                                   on 2000/11/27  02:31:35
61864         Log: The code in regcppop() (see #7878) contains the correct lower
61865              limit for the unused submatch 'cleanup' loop so that under
61866              "use utf8" the following code wouldn't dump core:
61867              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
61868              the cleanup loop in regtry() stomped beyond allocated area
61869              in the startp[] array.  Therefore, copied the correct lower
61870              loop limit (*PL_reglastparen) to regtry().  Note: something
61871              may still not be quite right: why was the _higher_ loop limit
61872              (prog->nparens) different in the utf8 case?
61873              
61874              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
61875              without core dumps, there were about 17 of them before
61876              the patch (with us since Perl 5.7.0).  Two failures, still:
61877              496 and 505 (though these may not be severe).
61878              
61879              Patch #7881 is also needed since both the cleanup loops
61880              seem to be needed.
61881              
61882              Also, the t/op/pat#44 seems to core dump under utf8.
61883              Plus a couple of failures.  UGH-8.
61884      Branch: perl
61885            ! regexec.c
61886 ____________________________________________________________________________
61887 [  7878] By: jhi                                   on 2000/11/27  02:21:17
61888         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
61889              the code in regcppop() seems to be redundant for the test suite --
61890              but it contains a germ of truth, and it needed for the build
61891              process itself: see #7879 and #7881.
61892      Branch: perl
61893            ! regexec.c
61894 ____________________________________________________________________________
61895 [  7877] By: jhi                                   on 2000/11/27  01:53:09
61896         Log: Comment on comment.
61897      Branch: perl
61898            ! regexec.c
61899 ____________________________________________________________________________
61900 [  7876] By: jhi                                   on 2000/11/27  00:49:59
61901         Log: Adjust the docs to agree with #7875.
61902      Branch: perl
61903            ! pod/perllocale.pod
61904 ____________________________________________________________________________
61905 [  7875] By: jhi                                   on 2000/11/27  00:49:27
61906         Log: Retract #7863.  It makes more sense not to taint formatted output,
61907              not even by sprintf().
61908      Branch: perl
61909            ! sv.c
61910 ____________________________________________________________________________
61911 [  7874] By: jhi                                   on 2000/11/26  23:36:02
61912         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
61913              Not really fixed (should really dump the UTF-8 charclass),
61914              but stopped displaying the garbage.
61915              
61916              Also add a note on the (missing) Unicode PSXSPC and BLANK.
61917      Branch: perl
61918            ! regcomp.c
61919 ____________________________________________________________________________
61920 [  7873] By: jhi                                   on 2000/11/26  21:31:13
61921         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
61922      Branch: perl
61923            ! regexec.c
61924 ____________________________________________________________________________
61925 [  7872] By: jhi                                   on 2000/11/26  21:06:04
61926         Log: No need to scan till infinity, 13 is enough.
61927      Branch: perl
61928            ! handy.h utf8.c
61929 ____________________________________________________________________________
61930 [  7871] By: jhi                                   on 2000/11/26  20:20:32
61931         Log: Test line numbers are different with utf8.
61932      Branch: perl
61933            ! t/op/re_tests
61934 ____________________________________________________________________________
61935 [  7870] By: jhi                                   on 2000/11/26  20:10:12
61936         Log: Message nit.
61937      Branch: perl
61938            ! regcomp.c
61939 ____________________________________________________________________________
61940 [  7869] By: jhi                                   on 2000/11/26  19:01:05
61941         Log: Make utf8_length() and utf8_distance() (the latter of which
61942              is unused at the moment) to be less forgiving about bad UTF-8.
61943      Branch: perl
61944            ! embed.h embed.pl objXSUB.h proto.h utf8.c
61945 ____________________________________________________________________________
61946 [  7868] By: jhi                                   on 2000/11/26  18:45:56
61947         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
61948              From: Benjamin Holzman <bah@ecnvantage.com>
61949              Date: Sat, 25 Nov 2000 20:40:20 -0500       
61950              Message-ID: <20001125204020.A25040@ecnvantage.com>              
61951              
61952              Debian allows installing /usr/bin/locale without installing
61953              any locales, an error message will ensue.
61954      Branch: perl
61955            ! t/pragma/locale.t
61956 ____________________________________________________________________________
61957 [  7867] By: jhi                                   on 2000/11/26  18:31:12
61958         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
61959              From: Benjamin Holzman <bah@ecnvantage.com>
61960              Date: Sun, 26 Nov 2000 02:42:34 -0500
61961              Message-ID: <20001126024234.G25040@ecnvantage.com>
61962              
61963              Patch for the bug 20000212.002.
61964      Branch: perl
61965            ! sv.c t/op/array.t
61966 ____________________________________________________________________________
61967 [  7866] By: jhi                                   on 2000/11/26  18:28:09
61968         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
61969              From: Tim Jenness <t.jenness@jach.hawaii.edu>
61970              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
61971              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
61972              
61973              File::Temp 0.11.
61974      Branch: perl
61975            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
61976 ____________________________________________________________________________
61977 [  7865] By: jhi                                   on 2000/11/26  18:24:22
61978         Log: The metaconfig unit change for #7864.
61979      Branch: metaconfig/U/perl
61980            ! need_va_copy.U
61981 ____________________________________________________________________________
61982 [  7864] By: jhi                                   on 2000/11/26  18:23:41
61983         Log: Make the va_copy() test not to be so talkative.
61984      Branch: perl
61985            ! Configure config_h.SH
61986 ____________________________________________________________________________
61987 [  7863] By: jhi                                   on 2000/11/26  18:11:02
61988         Log: Fix locale inconsistencies unearthed by Hugo's work.
61989              Now the floating point sprintf really does taint the result
61990              string as perllocale promises (has promised for a long time)
61991              if "use locale" is in the lexical scope.
61992      Branch: perl
61993            ! sv.c t/pragma/locale.t
61994 ____________________________________________________________________________
61995 [  7862] By: jhi                                   on 2000/11/26  00:35:15
61996         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
61997              From: Nicholas Clark <nick@ccl4.org>
61998              Date: Sun, 26 Nov 2000 00:07:50 +0000
61999              Message-ID: <20001126000750.A22446@plum.flirble.org>
62000              
62001              Infinit.
62002      Branch: perl
62003            ! sv.c
62004 ____________________________________________________________________________
62005 [  7861] By: jhi                                   on 2000/11/26  00:01:26
62006         Log: Integrate perlio.
62007      Branch: perl
62008           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
62009 ____________________________________________________________________________
62010 [  7860] By: nick                                  on 2000/11/25  22:04:17
62011         Log: Correct relative path from new ext\Filter\Util\Call location
62012              back to miniperl.
62013      Branch: perlio
62014            ! win32/makefile.mk
62015 ____________________________________________________________________________
62016 [  7859] By: nick                                  on 2000/11/25  21:26:54
62017         Log: Integrate mainline.
62018      Branch: perlio
62019           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62020           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
62021           +> t/lib/filter-util.t
62022            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62023            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
62024            - t/lib/filt-util.t
62025           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
62026           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
62027           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
62028           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
62029           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
62030           !> win32/makefile.mk
62031 ____________________________________________________________________________
62032 [  7858] By: gsar                                  on 2000/11/25  20:52:17
62033         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
62034              parent's memory; fix it by keeping track of the actual pad
62035              offset rather than a raw pointer (this change is probably also
62036              relevant to non-ithreads case to avoid fallout from reallocs of
62037              the pad array, but is currently only enabled for the ithreads
62038              case in the interests of minimal disruption to existing "well
62039              tested" code)
62040      Branch: perl
62041            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
62042            ! proto.h scope.c scope.h sv.c t/op/fork.t
62043 ____________________________________________________________________________
62044 [  7857] By: nick                                  on 2000/11/25  20:01:28
62045         Log: All tests pass on Win32/gcc/USE_PERLIO.
62046              - when crlf layer is pushed make unix-level binary.
62047              - remove :crlf injection in pp_backtick in pp_sys.c
62048              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
62049      Branch: perlio
62050            ! doio.c perlio.c pp_sys.c win32/makefile.mk
62051 ____________________________________________________________________________
62052 [  7856] By: jhi                                   on 2000/11/25  18:38:30
62053         Log: Update the metaconfig units for #7855.
62054      Branch: metaconfig/U/perl
62055            ! useperlio.U usesocks.U
62056 ____________________________________________________________________________
62057 [  7855] By: jhi                                   on 2000/11/25  18:37:54
62058         Log: Undo the SOCKS workarounds, instead start using PerlIO
62059              if SOCKS is selected.
62060              
62061              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
62062              From: Jens Hamisch <jens@Strawberry.COM>
62063              Date: Fri, 24 Nov 2000 18:31:30 +0100
62064              Message-ID: <20001124183130.E28337@Strawberry.COM>
62065              
62066              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
62067              From: Jens Hamisch <jens@Strawberry.COM>
62068              Date: Fri, 24 Nov 2000 19:11:51 +0100
62069              Message-ID: <20001124191151.A28753@Strawberry.COM>
62070      Branch: perl
62071            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
62072            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
62073 ____________________________________________________________________________
62074 [  7854] By: jhi                                   on 2000/11/25  17:39:08
62075         Log: Undo #7848.  Some of the code seems to use walkoptree(),
62076              some walkoptree_slow().  An unfinished renaming?
62077              Now the sub is walkoptree() (which is @EXPORT_OK),
62078              the walkoptree_slow() is a typeglob alias to walkoptree.
62079              This makes the tests to pass, at least.
62080      Branch: perl
62081            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
62082 ____________________________________________________________________________
62083 [  7853] By: nick                                  on 2000/11/24  22:24:33
62084         Log: Re-arrange crlf vs binary for platforms that care.
62085              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
62086              Lip-service to making stdio layer work on such platforms (untested).
62087              Now fails 3 tests rather than one, checkin to see if I can debug 
62088              the issue under linux. (Do not merge.)
62089      Branch: perlio
62090            ! doio.c perlio.c perliol.h
62091 ____________________________________________________________________________
62092 [  7852] By: jhi                                   on 2000/11/24  18:57:39
62093         Log: AUTHORS edits.
62094      Branch: perl
62095            ! AUTHORS
62096 ____________________________________________________________________________
62097 [  7851] By: jhi                                   on 2000/11/24  17:34:56
62098         Log: Add Jan-Erik Karlsson.
62099      Branch: perl
62100            ! AUTHORS
62101 ____________________________________________________________________________
62102 [  7850] By: jhi                                   on 2000/11/24  17:27:56
62103         Log: Configure should find stdchar on its own.
62104      Branch: perl
62105            ! hints/solaris_2.sh
62106 ____________________________________________________________________________
62107 [  7849] By: jhi                                   on 2000/11/24  17:24:55
62108         Log: Subject: PATCH over 7848: Filter test flawed
62109              From: andreas.koenig@anima.de (Andreas J. Koenig)
62110              Date: 24 Nov 2000 10:28:29 +0100
62111              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
62112      Branch: perl
62113            ! t/lib/filter-util.t
62114 ____________________________________________________________________________
62115 [  7848] By: jhi                                   on 2000/11/24  17:22:15
62116         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
62117              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
62118              Date: Fri, 24 Nov 2000 16:12:58 +0000
62119              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
62120      Branch: perl
62121            ! ext/B/B.pm
62122 ____________________________________________________________________________
62123 [  7847] By: jhi                                   on 2000/11/24  03:07:01
62124         Log: Integrate perlio.
62125      Branch: perl
62126           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
62127           !> win32/makefile.mk
62128 ____________________________________________________________________________
62129 [  7846] By: gsar                                  on 2000/11/24  00:55:57
62130         Log: integrate changes#6415..6418,6420..6438 from mainline
62131              
62132              Fix the bitvector ops for utf8 (tricky since past 7 bits
62133              the utf8 'characters' can be more than one octet).
62134              
62135              MPE/ix updates for perl 5.6.0 from Mark Bixby.
62136              
62137              Subject: SDBM_File documentation
62138              
62139              Detypo.
62140              
62141              Decutandpasto.
62142              
62143              Send all installperl messages to STDERR and be -w clean.
62144              
62145              Out-of-date note removed.
62146              
62147              Protect against "wild next"s, that is, callbacks doing "next"
62148              instead of "return".
62149              
62150              Use STDOUT consistently.
62151              
62152              The output might have been produced in the wrong order.
62153              
62154              A missing 'break' after the [[:space:]] switch case.
62155              
62156              Add tests for
62157              [ID 19991110.003] another matching finding by pcre author
62158              which has already been fixed by some patch, as verified in
62159              
62160              Documentation to explain the behaviour of map().
62161              
62162              Add an optimization for map-maps-a-list-element-to-more-list-elements
62163              case, but add also notes explaining the relationship of this
62164              patch and the earlier notes by Sarathy.
62165              
62166              Subject: [ID 20000716.023] syslog test fails without sockets
62167              
62168              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62169              Test cases for #6431.
62170              
62171              File::Spec::VMS fixup for tmpdir from Craig Berry.
62172              
62173              Make the "uninit variable" warning to say "concat or string"
62174              or "join or string" when in concat or join .
62175              
62176              Get UTF16 BOMs working.  Patch from
62177              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62178              
62179              Subject: [PATCH] Make large file tests deal with SIGXFSZ
62180              
62181              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
62182              
62183              Subject: [PATCH] av.c apidoc
62184      Branch: maint-5.6/perl
62185           !> (integrate 43 files)
62186 ____________________________________________________________________________
62187 [  7845] By: gsar                                  on 2000/11/24  00:20:45
62188         Log: integrate changes#6406..6414 from mainline
62189              
62190              Merge perlhacktut into perlhack, update perlguts.
62191              
62192              Fix AutoSplit to use File::Spec the right way in VMS,
62193              from Peter Prymmer.
62194              
62195              The bug report
62196              [ID 19991110.002] minimal matching discrepancy found by pcre author
62197              seems to have been fixed (though differently from what was suggested
62198              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
62199              
62200              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
62201              not in pod, from Peter Prymmer
62202              
62203              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
62204              From: Hugo <hv@crypt.compulink.co.uk>
62205              Date: Fri, 14 Jul 2000 23:05:20 +0100
62206              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
62207              
62208              Didn't anymore apply, but that point still could use another fix.
62209              
62210              lib/b test fixes from Peter Prymmer.
62211              
62212              More docs for sv functions.
62213              
62214              perlvms.pod whitespace cleanup to keep pod utils happy.
62215              
62216              another VMS build tweak from Peter Prymmer
62217      Branch: maint-5.6/perl
62218           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
62219           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
62220           !> vms/descrip_mms.template vms/perlvms.pod
62221 ____________________________________________________________________________
62222 [  7844] By: nick                                  on 2000/11/23  23:42:45
62223         Log: Win32/perlio Now just fails one io/argv.t test - lack 
62224              of default :crlf on standard streams.
62225      Branch: perlio
62226            ! doio.c perlio.c
62227 ____________________________________________________________________________
62228 [  7843] By: nick                                  on 2000/11/23  23:04:05
62229         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
62230              peek fail is showing a real problem (multiple crlf layers
62231              are getting pushed.)
62232      Branch: perlio
62233            ! doio.c perlio.c win32/makefile.mk
62234 ____________________________________________________________________________
62235 [  7842] By: nick                                  on 2000/11/23  19:46:23
62236         Log: Implement PerlIO_binmode()
62237              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
62238              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
62239              make binmode in t/lib/io_tell.t unconditional so that works.
62240              Checkin just so Win32 machine can see these changes.
62241      Branch: perlio
62242            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
62243 ____________________________________________________________________________
62244 [  7841] By: jhi                                   on 2000/11/23  19:30:00
62245         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
62246      Branch: perl
62247            ! README.amiga
62248 ____________________________________________________________________________
62249 [  7840] By: jhi                                   on 2000/11/23  17:18:02
62250         Log: SOCKS wrestling continues, patches from Jens Hamisch.
62251      Branch: perl
62252            ! doio.c embed.h embed.pl perlsdio.h proto.h
62253 ____________________________________________________________________________
62254 [  7839] By: jhi                                   on 2000/11/23  16:54:14
62255         Log: Push Filter::Util::Call one level deeper.
62256      Branch: perl
62257            + t/lib/filter-util.t
62258           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62259           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
62260            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62261            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
62262            - t/lib/filt-util.t
62263            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
62264            ! win32/Makefile win32/makefile.mk
62265 ____________________________________________________________________________
62266 [  7838] By: jhi                                   on 2000/11/23  16:52:40
62267         Log: Reach back one higher up when searching for PERL_SRC.
62268      Branch: perl
62269            ! lib/ExtUtils/MM_Unix.pm
62270 ____________________________________________________________________________
62271 [  7837] By: jhi                                   on 2000/11/23  16:05:41
62272         Log: Subject: Re: perl@7826
62273              Date: Thu, 23 Nov 2000 02:20:25 -0600
62274              From: "Craig A. Berry" <craigberry@mac.com>
62275              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
62276              
62277              Make VMS to like Filter::Util::Call. 
62278      Branch: perl
62279            ! configure.com ext/Filter/Util/Makefile.PL
62280 ____________________________________________________________________________
62281 [  7836] By: nick                                  on 2000/11/23  16:04:08
62282         Log: Implement crlf layer - not ready for merge.
62283      Branch: perlio
62284            ! perlio.c win32/makefile.mk
62285 ____________________________________________________________________________
62286 [  7835] By: jhi                                   on 2000/11/23  15:56:52
62287         Log: STDCHAR is different in Sparc v9 vs x86.
62288      Branch: perl
62289            ! hints/solaris_2.sh
62290 ____________________________________________________________________________
62291 [  7834] By: jhi                                   on 2000/11/23  15:50:47
62292         Log: The type needs to be visible to protos.
62293      Branch: perl
62294            ! perl.h
62295 ____________________________________________________________________________
62296 [  7833] By: jhi                                   on 2000/11/23  15:40:46
62297         Log: Finish unfinished SOCKS workaround changes.
62298      Branch: perl
62299            ! doio.c
62300 ____________________________________________________________________________
62301 [  7832] By: jhi                                   on 2000/11/23  15:33:30
62302         Log: Integrate perlio.
62303      Branch: perl
62304           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
62305           !> win32/makefile.mk
62306 ____________________________________________________________________________
62307 [  7831] By: nick                                  on 2000/11/23  10:31:07
62308         Log: Correct makefile.mk dependancies for ext/Filter/Util
62309              Build ext/Encode
62310              Run dmake regen_config_h
62311      Branch: perlio
62312            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62313            ! win32/makefile.mk
62314 ____________________________________________________________________________
62315 [  7830] By: nick                                  on 2000/11/23  08:05:07
62316         Log: Integrate mainline
62317      Branch: perlio
62318           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62319           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
62320           +> t/lib/filt-util.pl t/lib/filt-util.t
62321           !> (integrate 41 files)
62322 ____________________________________________________________________________
62323 [  7829] By: gsar                                  on 2000/11/23  03:07:11
62324         Log: build the Filter extension on windows
62325      Branch: perl
62326            ! win32/Makefile win32/makefile.mk
62327 ____________________________________________________________________________
62328 [  7828] By: gsar                                  on 2000/11/23  02:46:35
62329         Log: regenerate win32/config* and fix some inconsistencies in the
62330              makefiles; always export Perl_deb() because it is needed
62331              by ext/re/* (whether perl itself is built with -DDEBUGGING
62332              or not)
62333      Branch: perl
62334            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
62335            ! win32/config_H.vc win32/makefile.mk
62336 ____________________________________________________________________________
62337 [  7827] By: gsar                                  on 2000/11/23  02:18:38
62338         Log: get sources building on windows+MSVC again (untested with other
62339              compilers)
62340      Branch: perl
62341            ! win32/include/sys/socket.h win32/perllib.c
62342 ____________________________________________________________________________
62343 [  7826] By: jhi                                   on 2000/11/23  01:18:26
62344         Log: Update Changes.
62345      Branch: perl
62346            ! Changes patchlevel.h
62347 ____________________________________________________________________________
62348 [  7825] By: jhi                                   on 2000/11/23  00:20:41
62349         Log: Subject: Re: av.c patch (having slight problems)
62350              From: "Ben Tilly" <ben_tilly@hotmail.com>
62351              Date: Tue, 21 Nov 2000 23:29:31 -0500
62352              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
62353              
62354              unshift() speedup.
62355      Branch: perl
62356            ! av.c
62357 ____________________________________________________________________________
62358 [  7824] By: jhi                                   on 2000/11/22  23:59:15
62359         Log: Fixes for signedness warnings noticed by VMSperlers.
62360      Branch: perl
62361            ! ext/Storable/Storable.xs regcomp.c sv.c
62362 ____________________________________________________________________________
62363 [  7823] By: jhi                                   on 2000/11/22  23:19:31
62364         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
62365              From: Peter Prymmer <pvhp@forte.com>
62366              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
62367              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
62368      Branch: perl
62369            ! t/pragma/warn/pp_hot
62370 ____________________________________________________________________________
62371 [  7822] By: jhi                                   on 2000/11/22  22:52:20
62372         Log: Be clean.
62373      Branch: perl
62374            ! Makefile.SH
62375 ____________________________________________________________________________
62376 [  7821] By: jhi                                   on 2000/11/22  22:46:39
62377         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
62378              by Damian Conway, as suggested by Paul Marquess.
62379      Branch: perl
62380            + lib/Filter/Simple.pm
62381 ____________________________________________________________________________
62382 [  7820] By: jhi                                   on 2000/11/22  22:45:51
62383         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
62384      Branch: perl
62385            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62386            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
62387            + t/lib/filt-util.t
62388            ! MANIFEST
62389 ____________________________________________________________________________
62390 [  7819] By: jhi                                   on 2000/11/22  22:03:27
62391         Log: Integrate perlio.
62392      Branch: perl
62393           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
62394           !> win32/makefile.mk
62395 ____________________________________________________________________________
62396 [  7818] By: jhi                                   on 2000/11/22  21:56:02
62397         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
62398      Branch: perl
62399            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
62400            ! t/lib/io_sock.t
62401 ____________________________________________________________________________
62402 [  7817] By: jhi                                   on 2000/11/22  21:39:49
62403         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
62404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62405              Date: Wed, 22 Nov 2000 16:08:12 -0500
62406              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
62407      Branch: perl
62408            ! lib/ExtUtils/Liblist.pm
62409 ____________________________________________________________________________
62410 [  7816] By: jhi                                   on 2000/11/22  21:38:25
62411         Log: Go ahead and #include <unistd.h> in perl.h.
62412      Branch: perl
62413            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
62414            ! util.c
62415 ____________________________________________________________________________
62416 [  7815] By: jhi                                   on 2000/11/22  21:22:52
62417         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
62418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62419              Date: Mon, 20 Nov 2000 18:30:52 -0500
62420              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
62421      Branch: perl
62422            ! pod/perlre.pod regcomp.c t/op/re_tests
62423 ____________________________________________________________________________
62424 [  7814] By: jhi                                   on 2000/11/22  21:21:46
62425         Log: Subject: [PATCH 5.7.0] Liblist finally works
62426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62427              Date: Tue, 21 Nov 2000 22:02:17 -0500
62428              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
62429      Branch: perl
62430            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
62431            ! lib/ExtUtils/MakeMaker.pm
62432 ____________________________________________________________________________
62433 [  7813] By: jhi                                   on 2000/11/22  21:20:23
62434         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
62435              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62436              Date: Wed, 22 Nov 2000 17:53:15 +0100
62437              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
62438              
62439              AIX dynaloader and perlio patch.
62440      Branch: perl
62441            ! ext/DynaLoader/dl_aix.xs
62442 ____________________________________________________________________________
62443 [  7812] By: jhi                                   on 2000/11/22  21:17:52
62444         Log: (Accidentally empty patch.)
62445      Branch: perl
62446            ! av.c
62447 ____________________________________________________________________________
62448 [  7811] By: jhi                                   on 2000/11/22  21:16:31
62449         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
62450              From: Peter Prymmer <pvhp@forte.com>
62451              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
62452              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
62453      Branch: perl
62454            ! vms/test.com
62455 ____________________________________________________________________________
62456 [  7810] By: jhi                                   on 2000/11/22  21:15:36
62457         Log: Subject: Re: perl@7777 
62458              From: "John P. Linderman" <jpl@research.att.com>
62459              Date: Wed, 22 Nov 2000 13:11:11 -0500
62460              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
62461              
62462              Detypoing.
62463      Branch: perl
62464            ! lib/CPAN.pm
62465 ____________________________________________________________________________
62466 [  7809] By: jhi                                   on 2000/11/22  21:14:19
62467         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
62468              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62469              Date:     Wed, 22 Nov 2000 13:51:37 EST
62470              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
62471      Branch: perl
62472            ! perlsdio.h
62473 ____________________________________________________________________________
62474 [  7808] By: jhi                                   on 2000/11/22  21:13:27
62475         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
62476              From: Casey Tweten <crt@kiski.net>
62477              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
62478              Message-Id: <200011201653.LAA10194@home.kiski.net>
62479      Branch: perl
62480            ! t/lib/io_udp.t
62481 ____________________________________________________________________________
62482 [  7807] By: jhi                                   on 2000/11/22  21:12:35
62483         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
62484              From: Casey Tweten <crt@kiski.net>
62485              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
62486              Message-Id: <200011201636.LAA07227@home.kiski.net>
62487      Branch: perl
62488            ! t/lib/io_sock.t
62489 ____________________________________________________________________________
62490 [  7806] By: jhi                                   on 2000/11/22  21:10:59
62491         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
62492              From: "Casey R. Tweten" <crt@kiski.net>
62493              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
62494              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
62495      Branch: perl
62496            ! utils/h2xs.PL
62497 ____________________________________________________________________________
62498 [  7805] By: nick                                  on 2000/11/22  21:05:06
62499         Log: Integrate mainline
62500      Branch: perlio
62501           !> Changes Porting/genlog ext/DB_File/DB_File.xs
62502           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
62503           !> utils/perlbug.PL
62504 ____________________________________________________________________________
62505 [  7804] By: jhi                                   on 2000/11/22  21:01:12
62506         Log: Subject: [PATCH] Test.pm POD peculiarity
62507              From: "Casey R. Tweten" <crt@kiski.net>
62508              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
62509              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
62510      Branch: perl
62511            ! lib/Test.pm
62512 ____________________________________________________________________________
62513 [  7803] By: jhi                                   on 2000/11/22  20:59:59
62514         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
62515              From: "Philip Newton" <pnewton@gmx.de>
62516              Date: Wed, 22 Nov 2000 14:25:53 +0100
62517              Message-Id: <3A1BD771.25462.1939FAD@localhost>
62518              
62519              Be case-understanding also on 's', and use the -oi of sendmail
62520              not to terminate the transmission on a lone '.'.
62521      Branch: perl
62522            ! utils/perlbug.PL
62523 ____________________________________________________________________________
62524 [  7802] By: nick                                  on 2000/11/22  20:51:42
62525         Log: Win32 PerlIO intermediate state now working as expected.
62526              - In current state we are still using C runtime in text/binary
62527              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
62528              - PERLIO=stdio and PERLIO=unix pass all expected tests.
62529              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
62530              and PerlIO_seek() and the dummy crlf layer is not making adjustments
62531              for CRLF translation happening in C runtime. All other tests pass.
62532              
62533              Added note to README.win32 to point out the snags of doing a perl build
62534              with Norton AntiVirus turned on.
62535              
62536              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
62537              which file a fail comes from.
62538              
62539              Updated "canned" config.h to match the one generated.
62540      Branch: perlio
62541            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
62542            ! win32/makefile.mk
62543 ____________________________________________________________________________
62544 [  7801] By: jhi                                   on 2000/11/22  06:50:20
62545         Log: Nickety nits.
62546      Branch: perl
62547            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
62548 ____________________________________________________________________________
62549 [  7800] By: jhi                                   on 2000/11/22  01:29:55
62550         Log: Changes had accidentally gone too silent on non-main branches.
62551      Branch: perl
62552            ! Changes Porting/genlog patchlevel.h
62553 ____________________________________________________________________________
62554 [  7799] By: gsar                                  on 2000/11/22  01:02:56
62555         Log: some lib_pm.PL changes snuck in via change#7772
62556      Branch: maint-5.6/perl
62557            ! Makefile.SH
62558 ____________________________________________________________________________
62559 [  7798] By: nick                                  on 2000/11/21  21:59:40
62560         Log: Integrate mainline
62561      Branch: perlio
62562           !> (integrate 28 files)
62563 ____________________________________________________________________________
62564 [  7797] By: jhi                                   on 2000/11/21  21:01:45
62565         Log: Integrate perlio.
62566      Branch: perl
62567           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
62568 ____________________________________________________________________________
62569 [  7796] By: nick                                  on 2000/11/21  20:36:22
62570         Log: Win32 builds and runs (mostly) with USE_PERLIO.
62571              PERLIO=perlio passes all tests. 
62572              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
62573      Branch: perlio
62574            ! perlio.c win32/perllib.c win32/win32.c
62575 ____________________________________________________________________________
62576 [  7795] By: jhi                                   on 2000/11/21  19:03:44
62577         Log: Update Changes.
62578      Branch: perl
62579            ! Changes patchlevel.h
62580 ____________________________________________________________________________
62581 [  7794] By: jhi                                   on 2000/11/21  18:56:34
62582         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
62583              From: "Craig A. Berry" <craigberry@mac.com>
62584              Date: Mon, 20 Nov 2000 20:27:06 -0600
62585              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
62586              
62587              A cut-and-pasto.
62588      Branch: perl
62589            ! perlio.h
62590 ____________________________________________________________________________
62591 [  7793] By: jhi                                   on 2000/11/21  18:54:41
62592         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
62593              From: Dominic Dunlop <domo@computer.org> 
62594              Date: Mon, 20 Nov 2000 18:55:29 +0100
62595              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
62596              
62597              va_copy() and the need of it.
62598              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
62599      Branch: metaconfig/U/perl
62600            + need_va_copy.U
62601      Branch: perl
62602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62603            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
62604            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
62605            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62606            ! win32/config.bc win32/config.gc win32/config.vc
62607 ____________________________________________________________________________
62608 [  7792] By: jhi                                   on 2000/11/21  17:04:10
62609         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
62610      Branch: perl
62611           !> scope.h
62612 ____________________________________________________________________________
62613 [  7791] By: jhi                                   on 2000/11/21  17:01:16
62614         Log: Export the SOCKS workaround symbols only if necessary.
62615      Branch: perl
62616            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
62617 ____________________________________________________________________________
62618 [  7790] By: nick                                  on 2000/11/20  23:57:11
62619         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
62620      Branch: perlio
62621            ! scope.h
62622 ____________________________________________________________________________
62623 [  7789] By: nick                                  on 2000/11/20  23:38:33
62624         Log: Integrate mainline
62625      Branch: perlio
62626           +> lib/File/Spec/Epoc.pm
62627           !> (integrate 34 files)
62628 ____________________________________________________________________________
62629 [  7788] By: nick                                  on 2000/11/20  23:20:18
62630         Log: Make extra buffer layer work (dummy crlf layer)
62631      Branch: perlio
62632            ! doio.c perlio.c perlio.h
62633 ____________________________________________________________________________
62634 [  7787] By: jhi                                   on 2000/11/20  22:44:04
62635         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
62636              From: Peter Prymmer <pvhp@forte.com>
62637              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
62638              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
62639      Branch: perl
62640            ! t/pragma/locale.t
62641 ____________________________________________________________________________
62642 [  7786] By: jhi                                   on 2000/11/20  22:29:10
62643         Log: Subject: DOC PATCH 5.6.0 perlreftut
62644              From: mjd@plover.com
62645              Date: 20 Nov 2000 19:45:06 -0000
62646              Message-ID: <20001120194506.9505.qmail@plover.com>
62647      Branch: perl
62648            ! pod/perlreftut.pod
62649 ____________________________________________________________________________
62650 [  7785] By: jhi                                   on 2000/11/20  22:27:44
62651         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
62652              From: David Dyck <dcd@tc.fluke.com>
62653              Date: Mon, 20 Nov 2000 11:43:40 -0800
62654              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
62655      Branch: perl
62656            ! lib/Cwd.pm
62657 ____________________________________________________________________________
62658 [  7784] By: jhi                                   on 2000/11/20  22:23:21
62659         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
62660              Date: Mon, 20 Nov 2000 17:06:10 -0500
62661              To: Mailing list Perl5 <perl5-porters@perl.org>
62662              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
62663      Branch: perl
62664            ! pp_ctl.c t/op/pat.t
62665 ____________________________________________________________________________
62666 [  7783] By: jhi                                   on 2000/11/20  22:11:18
62667         Log: Subject: [PATCH] doop.c - UTF8 tr///               
62668              From: Simon Cozens <simon@cozens.net>
62669              Date: Sat, 18 Nov 2000 18:49:30 +0000
62670              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
62671              
62672              Subject: Re: [PATCH] doop.c - UTF8 tr///           
62673              From: Simon Cozens <simon@cozens.net>
62674              Date: Mon, 20 Nov 2000 20:45:22 +0000
62675              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
62676              
62677              Make tr on UTF-8 better but still not correct.
62678      Branch: perl
62679            ! doop.c
62680 ____________________________________________________________________________
62681 [  7782] By: jhi                                   on 2000/11/20  22:02:16
62682         Log: Remove the shared object before attempting to create
62683              (by linking) a new one.  E.g. in AIX not removing
62684              becomes quite painful if one tries to do more than one
62685              build in the same tree (an interrupted build, for example),
62686              since the AIX' shared dynaloader seemingly keeps the shared
62687              objects open and therefore 'busy' for quite a while, even when
62688              nobody is using the objects, leading into link failures.
62689      Branch: perl
62690            ! lib/ExtUtils/MM_Unix.pm
62691 ____________________________________________________________________________
62692 [  7781] By: gsar                                  on 2000/11/20  19:02:55
62693         Log: type mismatch due to faulty integration
62694      Branch: maint-5.6/perl
62695            ! toke.c win32/Makefile
62696 ____________________________________________________________________________
62697 [  7780] By: gsar                                  on 2000/11/20  17:31:55
62698         Log: integrate changes#6392,6394..6399,6401..6404
62699              
62700              The {multiplier} of a fixed substring was overlooked which
62701              caused a wrong initial search offset for that substring.
62702              
62703              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
62704              From: Hugo <hv@crypt.compulink.co.uk>
62705              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
62706              Date: Thu, 13 Jul 2000 19:27:13 +0100
62707              
62708              Fix the BOM bug: not a byteorder bug, a signedness bug.
62709              
62710              Replace change #6337 with a better one.
62711              
62712              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
62713              From: Hugo <hv@crypt.compulink.co.uk>
62714              Date: Fri, 14 Jul 2000 04:16:20 +0100
62715              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
62716              
62717              MakeMaker should not remove editor backups (*~) on `make clean`
62718              by default (completes change#6383)
62719              
62720              move new variables to the end of the interpreter structure (for
62721              bincompat in code that doesn't #include XSUB.h)
62722              
62723              rename totally bletcherous SvLOCK() thingy (doesn't do what the
62724              name suggests anyway)
62725              
62726              various cleanups (typos, misformatted code, and small bugs)
62727              
62728              typecasts needed for change#6394
62729              
62730              typos in change#6399, regen headers
62731              
62732              inconsistent types needs casts
62733              
62734              PERL_OBJECT build tweaks
62735      Branch: maint-5.6/perl
62736           !> MANIFEST doop.c embed.h embed.pl embedvar.h
62737           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
62738           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
62739           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
62740           !> toke.c util.c
62741 ____________________________________________________________________________
62742 [  7779] By: gsar                                  on 2000/11/20  17:06:29
62743         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
62744              
62745              Cosmetics and perldelta.
62746              
62747              Fix nits noticed by Boston.pm.
62748              
62749              Do the cc sanity check both before the hints and
62750              after the cc selction.
62751              
62752              get sprintf.t to adjust properly for 3-digit exponents
62753              
62754              don't clobber *.orig files on *clean targets
62755              
62756              fix bugs in processing %v-*d and similar format specs (from
62757              Avi Finkel <avi@finkel.org>)
62758              
62759              sprintf test tweaks (from Dominic Dunlop)
62760              
62761              new selfloader.t in change#6183 doesn't close DATA handles,
62762              and thus fails to clean up tmp files on dosish platforms
62763              
62764              typos (spotted by Peter Prymmer)
62765              
62766              typo fix from Craig Berry
62767      Branch: maint-5.6/perl
62768           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
62769           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
62770           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
62771           !> x2p/Makefile.SH
62772 ____________________________________________________________________________
62773 [  7778] By: gsar                                  on 2000/11/20  16:46:51
62774         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
62775              
62776              Subject: Re: format bug report  [Patch]
62777              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62778              Date: Wed, 05 Jul 2000 13:12:52 +0200
62779              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
62780              
62781              Subject: Re: format bug report  [Patch]
62782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62783              Date: Wed, 05 Jul 2000 14:10:01 +0200
62784              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
62785              
62786              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
62787              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62788              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
62789              Date: Fri, 07 Jul 2000 17:57:16 +0100
62790              
62791              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
62792              To: perl5-porters@perl.org
62793              From: Karsten Sperling <spiff@phreax.net>
62794              Date: Mon, 10 Jul 2000 15:12:52 +0200
62795              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
62796              
62797              README.posix-bc podified from Thomas Dorner.
62798              
62799              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
62800              From: Dominic Dunlop <domo@computer.org>
62801              Date: Tue, 11 Jul 2000 12:27:33 +0200
62802              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
62803              
62804              Typo in #6341.
62805              
62806              Fix for
62807              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
62808              From: Roderick Schertler <roderick@argon.org>
62809              Date: Tue, 11 Jul 2000 13:55:05 -0400
62810              Message-Id: <200007111755.NAA05077@jones.argon.org>
62811              
62812              Minor cleanups on the booklist.
62813              
62814              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
62815              regen perltoc.
62816              
62817              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
62818      Branch: maint-5.6/perl
62819           +> pod/perlbook.pod
62820           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
62821           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
62822           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
62823 ____________________________________________________________________________
62824 [  7777] By: jhi                                   on 2000/11/20  16:08:49
62825         Log: Update Changes.
62826      Branch: perl
62827            ! Changes patchlevel.h
62828 ____________________________________________________________________________
62829 [  7776] By: jhi                                   on 2000/11/20  15:27:56
62830         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
62831              This may be overly harsh but until proven otherwise, we think this
62832              way, or until we have a simple test for Configure (having to start
62833              up servers is does not count as simple) to check for the problems.
62834      Branch: perl
62835            ! perl.h
62836 ____________________________________________________________________________
62837 [  7775] By: jhi                                   on 2000/11/20  15:22:17
62838         Log: Solaris hints tweaks.
62839      Branch: perl
62840            ! hints/solaris_2.sh
62841 ____________________________________________________________________________
62842 [  7774] By: jhi                                   on 2000/11/20  15:01:20
62843         Log: Add a workaround to SOCKS 64-bit problems.
62844      Branch: perl
62845            ! doio.c embed.h embed.pl perlsdio.h proto.h
62846 ____________________________________________________________________________
62847 [  7773] By: jhi                                   on 2000/11/20  14:51:47
62848         Log: sysseek() instead of seek().
62849      Branch: perl
62850            ! t/lib/syslfs.t
62851 ____________________________________________________________________________
62852 [  7772] By: gsar                                  on 2000/11/20  13:06:23
62853         Log: integrate changes#6315..6319,6321..6331,6333..6338
62854              
62855              Integrate with Sarathy, preliminary fix for unicos
62856              alignment problems in [ID 20000612.002] Perl problem on Cray system.
62857              
62858              some debugger output does not go to the socket when RemotePort is set
62859              
62860              winsock cleanup never done on Windows (leads to handle leaks)
62861              
62862              fix UNC path handling on Windows under ithreads, and chdir()
62863              return value when given a non-existent directory
62864              
62865              Autogenerate pod/Makefile and pod/buildtoc.
62866              buildtoc also checks whether the existin pods are
62867              mentioned in MANIFEST and perl.pod, and vice versa.
62868              (None of the thusly found discrepancies fixed yet.)
62869              roffitall also needs to be autogenerated similarly but it
62870              seems so badly out of date that I didn't touch it yet.
62871              
62872              Config is being used.
62873              
62874              Add =head1 NAMEs so that buildtoc is happy.
62875              (The CGI::Util nit reported to Lincoln.)
62876              
62877              Fix complaints of buildtoc.
62878              
62879              Fix the alignment problem in Crays ([ID 20000612.002]).
62880              
62881              Remove perlbook, update perlfaq book listing,
62882              rearrange perl.pod, regenerate perltoc.
62883              
62884              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
62885              was cast to an unsigned (32-bit) integer with wild abandon.
62886              
62887              winsock options weren't being set in all threads under ithreads
62888              (caused send()s from second and subsequent threads to fail)
62889              
62890              accept() leaks memory on windows due to incorrect ordering of
62891              closesocket() and fclose() calls
62892              
62893              Reorder perl.pod once more.
62894              
62895              More POSIX.pod tweaks.
62896              
62897              Sprinkle ldlibpath.
62898              
62899              Precedence goof, fix based on
62900              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
62901              From: Hugo <hv@crypt.compulink.co.uk>
62902              Date: Tue, 11 Jul 2000 12:52:38 +0100
62903              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
62904              
62905              Subject: PATCH perlguts.pod: Document D and d magic types
62906              From: mjd@plover.com
62907              Date: 5 Jul 2000 18:01:51 -0000
62908              Message-ID: <20000705180151.29413.qmail@plover.com>
62909              
62910              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
62911              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
62912              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
62913              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
62914              
62915              Subject: [PATCH cfgperl] $& segfaults if you trick it
62916              From: simon@brecon.co.uk (Simon Cozens)
62917              Date: 7 Jul 2000 11:26:09 GMT
62918              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
62919              
62920              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
62921              From: Hugo <hv@crypt.compulink.co.uk>
62922              Date: Tue, 11 Jul 2000 12:44:50 +0100
62923              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
62924              
62925              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
62926              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62927              Date: Tue, 11 Jul 2000 13:50:51 +0100
62928              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
62929      Branch: maint-5.6/perl
62930           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
62931           +> pod/buildtoc.PL
62932            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
62933           !> (integrate 26 files)
62934 ____________________________________________________________________________
62935 [  7771] By: gsar                                  on 2000/11/20  12:31:42
62936         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
62937              6310,6311,6314
62938              
62939              Subject: [PATCH bleedperl] File::Spec 0.82 beta
62940              From: Barrie Slaymaker <barries@jester.slaysys.com>
62941              Date: Wed, 28 Jun 2000 11:35:29 -0400
62942              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
62943              
62944              tweak perlembed for multiplicity/usethreads sanity; correct notes
62945              about Windows
62946              
62947              localize %INC in a Safe compartment so that use/require work
62948              (many other magic globals probably need similar treatment)
62949              
62950              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
62951              when @_ is modified, causing coredumps
62952              
62953              slurp mode fix in change#4736 still not quite right
62954              
62955              Point to perlipc for more SysV IPC examples.
62956              
62957              Elaborate POSIX.pod.  Still needs work.
62958              
62959              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
62960              
62961              fix large memory leak that has been around for ever, masked by
62962              -DPURIFY (most of the arenas were never freed!)
62963              
62964              fix memory leak on Windows (PL_sys_intern contents were never
62965              freed)
62966              
62967              PERL_OBJECT build tweak
62968              
62969              adjust change#6299
62970              
62971              remove rel2abs prototypes (from Barrie Slaymaker)
62972              
62973              missing perldiag entry for unpack("w",...) diagnostic (from
62974              Andreas Koenig)
62975              
62976              better diagnostic on Frob->stuff() when Frob:: doesn't exist
62977              (from Richard Soderberg <rs@oregonnet.com>)
62978              
62979              Win32 patches for cfgperl from Sarathy.
62980              
62981              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
62982              
62983              More POSIX.pod embellishment.
62984              
62985              tyop in change#6306
62986      Branch: maint-5.6/perl
62987           !> (integrate 44 files)
62988 ____________________________________________________________________________
62989 [  7770] By: gsar                                  on 2000/11/20  11:51:00
62990         Log: integrate changes#6268..6282 from cfgperl branch
62991              
62992              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
62993              From: Dominic Dunlop <domo@computer.org>
62994              Date: Thu, 29 Jun 2000 12:32:39 +0200
62995              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
62996              
62997              Regen headers for #6261 (and update embed.pl for this) and #6267,
62998              silence few compiler warnings.
62999              
63000              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
63001              From: Nicholas Clark <nick@talking.bollo.cx>
63002              Date: Fri, 23 Jun 2000 16:21:15 +0100
63003              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
63004              
63005              Subject: PATCH pod/perltie.pod
63006              From: Ian Phillipps <Ian.Phillipps@iname.com>
63007              Date: Fri, 16 Jun 2000 00:17:19 +0100
63008              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
63009              (only the first hunk, the second hunk had already been done
63010              by some other patch)
63011              
63012              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
63013              From: Tom Phoenix <rootbeer@redcat.com>
63014              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
63015              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
63016              
63017              Subject: [PATCH] xsub attributes
63018              From: Doug MacEachern <dougm@covalent.net>
63019              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
63020              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
63021              
63022              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
63023              From: Andy Dougherty <doughera@lafayette.edu>
63024              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
63025              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
63026              
63027              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
63028              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63029              Date: Tue, 13 Jun 2000 02:43:48 -0500
63030              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
63031              
63032              Subject: [PATCH] Re: eval documentation: context
63033              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63034              Date: Mon, 12 Jun 2000 15:07:29 +0100
63035              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
63036              
63037              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
63038              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63039              Date: Mon, 12 Jun 2000 14:55:59 +0100
63040              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
63041              
63042              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
63043              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
63044              Date: Fri, 09 Jun 2000 12:39:27 -0400
63045              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
63046              (plus update the version "number" of Text::Wrap)
63047              
63048              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
63049              From: Tim Ayers <tayers@bridge.com>
63050              Date: Thu, 08 Jun 2000 08:11:06 +0200
63051              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
63052              [resent by Richard Foley, Message-Id probably wrong]
63053              
63054              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
63055              From: rspier@pobox.com (Robert Spier)
63056              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
63057              Message-ID: <14654.31913.845602.610277@rls.cx>
63058              
63059              Subject: [PATCH 5.6.0] utils/h2xs.PL
63060              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63061              Date: Wed, 7 Jun 2000 04:02:04 -0500
63062              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
63063              
63064              Subject: [PATCH 5.6.0]ITHREADs for VMS
63065              From: Dan Sugalski <dan@sidhe.org>
63066              Date: Tue, 06 Jun 2000 11:59:50 -0400
63067              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
63068      Branch: maint-5.6/perl
63069           !> (integrate 31 files)
63070 ____________________________________________________________________________
63071 [  7769] By: gsar                                  on 2000/11/20  11:29:06
63072         Log: integrate changes#6261..6266 from cfgperl
63073              
63074              Subject: Re: [PATCH cfgperl] BOMs away!
63075              From: simon@brecon.co.uk (Simon Cozens)
63076              Date: 17 Jun 2000 11:49:57 GMT
63077              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
63078              
63079              Subject: 5.6.0 Patch for EPOC
63080              From: Olaf Flebbe <o.flebbe@gmx.de>
63081              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
63082              Message-ID: <23449.960929969@www11.gmx.net>
63083              
63084              tr fixes from Simon Cozens
63085              
63086              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
63087              From: Marty Lucich <marty@netcom.com>
63088              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
63089              Message-Id: <200006282116.OAA11148@netcom.com>
63090              ccdlflags update (the BSD/OS 4.1 part had already been taken
63091              care of by #6141).
63092              
63093              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
63094              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63095              Date: Wed, 28 Jun 2000 17:50:12 -0700
63096              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
63097              
63098              Subject: [PATCH 5.6.0] cygwin port
63099              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
63100              From: "Fifer, Eric" <EFifer@sanwaint.com>
63101              Date: Thu, 29 Jun 2000 12:58:29 +0100
63102      Branch: maint-5.6/perl
63103           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
63104           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
63105           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63106           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
63107 ____________________________________________________________________________
63108 [  7768] By: gsar                                  on 2000/11/20  11:13:44
63109         Log: integrate changes#6252..6256,6259..6260
63110              
63111              Paranoia tweak on #6249.
63112              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
63113              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63114              Date: Sun, 25 Jun 2000 23:43:12 -0400
63115              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
63116              
63117              Subject: tr///, help wanted.
63118              From: simon@brecon.co.uk (Simon Cozens)
63119              Date: 28 Jun 2000 11:29:04 GMT
63120              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
63121              
63122              small thinko tweaks
63123              
63124              tweaks from Simon Conzes to further fix tr/// under utf8
63125              
63126              perlnewmod was missing from MANIFEST.
63127              
63128              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
63129              From: simon@brecon.co.uk (Simon Cozens)
63130              Date: 17 Jun 2000 11:56:44 GMT
63131              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
63132              pack U0, pack C0
63133      Branch: maint-5.6/perl
63134           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
63135           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
63136           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
63137           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
63138 ____________________________________________________________________________
63139 [  7767] By: gsar                                  on 2000/11/20  10:51:38
63140         Log: integrate change#6250 from cfgperl
63141              
63142              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
63143              From: Doug MacEachern <dougm@covalent.net>
63144              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
63145              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
63146      Branch: maint-5.6/perl
63147           +> t/op/my_stash.t
63148           !> MANIFEST embed.pl global.sym proto.h toke.c
63149 ____________________________________________________________________________
63150 [  7766] By: gsar                                  on 2000/11/20  10:48:34
63151         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
63152              
63153              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
63154              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63155              Date: Mon, 26 Jun 2000 18:40:14 +0100
63156              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
63157              
63158              Subject: [PATCH] bytes<->utf8 fixes
63159              From: simon@brecon.co.uk (Simon Cozens)
63160              Date: 26 Jun 2000 04:55:45 GMT
63161              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
63162              
63163              Subject: [PATCH] is_utf8_string
63164              From: simon@brecon.co.uk (Simon Cozens)
63165              Date: 26 Jun 2000 02:25:59 GMT
63166              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
63167              
63168              Subject: [PATCH] avoid mg_ptr in '*' magic
63169              From: Doug MacEachern <dougm@covalent.net>
63170              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
63171              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
63172              
63173              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
63174              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63175              Date: Sat, 24 Jun 2000 13:06:20 +0100
63176              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
63177              
63178              Allow for standalone testing.
63179              
63180              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
63181              From: Mark-Jason Dominus <mjd@plover.com>
63182              Date: Tue, 27 Jun 2000 22:36:42 -0400
63183              Message-ID: <20000628023642.12166.qmail@plover.com>
63184              
63185              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
63186              From: Frank Tobin <ftobin@uiuc.edu>
63187              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
63188              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
63189      Branch: maint-5.6/perl
63190           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
63191           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
63192           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
63193           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
63194           !> utf8.c utils/h2xs.PL
63195 ____________________________________________________________________________
63196 [  7765] By: gsar                                  on 2000/11/20  10:29:13
63197         Log: integrate change#6239 from cfgperl
63198              
63199              Configure maintenance.  Sever some dependency cycles,
63200              separate gccversion from the cc unit,
63201              address [ID 20000623.006] Configure script patch for using gcc on AIX
63202              (but solve it a little bit differently),
63203              unduplex some accidentally duplicated units,
63204              suggest using gcc if no cc available
63205              (p5p thread: "Solaris configure: counterproposal", 1999-09)
63206      Branch: maint-5.6/perl
63207           !> Configure Todo-5.6 config_h.SH
63208 ____________________________________________________________________________
63209 [  7764] By: gsar                                  on 2000/11/20  10:25:55
63210         Log: integrate changes#6233..6238 from cfgperl
63211              
63212              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
63213              From: Mark-Jason Dominus <mjd@plover.com>
63214              Date: Fri, 16 Jun 2000 20:53:04 -0400
63215              Message-ID: <20000617005304.8008.qmail@plover.com>
63216              
63217              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
63218              because when run as services (Win32ese for daemons)
63219              no environment variables are set and tmpdir ends up as /tmp,
63220              which is ambiguous.
63221              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
63222              From: matt@sergeant.org
63223              Date: 16 Jun 2000 16:30:43 -0000
63224              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
63225              
63226              The thread begun by
63227              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
63228              From: Kevin.Ruscoe@ubsw.com
63229              Date: Fri, 16 Jun 2000 16:38:51 +0100
63230              Message-Id: <H000019b03c300d6@MHS>
63231              
63232              Tweak embed.pl, regen headers.
63233              
63234              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
63235              From: Dan Sugalski <dan@sidhe.org>
63236              Date: Fri, 23 Jun 2000 17:00:00 -0400
63237              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
63238      Branch: maint-5.6/perl
63239           !> (integrate 27 files)
63240 ____________________________________________________________________________
63241 [  7763] By: gsar                                  on 2000/11/20  10:08:08
63242         Log: s/perl56delta/perldelta/g
63243      Branch: maint-5.6/perl
63244            ! pod/Makefile
63245 ____________________________________________________________________________
63246 [  7762] By: gsar                                  on 2000/11/20  10:04:00
63247         Log: integrate changes#6225,6229,6231,6232 from cfgperl
63248              
63249              Add source code filenames to apidoc.
63250              From: simon@brecon.co.uk (Simon Cozens)
63251              Subject: [PATCH embed.pl] Source X-ref
63252              Date: 22 Jun 2000 02:18:49 GMT
63253              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
63254              
63255              Subject: README.hpux version 0.6.1
63256              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
63257              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
63258              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
63259              
63260              Subject: [PATCH 5.6.0] cygwin port
63261              From: "Fifer, Eric" <EFifer@sanwaint.com>
63262              Date: Tue, 20 Jun 2000 14:30:58 +0100
63263              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
63264              
63265              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
63266              From: simon@brecon.co.uk (Simon Cozens)
63267              Date: 19 Jun 2000 15:18:27 GMT
63268              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
63269              
63270              plus update pod/Makefile and regenerate perltoc
63271      Branch: maint-5.6/perl
63272           +> pod/perlutil.pod
63273           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
63274           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
63275 ____________________________________________________________________________
63276 [  7761] By: jhi                                   on 2000/11/20  04:09:55
63277         Log: Miraculous typo.
63278      Branch: perl
63279            ! t/op/pat.t
63280 ____________________________________________________________________________
63281 [  7760] By: jhi                                   on 2000/11/20  04:06:08
63282         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
63283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63284              Date: Sun, 19 Nov 2000 22:30:26 -0500
63285              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
63286      Branch: perl
63287            ! regexec.c scope.h t/op/pat.t
63288 ____________________________________________________________________________
63289 [  7759] By: jhi                                   on 2000/11/20  02:05:22
63290         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
63291      Branch: perl
63292            ! perl.h
63293 ____________________________________________________________________________
63294 [  7758] By: jhi                                   on 2000/11/20  01:58:11
63295         Log: Subject: [perl 7711: EPOC] updates
63296              From: Olaf Flebbe <o.flebbe@gmx.de>
63297              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
63298              Message-ID: <25575.974658810@www23.gmx.net>               
63299      Branch: perl
63300            + lib/File/Spec/Epoc.pm
63301            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
63302            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
63303            ! lib/File/Spec.pm perl.c sv.c
63304 ____________________________________________________________________________
63305 [  7757] By: jhi                                   on 2000/11/20  01:53:11
63306         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
63307      Branch: perl
63308            ! MANIFEST
63309 ____________________________________________________________________________
63310 [  7756] By: jhi                                   on 2000/11/20  01:47:22
63311         Log: Integrate perlio.
63312      Branch: perl
63313            - ext/re/hints/MSWin32.pl
63314           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
63315           !> win32/config.gc win32/config_H.gc win32/win32sck.c
63316 ____________________________________________________________________________
63317 [  7755] By: nick                                  on 2000/11/19  20:57:17
63318         Log: Add dummy crlf layer (just as buffer)
63319              Correct 1st bug - one layer of indirection.
63320      Branch: perlio
63321            ! perlio.c perlio.h perliol.h
63322 ____________________________________________________________________________
63323 [  7754] By: nick                                  on 2000/11/19  20:56:12
63324         Log: Work-round to Perl_deb_nocontext is no longer required
63325      Branch: perlio
63326            - ext/re/hints/MSWin32.pl
63327 ____________________________________________________________________________
63328 [  7753] By: nick                                  on 2000/11/19  20:01:16
63329         Log: diff -se shows these as different
63330      Branch: perlio
63331            ! global.sym pod/perlapi.pod
63332 ____________________________________________________________________________
63333 [  7752] By: nick                                  on 2000/11/19  18:57:30
63334         Log: Configure GCC/Win32 build -Duseperlio
63335              Fix a couple of gross issues
63336              - double-include of ../deb.o in re.dll
63337              - win32sck.c needs PerlIO and FILE 
63338      Branch: perlio
63339            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
63340            ! win32/win32sck.c
63341 ____________________________________________________________________________
63342 [  7751] By: nick                                  on 2000/11/19  17:05:36
63343         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
63344      Branch: perlio
63345            ! perlio.c
63346 ____________________________________________________________________________
63347 [  7750] By: nick                                  on 2000/11/19  16:57:14
63348         Log: Missing aTHX_
63349      Branch: perlio
63350            ! sv.c
63351 ____________________________________________________________________________
63352 [  7749] By: jhi                                   on 2000/11/19  16:28:40
63353         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
63354              From: "Peter J. Farley III" <pjfarley@banet.net>
63355              Date: Sun, 19 Nov 2000 01:42:58 -0500
63356              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
63357      Branch: perl
63358            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
63359 ____________________________________________________________________________
63360 [  7748] By: jhi                                   on 2000/11/19  16:08:10
63361         Log: Subject: podlators 1.05 available        
63362              From: Russ Allbery <rra@stanford.edu>   
63363              Date: 18 Nov 2000 22:04:28 -0800
63364              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
63365      Branch: perl
63366            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
63367 ____________________________________________________________________________
63368 [  7747] By: nick                                  on 2000/11/19  11:19:39
63369         Log: Integrate mainline
63370      Branch: perlio
63371           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
63372           !> util.c
63373 ____________________________________________________________________________
63374 [  7746] By: jhi                                   on 2000/11/19  06:42:22
63375         Log: Make hex scanning warn on "\x{x}" and "\xx".
63376              "\x" and and hex("x") are still valid.
63377      Branch: perl
63378            ! util.c
63379 ____________________________________________________________________________
63380 [  7745] By: nick                                  on 2000/11/18  22:52:28
63381         Log: Integrate mainline
63382      Branch: perlio
63383           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
63384           !> perl.h perlio.c proto.h regcomp.c regcomp.h
63385 ____________________________________________________________________________
63386 [  7744] By: jhi                                   on 2000/11/18  22:50:28
63387         Log: Introduce Perl_utf8_length().  Use it.
63388      Branch: perl
63389            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
63390 ____________________________________________________________________________
63391 [  7743] By: jhi                                   on 2000/11/18  22:38:51
63392         Log: Compiler denit.
63393      Branch: perl
63394            ! perlio.c
63395 ____________________________________________________________________________
63396 [  7742] By: jhi                                   on 2000/11/18  20:33:05
63397         Log: Integrate perlio.
63398      Branch: perl
63399           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
63400           !> perlio.h pp_ctl.c pp_sys.c sv.c
63401 ____________________________________________________________________________
63402 [  7741] By: jhi                                   on 2000/11/18  20:31:27
63403         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
63404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63405              Date: Fri, 17 Nov 2000 20:35:11 -0500
63406              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
63407              
63408              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
63409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63410              Date: Fri, 17 Nov 2000 21:03:47 -0500
63411              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
63412              
63413              Plus a little bit of tweaking in pregcomp().
63414      Branch: perl
63415            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
63416 ____________________________________________________________________________
63417 [  7740] By: nick                                  on 2000/11/18  20:17:22
63418         Log: Lexical use open ... support:
63419              add ->cop_io to COP structure in cop.h.
63420              Make mg.c and gv.c associate it with ${^OPEN}.
63421              Make lib/open.pm set it.
63422              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
63423              manner similar to ->cop_warnings.
63424              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
63425              call new PerlIO_apply_layers().
63426              Declare latter in perlio.h and define in perlio.c
63427      Branch: perlio
63428            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
63429            ! perlio.h pp_ctl.c pp_sys.c sv.c
63430 ____________________________________________________________________________
63431 [  7739] By: jhi                                   on 2000/11/18  19:54:00
63432         Log: Integrate perlio.
63433      Branch: perl
63434           !> doio.c perlio.c pp.c
63435 ____________________________________________________________________________
63436 [  7738] By: jhi                                   on 2000/11/18  17:16:13
63437         Log: Subject: [PATCH 5.7.0] etags broken again
63438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63439              Date: Sat, 18 Nov 2000 02:41:36 -0500
63440              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
63441      Branch: perl
63442            ! emacs/ptags
63443 ____________________________________________________________________________
63444 [  7737] By: jhi                                   on 2000/11/18  17:12:18
63445         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
63446      Branch: perl
63447            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63448 ____________________________________________________________________________
63449 [  7736] By: nick                                  on 2000/11/18  14:06:20
63450         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
63451              part to be isolated.
63452      Branch: perlio
63453            ! doio.c perlio.c
63454 ____________________________________________________________________________
63455 [  7735] By: nick                                  on 2000/11/18  11:03:32
63456         Log: Integrate mainline
63457      Branch: perlio
63458           !> Changes README.amiga README.win32 patchlevel.h
63459           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
63460 ____________________________________________________________________________
63461 [  7734] By: jhi                                   on 2000/11/18  01:18:56
63462         Log: Update Changes.
63463      Branch: perl
63464            ! Changes patchlevel.h
63465 ____________________________________________________________________________
63466 [  7733] By: jhi                                   on 2000/11/18  00:32:54
63467         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
63468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63469              Date: Fri, 17 Nov 2000 17:28:02 -0500
63470              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
63471      Branch: perl
63472            ! regcomp.c regexec.c t/op/re_tests
63473 ____________________________________________________________________________
63474 [  7732] By: jhi                                   on 2000/11/18  00:28:56
63475         Log: Sparc 64-bit pack() fix from Jens Hamisch.
63476      Branch: perl
63477            ! pp.c
63478 ____________________________________________________________________________
63479 [  7731] By: jhi                                   on 2000/11/18  00:18:39
63480         Log: Explain in more detail the {} syntax ambiguousity.
63481              
63482              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
63483              From: Nicholas Clark <nick@ccl4.org>
63484              Date: Fri, 17 Nov 2000 22:10:28 +0000
63485              Message-ID: <20001117221028.A88930@plum.flirble.org>
63486      Branch: perl
63487            ! pod/perlfunc.pod
63488 ____________________________________________________________________________
63489 [  7730] By: jhi                                   on 2000/11/18  00:12:18
63490         Log: Subject: Fix for README.amiga (20000323.033)
63491              From: "Stephen P. Potter" <spp@spotter.yi.org>
63492              Date: Fri, 17 Nov 2000 12:25:51 -0500
63493              Message-Id: <200011171725.MAA05768@spotter.yi.org>
63494      Branch: perl
63495            ! README.amiga
63496 ____________________________________________________________________________
63497 [  7729] By: jhi                                   on 2000/11/18  00:08:34
63498         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
63499              From: "A. C. Yardley" <yardley@tanet.net>
63500              Date: Mon, 3 Apr 2000 11:35:33 -0700
63501              Message-ID: <3483.000403@tanet.net>
63502      Branch: perl
63503            ! README.win32
63504 ____________________________________________________________________________
63505 [  7728] By: nick                                  on 2000/11/17  21:59:47
63506         Log: Integrate mainline
63507      Branch: perlio
63508           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
63509           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
63510           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
63511           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
63512 ____________________________________________________________________________
63513 [  7727] By: nick                                  on 2000/11/17  21:56:31
63514         Log: Experiment on use of attributes.pm interface.
63515              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
63516              SVt_PVRV if not already something better (else vivify of say magic gets
63517              core dump).
63518      Branch: perlio
63519            ! perlio.c pp.c
63520 ____________________________________________________________________________
63521 [  7726] By: jhi                                   on 2000/11/17  14:15:49
63522         Log: Subject: Fix for 20000815.006
63523              From: "Stephen P. Potter" <spp@spotter.yi.org>
63524              Date: Fri, 17 Nov 2000 08:57:45 -0500
63525              Message-Id: <200011171357.IAA05122@spotter.yi.org>
63526              
63527              It's really 20000518.006.
63528      Branch: perl
63529            ! pod/perlmodlib.PL
63530 ____________________________________________________________________________
63531 [  7725] By: jhi                                   on 2000/11/17  14:12:31
63532         Log: Subject: Fix for 20000409.001
63533              From: "Stephen P. Potter" <spp@spotter.yi.org>
63534              Date: Fri, 17 Nov 2000 08:55:45 -0500
63535              Message-Id: <200011171355.IAA05104@spotter.yi.org>
63536      Branch: perl
63537            ! pod/perlfaq9.pod
63538 ____________________________________________________________________________
63539 [  7724] By: jhi                                   on 2000/11/17  14:08:58
63540         Log: Undo #7627 now that we have =head3.
63541      Branch: perl
63542            ! pod/perlhack.pod
63543 ____________________________________________________________________________
63544 [  7723] By: jhi                                   on 2000/11/17  14:04:09
63545         Log: As surmised the #7719 wasn't a good move.
63546      Branch: perl
63547            ! hints/solaris_2.sh
63548 ____________________________________________________________________________
63549 [  7722] By: jhi                                   on 2000/11/17  13:59:04
63550         Log: Also the 64bitall hints can be either here or there.
63551      Branch: perl
63552            ! hints/solaris_2.sh
63553 ____________________________________________________________________________
63554 [  7721] By: jhi                                   on 2000/11/17  02:26:23
63555         Log: Test tweak for the open pragma.
63556      Branch: perl
63557            ! t/lib/b.t
63558 ____________________________________________________________________________
63559 [  7720] By: jhi                                   on 2000/11/17  00:23:22
63560         Log: The long double hints can be here or there.
63561      Branch: perl
63562            ! hints/solaris_2.sh
63563 ____________________________________________________________________________
63564 [  7719] By: jhi                                   on 2000/11/17  00:14:06
63565         Log: For Solaris use64bitall the stdchar needs a little bit of help.
63566      Branch: perl
63567            ! hints/solaris_2.sh
63568 ____________________________________________________________________________
63569 [  7718] By: jhi                                   on 2000/11/16  23:27:34
63570         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
63571              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
63572              Date: Wed, 15 Nov 2000 08:56:32 +0100
63573              Message-ID: <3A1241B0.64477E00@alcatel.at>
63574      Branch: perl
63575            ! lib/Carp/Heavy.pm
63576 ____________________________________________________________________________
63577 [  7717] By: jhi                                   on 2000/11/16  23:23:29
63578         Log: Subject: [PATCH] Re: 20001101.003 PDL
63579              From: Nicholas Clark <nick@ccl4.org>
63580              Date: Thu, 16 Nov 2000 16:48:25 +0000
63581              Message-ID: <20001116164825.B93487@plum.flirble.org>
63582      Branch: perl
63583            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
63584 ____________________________________________________________________________
63585 [  7716] By: jhi                                   on 2000/11/16  23:21:31
63586         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
63587              From: "Casey R. Tweten" <crt@kiski.net>
63588              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
63589              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
63590      Branch: perl
63591            ! lib/Pod/Checker.pm pod/perlpod.pod
63592 ____________________________________________________________________________
63593 [  7715] By: jhi                                   on 2000/11/16  23:19:40
63594         Log: Avoid an infinite loop in VMS when utils scripts are run
63595              with no arguments, from Charles Lane.
63596      Branch: perl
63597            ! configure.com
63598 ____________________________________________________________________________
63599 [  7714] By: jhi                                   on 2000/11/16  23:17:08
63600         Log: Subject: perllocale.pod changes
63601              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63602              Date: Mon, 13 Nov 2000 10:09:22 +0300
63603              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
63604      Branch: perl
63605            ! pod/perllocale.pod
63606 ____________________________________________________________________________
63607 [  7713] By: jhi                                   on 2000/11/16  23:14:06
63608         Log: Integrate perlio.
63609      Branch: perl
63610           !> doio.c perlio.c perlio.h util.c
63611 ____________________________________________________________________________
63612 [  7712] By: nick                                  on 2000/11/16  21:10:58
63613         Log: Integrate mainline
63614      Branch: perlio
63615           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63616           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
63617           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
63618           !> vos/config.ga.def vos/config.ga.h win32/config.bc
63619           !> win32/config.gc win32/config.vc
63620 ____________________________________________________________________________
63621 [  7711] By: nick                                  on 2000/11/16  19:56:41
63622         Log: Minor tweaks:
63623              consistent way of getting 'rb', 'wb' etc. for binary opens
63624              move *perlio::layers to *open::layers
63625              a #define to show layers available
63626              DOSISH popen/PerlIO had export/import sense inverted.
63627      Branch: perlio
63628            ! doio.c perlio.c perlio.h util.c
63629 ____________________________________________________________________________
63630 [  7710] By: jhi                                   on 2000/11/16  15:46:05
63631         Log: Add HAS_SBRK_PROTO.
63632      Branch: metaconfig/U/perl
63633            + d_sbrkproto.U
63634      Branch: perl
63635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63636            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
63637            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
63638            ! vos/config.ga.def vos/config.ga.h win32/config.bc
63639            ! win32/config.gc win32/config.vc
63640 ____________________________________________________________________________
63641 [  7709] By: nick                                  on 2000/11/16  07:31:49
63642         Log: Integrate mainline
63643      Branch: perlio
63644           !> (integrate 35 files)
63645 ____________________________________________________________________________
63646 [  7708] By: jhi                                   on 2000/11/16  05:33:03
63647         Log: These files are text, not binary.
63648      Branch: perl
63649            ! ext/Encode/Encode/iso8859-10.enc
63650            ! ext/Encode/Encode/iso8859-13.enc
63651            ! ext/Encode/Encode/iso8859-14.enc
63652            ! ext/Encode/Encode/iso8859-15.enc
63653 ____________________________________________________________________________
63654 [  7707] By: jhi                                   on 2000/11/16  01:53:37
63655         Log: Update Changes.
63656      Branch: perl
63657            ! Changes patchlevel.h
63658 ____________________________________________________________________________
63659 [  7706] By: jhi                                   on 2000/11/16  01:35:59
63660         Log: More #undefing of stdio.
63661      Branch: perl
63662            ! fakesdio.h nostdio.h
63663 ____________________________________________________________________________
63664 [  7705] By: jhi                                   on 2000/11/16  01:34:18
63665         Log: Add fwalk() probe to the configuration files and regen perltoc.
63666      Branch: perl
63667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63668            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
63669            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
63670            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
63671            ! win32/config.bc win32/config.gc win32/config.vc
63672 ____________________________________________________________________________
63673 [  7704] By: jhi                                   on 2000/11/16  01:33:07
63674         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
63675              an optional third argument to Inlibc?)
63676      Branch: metaconfig/U/perl
63677            + d__fwalk.U
63678 ____________________________________________________________________________
63679 [  7703] By: jhi                                   on 2000/11/16  01:09:22
63680         Log: The type of the hash_cb() size argument is tricky.
63681      Branch: perl
63682            ! ext/DB_File/DB_File.xs
63683 ____________________________________________________________________________
63684 [  7702] By: jhi                                   on 2000/11/15  23:01:16
63685         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
63686      Branch: perl
63687            ! nostdio.h
63688 ____________________________________________________________________________
63689 [  7701] By: jhi                                   on 2000/11/15  22:52:32
63690         Log: Detypo.
63691      Branch: perl
63692            ! t/lib/bigfltpm.t
63693 ____________________________________________________________________________
63694 [  7700] By: jhi                                   on 2000/11/15  22:51:56
63695         Log: UINT64_C() work continues.
63696      Branch: perl
63697            ! handy.h perl.h utf8.h
63698 ____________________________________________________________________________
63699 [  7699] By: jhi                                   on 2000/11/15  14:13:04
63700         Log: SOCKS has its own USE_THREADS, based on
63701              
63702              Subject: [ID 20001114.002] et. al. bugfix followup
63703              From: Jens Hamisch <jens@Strawberry.COM> 
63704              Date: Wed, 15 Nov 2000 14:23:11 +0100
63705              Message-ID: <20001115142311.A21164@Strawberry.COM>
63706      Branch: perl
63707            ! perl.h
63708 ____________________________________________________________________________
63709 [  7698] By: jhi                                   on 2000/11/15  03:50:56
63710         Log: Add few missing #undefs and sort them.
63711      Branch: perl
63712            ! fakesdio.h
63713 ____________________________________________________________________________
63714 [  7697] By: jhi                                   on 2000/11/15  03:39:14
63715         Log: Linenumber fix.
63716      Branch: perl
63717            ! t/pragma/warn/utf8
63718 ____________________________________________________________________________
63719 [  7696] By: jhi                                   on 2000/11/15  02:55:26
63720         Log: EBCDIC tweaks.
63721              
63722              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
63723              From: Peter Prymmer <pvhp@forte.com>
63724              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
63725              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
63726      Branch: perl
63727            ! t/op/regmesg.t t/pragma/warn/utf8
63728 ____________________________________________________________________________
63729 [  7695] By: jhi                                   on 2000/11/15  02:53:58
63730         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
63731              From: Peter Prymmer <pvhp@forte.com>
63732              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
63733              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
63734      Branch: perl
63735            ! utf8.c
63736 ____________________________________________________________________________
63737 [  7694] By: jhi                                   on 2000/11/15  02:50:55
63738         Log: Subject: [PATCH: perl@7674] updates to README.os390
63739              From: Prymmer/Kahn <pvhp@best.com>
63740              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
63741              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
63742      Branch: perl
63743            ! README.os390
63744 ____________________________________________________________________________
63745 [  7693] By: jhi                                   on 2000/11/15  02:48:37
63746         Log: Quit utf8_to_uv() instantly if curlen == 0.
63747      Branch: perl
63748            ! utf8.c
63749 ____________________________________________________________________________
63750 [  7692] By: jhi                                   on 2000/11/15  02:24:29
63751         Log: Use u_int32_t for the size of hash_cb(), not size_t.
63752              
63753              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
63754              From: Jens Hamisch <jens@Strawberry.COM>     
63755              Date: Tue, 14 Nov 2000 19:03:55 +0100
63756              Message-Id: <20001114190355.A20559@Strawberry.COM>
63757      Branch: perl
63758            ! ext/DB_File/DB_File.xs
63759 ____________________________________________________________________________
63760 [  7691] By: jhi                                   on 2000/11/15  02:20:12
63761         Log: Use UINT64_C().
63762              
63763              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
63764              From: Jens Hamisch <jens@Strawberry.COM>
63765              Date: Tue, 14 Nov 2000 19:16:23 +0100
63766              Message-Id: <20001114191623.G20559@Strawberry.COM>
63767      Branch: perl
63768            ! utf8.c utf8.h
63769 ____________________________________________________________________________
63770 [  7690] By: jhi                                   on 2000/11/15  02:17:06
63771         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
63772              (a macro to define signed and unsigned integer constants).
63773      Branch: perl
63774            ! handy.h
63775 ____________________________________________________________________________
63776 [  7689] By: jhi                                   on 2000/11/15  01:56:51
63777         Log: Regen Configure.
63778      Branch: perl
63779            ! Configure
63780 ____________________________________________________________________________
63781 [  7688] By: jhi                                   on 2000/11/15  01:56:32
63782         Log: Make the unit know about SOCKS.
63783      Branch: metaconfig
63784            ! U/protos/socksizetype.U
63785 ____________________________________________________________________________
63786 [  7687] By: jhi                                   on 2000/11/15  01:54:47
63787         Log: Remove unused dependencies.
63788      Branch: metaconfig
63789            ! U/compline/d_getpagsz.U
63790 ____________________________________________________________________________
63791 [  7686] By: nick                                  on 2000/11/14  21:25:13
63792         Log: Integrate mainline.
63793      Branch: perlio
63794           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
63795           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
63796           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
63797           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
63798           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
63799           !> win32/config.bc win32/config.gc win32/config.vc
63800           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
63801 ____________________________________________________________________________
63802 [  7685] By: jhi                                   on 2000/11/14  17:54:56
63803         Log: Integrate perlio.
63804      Branch: perl
63805           +> fakesdio.h perliol.h
63806           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
63807           !> perlsdio.h perlsfio.h pod/perlfunc.pod
63808 ____________________________________________________________________________
63809 [  7684] By: nick                                  on 2000/11/14  17:43:04
63810         Log: PerlIO #include and #ifdef re-work.
63811      Branch: perlio
63812            + fakesdio.h perliol.h
63813            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
63814            ! perlsdio.h perlsfio.h
63815 ____________________________________________________________________________
63816 [  7683] By: jhi                                   on 2000/11/14  15:42:40
63817         Log: Hoist the duplicated socket/netdb include logic to perl.h;
63818              undef SETERRNO in case SOCKS has defined it.  Based on:
63819              
63820              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
63821              From: Jens Hamisch <jens@Strawberry.COM> 
63822              Date: Tue, 14 Nov 2000 11:34:40 +0100
63823              Message-Id: <20001114113440.A20005@Strawberry.COM>
63824      Branch: perl
63825            ! doio.c perl.h pp_sys.c
63826 ____________________________________________________________________________
63827 [  7682] By: jhi                                   on 2000/11/14  14:07:28
63828         Log: Subject: some additions for makefiles for win32 (for perl@7674)
63829              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63830              Date: Tue, 14 Nov 2000 09:31:13 +0300
63831              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
63832      Branch: perl
63833            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
63834            ! win32/makefile.mk
63835 ____________________________________________________________________________
63836 [  7681] By: jhi                                   on 2000/11/14  14:01:41
63837         Log: Subject: tiny typo in perl5db.pl
63838              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63839              Date: Tue, 14 Nov 2000 09:29:28 +0300
63840              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
63841      Branch: perl
63842            ! lib/perl5db.pl
63843 ____________________________________________________________________________
63844 [  7680] By: jhi                                   on 2000/11/14  04:13:50
63845         Log: Redo #7679 with LFs instead of CRLFs.
63846      Branch: perl
63847            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
63848            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
63849            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
63850 ____________________________________________________________________________
63851 [  7679] By: jhi                                   on 2000/11/14  01:21:09
63852         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
63853              From: Benjamin Stuhl <tiriath@yahoo.com> 
63854              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
63855              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
63856      Branch: perl
63857            + win32/bin/mdelete.bat
63858            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
63859            ! makedef.pl perlio.c win32/Makefile win32/config.gc
63860            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
63861 ____________________________________________________________________________
63862 [  7678] By: jhi                                   on 2000/11/14  01:19:20
63863         Log: Fix the re extension building for Win32.
63864              
63865              Subject: [PATCH perl@7638] Get PerlIO building on Win32
63866              From: Benjamin Stuhl <tiriath@yahoo.com> 
63867              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
63868              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
63869      Branch: perl
63870            + ext/re/hints/MSWin32.pl
63871            ! MANIFEST
63872 ____________________________________________________________________________
63873 [  7677] By: jhi                                   on 2000/11/14  01:13:54
63874         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
63875              From: sthoenna@efn.org
63876              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
63877              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
63878      Branch: perl
63879            ! doop.c pp.c toke.c utf8.c utf8.h
63880 ____________________________________________________________________________
63881 [  7676] By: jhi                                   on 2000/11/13  20:23:15
63882         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63883              From: Nicholas Clark <nick@ccl4.org>
63884              Date: Mon, 13 Nov 2000 18:55:04 +0000
63885              Message-ID: <20001113185504.J29183@plum.flirble.org>
63886      Branch: perl
63887            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
63888 ____________________________________________________________________________
63889 [  7675] By: nick                                  on 2000/11/13  20:21:57
63890         Log: Integrate mainline ...
63891      Branch: perlio
63892           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
63893           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
63894           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
63895           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
63896 ____________________________________________________________________________
63897 [  7674] By: jhi                                   on 2000/11/13  15:07:56
63898         Log: Update Changes.
63899      Branch: perl
63900            ! Changes patchlevel.h
63901 ____________________________________________________________________________
63902 [  7673] By: jhi                                   on 2000/11/13  14:42:42
63903         Log: Remove the new two tests of lib/io_xs for now, they seem to
63904              fail under perlio on some platforms.
63905      Branch: perl
63906            ! t/lib/io_xs.t
63907 ____________________________________________________________________________
63908 [  7672] By: jhi                                   on 2000/11/13  13:57:53
63909         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
63910      Branch: perl
63911            ! perlio.c
63912 ____________________________________________________________________________
63913 [  7671] By: jhi                                   on 2000/11/13  05:30:48
63914         Log: Placate nervous compilers that see longer than ints switch()ing.
63915      Branch: perl
63916            ! utf8.c
63917 ____________________________________________________________________________
63918 [  7670] By: jhi                                   on 2000/11/13  05:14:21
63919         Log: fputs() does return EOF on error but here we don't care.
63920      Branch: perl
63921            ! perlio.c
63922 ____________________________________________________________________________
63923 [  7669] By: jhi                                   on 2000/11/13  05:02:45
63924         Log: Declare reg_data like reg_substr_data.
63925      Branch: perl
63926            ! regexp.h
63927 ____________________________________________________________________________
63928 [  7668] By: jhi                                   on 2000/11/13  04:54:34
63929         Log: Typos in #7667.
63930      Branch: perl
63931            ! perl.h
63932 ____________________________________________________________________________
63933 [  7667] By: jhi                                   on 2000/11/13  04:49:49
63934         Log: Cleanup messy #ifdef.
63935      Branch: perl
63936            ! perl.h
63937 ____________________________________________________________________________
63938 [  7666] By: jhi                                   on 2000/11/13  04:17:34
63939         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63940              From: Nicholas Clark <nick@talking.bollo.cx>
63941              Date: Sun, 12 Nov 2000 21:14:11 +0000
63942              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
63943              
63944              Note: only one breakage of the two reported is fixed by this patch.
63945      Branch: perl
63946            ! perlio.c
63947 ____________________________________________________________________________
63948 [  7665] By: jhi                                   on 2000/11/13  04:05:07
63949         Log: Tweak the definition of the bit complement on UTF-8 data:
63950              if none of the characters in the string are > 0xff,
63951              the result is a complemented byte string, not a (UTF-8)
63952              char string.  Based on the summary in
63953              
63954              Subject: Re: [ID 20000918.005] ~ on wide chars
63955              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
63956              Date: Fri, 10 Nov 2000 09:47:15 -0800
63957              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
63958              
63959              This should give us the maximum backward (pre-char string)
63960              compatibility and utf8 compatibility.  The other alternative
63961              would be to limit the bit complement to be always byte only,
63962              taking the least significant byte of the chars.
63963      Branch: perl
63964            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
63965 ____________________________________________________________________________
63966 [  7664] By: jhi                                   on 2000/11/13  00:23:44
63967         Log: Couple of tests from #7660 salvaged.
63968      Branch: perl
63969            - t/op/tell.t
63970            ! MANIFEST t/io/tell.t
63971 ____________________________________________________________________________
63972 [  7663] By: jhi                                   on 2000/11/13  00:02:48
63973         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
63974              From: Nicholas Clark <nick@talking.bollo.cx>
63975              Date: Sun, 12 Nov 2000 21:23:43 +0000
63976              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
63977      Branch: perl
63978            ! perlsfio.h
63979 ____________________________________________________________________________
63980 [  7662] By: jhi                                   on 2000/11/13  00:01:39
63981         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
63982              From: Nicholas Clark <nick@talking.bollo.cx>
63983              Date: Sun, 12 Nov 2000 21:30:04 +0000
63984              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
63985      Branch: perl
63986            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
63987 ____________________________________________________________________________
63988 [  7661] By: jhi                                   on 2000/11/12  23:57:29
63989         Log: Document tell() on special streams.
63990      Branch: perl
63991            ! pod/perlfunc.pod
63992 ____________________________________________________________________________
63993 [  7660] By: jhi                                   on 2000/11/12  23:54:22
63994         Log: (Subsumed by #7664)
63995      Branch: perl
63996            + t/op/tell.t
63997            ! MANIFEST
63998 ____________________________________________________________________________
63999 [  7659] By: jhi                                   on 2000/11/12  22:55:25
64000         Log: Many subdocumented return values of the IO extension now documented.
64001              ungetc and write still left subdocumented.
64002              
64003              Subject: [PATCH] (was Re: IO::Handle::ungetc)
64004              From: Nicholas Clark <nick@talking.bollo.cx>
64005              Date: Sun, 12 Nov 2000 21:35:53 +0000
64006              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
64007      Branch: perl
64008            ! ext/IO/lib/IO/Handle.pm
64009 ____________________________________________________________________________
64010 [  7658] By: jhi                                   on 2000/11/12  21:37:06
64011         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
64012              From: Nicholas Clark <nick@talking.bollo.cx>
64013              Date: Sun, 12 Nov 2000 20:03:22 +0000
64014              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
64015      Branch: perl
64016            ! pod/perlfunc.pod
64017 ____________________________________________________________________________
64018 [  7657] By: jhi                                   on 2000/11/12  20:34:55
64019         Log: Integrate perlio.
64020      Branch: perl
64021           !> perlio.c
64022 ____________________________________________________________________________
64023 [  7656] By: nick                                  on 2000/11/12  19:25:06
64024         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
64025      Branch: perlio
64026            ! perlio.c
64027 ____________________________________________________________________________
64028 [  7655] By: nick                                  on 2000/11/12  19:09:41
64029         Log: Integrate mainline
64030      Branch: perlio
64031           +> README.solaris ext/Encode/Encode/cp1006.enc
64032           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
64033           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
64034           +> ext/Encode/Encode/iso8859-13.enc
64035           +> ext/Encode/Encode/iso8859-14.enc
64036           +> ext/Encode/Encode/iso8859-15.enc
64037           !> (integrate 34 files)
64038 ____________________________________________________________________________
64039 [  7654] By: jhi                                   on 2000/11/12  19:00:22
64040         Log: Add a metaconfig unit for fsync.
64041      Branch: metaconfig/U/perl
64042            + d_fsync.U
64043 ____________________________________________________________________________
64044 [  7653] By: jhi                                   on 2000/11/12  19:00:01
64045         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
64046      Branch: perl
64047            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64048            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
64049            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64050            ! vos/config.ga.h win32/config.bc win32/config.gc
64051            ! win32/config.vc
64052 ____________________________________________________________________________
64053 [  7652] By: jhi                                   on 2000/11/11  21:12:01
64054         Log: Copy the s// information of README.hpux also to the perlrun.
64055      Branch: perl
64056            ! README.hpux pod/perlrun.pod
64057 ____________________________________________________________________________
64058 [  7651] By: jhi                                   on 2000/11/11  21:03:13
64059         Log: More README.solaris updates from Andy Dougherty.
64060      Branch: perl
64061            ! README.solaris
64062 ____________________________________________________________________________
64063 [  7650] By: jhi                                   on 2000/11/11  18:38:57
64064         Log: More descriptive error for unknown perlio layers.
64065              
64066              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
64067              From: Dominic Dunlop <domo@computer.org> 
64068              Date: Sat, 11 Nov 2000 18:20:32 +0100             
64069              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
64070      Branch: perl
64071            ! perlio.c pod/perldiag.pod
64072 ____________________________________________________________________________
64073 [  7649] By: jhi                                   on 2000/11/11  18:37:52
64074         Log: MachTen doesn't really do mmap() and munmap().
64075              
64076              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
64077              From: Dominic Dunlop <domo@computer.org> 
64078              Date: Sat, 11 Nov 2000 18:20:32 +0100             
64079              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
64080      Branch: perl
64081            ! hints/machten.sh
64082 ____________________________________________________________________________
64083 [  7648] By: jhi                                   on 2000/11/11  18:36:46
64084         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
64085              From: rspier@pobox.com (Robert Spier)
64086              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
64087              Message-ID: <14861.32839.491271.985797@rls.cx>
64088      Branch: perl
64089            ! Porting/Contract pod/perltoot.pod
64090 ____________________________________________________________________________
64091 [  7647] By: jhi                                   on 2000/11/11  18:35:30
64092         Log: Simplify the getpagesize() unit by dropping the
64093              pagesize probe since it's nowadays slightly more
64094              complicated because of sysconf(). (Note: if some
64095              platform really needs the -lPW for getpagesize,
64096              I just broke it.)
64097              
64098              TODO: a new pagesize unit.
64099      Branch: metaconfig
64100            ! U/compline/d_getpagsz.U
64101 ____________________________________________________________________________
64102 [  7646] By: jhi                                   on 2000/11/11  18:33:23
64103         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
64104      Branch: perl
64105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64106            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
64107            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64108            ! vos/config.ga.h win32/config.bc win32/config.gc
64109            ! win32/config.vc
64110 ____________________________________________________________________________
64111 [  7645] By: jhi                                   on 2000/11/11  16:45:15
64112         Log: Use sysconf() or getpagesize() to find out the pagesize.
64113      Branch: perl
64114            ! perlio.c
64115 ____________________________________________________________________________
64116 [  7644] By: jhi                                   on 2000/11/11  15:46:08
64117         Log: Integrate perlio.
64118      Branch: perl
64119           !> perlio.c
64120 ____________________________________________________________________________
64121 [  7643] By: jhi                                   on 2000/11/11  15:33:36
64122         Log: Subject: Re: [PATCH] README.solaris
64123              From: Lupe Christoph <lupe@lupe-christoph.de>
64124              Date: Sat, 11 Nov 2000 14:08:10 +0100
64125              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
64126      Branch: perl
64127            ! README.solaris
64128 ____________________________________________________________________________
64129 [  7642] By: jhi                                   on 2000/11/11  15:22:12
64130         Log: Subject: [PATCH perl@7638] cygwin port
64131              From: "Eric Fifer" <egf7@columbia.edu>            
64132              Date: Fri, 10 Nov 2000 19:30:30 -0000
64133              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
64134      Branch: perl
64135            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
64136 ____________________________________________________________________________
64137 [  7641] By: nick                                  on 2000/11/11  14:50:36
64138         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
64139              Also call "Buf" layer directly when unread'ing non-read chars.
64140      Branch: perlio
64141            ! perlio.c
64142 ____________________________________________________________________________
64143 [  7640] By: jhi                                   on 2000/11/11  02:05:02
64144         Log: Add more encoding tables.
64145      Branch: perl
64146            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
64147            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
64148            + ext/Encode/Encode/iso8859-10.enc
64149            + ext/Encode/Encode/iso8859-13.enc
64150            + ext/Encode/Encode/iso8859-14.enc
64151            + ext/Encode/Encode/iso8859-15.enc
64152            ! MANIFEST
64153 ____________________________________________________________________________
64154 [  7639] By: jhi                                   on 2000/11/10  18:49:25
64155         Log: Subject: [PATCH] README.solaris
64156              From: Andy Dougherty <doughera@lafayette.edu>
64157              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
64158              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
64159      Branch: perl
64160            + README.solaris
64161            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
64162            ! pod/perl.pod pod/perltoc.pod
64163 ____________________________________________________________________________
64164 [  7638] By: jhi                                   on 2000/11/10  15:04:15
64165         Log: Update Changes.
64166      Branch: perl
64167            ! Changes patchlevel.h
64168 ____________________________________________________________________________
64169 [  7637] By: jhi                                   on 2000/11/10  14:14:28
64170         Log: Explain better why certain regex tests are skipped.
64171              
64172              Subject: Re: tests skipped: unknown reason
64173              From: Lupe Christoph <lupe@lupe-christoph.de>
64174              Date: Fri, 10 Nov 2000 09:08:56 +0100
64175              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
64176      Branch: perl
64177            ! t/op/regexp.t
64178 ____________________________________________________________________________
64179 [  7636] By: nick                                  on 2000/11/10  13:40:00
64180         Log: Integrate mainline.
64181      Branch: perlio
64182           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
64183           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
64184           !> win32/bin/search.pl
64185 ____________________________________________________________________________
64186 [  7635] By: nick                                  on 2000/11/10  13:25:52
64187         Log: Re-instate stdio large file support via perlio.
64188      Branch: perl
64189            ! perlio.c
64190 ____________________________________________________________________________
64191 [  7634] By: jhi                                   on 2000/11/10  04:49:55
64192         Log: Amdahl UTS hints updates.
64193              
64194              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
64195              From: hom00@utsglobal.com (Harold O Morris)
64196              Date: Thu, 9 Nov 2000 20:02 PST
64197              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
64198      Branch: perl
64199            ! hints/uts.sh
64200 ____________________________________________________________________________
64201 [  7633] By: jhi                                   on 2000/11/09  23:33:28
64202         Log: Subject: [PATCH] IO::Seekable pod
64203              From: Nicholas Clark <nick@talking.bollo.cx>
64204              Date: Thu, 9 Nov 2000 20:29:45 +0000
64205              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
64206      Branch: perl
64207            ! ext/IO/lib/IO/Handle.pm
64208 ____________________________________________________________________________
64209 [  7632] By: jhi                                   on 2000/11/09  21:55:41
64210         Log: Various doc oddball characters.
64211              
64212              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64213              From: Michael Somos <somos@grail.cba.csuohio.edu>
64214              Date: Mon, 6 Nov 2000 17:44:20 -0500
64215              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
64216      Branch: perl
64217            ! emacs/cperl-mode.el lib/unicode/syllables.txt
64218            ! win32/bin/search.pl
64219 ____________________________________________________________________________
64220 [  7631] By: jhi                                   on 2000/11/09  21:12:29
64221         Log: Subject: Re: bash -c exit and linux hints 
64222              From: "John P. Linderman" <jpl@research.att.com>
64223              Date: Thu, 02 Nov 2000 09:37:25 -0500
64224              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
64225      Branch: perl
64226            ! hints/linux.sh
64227 ____________________________________________________________________________
64228 [  7630] By: nick                                  on 2000/11/09  20:34:11
64229         Log: Integrate mainline.
64230      Branch: perlio
64231           !> (integrate 91 files)
64232 ____________________________________________________________________________
64233 [  7629] By: jhi                                   on 2000/11/09  19:46:31
64234         Log: Missing dTHXs.
64235              
64236              Subject: RE: perl@7595 builds not on cygwin
64237              From: "Eric Fifer" <egf7@columbia.edu>
64238              Date: Thu, 9 Nov 2000 19:26:50 -0000
64239              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
64240      Branch: perl
64241            ! ext/Devel/Peek/Peek.xs
64242 ____________________________________________________________________________
64243 [  7628] By: jhi                                   on 2000/11/09  14:48:27
64244         Log: Disable only the tests 99 and 166 for UTF-8 locales.
64245      Branch: perl
64246            ! t/pragma/locale.t
64247 ____________________________________________________________________________
64248 [  7627] By: jhi                                   on 2000/11/09  14:40:27
64249         Log: There's no =head3.
64250      Branch: perl
64251            ! pod/perlhack.pod
64252 ____________________________________________________________________________
64253 [  7626] By: jhi                                   on 2000/11/09  13:54:26
64254         Log: The generated boot_* headers are wrong.  Pickier compiler,
64255              such as KAI C++ will refuse to compile the resulting perlmain.
64256              
64257              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
64258              From: Harri Pasanen <harri.pasanen@trema.com>
64259              Date: Thu, 09 Nov 2000 14:23:28 +0100
64260              Message-Id: <3A0AA550.26D548A3@trema.com>
64261      Branch: perl
64262            ! minimod.pl
64263 ____________________________________________________________________________
64264 [  7625] By: jhi                                   on 2000/11/09  13:50:44
64265         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
64266              From: Prymmer/Kahn <pvhp@best.com>
64267              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
64268              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
64269              
64270              All except the "cow orker" change.
64271      Branch: perl
64272            ! Porting/pumpkin.pod
64273 ____________________________________________________________________________
64274 [  7624] By: jhi                                   on 2000/11/09  13:45:33
64275         Log: Fix for
64276              
64277              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
64278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
64279              Date: Thu, 09 Nov 2000 11:05:52 +0100
64280              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
64281      Branch: perl
64282            ! pod/perldiag.pod t/pragma/warn/pp_sys
64283 ____________________________________________________________________________
64284 [  7623] By: jhi                                   on 2000/11/09  13:37:16
64285         Log: Typo in an ifndef.
64286              
64287              Subject: Re: [PATCH 5.7.0] better messages from malloc()
64288              From: Joe Smith <jms@inwap.com>         
64289              Date: Thu, 09 Nov 2000 01:33:14 -0800
64290              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
64291      Branch: perl
64292            ! malloc.c
64293 ____________________________________________________________________________
64294 [  7622] By: jhi                                   on 2000/11/09  13:31:18
64295         Log: Remove unused extra arguments.
64296      Branch: metaconfig/U/perl
64297            ! perlxv.U
64298      Branch: perl
64299            ! Configure config_h.SH
64300 ____________________________________________________________________________
64301 [  7621] By: jhi                                   on 2000/11/09  13:16:36
64302         Log: More VMS moves on environment handling, from Charles Lane.
64303      Branch: perl
64304            ! t/pragma/locale.t
64305 ____________________________________________________________________________
64306 [  7620] By: jhi                                   on 2000/11/09  04:42:38
64307         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
64308              From: David Dyck <dcd@tc.fluke.com>
64309              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
64310              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
64311      Branch: perl
64312            ! pp_sys.c
64313 ____________________________________________________________________________
64314 [  7619] By: jhi                                   on 2000/11/09  04:36:21
64315         Log: Forgot from #7618.
64316      Branch: perl
64317            ! lib/File/stat.pm
64318 ____________________________________________________________________________
64319 [  7618] By: jhi                                   on 2000/11/09  04:28:44
64320         Log: Make deleting for %ENV work for (newer versions of) VMS,
64321              from Craig A. Berry.
64322      Branch: perl
64323            ! vms/vms.c
64324 ____________________________________________________________________________
64325 [  7617] By: jhi                                   on 2000/11/09  04:25:05
64326         Log: Subject: [PATCH] Class::Struct at compile time
64327              From: "Casey R. Tweten" <crt@kiski.net>
64328              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
64329              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
64330      Branch: perl
64331            ! lib/Class/Struct.pm
64332 ____________________________________________________________________________
64333 [  7616] By: jhi                                   on 2000/11/09  04:15:17
64334         Log: Subject: [ID 20001108.013] spelling
64335              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
64336              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
64337              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
64338      Branch: perl
64339            ! lib/ftp.pl
64340 ____________________________________________________________________________
64341 [  7615] By: jhi                                   on 2000/11/09  04:12:42
64342         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
64343              From: Peter Prymmer <pvhp@forte.com>
64344              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
64345              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
64346      Branch: perl
64347            ! configure.com
64348 ____________________________________________________________________________
64349 [  7614] By: jhi                                   on 2000/11/08  22:42:55
64350         Log: A missing aTHX_.
64351      Branch: perl
64352            ! ext/IPC/SysV/SysV.xs
64353 ____________________________________________________________________________
64354 [  7613] By: jhi                                   on 2000/11/08  19:30:21
64355         Log: Update Changes.
64356      Branch: perl
64357            ! Changes patchlevel.h
64358 ____________________________________________________________________________
64359 [  7612] By: jhi                                   on 2000/11/08  18:35:25
64360         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
64361              From: David Dyck <dcd@tc.fluke.com>
64362              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
64363              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
64364      Branch: perl
64365            ! pp_sys.c
64366 ____________________________________________________________________________
64367 [  7611] By: jhi                                   on 2000/11/08  18:30:26
64368         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
64369              From: Dominic Dunlop <domo@computer.org>
64370              Date: Tue, 7 Nov 2000 12:05:25 +0100
64371              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
64372      Branch: perl
64373            ! malloc.c
64374 ____________________________________________________________________________
64375 [  7610] By: jhi                                   on 2000/11/08  18:25:14
64376         Log: Do not test UTF-8 locales since that the tests would require
64377              polymorphic regexen.
64378      Branch: perl
64379            ! t/pragma/locale.t
64380 ____________________________________________________________________________
64381 [  7609] By: jhi                                   on 2000/11/08  17:12:51
64382         Log: Locale buglets.
64383              
64384              Subject: RE: Locales support (setlocale) fixes
64385              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64386              Date: Wed, 8 Nov 2000 20:01:39 +0300
64387              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
64388      Branch: perl
64389            ! t/pragma/locale.t util.c
64390 ____________________________________________________________________________
64391 [  7608] By: jhi                                   on 2000/11/08  17:00:16
64392         Log: Deleting $ENV{PATH} in VMS is not recommendable.
64393      Branch: perl
64394            ! t/pragma/locale.t
64395 ____________________________________________________________________________
64396 [  7607] By: jhi                                   on 2000/11/08  16:58:26
64397         Log: Subject: PATCH std stdio for (Free)BSD
64398              From: Nicholas Clark <nick@ccl4.org>
64399              Date: Wed, 8 Nov 2000 15:36:29 +0000
64400              Message-ID: <20001108153629.D98736@plum.flirble.org>
64401      Branch: metaconfig
64402            ! U/compline/d_stdstdio.U
64403      Branch: perl
64404            ! Configure config_h.SH
64405 ____________________________________________________________________________
64406 [  7606] By: jhi                                   on 2000/11/08  16:43:31
64407         Log: Forgot to bump the line numbers in #7601.
64408      Branch: perl
64409            ! t/pragma/warn/pp_sys
64410 ____________________________________________________________________________
64411 [  7605] By: jhi                                   on 2000/11/08  16:39:12
64412         Log: More careful detection of how well NVs and UVs mix.
64413              
64414              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))
64415              From: Nicholas Clark <nick@ccl4.org>
64416              Date: Wed, 8 Nov 2000 15:14:12 +0000
64417              Message-ID: <20001108151412.B98736@plum.flirble.org>
64418              
64419              Added some SIGFPE paranoia.
64420      Branch: metaconfig/U/perl
64421            ! perlxv.U
64422      Branch: perl
64423            ! Configure config_h.SH
64424 ____________________________________________________________________________
64425 [  7604] By: jhi                                   on 2000/11/08  14:39:10
64426         Log: Subject: [patch perl@7595] VMS configure.com tweak
64427              From: "Craig A. Berry" <craigberry@mac.com>
64428              Date: Wed, 8 Nov 2000 00:24:12 -0600
64429              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
64430      Branch: perl
64431            ! configure.com
64432 ____________________________________________________________________________
64433 [  7603] By: jhi                                   on 2000/11/08  14:27:11
64434         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
64435              From: Robin Barker <rmb1@cise.npl.co.uk>
64436              Date: Wed, 8 Nov 2000 11:11:39 GMT
64437              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
64438      Branch: perl
64439            ! perlio.c
64440 ____________________________________________________________________________
64441 [  7602] By: jhi                                   on 2000/11/08  14:25:03
64442         Log: Fix for the tie-refhash string table leaks.
64443              
64444              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
64445              Date: Wed, 8 Nov 2000 13:03:04 GMT
64446              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
64447      Branch: perl
64448            ! t/lib/tie-refhash.t
64449 ____________________________________________________________________________
64450 [  7601] By: jhi                                   on 2000/11/08  14:21:08
64451         Log: Try to avoid flockless and emulationless places.
64452      Branch: perl
64453            ! t/pragma/warn/pp_sys
64454 ____________________________________________________________________________
64455 [  7600] By: jhi                                   on 2000/11/08  02:28:54
64456         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
64457              
64458              Subject: [PATCH] prototyped functions that should be overrideable
64459              From: "Casey R. Tweten" <crt@kiski.net>
64460              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
64461              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
64462      Branch: perl
64463            ! toke.c
64464 ____________________________________________________________________________
64465 [  7599] By: jhi                                   on 2000/11/08  01:12:05
64466         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
64467              
64468              Subject: [PATCH] perlbug.PL
64469              From: "Kurt D. Starsinic" <kstar@chapin.edu>
64470              Date: Mon, 6 Nov 2000 21:39:01 -0500
64471              Message-ID: <20001106213901.B20955@O2.chapin.edu>
64472      Branch: perl
64473            ! utils/perlbug.PL
64474 ____________________________________________________________________________
64475 [  7598] By: jhi                                   on 2000/11/07  23:42:00
64476         Log: Bad thinko in #7581 (I used the test program with the expanded
64477              values as-is).
64478      Branch: metaconfig
64479            ! U/compline/d_stdstdio.U
64480      Branch: perl
64481            ! Configure
64482 ____________________________________________________________________________
64483 [  7597] By: jhi                                   on 2000/11/07  21:43:29
64484         Log: Subject: [PATCH perl@7573] cygwin port
64485              From: "Fifer, Eric" <EFifer@sanwaint.com>
64486              Date: Tue, 7 Nov 2000 18:08:51 -0000 
64487              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
64488              
64489              Synchronize with Cygwin 1.1.5.
64490      Branch: perl
64491            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
64492            ! pod/perlport.pod unixish.h util.c
64493 ____________________________________________________________________________
64494 [  7596] By: jhi                                   on 2000/11/07  21:39:25
64495         Log: perlhack updates from H.Merijn Brand.
64496      Branch: perl
64497            ! pod/perlhack.pod
64498 ____________________________________________________________________________
64499 [  7595] By: jhi                                   on 2000/11/07  20:21:41
64500         Log: Update Changes.
64501      Branch: perl
64502            ! Changes patchlevel.h
64503 ____________________________________________________________________________
64504 [  7594] By: jhi                                   on 2000/11/07  19:18:58
64505         Log: Be more robust in Dynaloader.pm.
64506      Branch: perl
64507            ! ext/DynaLoader/DynaLoader_pm.PL
64508 ____________________________________________________________________________
64509 [  7593] By: jhi                                   on 2000/11/07  16:49:31
64510         Log: AUTHORS update.
64511      Branch: perl
64512            ! AUTHORS
64513 ____________________________________________________________________________
64514 [  7592] By: gsar                                  on 2000/11/07  16:39:51
64515         Log: normalize relative paths in virtualized current directory on windows,
64516              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
64517              returns)
64518      Branch: perl
64519            ! win32/vdir.h
64520 ____________________________________________________________________________
64521 [  7591] By: jhi                                   on 2000/11/07  16:04:26
64522         Log: Too profiler-happy: with optimization the #7590 actually makes
64523              the test to run 0.5% _slower_.  Requires much more instrumentation.
64524              Retract #7590.
64525      Branch: perl
64526            ! regcomp.c regcomp.h
64527 ____________________________________________________________________________
64528 [  7590] By: jhi                                   on 2000/11/07  15:51:13
64529         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
64530              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
64531              by using memset() and testing bytewise (as opposed to bitwise).
64532      Branch: perl
64533            ! regcomp.c regcomp.h
64534 ____________________________________________________________________________
64535 [  7589] By: jhi                                   on 2000/11/07  12:56:39
64536         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
64537              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64538              Date: Mon, 06 Nov 2000 23:45:30 -0500
64539              Message-Id: <0011079735.AA973576259@univpress.com>
64540      Branch: perl
64541            ! configure.com t/lib/st-lock.t
64542 ____________________________________________________________________________
64543 [  7588] By: jhi                                   on 2000/11/07  01:03:28
64544         Log: Tweak #7587.
64545      Branch: perl
64546            ! pod/perldiag.pod
64547 ____________________________________________________________________________
64548 [  7587] By: jhi                                   on 2000/11/07  01:00:27
64549         Log: A doc addition for bug id 20001105.019, beware \p.
64550      Branch: perl
64551            ! pod/perldiag.pod
64552 ____________________________________________________________________________
64553 [  7586] By: jhi                                   on 2000/11/07  00:32:22
64554         Log: Fake support of holey files in win/dosish platforms.
64555              
64556              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
64557              From: kipp@shonanblue.ne.jp
64558              Date: Mon, 6 Nov 2000 13:30:55 -0800
64559              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
64560      Branch: perl
64561            ! ext/SDBM_File/sdbm/sdbm.c
64562 ____________________________________________________________________________
64563 [  7585] By: jhi                                   on 2000/11/07  00:12:54
64564         Log: Subject: Pod updates
64565              From: "Stephen P. Potter" <spp@spotter.yi.org>
64566              Date: Mon, 06 Nov 2000 18:56:43 -0500
64567              Message-Id: <200011062357.SAA18173@spotter.yi.org>
64568      Branch: perl
64569            ! README.dos README.os2 README.win32 pod/buildtoc.PL
64570            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
64571            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
64572            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
64573            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
64574            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
64575            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
64576            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
64577            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
64578            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
64579            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
64580            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
64581            ! pod/perltootc.pod pod/perlunicode.pod
64582 ____________________________________________________________________________
64583 [  7584] By: jhi                                   on 2000/11/07  00:04:17
64584         Log: Varargs don't always work too well if one puts an unsigned
64585              char on the stack and pop an unsigned quad off the stack.
64586              
64587              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
64588              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
64589              Date: Mon, 06 Nov 2000 15:19:05 -0800
64590              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
64591      Branch: perl
64592            ! utf8.c
64593 ____________________________________________________________________________
64594 [  7583] By: jhi                                   on 2000/11/06  23:58:48
64595         Log: %ENV note tweaks from Dan Sugalski.
64596      Branch: perl
64597            ! pod/perlport.pod vms/perlvms.pod
64598 ____________________________________________________________________________
64599 [  7582] By: jhi                                   on 2000/11/06  23:05:49
64600         Log: glibc5 detection by __GNU_LIBRARY__.
64601      Branch: perl
64602            ! toke.c
64603 ____________________________________________________________________________
64604 [  7581] By: jhi                                   on 2000/11/06  22:51:29
64605         Log: Make the stdio test program of 7427 less noisy while being 
64606              compiled so that Digital UNIX wouldn't get both
64607              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
64608              undefined.  This makes perlio happy.
64609      Branch: metaconfig
64610            ! U/compline/d_stdstdio.U
64611      Branch: perl
64612            ! Configure config_h.SH
64613 ____________________________________________________________________________
64614 [  7580] By: jhi                                   on 2000/11/06  22:41:41
64615         Log: Document %ENV = () portability issues.
64616      Branch: perl
64617            ! pod/perlport.pod vms/perlvms.pod
64618 ____________________________________________________________________________
64619 [  7579] By: jhi                                   on 2000/11/06  21:29:24
64620         Log: VOS updates from Paul Green.
64621      Branch: perl
64622            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
64623 ____________________________________________________________________________
64624 [  7578] By: jhi                                   on 2000/11/06  21:00:40
64625         Log: Sanitize the environment further.
64626      Branch: perl
64627            ! t/pragma/locale.t
64628 ____________________________________________________________________________
64629 [  7577] By: jhi                                   on 2000/11/06  20:53:51
64630         Log: Re-introduce 7552 lost in integration.
64631      Branch: perl
64632            ! perlio.c
64633 ____________________________________________________________________________
64634 [  7576] By: jhi                                   on 2000/11/06  20:33:46
64635         Log: Admit that the test leaks scalars.
64636      Branch: perl
64637            ! t/comp/proto.t
64638 ____________________________________________________________________________
64639 [  7575] By: jhi                                   on 2000/11/06  20:17:08
64640         Log: Integrate perlio.
64641      Branch: perl
64642           !> perlio.c
64643 ____________________________________________________________________________
64644 [  7574] By: nick                                  on 2000/11/06  20:07:28
64645         Log: Remove debug. Try (Mmap_t) on madvise() call.
64646      Branch: perlio
64647            ! perlio.c
64648 ____________________________________________________________________________
64649 [  7573] By: jhi                                   on 2000/11/06  13:56:05
64650         Log: Update Changes.
64651      Branch: perl
64652            ! Changes patchlevel.h
64653 ____________________________________________________________________________
64654 [  7572] By: jhi                                   on 2000/11/06  13:48:41
64655         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
64656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64657              Date: Mon, 06 Nov 2000 10:11:42 +0100
64658              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
64659      Branch: perl
64660            ! pod/perlhack.pod
64661 ____________________________________________________________________________
64662 [  7571] By: jhi                                   on 2000/11/06  01:45:51
64663         Log: AUTHORS updates.
64664      Branch: perl
64665            ! AUTHORS
64666 ____________________________________________________________________________
64667 [  7570] By: jhi                                   on 2000/11/06  00:18:00
64668         Log: Fix for
64669              
64670              Subject: [ID 20000728.005] perl -P broken
64671              From: David Dyck <dcd@tc.fluke.com>
64672              Date: Fri, 28 Jul 2000 17:19:16 -0700
64673              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
64674              
64675              (hopefully).  The fix is also not complete, it seems to break
64676              BOM swallowing for libc5 systems, but until someone figures
64677              out a way to do this without ftell(), this will do.
64678      Branch: perl
64679            ! toke.c
64680 ____________________________________________________________________________
64681 [  7569] By: jhi                                   on 2000/11/06  00:05:30
64682         Log: Document that the evaled syntax errors cause scalar leaks.
64683      Branch: perl
64684            ! t/comp/proto.t
64685 ____________________________________________________________________________
64686 [  7568] By: jhi                                   on 2000/11/05  23:14:47
64687         Log: opmini.o can linger from Configures past.
64688      Branch: perl
64689            ! Makefile.SH
64690 ____________________________________________________________________________
64691 [  7567] By: jhi                                   on 2000/11/05  21:28:39
64692         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
64693              first argument correctly.
64694      Branch: perl
64695            ! perlio.c
64696 ____________________________________________________________________________
64697 [  7566] By: jhi                                   on 2000/11/05  21:15:56
64698         Log: Integrate perlio.
64699      Branch: perl
64700           !> perlio.c
64701 ____________________________________________________________________________
64702 [  7565] By: jhi                                   on 2000/11/05  21:15:13
64703         Log: Use -dM for gcc (the suggested patch did it only for Linux,
64704              but I think it can be generalized).
64705              
64706              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
64707              From: Pixel <pixel@mandrakesoft.com>
64708              Date: 05 Nov 2000 21:49:34 +0100 
64709              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
64710      Branch: perl
64711            ! ext/Errno/Errno_pm.PL
64712 ____________________________________________________________________________
64713 [  7564] By: nick                                  on 2000/11/05  21:09:18
64714         Log: Added a mmap layer as a "subclass" of perlio.
64715              PERLIO=mmap ./perl harness passes
64716      Branch: perlio
64717            ! perlio.c
64718 ____________________________________________________________________________
64719 [  7563] By: jhi                                   on 2000/11/05  19:48:55
64720         Log: Add a note for future generations about bug id 20000229.006.
64721      Branch: perl
64722            ! malloc.c
64723 ____________________________________________________________________________
64724 [  7562] By: jhi                                   on 2000/11/05  19:38:24
64725         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
64726      Branch: perl
64727            ! pp_ctl.c t/op/pos.t
64728 ____________________________________________________________________________
64729 [  7561] By: jhi                                   on 2000/11/05  18:21:46
64730         Log: Add =pod to be tidy.
64731      Branch: perl
64732            ! lib/Math/Complex.pm
64733 ____________________________________________________________________________
64734 [  7560] By: jhi                                   on 2000/11/05  17:38:46
64735         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
64736      Branch: perl
64737            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
64738            ! ext/Storable/Storable.xs t/lib/st-recurse.t
64739 ____________________________________________________________________________
64740 [  7559] By: jhi                                   on 2000/11/05  17:32:59
64741         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
64742              From: "Peter J. Farley III" <pjfarley@banet.net>
64743              Date: Sun, 05 Nov 2000 11:55:59 -0500
64744              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
64745      Branch: perl
64746            ! t/lib/syslog.t
64747 ____________________________________________________________________________
64748 [  7558] By: jhi                                   on 2000/11/05  17:29:19
64749         Log: Integrate perlio.
64750      Branch: perl
64751           !> perlio.c
64752 ____________________________________________________________________________
64753 [  7557] By: jhi                                   on 2000/11/05  17:22:01
64754         Log: A fix of sorts for 20000329.026, a better error message
64755              for a missing "use charnames" when using the \N{...}. 
64756      Branch: perl
64757            ! pod/perldiag.pod toke.c
64758 ____________________________________________________________________________
64759 [  7556] By: jhi                                   on 2000/11/05  16:33:50
64760         Log: Test tweak: show also the failed locales.
64761              
64762              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
64763              From: Lupe Christoph <lupe@lupe-christoph.de>         
64764              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
64765              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
64766      Branch: perl
64767            ! t/pragma/locale.t
64768 ____________________________________________________________________________
64769 [  7555] By: nick                                  on 2000/11/05  11:09:34
64770         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
64771              open RDWR so does not fail. (pragma/warnings 303 again...)
64772      Branch: perlio
64773            ! perlio.c
64774 ____________________________________________________________________________
64775 [  7554] By: nick                                  on 2000/11/05  10:10:13
64776         Log: Fix case where ungetc(f,EOF) was allowed.
64777              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
64778              so we can see similarities.
64779              Use types more carefully and a STDCHAR array in hope that this will
64780              fix Jarrko's 64bit machine.
64781      Branch: perlio
64782            ! perlio.c
64783 ____________________________________________________________________________
64784 [  7553] By: jhi                                   on 2000/11/05  01:12:16
64785         Log: Fix for
64786              
64787              Subject: [ID 20001004.007] taint propogation is inconsistent
64788              From: pimlott@idiomtech.com (Andrew Pimlott) 
64789              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
64790              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
64791              
64792              The culprit was sv_setsv() which was rather blindly
64793              propagating taint, which lead to behaviour where if
64794              a tainted anon hash value was seen all the hash values
64795              from then on at that level became tainted, or at any
64796              upper levels in the case of nested anon hashes.
64797      Branch: perl
64798            ! sv.c t/op/taint.t
64799 ____________________________________________________________________________
64800 [  7552] By: jhi                                   on 2000/11/04  23:44:18
64801         Log: Some cpps don't like splitting conditionals across several lines.
64802      Branch: perl
64803            ! perlio.c
64804 ____________________________________________________________________________
64805 [  7551] By: nick                                  on 2000/11/04  23:40:44
64806         Log: Integrate mainline
64807      Branch: perlio
64808           !> pp_hot.c t/op/taint.t
64809 ____________________________________________________________________________
64810 [  7550] By: nick                                  on 2000/11/04  23:39:05
64811         Log: Integrate mainline again
64812      Branch: perlio
64813           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
64814           !> t/lib/b.t t/op/misc.t util.c
64815 ____________________________________________________________________________
64816 [  7549] By: jhi                                   on 2000/11/04  23:14:01
64817         Log: Fix for
64818              
64819              Subject: [ID 20001004.006] undef is never tainted
64820              From: pimlott@idiomtech.com (Andrew Pimlott)
64821              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
64822              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
64823              
64824              An undef read from a slurped file was not tainted.
64825      Branch: perl
64826            ! pp_hot.c t/op/taint.t
64827 ____________________________________________________________________________
64828 [  7548] By: jhi                                   on 2000/11/04  22:56:21
64829         Log: Test tweak ($Config{useperlio} is by default undef) .
64830      Branch: perl
64831            ! t/lib/b.t
64832 ____________________________________________________________________________
64833 [  7547] By: jhi                                   on 2000/11/04  22:43:56
64834         Log: Integrate perlio.
64835      Branch: perl
64836           +> lib/perlio.pm
64837           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
64838           !> pod/perlapi.pod t/lib/b.t
64839 ____________________________________________________________________________
64840 [  7546] By: jhi                                   on 2000/11/04  22:40:59
64841         Log: Configure would use a bad $myuname from an old config.sh.
64842              
64843              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
64844              From: Andy Dougherty <doughera@lafayette.edu>
64845              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
64846              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
64847      Branch: metaconfig
64848            ! U/modified/Oldconfig.U
64849      Branch: perl
64850            ! Configure config_h.SH
64851 ____________________________________________________________________________
64852 [  7545] By: jhi                                   on 2000/11/04  22:36:54
64853         Log: Subject: Locales support (setlocale) fixes
64854              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64855              Date: Sat, 4 Nov 2000 10:15:48 +0300 
64856              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
64857              
64858              Modified quite a bit to be more portable.
64859      Branch: perl
64860            ! embed.h embed.pl perl.h proto.h util.c
64861 ____________________________________________________________________________
64862 [  7544] By: jhi                                   on 2000/11/04  22:32:47
64863         Log: Dying is too strict here, better just skip.
64864      Branch: perl
64865            ! t/op/misc.t
64866 ____________________________________________________________________________
64867 [  7543] By: nick                                  on 2000/11/04  21:55:13
64868         Log: Merge mainline
64869      Branch: perlio
64870           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
64871           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
64872           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
64873           !> (integrate 64 files)
64874 ____________________________________________________________________________
64875 [  7542] By: jhi                                   on 2000/11/04  21:09:28
64876         Log: More Changes tweakery.
64877      Branch: perl
64878            ! Changes Porting/genlog
64879 ____________________________________________________________________________
64880 [  7541] By: jhi                                   on 2000/11/04  20:58:18
64881         Log: Changes fixups.
64882      Branch: perl
64883            ! Changes
64884 ____________________________________________________________________________
64885 [  7540] By: jhi                                   on 2000/11/04  20:42:38
64886         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
64887              create a "fast path" for locale name probing using "locale -a"
64888              if available, squash finally hopefully the s?printf resetting
64889              the numeric locale (since, IIUC perllocale, it never shouldn't). 
64890      Branch: perl
64891            ! sv.c t/op/misc.t t/pragma/locale.t
64892 ____________________________________________________________________________
64893 [  7539] By: nick                                  on 2000/11/04  19:56:10
64894         Log: PerlIO infrastructure complete.
64895      Branch: perlio
64896            + lib/perlio.pm
64897            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
64898 ____________________________________________________________________________
64899 [  7538] By: nick                                  on 2000/11/04  14:31:32
64900         Log: Type tweaks + less contorted allocation scheme
64901      Branch: perlio
64902            ! perlio.c
64903 ____________________________________________________________________________
64904 [  7537] By: nick                                  on 2000/11/04  12:40:42
64905         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
64906              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
64907              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
64908              sensible) which lead to some interesting fails.
64909      Branch: perlio
64910            ! perlio.c
64911 ____________________________________________________________________________
64912 [  7536] By: jhi                                   on 2000/11/04  00:20:02
64913         Log: Add FCNTL_CAN_LOCK.
64914              
64915              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64916              From: Andy Dougherty <doughera@lafayette.edu>
64917              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
64918              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
64919              
64920              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64921              From: Andy Dougherty <doughera@lafayette.edu>
64922              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
64923              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
64924      Branch: metaconfig/U/perl
64925            + d_fcntl_can_lock.U
64926            ! startperl.U
64927      Branch: perl
64928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64929            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
64930            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64931            ! vos/config.ga.h win32/config.bc win32/config.gc
64932            ! win32/config.vc
64933 ____________________________________________________________________________
64934 [  7535] By: nick                                  on 2000/11/03  22:19:10
64935         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
64936              - Works on Linux with
64937              perlio + unix
64938              stdio
64939              - Works on Solaris with
64940              perlio + unix
64941              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
64942              - Fails (hangs in openpid) if you try and stack
64943              perlio + stdio - Linux stdio's read() logic is hanging.
64944      Branch: perlio
64945            ! iperlsys.h perlio.c
64946 ____________________________________________________________________________
64947 [  7534] By: jhi                                   on 2000/11/03  15:16:02
64948         Log: Subject: Re: README.aix
64949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64950              Date: Fri, 03 Nov 2000 16:03:15 +0100
64951              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
64952      Branch: perl
64953            ! README.aix
64954 ____________________________________________________________________________
64955 [  7533] By: jhi                                   on 2000/11/03  03:59:02
64956         Log: Subject: [PATCH 5.7.0] better messages from malloc()
64957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64958              Date: Wed, 1 Nov 2000 23:39:56 -0500
64959              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
64960      Branch: perl
64961            ! malloc.c pod/perldiag.pod
64962 ____________________________________________________________________________
64963 [  7532] By: jhi                                   on 2000/11/03  00:11:56
64964         Log: The #7521 touched things it shouldn't have.
64965      Branch: perl
64966            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
64967 ____________________________________________________________________________
64968 [  7531] By: jhi                                   on 2000/11/02  22:32:33
64969         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
64970              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64971              Date:     Thu, 2 Nov 2000 16:58:36 EST
64972              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
64973      Branch: perl
64974            ! vms/gen_shrfls.pl
64975 ____________________________________________________________________________
64976 [  7530] By: jhi                                   on 2000/11/02  22:08:49
64977         Log: Fix the problem discussed in
64978              
64979              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
64980              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
64981              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
64982              
64983              originally from Linc Madison.  Also Andreas König's comments
64984              taken into account.  Some other problems with Tie::SubstrHash
64985              fixed: didn't croak when the table exceeded the requested number
64986              of entries (as documented) but instead when the number of entries
64987              exceeded the size of the table, a croak() had an unnecessary \n,
64988              didn't have a CLEAR method, documented that there is no exists().
64989              Didn't fix to be strict-proof because the module uses &foo; and
64990              dynamic scope.  Added a test script exercizing both first tamely 
64991              the basic functionality, and then the failure cases reported by
64992              Linc Madison.
64993      Branch: perl
64994            + t/lib/tie-substrhash.t
64995            ! MANIFEST lib/Tie/SubstrHash.pm
64996 ____________________________________________________________________________
64997 [  7529] By: jhi                                   on 2000/11/02  17:58:08
64998         Log: recv() can fail and return undef.
64999              
65000              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
65001              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
65002              Date: Thu, 2 Nov 2000 20:12:20 +0300
65003              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
65004      Branch: perl
65005            ! lib/Net/Ping.pm
65006 ____________________________________________________________________________
65007 [  7528] By: jhi                                   on 2000/11/02  17:49:09
65008         Log: Detpyo.
65009      Branch: perl
65010            ! pod/perlop.pod
65011 ____________________________________________________________________________
65012 [  7527] By: jhi                                   on 2000/11/02  15:48:37
65013         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
65014              fix a autovivification bug in Tie::RefHash, add tests for both.
65015              
65016              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
65017              From: Edward Avis <epa98@doc.ic.ac.uk>
65018              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
65019              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
65020      Branch: perl
65021            + t/lib/tie-refhash.t
65022            ! MANIFEST lib/Tie/RefHash.pm
65023 ____________________________________________________________________________
65024 [  7526] By: jhi                                   on 2000/11/02  13:56:26
65025         Log: Test::Harness revealed buglets in the new DynaLoader.
65026              
65027              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
65028              From: andreas.koenig@anima.de (Andreas J. Koenig)
65029              Date: 02 Nov 2000 11:26:48 +0100 
65030              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
65031      Branch: perl
65032            ! ext/DynaLoader/DynaLoader_pm.PL
65033 ____________________________________________________________________________
65034 [  7525] By: jhi                                   on 2000/11/01  23:52:08
65035         Log: The entry for #7503 was missing.
65036      Branch: perl
65037            ! Changes
65038 ____________________________________________________________________________
65039 [  7524] By: jhi                                   on 2000/11/01  23:40:52
65040         Log: Update Changes.
65041      Branch: perl
65042            ! Changes patchlevel.h
65043 ____________________________________________________________________________
65044 [  7523] By: jhi                                   on 2000/11/01  22:57:09
65045         Log: More tweaking on the #7522 theme.
65046      Branch: perl
65047            ! ext/DynaLoader/DynaLoader_pm.PL
65048 ____________________________________________________________________________
65049 [  7522] By: jhi                                   on 2000/11/01  22:06:15
65050         Log: Expand %Config variables and %ENV variables only if
65051              so requested during build time using the
65052              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
65053              Not expanding makes relocating distributions easier.
65054      Branch: perl
65055            ! ext/DynaLoader/DynaLoader_pm.PL
65056 ____________________________________________________________________________
65057 [  7521] By: jhi                                   on 2000/11/01  20:56:34
65058         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
65059              and setgid() because they were just changing $< and $( which means
65060              only changing the real uid/gid, as opposed to changing both
65061              real and effective ids.  (The alternative way could have been
65062              in POSIX.pm to change $> and $), too, but making a direct call
65063              to the C API feels cleaner.)  Fixes the bug
65064              
65065              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
65066              From: "Garry T. Williams" <garry@zvolve.com>
65067              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
65068              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
65069      Branch: perl
65070            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
65071            ! ext/POSIX/typemap pod/perlvar.pod
65072 ____________________________________________________________________________
65073 [  7520] By: jhi                                   on 2000/11/01  20:08:33
65074         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
65075              From: "Garry T. Williams" <garry@zvolve.com>
65076              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
65077              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
65078      Branch: perl
65079            ! pod/perlsec.pod
65080 ____________________________________________________________________________
65081 [  7519] By: jhi                                   on 2000/11/01  20:01:22
65082         Log: Locale warning explanation tweak.
65083      Branch: perl
65084            ! pod/perldiag.pod
65085 ____________________________________________________________________________
65086 [  7518] By: jhi                                   on 2000/11/01  18:57:13
65087         Log: C.pm part of
65088              
65089              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
65090              From: Jarkko Hietaniemi <jhi@iki.fi>
65091              Date: Tue, 10 Oct 2000 08:22:28 -0500
65092              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
65093      Branch: perl
65094            ! ext/B/B/C.pm
65095 ____________________________________________________________________________
65096 [  7517] By: jhi                                   on 2000/11/01  18:41:59
65097         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
65098              From: Martien Verbruggen <mgjv@comdyn.com.au>
65099              Date: Fri, 6 Oct 2000 14:09:10 +1100
65100              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
65101      Branch: perl
65102            ! pod/perlop.pod
65103 ____________________________________________________________________________
65104 [  7516] By: jhi                                   on 2000/11/01  18:34:55
65105         Log: Generalize the Camel wording.
65106              
65107              Subject: Re: perlfaq style changes
65108              From: John Borwick <jhborwic@unity.ncsu.edu>
65109              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
65110              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
65111      Branch: perl
65112            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
65113 ____________________________________________________________________________
65114 [  7515] By: jhi                                   on 2000/11/01  16:52:31
65115         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
65116              From: pimlott@idiomtech.com (Andrew Pimlott)
65117              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
65118              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
65119      Branch: perl
65120            ! pod/perlsec.pod
65121 ____________________________________________________________________________
65122 [  7514] By: jhi                                   on 2000/11/01  15:03:40
65123         Log: More AIX lore.
65124      Branch: perl
65125            ! ext/re/hints/aix.pl
65126 ____________________________________________________________________________
65127 [  7513] By: jhi                                   on 2000/11/01  14:48:30
65128         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
65129              From: root <root@chronos.fi.muni.cz>
65130              Date: Wed, 1 Nov 2000 12:31:32 +0100
65131              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
65132      Branch: perl
65133            ! lib/Net/Ping.pm
65134 ____________________________________________________________________________
65135 [  7512] By: jhi                                   on 2000/11/01  14:46:47
65136         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
65137              From: Martin Husemann <martin@duskware.de>
65138              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
65139              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
65140      Branch: perl
65141            ! regcomp.c
65142 ____________________________________________________________________________
65143 [  7511] By: jhi                                   on 2000/11/01  14:39:50
65144         Log: AUTHORS updates.
65145      Branch: perl
65146            ! AUTHORS
65147 ____________________________________________________________________________
65148 [  7510] By: jhi                                   on 2000/11/01  14:29:50
65149         Log: Subject: [PATCH] startperl to respect versiononly
65150              From: Robin Barker <rmb1@cise.npl.co.uk> 
65151              Date: Tue, 31 Oct 2000 16:29:36 GMT
65152              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
65153      Branch: metaconfig/U/perl
65154            ! startperl.U
65155      Branch: perl
65156            ! Configure config_h.SH
65157 ____________________________________________________________________________
65158 [  7509] By: jhi                                   on 2000/11/01  14:19:53
65159         Log: printf UVs the correct way, noticed by Robin Barker.
65160      Branch: perl
65161            ! utf8.c
65162 ____________________________________________________________________________
65163 [  7508] By: jhi                                   on 2000/11/01  14:10:03
65164         Log: Do not cleanup *% because the % has special meanings in some
65165              shell environments.
65166      Branch: perl
65167            ! ext/Storable/Makefile.PL
65168 ____________________________________________________________________________
65169 [  7507] By: jhi                                   on 2000/11/01  14:06:00
65170         Log: The NonStop-UX libraries have a novel way to say NaN.
65171      Branch: perl
65172            ! t/lib/bigfltpm.t
65173 ____________________________________________________________________________
65174 [  7506] By: jhi                                   on 2000/11/01  14:03:35
65175         Log: The osname has been lowercased by now, from Tom Bates.
65176      Branch: metaconfig
65177            ! U/modified/Oldconfig.U
65178      Branch: perl
65179            ! Configure config_h.SH
65180 ____________________________________________________________________________
65181 [  7505] By: jhi                                   on 2000/10/31  19:18:39
65182         Log: The compiler is either gcc or cc, from Tom Bates.
65183      Branch: perl
65184            ! hints/nonstopux.sh
65185 ____________________________________________________________________________
65186 [  7504] By: jhi                                   on 2000/10/31  14:53:42
65187         Log: Update Changes.
65188      Branch: perl
65189            ! Changes patchlevel.h
65190 ____________________________________________________________________________
65191 [  7503] By: jhi                                   on 2000/10/31  14:30:50
65192         Log: Whitespace style tweak.  Was originally going to see to
65193              
65194              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
65195              From: Joe Smith <jms@inwap.com>
65196              Date: Mon, 30 Oct 2000 18:47:57 -0800
65197              Message-Id: <39FE32DD.24AAC4D@inwap.com>
65198              
65199              but that had already been taken care of.
65200      Branch: metaconfig
65201            ! U/compline/d_stdstdio.U
65202      Branch: perl
65203            ! Configure config_h.SH
65204 ____________________________________________________________________________
65205 [  7502] By: jhi                                   on 2000/10/31  14:25:02
65206         Log: AUTHORS tweaks.
65207      Branch: perl
65208            ! AUTHORS
65209 ____________________________________________________________________________
65210 [  7501] By: jhi                                   on 2000/10/31  14:23:59
65211         Log: Subject: perlfaq style changes
65212              From: John Borwick <jhborwic@unity.ncsu.edu>
65213              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
65214              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
65215      Branch: perl
65216            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
65217            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
65218            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
65219            ! pod/perlfaq9.pod
65220 ____________________________________________________________________________
65221 [  7500] By: jhi                                   on 2000/10/31  14:22:15
65222         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
65223              
65224              Subject: Re: [ID 20000918.005] ~ on wide chars
65225              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65226              Date: Mon, 30 Oct 2000 21:09:55 -0800
65227              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
65228              
65229              (The ord() part of the patch skipped.)
65230      Branch: perl
65231            ! doop.c
65232 ____________________________________________________________________________
65233 [  7499] By: jhi                                   on 2000/10/31  14:20:08
65234         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
65235              From: Jens Hamisch <jens@Strawberry.COM>
65236              Date: Mon, 30 Oct 2000 15:17:07 +0100
65237              Message-Id: <20001030151707.A9597@Strawberry.COM>
65238      Branch: perl
65239            ! av.c
65240 ____________________________________________________________________________
65241 [  7498] By: jhi                                   on 2000/10/31  14:16:29
65242         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
65243              From: Peter Prymmer <pvhp@forte.com>
65244              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
65245              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
65246      Branch: perl
65247            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
65248            + ext/Encode/Encode/posix-bc.enc
65249            ! MANIFEST t/lib/encode.t
65250 ____________________________________________________________________________
65251 [  7497] By: jhi                                   on 2000/10/31  14:13:22
65252         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
65253              From: Peter Prymmer <pvhp@forte.com>
65254              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
65255              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
65256      Branch: perl
65257            ! t/lib/cgi-html.t
65258 ____________________________________________________________________________
65259 [  7496] By: jhi                                   on 2000/10/31  14:12:05
65260         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
65261              From: Peter Prymmer <pvhp@forte.com>
65262              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
65263              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
65264      Branch: perl
65265            ! t/lib/cgi-function.t
65266 ____________________________________________________________________________
65267 [  7495] By: jhi                                   on 2000/10/31  14:11:08
65268         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
65269              From: Peter Prymmer <pvhp@forte.com>
65270              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
65271              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
65272      Branch: perl
65273            + ext/re/hints/aix.pl
65274            ! MANIFEST ext/re/Makefile.PL
65275 ____________________________________________________________________________
65276 [  7494] By: jhi                                   on 2000/10/31  14:08:32
65277         Log: Use Errno magic.
65278              
65279              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
65280              From: Casey Tweten <perl@ctweten.amsite.com>
65281              Date: Mon, 30 Oct 2000 15:51:17 -0500
65282              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
65283      Branch: perl
65284            ! lib/File/Temp.pm
65285 ____________________________________________________________________________
65286 [  7493] By: jhi                                   on 2000/10/31  14:05:07
65287         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
65288              
65289              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
65290              From: Nicholas Clark <nick@ccl4.org>
65291              Date: Mon, 30 Oct 2000 17:38:45 +0000
65292              Message-ID: <20001030173845.O60355@plum.flirble.org>
65293      Branch: perl
65294            ! Makefile.SH utils/perlbug.PL
65295 ____________________________________________________________________________
65296 [  7492] By: nick                                  on 2000/10/30  19:37:23
65297         Log: Change files which are mysteriously different to mainline to be
65298              copies of mainline.
65299      Branch: perlio
65300            ! objXSUB.h perlapi.c pod/perlapi.pod
65301 ____________________________________________________________________________
65302 [  7491] By: nick                                  on 2000/10/30  18:05:54
65303         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
65304              - typo in endian code in putc.
65305              - Don't allow read of write-only files and vice-versa
65306              - and off-by-one in flush-all loop.
65307              Remove debug calls as they were using GCC specific features.
65308      Branch: perlio
65309            ! perlio.c
65310 ____________________________________________________________________________
65311 [  7490] By: nick                                  on 2000/10/29  21:45:45
65312         Log: Integrate mainline to perlio
65313      Branch: perlio
65314           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
65315           !> toke.c
65316 ____________________________________________________________________________
65317 [  7489] By: jhi                                   on 2000/10/29  21:11:08
65318         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
65319              From: andreas.koenig@anima.de (Andreas J. Koenig)
65320              Date: 29 Oct 2000 22:05:59 +0100
65321              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
65322      Branch: perl
65323            ! lib/ExtUtils/Manifest.pm
65324 ____________________________________________________________________________
65325 [  7488] By: jhi                                   on 2000/10/29  21:07:47
65326         Log: Tests for #7487.
65327              
65328              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
65329              From: andreas.koenig@anima.de (Andreas J. Koenig)
65330              Date: 29 Oct 2000 19:37:09 +0100
65331              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
65332      Branch: perl
65333            ! t/comp/proto.t
65334 ____________________________________________________________________________
65335 [  7487] By: jhi                                   on 2000/10/29  21:06:27
65336         Log: constsub spillage.
65337              
65338              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
65339              From: John Tobey <jtobey@john-edwin-tobey.org>
65340              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
65341              Message-Id: <m13pvSr-000FObC@feynman.localnet>
65342      Branch: perl
65343            ! op.c
65344 ____________________________________________________________________________
65345 [  7486] By: nick                                  on 2000/10/29  21:05:04
65346         Log: Integrate mainline to perlio branch
65347      Branch: perlio
65348           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
65349           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
65350           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
65351           +> vos/install_perl.cm
65352            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
65353            - vos/config.h vos/config_h.SH_orig
65354           !> (integrate 141 files)
65355 ____________________________________________________________________________
65356 [  7485] By: jhi                                   on 2000/10/29  21:00:47
65357         Log: Make \x{...} consistently produce UTF-8.
65358              
65359              Subject: Re: \x{...} is confused 
65360              From: Simon Cozens <simon@cozens.net>
65361              Date: Sun, 29 Oct 2000 19:36:48 +0000
65362              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
65363      Branch: perl
65364            ! t/pragma/utf8.t toke.c
65365 ____________________________________________________________________________
65366 [  7484] By: nick                                  on 2000/10/29  20:05:29
65367         Log: PerlIO passes all tests.
65368      Branch: perlio
65369            ! perlio.c
65370 ____________________________________________________________________________
65371 [  7483] By: jhi                                   on 2000/10/29  18:06:55
65372         Log: Update Changes.
65373      Branch: perl
65374            ! Changes patchlevel.h
65375 ____________________________________________________________________________
65376 [  7482] By: nick                                  on 2000/10/29  17:43:28
65377         Log: Include <unistd.h> to get correct lseek() prototype etc.
65378              (I thought perl.h did that) - down to two fails
65379              - comp/require.t (last test)
65380              - lib/io_xs.t - possibly import/export of FILE * ?
65381      Branch: perlio
65382            ! perlio.c
65383 ____________________________________________________________________________
65384 [  7481] By: jhi                                   on 2000/10/29  17:02:37
65385         Log: UTF-8 decoder tweak.
65386      Branch: perl
65387            ! utf8.c
65388 ____________________________________________________________________________
65389 [  7480] By: nick                                  on 2000/10/29  16:26:11
65390         Log: Fixed two bugs:
65391              - error code not being set on close (of broken pipe)
65392              - append mode was truncating.
65393              At least one seek/tell bug remains.
65394      Branch: perlio
65395            ! perlio.c
65396 ____________________________________________________________________________
65397 [  7479] By: nick                                  on 2000/10/29  11:18:16
65398         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
65399              in case of accidents. Still several worrying fails, no line disciplines yet.
65400      Branch: perlio
65401            ! iperlsys.h perlio.c
65402 ____________________________________________________________________________
65403 [  7478] By: jhi                                   on 2000/10/29  02:04:01
65404         Log: Add also emailless people.
65405      Branch: perl
65406            ! AUTHORS
65407 ____________________________________________________________________________
65408 [  7477] By: jhi                                   on 2000/10/29  01:36:00
65409         Log: The #7476 needs a MANIFEST change, too.
65410      Branch: perl
65411            ! MANIFEST
65412 ____________________________________________________________________________
65413 [  7476] By: jhi                                   on 2000/10/29  01:35:21
65414         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
65415      Branch: perl
65416            - MAINTAIN
65417            ! AUTHORS Changes
65418 ____________________________________________________________________________
65419 [  7475] By: jhi                                   on 2000/10/28  23:57:25
65420         Log: De-quoted-unreadable to ISO Latin 1.
65421              (There's one ISO-2022-JP name in Changes5.004.)
65422      Branch: perl
65423            ! Changes Changes5.6
65424 ____________________________________________________________________________
65425 [  7474] By: jhi                                   on 2000/10/28  19:13:06
65426         Log: Subject: [ID 20001027.007] uniq array in perlfaq
65427              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
65428              Date: Fri, 27 Oct 2000 19:28:30 +0200
65429              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
65430      Branch: perl
65431            ! pod/perlfaq4.pod
65432 ____________________________________________________________________________
65433 [  7473] By: jhi                                   on 2000/10/28  18:02:05
65434         Log: Locking null mutexes is not recommendable.
65435              
65436              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
65437              From: Hugo <hv@crypt.compulink.co.uk>
65438              Date: Sat, 28 Oct 2000 18:41:12 +0100
65439              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
65440      Branch: perl
65441            ! op.c
65442 ____________________________________________________________________________
65443 [  7472] By: jhi                                   on 2000/10/28  17:52:58
65444         Log: Better create a true mailing list for the repository keepers.
65445      Branch: perl
65446            ! Porting/repository.pod
65447 ____________________________________________________________________________
65448 [  7471] By: jhi                                   on 2000/10/28  17:28:24
65449         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
65450              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
65451      Branch: perl
65452            + Porting/repository.pod
65453            ! MANIFEST
65454 ____________________________________________________________________________
65455 [  7470] By: jhi                                   on 2000/10/28  17:20:54
65456         Log: Subject: DOC PATCH 5.6.0
65457              From: mjd@plover.com
65458              Date: 27 Oct 2000 17:32:44 -0000
65459              Message-ID: <20001027173244.23754.qmail@plover.com>
65460      Branch: perl
65461            ! pod/perlfunc.pod
65462 ____________________________________________________________________________
65463 [  7469] By: jhi                                   on 2000/10/28  17:16:45
65464         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
65465              From: "Peter J. Farley III" <pjfarley@banet.net>
65466              Date: Fri, 27 Oct 2000 20:32:56 -0400
65467              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
65468      Branch: perl
65469            ! README.dos
65470 ____________________________________________________________________________
65471 [  7468] By: jhi                                   on 2000/10/28  17:07:18
65472         Log: Make target reordering to avoid pointless re-makes.
65473              
65474              Subject: Re: Total re-make of 'make okfile' after 7451 ?
65475              From: Nicholas Clark <nick@ccl4.org>
65476              Date: Sat, 28 Oct 2000 00:31:02 +0100
65477              Message-ID: <20001028003101.A54517@plum.flirble.org>
65478      Branch: perl
65479            ! Makefile.SH
65480 ____________________________________________________________________________
65481 [  7467] By: jhi                                   on 2000/10/28  17:05:31
65482         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
65483              From: lvirden@cas.org
65484              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
65485              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
65486      Branch: perl
65487            ! README.os2
65488 ____________________________________________________________________________
65489 [  7466] By: jhi                                   on 2000/10/28  16:09:16
65490         Log: Upgrade to CPAN 1.58_55.
65491              
65492              Subject: CPAN.pm status
65493              From: andreas.koenig@anima.de (Andreas J. Koenig) 
65494              Date: 28 Oct 2000 08:18:00 +0200 
65495              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
65496      Branch: perl
65497            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65498 ____________________________________________________________________________
65499 [  7465] By: jhi                                   on 2000/10/28  16:02:47
65500         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
65501      Branch: perl
65502            ! embed.h embed.pl perl.h proto.h toke.c
65503 ____________________________________________________________________________
65504 [  7464] By: nick                                  on 2000/10/28  10:43:44
65505         Log: Fix for sv_2iv() on "shared" value from keys %hash.
65506      Branch: perl
65507            ! sv.c
65508 ____________________________________________________________________________
65509 [  7463] By: jhi                                   on 2000/10/27  16:18:29
65510         Log: Update Changes.
65511      Branch: perl
65512            ! Changes patchlevel.h
65513 ____________________________________________________________________________
65514 [  7462] By: jhi                                   on 2000/10/27  16:17:44
65515         Log: Too enthusiastic editing in #7460.
65516      Branch: metaconfig
65517            ! U/modified/Oldsym.U
65518      Branch: perl
65519            ! Configure config_h.SH
65520 ____________________________________________________________________________
65521 [  7461] By: jhi                                   on 2000/10/27  15:37:38
65522         Log: Retract #7459, the script needs more work.
65523      Branch: perl
65524            - mkreef
65525            ! MANIFEST
65526 ____________________________________________________________________________
65527 [  7460] By: jhi                                   on 2000/10/27  15:23:14
65528         Log: Use $sort, $uniq (and $tr) consistently as wondered
65529              by Nicholas Clark.
65530      Branch: metaconfig
65531            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
65532            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
65533            ! U/modified/libc.U
65534      Branch: perl
65535            ! Configure config_h.SH
65536 ____________________________________________________________________________
65537 [  7459] By: jhi                                   on 2000/10/27  15:02:07
65538         Log: (Retracted by #7461)
65539              
65540              Add a shell script for creating/removing symbolic link farms,
65541              useful for keeping the source code read-only and doing the
65542              builds somewhere else.
65543      Branch: perl
65544            + mkreef
65545            ! MANIFEST
65546 ____________________________________________________________________________
65547 [  7458] By: jhi                                   on 2000/10/27  14:42:20
65548         Log: Do away with the fix_pl.
65549      Branch: perl
65550            - fix_pl
65551            ! MANIFEST Makefile.SH
65552 ____________________________________________________________________________
65553 [  7457] By: jhi                                   on 2000/10/27  12:43:13
65554         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
65555              From: Jens Hamisch <jens@Strawberry.COM>
65556              Date: Fri, 27 Oct 2000 14:38:21 +0200
65557              Message-Id: <20001027143821.B3366@Strawberry.COM>
65558      Branch: perl
65559            ! perl.h
65560 ____________________________________________________________________________
65561 [  7456] By: jhi                                   on 2000/10/27  12:33:42
65562         Log: Subject: [PATCH] todo
65563              From: Nicholas Clark <nick@ccl4.org>
65564              Date: Thu, 26 Oct 2000 22:32:29 +0100
65565              Message-ID: <20001026223229.A44540@plum.flirble.org>
65566      Branch: perl
65567            ! pod/perltodo.pod
65568 ____________________________________________________________________________
65569 [  7455] By: jhi                                   on 2000/10/27  12:02:21
65570         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
65571              From: John Tobey <jtobey@john-edwin-tobey.org>
65572              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
65573              Message-Id: <m13ozHF-000FObC@feynman.localnet>
65574      Branch: perl
65575            ! op.c t/pragma/sub_lval.t
65576 ____________________________________________________________________________
65577 [  7454] By: jhi                                   on 2000/10/27  11:59:42
65578         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
65579              From: sthoenna@efn.org
65580              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
65581              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
65582      Branch: perl
65583            ! pp.c t/op/assignwarn.t
65584 ____________________________________________________________________________
65585 [  7453] By: jhi                                   on 2000/10/27  00:15:08
65586         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
65587      Branch: perl
65588            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65589            ! ext/Storable/Storable.xs t/lib/st-lock.t
65590 ____________________________________________________________________________
65591 [  7452] By: jhi                                   on 2000/10/26  13:05:52
65592         Log: Undo #7451, this seems to be a deficiency in Perforce,
65593              there is no per-file line-terminator type, only per-client.
65594      Branch: perl
65595            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
65596            ! win32/makefile.mk
65597 ____________________________________________________________________________
65598 [  7451] By: jhi                                   on 2000/10/26  04:56:03
65599         Log: Experimenting in DOS arcana.
65600      Branch: perl
65601            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
65602            ! win32/makefile.mk
65603 ____________________________________________________________________________
65604 [  7450] By: jhi                                   on 2000/10/26  04:50:52
65605         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
65606              From: "Peter J. Farley III" <pjfarley@banet.net>            
65607              Date: Wed, 25 Oct 2000 23:10:18 -0400
65608              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
65609      Branch: perl
65610            ! t/io/open.t
65611 ____________________________________________________________________________
65612 [  7449] By: jhi                                   on 2000/10/26  04:49:16
65613         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
65614              From: Hugo <hv@crypt.compulink.co.uk>
65615              Date: Thu, 26 Oct 2000 01:55:17 +0100
65616              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
65617              
65618              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
65619      Branch: perl
65620            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
65621 ____________________________________________________________________________
65622 [  7448] By: jhi                                   on 2000/10/26  04:38:36
65623         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
65624              From: Peter Prymmer <pvhp@forte.com>
65625              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
65626              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
65627      Branch: perl
65628            ! configure.com
65629 ____________________________________________________________________________
65630 [  7447] By: jhi                                   on 2000/10/25  23:20:02
65631         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
65632              in platforms that strictly require all the symbols being present
65633              at link time.
65634      Branch: perl
65635            ! handy.h
65636 ____________________________________________________________________________
65637 [  7446] By: jhi                                   on 2000/10/25  21:55:57
65638         Log: Update Changes.
65639      Branch: perl
65640            ! Changes patchlevel.h
65641 ____________________________________________________________________________
65642 [  7445] By: jhi                                   on 2000/10/25  21:27:08
65643         Log: Integrate with vmsperl #7430 by Charles Bailey:
65644              
65645              Cleanup from prior patch (Charles Lane?):
65646              - improve handling of MFDs in Basename and Path
65647              - default to no xsubpp line # munging when building debug images
65648      Branch: perl
65649           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
65650 ____________________________________________________________________________
65651 [  7444] By: jhi                                   on 2000/10/25  21:03:50
65652         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
65653              From: John Peacock <JPeacock@UnivPress.com>
65654              Date: Thu, 18 May 2000 11:55:27 -0400
65655              Message-ID: <3924126F.A58BE57A@UnivPress.com>
65656      Branch: perl
65657            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
65658            ! t/op/write.t
65659 ____________________________________________________________________________
65660 [  7443] By: jhi                                   on 2000/10/25  20:43:10
65661         Log: Temporary stopgap for the self-tying issue: for now only
65662              array and hash self-ties are verboten.  The real fix, of
65663              course, would be to comprehensively test (and implement?)
65664              and debug (and document) self-ties.
65665      Branch: perl
65666            ! pod/perldiag.pod pp_sys.c t/op/tie.t
65667 ____________________________________________________________________________
65668 [  7442] By: jhi                                   on 2000/10/25  20:14:30
65669         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
65670              From: Dan Sugalski <dan@sidhe.org>
65671              Date: Wed, 25 Oct 2000 13:36:35 -0400
65672              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
65673              
65674              plus regen global.sym.
65675      Branch: perl
65676            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
65677            ! thrdvar.h util.c
65678 ____________________________________________________________________________
65679 [  7441] By: jhi                                   on 2000/10/25  20:12:20
65680         Log: buildtoc target tweaks.
65681      Branch: perl
65682            ! pod/Makefile.SH
65683 ____________________________________________________________________________
65684 [  7440] By: jhi                                   on 2000/10/25  20:03:53
65685         Log: A new version of making the syslog test more robust.
65686              (Replaces #7421.)
65687              
65688              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65689              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65690              Date: Wed, 25 Oct 2000 12:13:54 -0400
65691              Message-ID: <20001025121354.B2264@O2.chapin.edu>
65692      Branch: perl
65693            ! t/lib/syslog.t
65694 ____________________________________________________________________________
65695 [  7439] By: jhi                                   on 2000/10/25  20:00:48
65696         Log: Continue the internal UTF-8 API tweaking.
65697              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
65698              used much more than the simpler API, now called utf8_to_uv_simple().
65699              Still not quite happy with API, too much partial duplication
65700              of functionality.
65701      Branch: perl
65702            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
65703            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
65704            ! regcomp.c regexec.c sv.c toke.c utf8.c
65705 ____________________________________________________________________________
65706 [  7438] By: jhi                                   on 2000/10/25  18:52:30
65707         Log: Allow poking holes at the UTF-8 decoding strictness.
65708      Branch: perl
65709            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
65710            ! utf8.h
65711 ____________________________________________________________________________
65712 [  7437] By: jhi                                   on 2000/10/25  13:53:05
65713         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
65714              UTF8LEN() and UTF8SKIP(). 
65715      Branch: perl
65716            ! pp.c utf8.c utf8.h
65717 ____________________________________________________________________________
65718 [  7436] By: jhi                                   on 2000/10/25  13:51:37
65719         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
65720              From: Nicholas Clark <nick@ccl4.org>
65721              Date: Wed, 25 Oct 2000 14:44:05 +0100
65722              Message-ID: <20001025144404.D27253@plum.flirble.org>
65723      Branch: perl
65724            ! pod/perlrun.pod
65725 ____________________________________________________________________________
65726 [  7435] By: jhi                                   on 2000/10/25  13:49:32
65727         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
65728              From: Mike Guy <mjtg@cam.ac.uk>
65729              Date: Tue, 24 Oct 2000 14:59:40 +0100
65730              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
65731      Branch: perl
65732            ! scope.c
65733 ____________________________________________________________________________
65734 [  7434] By: jhi                                   on 2000/10/25  13:48:41
65735         Log: AIX is picky about its symbol exports.  Solution for now
65736              is to include the deb.o explicitly to the re extension build.
65737              
65738              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
65739              From: Peter Prymmer <pvhp@forte.com>
65740              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
65741              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
65742      Branch: perl
65743            ! ext/re/Makefile.PL hints/aix.sh
65744 ____________________________________________________________________________
65745 [  7433] By: jhi                                   on 2000/10/25  13:46:49
65746         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
65747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65748              Date: Wed, 25 Oct 2000 12:02:20 +0200
65749              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
65750      Branch: perl
65751            ! perlsdio.h
65752 ____________________________________________________________________________
65753 [  7432] By: jhi                                   on 2000/10/25  13:44:28
65754         Log: Subject: Minor update to find2perl, for portability
65755              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
65756              Date: Wed, 25 Oct 2000 12:05:47 +0100
65757              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
65758      Branch: perl
65759            ! x2p/find2perl.PL
65760 ____________________________________________________________________________
65761 [  7431] By: jhi                                   on 2000/10/25  13:40:39
65762         Log: Add targets to Makefile.SH, most importantly
65763              'regen_all' which also remembers to update vms/perly*.
65764      Branch: perl
65765            ! Makefile.SH
65766 ____________________________________________________________________________
65767 [  7430] By: bailey                                on 2000/10/25  03:13:53
65768         Log: Cleanup from prior patch (Charles Lane?):
65769              - improve handling of MFDs in Basename and Path
65770              - default to no xsubpp line # munging when building debug images
65771      Branch: vmsperl
65772            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
65773 ____________________________________________________________________________
65774 [  7429] By: jhi                                   on 2000/10/24  20:03:40
65775         Log: Podify README.epoc and README.vos.
65776      Branch: perl
65777            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
65778            ! pod/perlport.pod pod/perltoc.pod
65779 ____________________________________________________________________________
65780 [  7428] By: jhi                                   on 2000/10/24  19:10:33
65781         Log: Stratus VOS updates from Paul Green.
65782      Branch: perl
65783            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65784            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
65785            - vos/config.def vos/config.h vos/config_h.SH_orig
65786            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
65787            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
65788 ____________________________________________________________________________
65789 [  7427] By: jhi                                   on 2000/10/24  18:59:48
65790         Log: Check if stdio supports tweaking lval and cnt simultaneously.
65791              
65792              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
65793              From: Nicholas Clark <nick@ccl4.org>
65794              Date: Mon, 23 Oct 2000 15:39:32 +0100
65795              Message-ID: <20001023153932.A10786@plum.flirble.org>
65796      Branch: metaconfig
65797            ! U/compline/d_stdstdio.U
65798      Branch: perl
65799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65800            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
65801            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
65802            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
65803            ! vos/config.h vos/config_h.SH_orig win32/config.bc
65804            ! win32/config.gc win32/config.vc
65805 ____________________________________________________________________________
65806 [  7426] By: jhi                                   on 2000/10/24  17:57:44
65807         Log: Missed the header file changes from #7425.
65808      Branch: perl
65809            ! embed.h embed.pl objXSUB.h proto.h
65810 ____________________________________________________________________________
65811 [  7425] By: jhi                                   on 2000/10/24  17:55:17
65812         Log: Fix the bug reported in
65813              
65814              From: andreas.koenig@anima.de (Andreas J. Koenig)
65815              Subject: Encode bug?
65816              Date: 24 Oct 2000 14:01:26 +0200 
65817              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
65818              
65819              Also make is_utf8_char() stricter.
65820      Branch: perl
65821            ! ext/Encode/Encode.xs utf8.c
65822 ____________________________________________________________________________
65823 [  7424] By: jhi                                   on 2000/10/24  15:15:39
65824         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
65825              From: Peter Scott <Peter@PSDT.com>
65826              Date: Mon, 23 Oct 2000 19:46:01 -0700
65827              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
65828      Branch: perl
65829            ! pod/perlfaq5.pod
65830 ____________________________________________________________________________
65831 [  7423] By: jhi                                   on 2000/10/24  14:25:30
65832         Log: Test tweak to avoid pulling in the whole Config.
65833      Branch: perl
65834            ! t/lib/st-lock.t
65835 ____________________________________________________________________________
65836 [  7422] By: jhi                                   on 2000/10/24  14:03:16
65837         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
65838      Branch: perl
65839            ! pp.c
65840 ____________________________________________________________________________
65841 [  7421] By: jhi                                   on 2000/10/24  13:32:09
65842         Log: (Replaced by #7440.)
65843              
65844              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65845              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65846              Date: Mon, 23 Oct 2000 16:40:54 -0400
65847              Message-ID: <20001023164054.B14491@O2.chapin.edu>
65848      Branch: perl
65849            ! t/lib/syslog.t
65850 ____________________________________________________________________________
65851 [  7420] By: jhi                                   on 2000/10/24  13:30:53
65852         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
65853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65854              Date: Mon, 23 Oct 2000 17:29:03 -0400
65855              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
65856      Branch: perl
65857            ! lib/ExtUtils/MM_Unix.pm
65858 ____________________________________________________________________________
65859 [  7419] By: jhi                                   on 2000/10/24  13:29:57
65860         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
65861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65862              Date: Mon, 23 Oct 2000 19:01:32 -0400
65863              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
65864      Branch: perl
65865            ! utils/h2xs.PL
65866 ____________________________________________________________________________
65867 [  7418] By: jhi                                   on 2000/10/24  13:26:04
65868         Log: Replace #7409 with
65869              
65870              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
65871              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
65872              Date: Mon, 23 Oct 2000 20:08:56 +0200
65873              Message-ID: <20001023200855.A14850@nice.ram.loc>
65874      Branch: perl
65875            ! ext/Storable/Storable.pm t/lib/st-lock.t
65876 ____________________________________________________________________________
65877 [  7417] By: jhi                                   on 2000/10/24  13:17:52
65878         Log: Run vms/vms_yfix.pl, should have done that after changing
65879              perly.c in #7382.
65880      Branch: perl
65881            ! vms/perly_c.vms vms/perly_h.vms
65882 ____________________________________________________________________________
65883 [  7416] By: jhi                                   on 2000/10/24  02:55:33
65884         Log: Make the UTF-8 decoding stricter and more verbose when
65885              malformation happens.  This involved adding an argument
65886              to utf8_to_uv_chk(), which involved changing its prototype,
65887              and prefer STRLEN over I32 for the UTF-8 length, which as
65888              a domino effect necessitated changing the prototypes of
65889              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
65890              The stricter UTF-8 decoding checking uses Markus Kuhn's
65891              UTF-8 Decode Stress Tester from
65892              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
65893      Branch: perl
65894            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
65895            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
65896            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
65897            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
65898 ____________________________________________________________________________
65899 [  7415] By: jhi                                   on 2000/10/23  14:06:06
65900         Log: Update Changes.
65901      Branch: perl
65902            ! Changes patchlevel.h
65903 ____________________________________________________________________________
65904 [  7414] By: jhi                                   on 2000/10/23  12:39:52
65905         Log: Undo the basename() part of #7412 since the lib/basename
65906              tests would need upgrading too.
65907      Branch: perl
65908            ! lib/File/Basename.pm
65909 ____________________________________________________________________________
65910 [  7413] By: jhi                                   on 2000/10/23  12:19:27
65911         Log: Document PERL_INSTALL_ROOT of #7210.
65912      Branch: perl
65913            ! lib/ExtUtils/Install.pm
65914 ____________________________________________________________________________
65915 [  7412] By: jhi                                   on 2000/10/23  12:16:47
65916         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
65917      Branch: perl
65918            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
65919            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
65920 ____________________________________________________________________________
65921 [  7411] By: jhi                                   on 2000/10/23  12:07:41
65922         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
65923              From: Prymmer/Kahn <pvhp@best.com>
65924              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
65925              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
65926      Branch: perl
65927            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
65928 ____________________________________________________________________________
65929 [  7410] By: jhi                                   on 2000/10/23  04:10:11
65930         Log: The change #7187 was not so good on VMS.
65931              
65932              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
65933              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65934              Date: Sun, 22 Oct 2000 23:03:08 -0500
65935              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
65936      Branch: perl
65937            ! utils/perldoc.PL
65938 ____________________________________________________________________________
65939 [  7409] By: jhi                                   on 2000/10/23  03:57:36
65940         Log: Avoid Storable locking on DJGPP for now.
65941              
65942              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
65943              From: "Peter J. Farley III" <pjfarley@banet.net>
65944              Date: Sun, 22 Oct 2000 20:00:00 -0400
65945              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
65946      Branch: perl
65947            ! ext/Storable/Storable.pm t/lib/st-lock.t
65948 ____________________________________________________________________________
65949 [  7408] By: jhi                                   on 2000/10/23  03:50:24
65950         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
65951              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
65952              Date: Sun, 22 Oct 2000 21:12:22 -0400
65953              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
65954      Branch: perl
65955            ! lib/vars.pm
65956 ____________________________________________________________________________
65957 [  7407] By: jhi                                   on 2000/10/23  03:43:12
65958         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
65959              From: Hugo <hv@crypt.compulink.co.uk>
65960              Date: Mon, 23 Oct 2000 00:47:22 +0100
65961              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
65962      Branch: perl
65963            ! regexec.c t/op/pat.t
65964 ____________________________________________________________________________
65965 [  7406] By: jhi                                   on 2000/10/23  03:40:29
65966         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
65967      Branch: perl
65968            ! lib/ExtUtils/MakeMaker.pm
65969 ____________________________________________________________________________
65970 [  7405] By: jhi                                   on 2000/10/22  21:32:00
65971         Log: Doc patch.
65972              
65973              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
65974              From: rspier@pobox.com (Robert Spier)
65975              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
65976              Message-ID: <14835.16112.13457.447971@rls.cx>
65977      Branch: perl
65978            ! lib/strict.pm
65979 ____________________________________________________________________________
65980 [  7404] By: jhi                                   on 2000/10/22  21:30:51
65981         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
65982              From: rspier@pobox.com (Robert Spier)
65983              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
65984              Message-ID: <14835.17223.72448.705566@rls.cx>
65985      Branch: perl
65986            ! lib/ExtUtils/MakeMaker.pm
65987 ____________________________________________________________________________
65988 [  7403] By: jhi                                   on 2000/10/22  21:24:11
65989         Log: Subject: [PATCH bleadperl] ripples from constsub patch
65990              From: John Tobey <jtobey@john-edwin-tobey.org>
65991              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
65992              Message-Id: <m13nSOB-000FObC@feynman.localnet>
65993      Branch: perl
65994            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
65995 ____________________________________________________________________________
65996 [  7402] By: jhi                                   on 2000/10/22  20:59:35
65997         Log: Support s?printf parameter reordering.
65998      Branch: perl
65999            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
66000 ____________________________________________________________________________
66001 [  7401] By: jhi                                   on 2000/10/22  19:19:14
66002         Log: Expand %Config variables only if explicitly so requested
66003              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
66004              
66005              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
66006              From: Gurusamy Sarathy <gsar@ActiveState.com>
66007              Date: Sun, 22 Oct 2000 11:47:32 -0700
66008              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
66009      Branch: perl
66010            ! Makefile.SH lib/lib_pm.PL
66011 ____________________________________________________________________________
66012 [  7400] By: jhi                                   on 2000/10/22  18:24:10
66013         Log: Move the #7390 test from warn/op to comp/redef.
66014              
66015              Subject: Re: Creating const subs for constants.
66016              From: John Tobey <jtobey@john-edwin-tobey.org>
66017              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
66018              Message-Id: <m13nG72-000FObC@feynman.localnet>               
66019      Branch: perl
66020            ! t/comp/redef.t t/pragma/warn/op
66021 ____________________________________________________________________________
66022 [  7399] By: jhi                                   on 2000/10/22  17:49:59
66023         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
66024              From: Nicholas Clark <nick@ccl4.org>
66025              Date: Sat, 21 Oct 2000 22:23:19 +0100
66026              Message-ID: <20001021222319.B45586@plum.flirble.org>
66027      Branch: perl
66028            ! ext/DynaLoader/DynaLoader_pm.PL
66029 ____________________________________________________________________________
66030 [  7398] By: jhi                                   on 2000/10/22  17:47:35
66031         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
66032              From: Hugo <hv@crypt.compulink.co.uk>
66033              Date: Sat, 21 Oct 2000 18:19:59 +0100
66034              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
66035      Branch: perl
66036            ! ext/B/B.pm ext/B/B/C.pm
66037 ____________________________________________________________________________
66038 [  7397] By: jhi                                   on 2000/10/22  17:35:18
66039         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
66040              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
66041              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
66042              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
66043      Branch: perl
66044            ! hints/openbsd.sh
66045 ____________________________________________________________________________
66046 [  7396] By: jhi                                   on 2000/10/22  17:19:46
66047         Log: Subject: installman go-faster stripes
66048              From: Nicholas Clark <nick@talking.bollo.cx>
66049              Date: Sat, 21 Oct 2000 17:24:53 +0100
66050              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
66051              
66052              Subject: Re: installman go-faster stripes
66053              From: Russ Allbery <rra@stanford.edu>
66054              Date: 21 Oct 2000 11:04:13 -0700
66055              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
66056      Branch: perl
66057            ! installman pod/pod2man.PL
66058 ____________________________________________________________________________
66059 [  7395] By: jhi                                   on 2000/10/22  17:17:35
66060         Log: Hints tweak from Anton Berezin.
66061      Branch: perl
66062            ! hints/freebsd.sh
66063 ____________________________________________________________________________
66064 [  7394] By: jhi                                   on 2000/10/22  04:50:04
66065         Log: Tweak the Is* definitions of Unicode character classes
66066              to better match the official categorizations; embrace
66067              the official categorizations; add the combining marks
66068              as alpha (and -numeric); fix DCinital (a typo and edito)
66069              to be DCmedial.
66070      Branch: perl
66071            + lib/unicode/Is/DCmedial.pl
66072            - lib/unicode/Is/DCinital.pl
66073            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
66074            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
66075            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
66076            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
66077 ____________________________________________________________________________
66078 [  7393] By: jhi                                   on 2000/10/21  18:06:05
66079         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
66080              From: Daniel Chetlin <daniel@chetlin.com>
66081              Date: Sat, 21 Oct 2000 02:57:03 -0700
66082              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
66083      Branch: perl
66084            + t/lib/tie-splice.t
66085            ! MANIFEST lib/Tie/Array.pm
66086 ____________________________________________________________________________
66087 [  7392] By: gsar                                  on 2000/10/21  18:05:15
66088         Log: resync utfperl branch with mainline
66089      Branch: utfperl
66090           !> (integrate 1760 files)
66091 ____________________________________________________________________________
66092 [  7391] By: jhi                                   on 2000/10/21  14:37:49
66093         Log: Testcases for a #7383,#7385 related bug.
66094              
66095              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
66096              From: Nicholas Clark <nick@ccl4.org>
66097              Date: Sat, 21 Oct 2000 15:04:51 +0100
66098              Message-ID: <20001021150451.A51566@plum.flirble.org>
66099      Branch: perl
66100            ! t/pragma/utf8.t
66101 ____________________________________________________________________________
66102 [  7390] By: jhi                                   on 2000/10/21  14:35:57
66103         Log: Add a testcase for #7389.
66104      Branch: perl
66105            ! t/pragma/warn/op
66106 ____________________________________________________________________________
66107 [  7389] By: jhi                                   on 2000/10/21  14:26:45
66108         Log: Subject: Re: Creating const subs for constants.
66109              From: John Tobey <jtobey@john-edwin-tobey.org>
66110              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
66111              Message-Id: <m13mo0N-000FObC@feynman.localnet>
66112      Branch: perl
66113            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
66114            ! proto.h sv.c
66115 ____________________________________________________________________________
66116 [  7388] By: nick                                  on 2000/10/21  11:44:23
66117         Log: Populate perlio branch
66118      Branch: perlio
66119           +> (branch 1760 files)
66120 ____________________________________________________________________________
66121 [  7387] By: nick                                  on 2000/10/21  10:52:05
66122         Log: Get branch back as replica of mainline via :
66123              p4 integrate -b utfperl
66124              p4 resolve -at ./...
66125      Branch: utfperl
66126           +> (branch 269 files)
66127            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
66128            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
66129            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
66130            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
66131            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
66132            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
66133            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
66134            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
66135            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
66136            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
66137            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
66138            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
66139            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
66140            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
66141            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
66142            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
66143            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
66144            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
66145            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
66146            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
66147            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
66148            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
66149            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
66150            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
66151            - lib/unicode/UCD300.html lib/unicode/Unicode.300
66152            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
66153            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
66154            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
66155            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
66156           !> (integrate 965 files)
66157 ____________________________________________________________________________
66158 [  7386] By: jhi                                   on 2000/10/21  01:31:12
66159         Log: Update Changes.
66160      Branch: perl
66161            ! Changes patchlevel.h
66162 ____________________________________________________________________________
66163 [  7385] By: jhi                                   on 2000/10/21  01:28:42
66164         Log: The #7383 was right only in the context of the original bug report,
66165              not in more general case.
66166      Branch: perl
66167            ! pp_hot.c
66168 ____________________________________________________________________________
66169 [  7384] By: jhi                                   on 2000/10/21  01:08:23
66170         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
66171      Branch: perl
66172            ! ext/IO/lib/IO/Select.pm
66173 ____________________________________________________________________________
66174 [  7383] By: jhi                                   on 2000/10/21  00:44:18
66175         Log: Fix for ID 20001020.006, concatenating an unset submatch
66176              with utf8 resulted in "Modification of a read-only value".
66177      Branch: perl
66178            ! pp_hot.c t/pragma/utf8.t
66179 ____________________________________________________________________________
66180 [  7382] By: jhi                                   on 2000/10/20  20:44:31
66181         Log: Make scan_num() reëntrant, as suggested in
66182              
66183              Subject: [PATCH perl@7229] Rentrant parser and yylex()
66184              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66185              Date: Fri, 20 Oct 2000 14:17:27 +0100
66186              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
66187      Branch: perl
66188            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
66189            ! toke.c
66190 ____________________________________________________________________________
66191 [  7381] By: jhi                                   on 2000/10/20  20:07:29
66192         Log: Reëntrancy fix.
66193              
66194              Subject: [PATCH perl@7229] Rentrant parser and yylex()
66195              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66196              Date: Fri, 20 Oct 2000 14:17:27 +0100
66197              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
66198      Branch: perl
66199            ! embed.h embed.pl perl.h proto.h toke.c
66200 ____________________________________________________________________________
66201 [  7380] By: jhi                                   on 2000/10/20  19:15:54
66202         Log: Don't write double values through long double pointers,
66203              based on a part of
66204              
66205              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
66206              From: Jens Hamisch <jens@Strawberry.COM>
66207              Date: Tue, 17 Oct 2000 08:39:36 +0200
66208              Message-Id: <20001017083936.A11104@Strawberry.COM>
66209      Branch: perl
66210            ! perl.h pp.c
66211 ____________________________________________________________________________
66212 [  7379] By: jhi                                   on 2000/10/20  18:43:37
66213         Log: Portability tweak on #7377.
66214              
66215              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
66216              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66217              Date:     Fri, 20 Oct 2000 13:13:41 EDT
66218              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
66219      Branch: perl
66220            ! t/lib/dprof.t
66221 ____________________________________________________________________________
66222 [  7378] By: jhi                                   on 2000/10/20  12:57:19
66223         Log: SOCKS function redefinitions need prototypes, too, otherwise
66224              for example 32 bit versus 64 bit differences cause a lot of
66225              problems.  Part of
66226              
66227              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
66228              From: Jens Hamisch <jens@Strawberry.COM>
66229              Date: Tue, 17 Oct 2000 08:39:36 +0200
66230              Message-Id: <20001017083936.A11104@Strawberry.COM>
66231      Branch: perl
66232            ! doio.c pp_sys.c
66233 ____________________________________________________________________________
66234 [  7377] By: jhi                                   on 2000/10/20  12:37:12
66235         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
66236              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66237              Date:     Fri, 20 Oct 2000 08:26:04 EDT
66238              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
66239      Branch: perl
66240            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
66241 ____________________________________________________________________________
66242 [  7376] By: jhi                                   on 2000/10/20  12:35:31
66243         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
66244              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66245              Date:     Fri, 20 Oct 2000 07:48:15 EDT
66246              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
66247      Branch: perl
66248            ! configure.com vms/gen_shrfls.pl
66249 ____________________________________________________________________________
66250 [  7375] By: bailey                                on 2000/10/20  04:44:37
66251         Log: SYN SYN
66252      Branch: vmsperl
66253           +> (branch 134 files)
66254            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
66255            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
66256            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
66257            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
66258            - eg/cgi/frameset.cgi eg/cgi/index.html
66259            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
66260            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
66261            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
66262            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
66263            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
66264            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
66265            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
66266            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
66267            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
66268            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
66269            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
66270            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
66271            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
66272            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
66273            - lib/unicode/Props.txt lib/unicode/UCD300.html
66274            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
66275            - utils/perlbc.PL vms/subconfigure.com
66276           !> (integrate 785 files)
66277 ____________________________________________________________________________
66278 [  7374] By: jhi                                   on 2000/10/20  00:59:48
66279         Log: In the latest compiler builds cccdlflags must not become -fpic,
66280              from Wilfredo Sánchez.
66281      Branch: perl
66282            ! hints/darwin.sh
66283 ____________________________________________________________________________
66284 [  7373] By: jhi                                   on 2000/10/20  00:56:35
66285         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
66286              From: Tony Cook <tony@develop-help.com>
66287              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
66288              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
66289      Branch: perl
66290            ! pod/perlop.pod
66291 ____________________________________________________________________________
66292 [  7372] By: jhi                                   on 2000/10/19  19:34:40
66293         Log: Typo noted by Mark Lutz.
66294      Branch: perl
66295            ! t/op/64bitint.t
66296 ____________________________________________________________________________
66297 [  7371] By: jhi                                   on 2000/10/19  19:33:13
66298         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
66299      Branch: metaconfig
66300            ! U/modified/Cppsym.U U/modified/Oldconfig.U
66301      Branch: metaconfig/U/perl
66302            ! End.U dlsrc.U libperl.U
66303      Branch: perl
66304            + hints/nonstopux.sh
66305            ! Configure MANIFEST config_h.SH
66306 ____________________________________________________________________________
66307 [  7370] By: jhi                                   on 2000/10/19  17:18:08
66308         Log: Subject: PATCH do_print has 2 PerlIO_error()s
66309              From: nick@ccl4.org
66310              Date: Thu, 19 Oct 2000 18:09:20 +0100
66311              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
66312      Branch: perl
66313            ! doio.c
66314 ____________________________________________________________________________
66315 [  7369] By: jhi                                   on 2000/10/19  14:01:49
66316         Log: Update Changes.
66317      Branch: perl
66318            ! Changes patchlevel.h
66319 ____________________________________________________________________________
66320 [  7368] By: jhi                                   on 2000/10/19  13:04:29
66321         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
66322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66323              Date: Wed, 18 Oct 2000 13:12:01 +0200
66324              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
66325      Branch: perl
66326            ! hints/aix.sh
66327 ____________________________________________________________________________
66328 [  7367] By: jhi                                   on 2000/10/19  02:22:40
66329         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
66330              of a 'pmshort' anywhere in the B, so the offending line was simply
66331              removed.
66332      Branch: perl
66333            ! ext/B/B/Debug.pm
66334 ____________________________________________________________________________
66335 [  7366] By: jhi                                   on 2000/10/19  02:12:37
66336         Log: Add the test case for the bug id 20000730.004 which seems
66337              to have been fixed by now.
66338      Branch: perl
66339            ! t/pragma/utf8.t
66340 ____________________________________________________________________________
66341 [  7365] By: jhi                                   on 2000/10/18  23:36:24
66342         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
66343              From: Hugo <hv@crypt.compulink.co.uk>
66344              Date: Wed, 18 Oct 2000 23:25:58 +0100
66345              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
66346      Branch: perl
66347            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
66348 ____________________________________________________________________________
66349 [  7364] By: jhi                                   on 2000/10/18  21:12:53
66350         Log: (retracted)
66351      Branch: perl
66352            ! pp.c
66353 ____________________________________________________________________________
66354 [  7363] By: jhi                                   on 2000/10/18  20:55:38
66355         Log: Missing change from #7362.
66356      Branch: perl
66357            ! win32/perlhost.h
66358 ____________________________________________________________________________
66359 [  7362] By: jhi                                   on 2000/10/18  20:52:01
66360         Log: Borland C fstat() never saw the fd as writable.
66361              
66362              Subject: fix for Borland's weak "stat" (perl@7211)
66363              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66364              Date: Mon, 16 Oct 2000 09:55:03 +0400
66365              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
66366      Branch: perl
66367            ! win32/win32.c
66368 ____________________________________________________________________________
66369 [  7361] By: jhi                                   on 2000/10/18  17:43:50
66370         Log: Regen toc.
66371      Branch: perl
66372            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
66373 ____________________________________________________________________________
66374 [  7360] By: jhi                                   on 2000/10/18  17:07:44
66375         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66376              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
66377              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
66378              Date: Mon, 16 Oct 2000 15:19:49 +0200
66379      Branch: perl
66380            + README.aix
66381            ! MANIFEST
66382 ____________________________________________________________________________
66383 [  7359] By: jhi                                   on 2000/10/18  17:04:49
66384         Log: Subject: Pod patch for Devel::Peek
66385              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66386              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
66387              Date: Mon, 16 Oct 2000 12:26:34 +0200
66388      Branch: perl
66389            ! ext/Devel/Peek/Peek.pm
66390 ____________________________________________________________________________
66391 [  7358] By: jhi                                   on 2000/10/18  17:03:15
66392         Log: Make Cwd more bulletproof in chrooted environments.
66393              
66394              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
66395              From: "Eric E. Coe" <Eric.Coe@oracle.com>
66396              Date: Wed, 18 Oct 2000 04:03:54 -0400
66397              Message-Id: <39ED596A.70E599FE@oracle.com>
66398      Branch: perl
66399            ! lib/Cwd.pm
66400 ____________________________________________________________________________
66401 [  7357] By: jhi                                   on 2000/10/18  16:37:26
66402         Log: Disable the UTF8 downgrade croakage for now to avoid
66403              too many not okay messages.
66404      Branch: perl
66405            ! doio.c
66406 ____________________________________________________________________________
66407 [  7356] By: jhi                                   on 2000/10/17  23:29:41
66408         Log: Show the failed remote port, instead of the failing line number.
66409              
66410              Subject: [PATCH 5.6.1 Debugger] More diagnostics
66411              From: David Sparks <daves@ActiveState.com>
66412              Date: Tue, 17 Oct 2000 15:00:24 -0700
66413              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
66414      Branch: perl
66415            ! lib/perl5db.pl
66416 ____________________________________________________________________________
66417 [  7355] By: jhi                                   on 2000/10/17  14:11:31
66418         Log: On output try to downgrade to bytes, croak if impossible,
66419              from Simon Cozens.  This means that outputting >255 UTF8
66420              is impossible.  Consider this as a strong incentive to get
66421              the I/O disciplines implemented.
66422      Branch: perl
66423            ! doio.c pod/perldiag.pod sv.c
66424 ____________________________________________________________________________
66425 [  7354] By: jhi                                   on 2000/10/17  13:42:23
66426         Log: Clarify documentation on 'use bytes'.
66427              
66428              Subject: Re: What does 'use bytes' "mean" ?
66429              From: Simon Cozens <simon@cozens.net>
66430              Date: Mon, 18 Sep 2000 18:24:25 +0100
66431              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
66432      Branch: perl
66433            ! lib/bytes.pm
66434 ____________________________________________________________________________
66435 [  7353] By: jhi                                   on 2000/10/17  13:28:12
66436         Log: Workaround for a sfio bug where the stream error indicator
66437              is not cleared as documented.
66438              
66439              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
66440              From: Nicholas Clark <nick@ccl4.org>
66441              Date: Mon, 16 Oct 2000 18:28:23 +0100
66442              Message-ID: <20001016182823.J19700@plum.flirble.org>
66443      Branch: perl
66444            ! doio.c
66445 ____________________________________________________________________________
66446 [  7352] By: jhi                                   on 2000/10/17  13:06:19
66447         Log: More IoTYPE sprinkling.
66448      Branch: perl
66449            ! doio.c pp_hot.c
66450 ____________________________________________________________________________
66451 [  7351] By: jhi                                   on 2000/10/16  22:47:07
66452         Log: Detect early whether the std streams have gone bad.
66453              
66454              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
66455              Date: Mon, 16 Oct 2000 23:28:42 +0100
66456              From: Nicholas Clark <nick@ccl4.org>
66457              Message-ID: <20001016232842.A37942@plum.flirble.org>
66458      Branch: perl
66459            ! t/op/misc.t
66460 ____________________________________________________________________________
66461 [  7350] By: jhi                                   on 2000/10/16  22:45:16
66462         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
66463              From: "Peter J. Farley III" <pjfarley@banet.net>
66464              Date: Mon, 16 Oct 2000 18:15:59 -0400
66465              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
66466      Branch: perl
66467            ! djgpp/djgpp.c dosish.h t/io/open.t
66468 ____________________________________________________________________________
66469 [  7349] By: jhi                                   on 2000/10/16  22:36:45
66470         Log: perldelta tweak.
66471      Branch: perl
66472            ! pod/perldelta.pod
66473 ____________________________________________________________________________
66474 [  7348] By: jhi                                   on 2000/10/16  15:17:53
66475         Log: Update Changes.
66476      Branch: perl
66477            ! Changes patchlevel.h
66478 ____________________________________________________________________________
66479 [  7347] By: jhi                                   on 2000/10/16  13:55:27
66480         Log: Add the capability to include/exclude branches.
66481      Branch: perl
66482            ! Porting/genlog
66483 ____________________________________________________________________________
66484 [  7346] By: jhi                                   on 2000/10/16  13:18:04
66485         Log: Add Charles Lane.
66486      Branch: perl
66487            ! AUTHORS Changes
66488 ____________________________________________________________________________
66489 [  7345] By: jhi                                   on 2000/10/16  13:13:21
66490         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
66491      Branch: perl
66492            ! pod/perldelta.pod
66493 ____________________________________________________________________________
66494 [  7344] By: gsar                                  on 2000/10/16  09:30:21
66495         Log: integrate change#6220 from cfgperl
66496              
66497              Win32 patches from Benjamin Stuhl.
66498      Branch: maint-5.6/perl
66499           !> makedef.pl win32/win32.h
66500 ____________________________________________________________________________
66501 [  7343] By: gsar                                  on 2000/10/16  08:32:19
66502         Log: integrate changes#6221,6222 from cfgperl
66503              
66504              Remove tr///CU (the feature is to be obsoleted by better interfaces).
66505              From: simon@brecon.co.uk (Simon Cozens)
66506              Subject: [PATCH] Eliminate tr///[CU][CU]
66507              Date: 23 Jun 2000 11:05:40 GMT
66508              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
66509              
66510              doc typo fix
66511              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
66512              From: Ian Phillipps <Ian.Phillipps@iname.com>
66513              Date: Fri, 23 Jun 2000 10:40:58 +0100
66514              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
66515      Branch: maint-5.6/perl
66516           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
66517 ____________________________________________________________________________
66518 [  7342] By: gsar                                  on 2000/10/16  08:28:08
66519         Log: integrate change#6217 from cfgperl (in part)
66520              
66521              Rename the fdpid locking and integrate with Sarathy.
66522      Branch: maint-5.6/perl
66523           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
66524           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
66525           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
66526           !> win32/win32.c
66527 ____________________________________________________________________________
66528 [  7341] By: gsar                                  on 2000/10/16  08:23:39
66529         Log: integrate changes#6214..6216 from mainline
66530              
66531              @_ can't have junk in it even in the non-USE_ITHREADS case because
66532              caller() wants to populate @DB::args with it (causes a coredump
66533              in Carp::confess())
66534              
66535              tweak comment about @DB::args
66536              
66537              be more optimal about clearing @_
66538      Branch: maint-5.6/perl
66539           !> av.h cop.h pp_ctl.c t/op/runlevel.t
66540 ____________________________________________________________________________
66541 [  7340] By: gsar                                  on 2000/10/16  08:20:37
66542         Log: integrate changes#6207..6210 from cfgperl
66543              
66544              Subject: [PATCH 5.6.0] Threadsafe patches
66545              From: Dan Sugalski <dan@sidhe.org>
66546              To: perl5-porters@perl.org
66547              Date: Mon, 08 May 2000 18:08:13 -0400
66548              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
66549              
66550              Regen headers for #6207.
66551              
66552              Lock PL_fdpid against race conditions, based on:
66553              Subject: [PATCH 5.6.0]subprocess fixup for threads
66554              From: Dan Sugalski <dan@sidhe.org>
66555              To: perl5-porters@perl.org
66556              Date: Tue, 11 Apr 2000 17:02:32 -0400
66557              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
66558              
66559              Mopup for #6207 and #6209.
66560      Branch: maint-5.6/perl
66561           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
66562           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
66563           !> win32/win32.c
66564 ____________________________________________________________________________
66565 [  7339] By: gsar                                  on 2000/10/16  08:14:34
66566         Log: integrate change#6203 from cfgperl
66567              
66568              perldiag should refer to perlos2.pod not README.os2
66569      Branch: maint-5.6/perl
66570           !> pod/perldiag.pod
66571 ____________________________________________________________________________
66572 [  7338] By: gsar                                  on 2000/10/16  08:11:42
66573         Log: integrate change#6201 from mainline
66574              
66575              Perl_eval_pv() leaks 4 bytes every time it is called because it
66576              does a PUSHMARK that's never ever POPMARKed; in general, only
66577              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
66578              Perl_eval_[sp]v() don't because they don't take any incoming
66579              arguments (this leak has been around since the original version
66580              of perl_eval_pv() in 5.003_97e)
66581      Branch: maint-5.6/perl
66582           !> perl.c
66583 ____________________________________________________________________________
66584 [  7337] By: gsar                                  on 2000/10/16  08:08:47
66585         Log: integrate changes#6197..6200 from cfgperl
66586              
66587              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
66588              From: John Borwick <jhborwic@unity.ncsu.edu>
66589              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
66590              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
66591              
66592              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
66593              From: Dan Sugalski <dan@sidhe.org>
66594              To: vmsperl@perl.org, perl5-porters@perl.org
66595              Date: Fri, 02 Jun 2000 16:00:41 -0400
66596              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
66597              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
66598              
66599              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
66600              From: Dan Sugalski <dan@sidhe.org>
66601              To: perl5-porters@perl.org, vmsperl@perl.org
66602              Date: Fri, 02 Jun 2000 17:30:51 -0400
66603              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
66604              
66605              Update to cperl-mode.el 4.31 from
66606              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
66607              Subject: A couple of notes
66608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66609              To: Mailing list Perl5 <perl5-porters@perl.org>
66610              Date: Sat, 3 Jun 2000 23:33:32 -0400
66611              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
66612      Branch: maint-5.6/perl
66613           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
66614           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
66615           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
66616           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
66617           !> vms/vmsish.h
66618 ____________________________________________________________________________
66619 [  7336] By: gsar                                  on 2000/10/16  08:03:46
66620         Log: integrate changes#6194,6195 from mainline
66621              
66622              fix small eval"" memory leaks under USE_ITHREADS
66623              
66624              fix yet another eval"" leak under USE_ITHREADS
66625      Branch: maint-5.6/perl
66626           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
66627           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
66628           !> vms/perly_c.vms
66629 ____________________________________________________________________________
66630 [  7335] By: gsar                                  on 2000/10/16  08:02:15
66631         Log: integrate changes#6190,6191 from mainline
66632              
66633              submit missing embed.pl change
66634              
66635              vec() loses numericalness (modified version of patch suggested
66636              by Robin Barker)
66637      Branch: maint-5.6/perl
66638           !> doop.c embed.pl t/op/vec.t
66639 ____________________________________________________________________________
66640 [  7334] By: gsar                                  on 2000/10/16  08:01:03
66641         Log: integrate change#6189 from mainline
66642              
66643              counting tr/// corrupts later operation (from M.J.T Guy)
66644      Branch: maint-5.6/perl
66645           !> doop.c t/op/tr.t
66646 ____________________________________________________________________________
66647 [  7333] By: gsar                                  on 2000/10/16  07:59:07
66648         Log: integrate changes#6183..6188 from mainline
66649              
66650              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
66651              <nick@ccl4.org>)
66652              
66653              tweak for change#6127
66654              
66655              remove incorrect documentation about implicit split to @_ in
66656              list context, which never really worked in perl 5 (from
66657              M.J.T. Guy)
66658              
66659              further qualify references to "alphanumeric" (from Wolfgang Laun
66660              <wolfgang.laun@alcatel.at>)
66661              
66662              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
66663              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
66664              
66665              h2xs tweaks
66666      Branch: maint-5.6/perl
66667           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
66668           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
66669           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
66670           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
66671           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
66672           !> pod/pod2latex.PL utils/h2xs.PL
66673 ____________________________________________________________________________
66674 [  7332] By: gsar                                  on 2000/10/16  07:53:52
66675         Log: integrate change#6179 from mainline
66676              
66677              buggy modulus on UVs introduced by change#3378 (resulted in
66678              4063328477 % 65535 amounting to 27406, instead of 27407)
66679      Branch: maint-5.6/perl
66680           !> pp.c t/op/arith.t
66681 ____________________________________________________________________________
66682 [  7331] By: gsar                                  on 2000/10/16  07:52:49
66683         Log: integrate changes#6176,6177,6178,6182 from cfgperl
66684              
66685              Single-quoted utf8 patch from Simon Cozens.
66686              
66687              Substitution utf8 patch from Simon Cozens.
66688              
66689              Be cleaner.
66690              
66691              Be Cleaner Part Deux.
66692      Branch: maint-5.6/perl
66693           !> Makefile.SH pp_hot.c toke.c
66694 ____________________________________________________________________________
66695 [  7330] By: gsar                                  on 2000/10/16  07:41:36
66696         Log: integrate change#6172 from mainline
66697              
66698              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
66699              (from Ilya Zakharevich)
66700      Branch: maint-5.6/perl
66701           !> regexec.c t/op/re_tests
66702 ____________________________________________________________________________
66703 [  7329] By: gsar                                  on 2000/10/16  07:40:25
66704         Log: integrate change#6171 from mainline
66705              
66706              scalar() doesn't force scalar context when used in void context
66707              (from Simon Cozens)
66708      Branch: maint-5.6/perl
66709           !> op.c t/op/wantarray.t
66710 ____________________________________________________________________________
66711 [  7328] By: gsar                                  on 2000/10/16  07:39:33
66712         Log: integrate change#6170 from mainline
66713              
66714              change#6142 needs tweaks to tests to work where there's no
66715              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
66716      Branch: maint-5.6/perl
66717           !> t/lib/filefind.t
66718 ____________________________________________________________________________
66719 [  7327] By: gsar                                  on 2000/10/16  07:35:34
66720         Log: integrate changes#6166..6168 from cfgperl
66721              
66722              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
66723              in case somebody wants to write an extension for more
66724              shadow database interfaces.
66725              
66726              tweak todo
66727              
66728              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
66729      Branch: maint-5.6/perl
66730           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66731           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
66732           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
66733           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
66734           !> win32/config.vc win32/config_H.bc win32/config_H.gc
66735           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
66736 ____________________________________________________________________________
66737 [  7326] By: gsar                                  on 2000/10/16  07:29:05
66738         Log: integrate changes#6157,6159..6161,6164 from cfgperl
66739              
66740              Regen Configure to jive with #6149.
66741              
66742              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
66743              
66744              Changes for the File::Temp 0.08 (change #6159) test suite
66745              to fit better into the Perl distribution test framework.
66746              
66747              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
66748              both from Simon Cozens.
66749              
66750              detypo
66751      Branch: maint-5.6/perl
66752           +> pod/perlmodlib.PL pod/perlnewmod.pod
66753           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
66754           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
66755           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66756           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
66757 ____________________________________________________________________________
66758 [  7325] By: gsar                                  on 2000/10/16  07:25:13
66759         Log: integrate change#6158 from vmsperl
66760              
66761              Add fallback to tmpfile for use in cases where user's relying on
66762              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
66763              Lane's patch)
66764      Branch: maint-5.6/perl
66765           !> vms/vms.c vms/vmsish.h
66766 ____________________________________________________________________________
66767 [  7324] By: gsar                                  on 2000/10/16  07:20:50
66768         Log: integrate changes#6153..6155 from mainline
66769              
66770              prettier Test::Harness output on failed tests (from Nicholas Clark
66771              <nick@Bagpuss.uk.boo.com>)
66772              
66773              avoid type mismatch warning
66774              
66775              small bug in change#6144; remove random \xA0 character that snuck
66776              in via change#6145
66777      Branch: maint-5.6/perl
66778           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
66779           !> perl.c
66780 ____________________________________________________________________________
66781 [  7323] By: gsar                                  on 2000/10/16  07:18:47
66782         Log: integrate changes#6151,6152 from mainline
66783              
66784              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
66785              
66786              cosmetic fixups of RE debug output (from Ilya Zakharevich)
66787      Branch: maint-5.6/perl
66788           !> regexec.c
66789 ____________________________________________________________________________
66790 [  7322] By: gsar                                  on 2000/10/16  07:17:25
66791         Log: integrate changes#6146..6150 from mainline
66792              
66793              doc typo
66794              
66795              add a make entry to Config.pm so "perl -V:make" works on VMS
66796              (from Peter Prymmer)
66797              
66798              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
66799              
66800              OS/2 tweaks for usethreads build (from Rocco Caputo
66801              <troc@netrus.net>)
66802              
66803              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
66804      Branch: maint-5.6/perl
66805           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
66806           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
66807           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
66808           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
66809           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
66810           !> warnings.pl x2p/a2p.h
66811 ____________________________________________________________________________
66812 [  7321] By: gsar                                  on 2000/10/16  07:14:02
66813         Log: integrate changes#6143..6145 from mainline
66814              
66815              MacOS support, part 1 (from Matthias Neeracher
66816              <neeri@iis.ee.ethz.ch>)
66817              
66818              MacOS support, part 2: make AutoSplit use File::Spec instead
66819              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
66820              <neeri@iis.ee.ethz.ch>)
66821              
66822              make xsubpp skip embedded pod (from Matthias Neeracher
66823              <neeri@iis.ee.ethz.ch>)
66824      Branch: maint-5.6/perl
66825           +> ext/DynaLoader/dl_mac.xs
66826           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
66827           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
66828           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
66829           !> pp_ctl.c proto.h toke.c util.c util.h
66830 ____________________________________________________________________________
66831 [  7320] By: gsar                                  on 2000/10/16  07:12:13
66832         Log: integrate changes#6141,6142 from mainline
66833              
66834              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
66835              forwarded by Peter Seebach from the bsdi-users mailing list.
66836              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
66837              
66838              File::Find fails to chdir when chasing symlinks (from
66839              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
66840      Branch: maint-5.6/perl
66841           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
66842 ____________________________________________________________________________
66843 [  7319] By: gsar                                  on 2000/10/16  07:04:30
66844         Log: integrate change#6139 from mainline
66845              
66846              revise mktables.PL for bugs and newness in Unicode 3.0
66847              (from James Bence <jbence@amgen.com>)
66848      Branch: maint-5.6/perl
66849           +> (branch 30 files)
66850           !> (integrate 49 files)
66851 ____________________________________________________________________________
66852 [  7318] By: gsar                                  on 2000/10/16  07:01:01
66853         Log: integrate changes#6137,6138 from mainline
66854              
66855              fix bogus redeclaration warning for "our" variables in different
66856              scopes
66857              
66858              add note about the handling of negative indices to tied arrays
66859              (from Michael G Schwern <schwern@pobox.com>)
66860      Branch: maint-5.6/perl
66861           !> op.c pod/perltie.pod t/pragma/strict-vars
66862 ____________________________________________________________________________
66863 [  7317] By: gsar                                  on 2000/10/16  06:58:46
66864         Log: integrate changes#6127..6136 from mainline
66865              
66866              call_method(...,G_EVAL) can longjmp() out if the method probing
66867              failed (from Gisle Aas)
66868              
66869              new perlxstut example for passing/returning refs to arrays
66870              (from David Lowe <dlowe@pootpoot.com>)
66871              
66872              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
66873              
66874              fix places that mean C<"word" character> but say C<alphanumeric
66875              character>
66876              
66877              avoid warnings in POSIX.pm (from Barrie Slaymaker)
66878              
66879              warnings::enabled() doesn't fall back to looking at $^W if
66880              caller isn't using lexical warnings (from Paul Marquess)
66881              
66882              elide bogus test in change#6132
66883              
66884              make Test::Harness use wait.h/WCOREDUMP if available
66885              (from Ben Tilly <ben_tilly@hotmail.com>)
66886              
66887              enable Test::Harness to dynamically determine column width etc.
66888              (from Rob Napier <rnapier@employees.org>)
66889              
66890              random pod typos (from Peter Scott <Peter@PSDT.com>)
66891      Branch: maint-5.6/perl
66892           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
66893           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
66894           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
66895           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
66896 ____________________________________________________________________________
66897 [  7316] By: gsar                                  on 2000/10/16  06:53:23
66898         Log: integrate change#6126 from mainline
66899              
66900              change#2879 broke rvalue autovivification of magicals such as
66901              ${$num} (reworked variant of patch suggested by Simon Cozens)
66902      Branch: maint-5.6/perl
66903           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
66904           !> pp_hot.c proto.h t/op/gv.t
66905 ____________________________________________________________________________
66906 [  7315] By: gsar                                  on 2000/10/16  06:51:38
66907         Log: integrate changes#6123,6125 from mainline
66908              
66909              clarify gotcha with #line directives (from Rocco Caputo
66910              <troc@netrus.net>)
66911              
66912              enable propagating exception objects via Perl_croak() in XS code
66913              (from Gisle Aas)
66914      Branch: maint-5.6/perl
66915           !> pod/perldebug.pod pod/perlsyn.pod util.c
66916 ____________________________________________________________________________
66917 [  7314] By: gsar                                  on 2000/10/16  06:49:28
66918         Log: integrate change#6122 from mainline
66919              
66920              downgrade fatal error on C<"foo@nosucharray.com"> to optional
66921              warning (from Mark-Jason Dominus)
66922      Branch: maint-5.6/perl
66923           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
66924           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
66925           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
66926           !> toke.c
66927 ____________________________________________________________________________
66928 [  7313] By: gsar                                  on 2000/10/16  06:46:54
66929         Log: integrate changes#6112..6121 from vmsperl
66930              
66931              Check for existence of file before trying to delete
66932              
66933              Ugly workaround for version-specific RTL error
66934              
66935              Urk -- undo previous removal of vmsish 'exit' change
66936              
66937              Add bounds checking for several strings (Charles Lane)
66938              
66939              Miscellaneous cosmetic fixes (Charles Lane)
66940              
66941              Treat sockets as special in sys(read|write) (Charles Lane et al.)
66942              
66943              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
66944              Flatten case labels in switch statements uniformly (Charles Bailey)
66945              
66946              Quiet error messages in vmsish.t (Charles Lane)
66947              
66948              Add missing escape (Charles Lane)
66949              
66950              Allow eliminate_macros() and fixpath() to handle space-delimited
66951              lists (based on fixes by Craig Berry)
66952      Branch: maint-5.6/perl
66953           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
66954           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
66955           !> vms/vmsish.h
66956 ____________________________________________________________________________
66957 [  7312] By: gsar                                  on 2000/10/16  06:41:18
66958         Log: integrate changes#6107,6110 from cfgperl
66959              
66960              Tweak the todo list.
66961              
66962              todo tweak
66963      Branch: maint-5.6/perl
66964           !> Todo-5.6
66965 ____________________________________________________________________________
66966 [  7311] By: gsar                                  on 2000/10/16  06:38:38
66967         Log: integrate changes#6104,6108 from mainline
66968              
66969              PL_sys_intern was being initialized too late on windows
66970              
66971              reenable fake signal handling on Windows, bugs and all
66972      Branch: maint-5.6/perl
66973           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
66974           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
66975           !> win32/win32.c
66976 ____________________________________________________________________________
66977 [  7310] By: gsar                                  on 2000/10/16  06:36:03
66978         Log: integrate changes#6095,6097..6103 from cfgperl
66979              
66980              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
66981              might be useful in future.
66982              
66983              Add a note about possible compilation problems from Allen Smith.
66984              
66985              Add a note about other, yet unsupported, shadow password APIs.
66986              
66987              Tweaks for the cc bugs from Allen Smith.
66988              
66989              More compilation tweakery from Allen Smith.
66990              
66991              Hints and test tweaks for Unicos.
66992              
66993              The test suite tweak in #6101 wasn't quite right.
66994              
66995              Test tweaking for Unicos continues.
66996      Branch: maint-5.6/perl
66997           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66998           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
66999           !> t/lib/complex.t t/op/64bitint.t
67000 ____________________________________________________________________________
67001 [  7309] By: gsar                                  on 2000/10/16  06:29:41
67002         Log: integrate changes#6093,6094 from mainline
67003              
67004              fork() failure to create pseudo process sets errno=EAGAIN and returns
67005              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
67006              
67007              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
67008      Branch: maint-5.6/perl
67009           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
67010           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
67011 ____________________________________________________________________________
67012 [  7308] By: gsar                                  on 2000/10/16  06:27:29
67013         Log: integrate change#6092 from cfgperl
67014              
67015              Regen perltoc with the fixed buildtoc.
67016      Branch: maint-5.6/perl
67017           !> pod/perltoc.pod
67018 ____________________________________________________________________________
67019 [  7307] By: gsar                                  on 2000/10/16  06:26:40
67020         Log: integrate changes#6089,6090 from mainline
67021              
67022              buildtoc tweak to fix newline lossage
67023              
67024              concat doesn't preserve utf8-ness, and doesn't invalidate
67025              [NI]OK; added tests for both
67026      Branch: maint-5.6/perl
67027           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
67028 ____________________________________________________________________________
67029 [  7306] By: gsar                                  on 2000/10/16  06:24:05
67030         Log: integrate change#6088 from cfgperl
67031              
67032              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
67033              because we do not use those.  The HAS_GETSPNAM remains,
67034              though, because we still do use that.
67035      Branch: maint-5.6/perl
67036           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67037           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
67038           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
67039           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
67040           !> win32/config.vc win32/config_H.bc win32/config_H.gc
67041           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
67042 ____________________________________________________________________________
67043 [  7305] By: gsar                                  on 2000/10/16  06:15:52
67044         Log: integrate changes#6084,6085,6087 from mainline
67045              
67046              substr() does not preserve utf8-ness (from Stefan Eissing
67047              <Eissing@medicaldataservice.de>); added tests
67048              
67049              repeat operator (x) doesn't preserve utf8-ness
67050              
67051              reverse() and quotemeta() weren't preserving utf8-ness; add tests
67052      Branch: maint-5.6/perl
67053           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
67054 ____________________________________________________________________________
67055 [  7304] By: gsar                                  on 2000/10/16  06:13:10
67056         Log: integrate changes#6077..6083 from mainline
67057              
67058              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
67059              and Tom Phoenix)
67060              
67061              workaround for CRT bug in chdir() (from Charles Lane, via
67062              Peter Prymmer)
67063              
67064              remove outdated kludge in Carp (NULLs are permitted in diagnostics
67065              now)
67066              
67067              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
67068              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
67069              
67070              better default perlbug categories for ok reports (from Richard Foley)
67071              
67072              peek.t non-portable to ithreads
67073              
67074              note about undocumented caller() return value (from M.J.T. Guy);
67075              yet another peek.t tweak
67076      Branch: maint-5.6/perl
67077           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
67078           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
67079           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
67080           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
67081           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
67082           !> vms/vmsish.h
67083 ____________________________________________________________________________
67084 [  7303] By: gsar                                  on 2000/10/16  06:03:18
67085         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
67086              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
67087              
67088              &HUGE_VAL is not defined, it exists.
67089              
67090              Do not warn that an infinity does not look like a number.
67091              
67092              Rewrite the pwent/spent logic to be a little bit more clearer.
67093              
67094              Continue on the pwent/spent case.
67095              
67096              Correct Freudian slip.
67097              
67098              Use HUGE_VALL if applicable.
67099              
67100              pwent/spent #ifdef imbalance.
67101              
67102              Infinite problems.
67103              
67104              Call getspnam() only iff needd.
67105              
67106              Test both the scalar and list contexts.
67107              
67108              Use setxxent()/endxxent().
67109              
67110              Complex tweakery.
67111              
67112              Unicos hint tweak.
67113              
67114              Be more forgiving in POSIX about HUGE_VALL.
67115              
67116              Detypo.
67117              
67118              The search of infinity continues, this time simplified.
67119              
67120              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
67121              in natively 64-bit platforms where a long is a quad (no need
67122              for long longs).  Also added bias for IVs.
67123              
67124              Complex tweaks.
67125              
67126              Introduce t/lib/peek.t.
67127              
67128              Make the test more portable.
67129      Branch: maint-5.6/perl
67130           +> t/lib/peek.t
67131            ! pp_sys.c
67132           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
67133           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
67134           !> t/op/pwent.t toke.c util.c
67135 ____________________________________________________________________________
67136 [  7302] By: gsar                                  on 2000/10/16  05:03:37
67137         Log: integrate changes#6066..6071 from mainline
67138              
67139              s/END/CHECK/
67140              
67141              replace direct call to sighandler() with (*PL_sighandlerp)()
67142              
67143              note about values()
67144              
67145              File::Spec compatibility update (from Barrie Slaymaker
67146              <barries@slaysys.com>)
67147              
67148              remove misleading comment (from M.J.T. Guy)
67149              
67150              misformatted perllocal.pod (from Tim Jenness
67151              <t.jenness@jach.hawaii.edu>)
67152      Branch: maint-5.6/perl
67153           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
67154           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
67155           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
67156           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
67157 ____________________________________________________________________________
67158 [  7301] By: gsar                                  on 2000/10/16  05:00:08
67159         Log: integrate changes#6061..6063 from mainline
67160              
67161              change#5921 neglected to make eq honor "use bytes"
67162              
67163              additional tests for utf8.t
67164              
67165              tokeq() could read unallocated field in argument
67166      Branch: maint-5.6/perl
67167           !> sv.c t/pragma/utf8.t toke.c
67168 ____________________________________________________________________________
67169 [  7300] By: gsar                                  on 2000/10/16  04:56:54
67170         Log: integrate changes#6046,6048,6057,6058 from mainline
67171              
67172              libscheck has insufficient checks for n32 libs (from
67173              Albert Chin-A-Young <china@thewrittenword.com>)
67174              
67175              add note about how $( doesn't interpolate in REs (from
67176              Philip Newton <newton@ficus.frogspace.net>)
67177              
67178              fix broken parsing of /\x{ab}/
67179              
67180              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
67181              (spotted by Donald Kinzer <dkinzer@premia.com>)
67182      Branch: maint-5.6/perl
67183           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
67184           !> t/pragma/utf8.t
67185 ____________________________________________________________________________
67186 [  7299] By: gsar                                  on 2000/10/16  04:52:50
67187         Log: integrate change#6044 from mainline
67188              
67189              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
67190              such that underscores are only ignored in literal numbers,
67191              "\x{...}", and hex/oct argument
67192      Branch: maint-5.6/perl
67193           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
67194 ____________________________________________________________________________
67195 [  7298] By: gsar                                  on 2000/10/16  04:50:53
67196         Log: integrate changes#6027..6043 from mainline
67197              
67198              podlators-1.02 update (from Russ Allbery)
67199              
67200              Pod::Man generates groff-incompatible macro definition (from
67201              Tom Christiansen)
67202              
67203              add CGI.pm v2.66 (from Lincoln Stein)
67204              
67205              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
67206              for @- and @+ (from Johan Vromans)
67207              
67208              small nits in diagnostics.pm (from Robin Barker)
67209              
67210              whitespace adjustments
67211              
67212              missing files in MANIFEST
67213              
67214              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
67215              to compensate
67216              
67217              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
67218              
67219              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
67220      Branch: maint-5.6/perl
67221           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
67222           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
67223           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
67224           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
67225           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
67226           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
67227           !> t/lib/cgi-html.t t/lib/cgi-request.t
67228 ____________________________________________________________________________
67229 [  7297] By: gsar                                  on 2000/10/16  04:44:30
67230         Log: integrate change#6025 from mainline
67231              
67232              Is{Alnum,Alpha,Word} don't match titlecase
67233              TODO: IsSpace is defined recursively!
67234              (both spotted by Larry)
67235      Branch: maint-5.6/perl
67236           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
67237           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
67238 ____________________________________________________________________________
67239 [  7296] By: gsar                                  on 2000/10/16  04:39:30
67240         Log: integrate change#6023 from mainline
67241              
67242              debugger stomps on $. (from M.J.T. Guy)
67243      Branch: maint-5.6/perl
67244           !> lib/perl5db.pl
67245 ____________________________________________________________________________
67246 [  7295] By: gsar                                  on 2000/10/16  04:38:02
67247         Log: integrate change#6022 from mainline
67248              
67249              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
67250      Branch: maint-5.6/perl
67251           !> sv.c
67252 ____________________________________________________________________________
67253 [  7294] By: gsar                                  on 2000/10/16  04:37:05
67254         Log: integrate changes#6018..6021 from mainline
67255              
67256              make lib/syslog.t portable to systems that don't have _PATH_LOG,
67257              make _PATH_LOG() return "" if unavailable
67258              
67259              windows portability tweaks
67260              
67261              test tweak
67262              
67263              remove Win2K issue in pod (fixed by change#6020)
67264      Branch: maint-5.6/perl
67265           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
67266           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
67267           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
67268 ____________________________________________________________________________
67269 [  7293] By: gsar                                  on 2000/10/16  04:20:00
67270         Log: integrate changes#6013..6015 from mainline
67271              
67272              tweak change#5945 to display correct switch name in diagnostic
67273              
67274              glob() loading File::Glob behind the scenes may cause syntax errors
67275              
67276              tweak test for portability
67277      Branch: maint-5.6/perl
67278           !> op.c perl.c pod/perldiag.pod t/lib/b.t
67279 ____________________________________________________________________________
67280 [  7292] By: gsar                                  on 2000/10/16  04:18:11
67281         Log: integrate changes#6005..6010 from mainline, cfgperl
67282              
67283              perldoc might fail via "use blib" (from Hugo van der Sanden)
67284              
67285              Regen Configure.
67286              
67287              note about compile failures and END blocks (from M.J.T. Guy)
67288              
67289              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
67290              
67291              (change#6009 integrated earlier in change#7255)
67292              
67293              clarify note about shadow password support (from
67294              gellyfish@gellyfish.com)
67295      Branch: maint-5.6/perl
67296           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67297           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
67298           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
67299 ____________________________________________________________________________
67300 [  7291] By: gsar                                  on 2000/10/16  04:12:03
67301         Log: integrate changes#6002,6003 from mainline
67302              
67303              destructive sv_setsv() can lose UV-ness from source, causing
67304              numeric promotions/comparisons to fail to do the right thing
67305              
67306              allow REG_EXPAND_SZ keys in Windows registry (from
67307              John Clayton <John.Clayton@barclayscapital.com>)
67308      Branch: maint-5.6/perl
67309           !> sv.c win32/win32.c
67310 ____________________________________________________________________________
67311 [  7290] By: gsar                                  on 2000/10/16  04:10:19
67312         Log: integrate change#6001 from mainline
67313              
67314              support additional library locations via $Config{otherlibdirs}
67315              (from Andy Dougherty)
67316      Branch: maint-5.6/perl
67317           !> Configure INSTALL Porting/Glossary Porting/config.sh
67318           !> Porting/config_H config_h.SH epoc/config.sh perl.c
67319           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
67320           !> win32/config.bc win32/config.gc win32/config.vc
67321 ____________________________________________________________________________
67322 [  7289] By: gsar                                  on 2000/10/16  04:08:28
67323         Log: integrate change#5999 from mainline
67324              
67325              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
67326      Branch: maint-5.6/perl
67327           !> t/pragma/warn/toke toke.c
67328 ____________________________________________________________________________
67329 [  7288] By: gsar                                  on 2000/10/16  04:07:01
67330         Log: integrate changes#5997,5998 from cfgperl
67331              
67332              Preserve $!.
67333              
67334              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
67335      Branch: maint-5.6/perl
67336           !> lib/Math/Complex.pm
67337 ____________________________________________________________________________
67338 [  7287] By: gsar                                  on 2000/10/16  04:04:37
67339         Log: integrate change#5995 from mainline
67340              
67341              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
67342      Branch: maint-5.6/perl
67343           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
67344 ____________________________________________________________________________
67345 [  7286] By: gsar                                  on 2000/10/16  04:03:21
67346         Log: integrate change#5994 from mainline
67347              
67348              fix for missed accounting for null byte in pack("Z",...) (from
67349              M.J.T. Guy)
67350      Branch: maint-5.6/perl
67351           !> pp.c t/op/pack.t
67352 ____________________________________________________________________________
67353 [  7285] By: gsar                                  on 2000/10/16  04:02:11
67354         Log: integrate changes#5989..5993 from mainline
67355              
67356              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
67357              itself and no other (from Tom Hughes)
67358              
67359              use $ENV{LIB} to search for libs under Visual C compiler
67360              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
67361              
67362              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
67363              
67364              pod nit (from Simon Cozens)
67365              
67366              various minor tweaks seen on p5p
67367      Branch: maint-5.6/perl
67368           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
67369           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
67370           !> t/op/array.t toke.c
67371 ____________________________________________________________________________
67372 [  7284] By: gsar                                  on 2000/10/16  03:59:00
67373         Log: integrate changes#5978..5988 from mainline
67374              
67375              sync version numbers in File::Spec with the ones on CPAN
67376              (from Barrie Slaymaker)
67377              
67378              under useithreads, constant pad entries could inadvertantly be
67379              shared across threads (from Eric Blood <eblood@xmission.com>);
67380              added Eric's test case to testsuite
67381              
67382              allow Configure -S to run non-interactively (spotted by Greg Hudson
67383              <ghudson@mit.edu>)
67384              
67385              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
67386              prototype mismatch with CORE::glob(); update pod and tests to
67387              suit (File::Glob::glob() is still available for backward
67388              compatibility, but should be considered deprecated)
67389              
67390              avoid error in IO::Socket::INET when given an unknown service name
67391              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
67392              
67393              numeric conversion of non-number in change#3378 tramples on
67394              OOK offset, causing segfaults
67395              
67396              attributes::reftype() doesn't work on tied argument
67397              
67398              forked child may not exit correctly if it failed to open
67399              /dev/console (from Graham Barr)
67400              
67401              add regular expressions tutorial and quick-start guide (from
67402              Mark Kvale <kvale@phy.ucsf.edu>)
67403              
67404              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
67405              
67406              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
67407              <paul@miraclefish.com>)
67408      Branch: maint-5.6/perl
67409           +> pod/perlrequick.pod pod/perlretut.pod
67410           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
67411           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
67412           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
67413           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
67414           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67415           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67416           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
67417           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
67418 ____________________________________________________________________________
67419 [  7283] By: gsar                                  on 2000/10/16  03:52:14
67420         Log: integrate change#5977 from mainline
67421              
67422              autoquote barewords followed by newline and arrow properly
67423              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
67424      Branch: maint-5.6/perl
67425           !> t/pragma/warn/toke toke.c
67426 ____________________________________________________________________________
67427 [  7282] By: gsar                                  on 2000/10/16  03:50:48
67428         Log: integrate change#5976 from mainline
67429              
67430              DB_File v1.73 update (from Paul Marquess)
67431      Branch: maint-5.6/perl
67432           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
67433           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
67434 ____________________________________________________________________________
67435 [  7281] By: gsar                                  on 2000/10/16  03:49:14
67436         Log: integrate change#5975 from mainline
67437              
67438              allow sort() reentrancy (variant of patch suggested by
67439              Hugo van der Sanden)
67440      Branch: maint-5.6/perl
67441           !> pp_ctl.c t/op/sort.t
67442 ____________________________________________________________________________
67443 [  7280] By: gsar                                  on 2000/10/16  03:48:22
67444         Log: integrate change#5974 from mainline
67445              
67446              change#4197 somehow missed initializing PL_errors, meaning
67447              syntax error queueing wasn't working outside eval"" at all;
67448              also fixed eval"" to localize PL_error_count, so that compile-time
67449              eval's don't clobber the error state of the outer context
67450      Branch: maint-5.6/perl
67451           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
67452           !> t/pragma/warn/toke
67453 ____________________________________________________________________________
67454 [  7279] By: gsar                                  on 2000/10/16  03:46:21
67455         Log: integrate change#5973 from mainline
67456              
67457              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
67458      Branch: maint-5.6/perl
67459           !> regcomp.c regexec.c t/op/re_tests
67460 ____________________________________________________________________________
67461 [  7278] By: gsar                                  on 2000/10/16  03:44:54
67462         Log: integrate change#5971 from cfgperl
67463              
67464              Unicos tweaks from Mark P. Lutz.
67465      Branch: maint-5.6/perl
67466           !> hints/unicos.sh lib/Math/Complex.pm
67467 ____________________________________________________________________________
67468 [  7277] By: gsar                                  on 2000/10/16  03:42:59
67469         Log: integrate changes#5966..5970 from mainline
67470              
67471              add testsuite for B backends, fix bug in B::Deparse (from
67472              Simon Cozens <simon@brecon.co.uk>)
67473              
67474              improved docs on the warn_uninit diagnostic (from David Glasser
67475              and Simon Cozens)
67476              
67477              tolerate spaces in group names in test on solaris (from David Boyce
67478              <dsb@boyski.com>)
67479              
67480              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
67481              
67482              Data::Dumper fumbles negative numbers on 32-bit platforms where
67483              IV is >32bits
67484      Branch: maint-5.6/perl
67485           +> t/lib/b.t t/lib/syslog.t
67486           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
67487           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
67488           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
67489 ____________________________________________________________________________
67490 [  7276] By: gsar                                  on 2000/10/16  03:39:30
67491         Log: integrate change#5965 from mainline
67492              
67493              avoid "will not stay shared" warnings for our variables (from
67494              Robin Barker)
67495      Branch: maint-5.6/perl
67496           !> op.c t/pragma/warn/op
67497 ____________________________________________________________________________
67498 [  7275] By: gsar                                  on 2000/10/16  03:38:18
67499         Log: integrate change#5964 from mainline
67500              
67501              reformat to 72 columns (again)
67502      Branch: maint-5.6/perl
67503           !> pod/perldiag.pod
67504 ____________________________________________________________________________
67505 [  7274] By: gsar                                  on 2000/10/16  03:36:58
67506         Log: integrate change#5963 from mainline
67507              
67508              patch from Larry to make (\&) prototype work; added tests for
67509              the same
67510      Branch: maint-5.6/perl
67511           !> op.c t/comp/proto.t
67512 ____________________________________________________________________________
67513 [  7273] By: gsar                                  on 2000/10/16  03:35:51
67514         Log: integrate changes#5956..5962 from mainline
67515              
67516              better diagnostics on failed tests (from Ilya Zakharevich)
67517              
67518              pod nits (from A. C. Yardley <yardley@tanet.net>)
67519              
67520              change#3569 deleted some essential code, revert; avoid use of
67521              atexit() to make DynaLoader work properly on AIX under mod_perl
67522              (from Jens-Uwe Mager <jum@helios.de>)
67523              
67524              doubled words in pods (from Simon Cozens
67525              <simon.p.cozens@jp.pwcglobal.com>)
67526              
67527              better INSTALL notes on Solaris issues (from Dominic Dunlop)
67528              
67529              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
67530              
67531              updated README.hpux (from Jeff Okamoto)
67532      Branch: maint-5.6/perl
67533           !> INSTALL README.hpux emacs/cperl-mode.el
67534           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
67535           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
67536           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
67537           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
67538           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
67539           !> t/op/lex_assign.t
67540 ____________________________________________________________________________
67541 [  7272] By: gsar                                  on 2000/10/16  03:31:22
67542         Log: integrate change#5955 from mainline
67543              
67544              longstanding bug exposed by change#3307: sort arguments weren't
67545              compiled with the right wantarray context (ensuing runtime lookup
67546              via block_gimme() was getting the incidental context of the
67547              sort() itself)
67548      Branch: maint-5.6/perl
67549           !> op.c t/op/sort.t
67550 ____________________________________________________________________________
67551 [  7271] By: gsar                                  on 2000/10/16  03:29:11
67552         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
67553              branch
67554              
67555              Flatten the cpp jungle doing the nosuid checking.
67556              
67557              Do not assume sign propagation. (from M.J.T. Guy)
67558              
67559              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
67560              
67561              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
67562              Now pp_ncmp() returns undef is either operand is a NaN.
67563              
67564              On second thoughts frexp() does have two arguments.
67565              
67566              Document that tr() is not tr(1).
67567              
67568              Be more robust on "extreme" (large absolute value)
67569              arguments.  Originally reported by Daniel Connelly
67570              as a problem with asinh() on large negative arguments,
67571              asinh() used to bail out because an argument to log()
67572              ended up being zero.  Ilya Zakharevich proposed using
67573              Taylor's series in such cases, which for such large
67574              arguments is a very good approximation.
67575              
67576              Undo "use integer" addition from 64bitint as it seems
67577              to break most of the subtests in Digital UNIX;
67578              Unicos needs to find another way.
67579      Branch: maint-5.6/perl
67580           !> (integrate 29 files)
67581 ____________________________________________________________________________
67582 [  7270] By: gsar                                  on 2000/10/16  03:09:44
67583         Log: integrate changes#5948,5949,5950 from mainline
67584              
67585              typo in vars.pm that leads to cryptic message (from Piotr
67586              Piatkowski <kompas@kompas.usr.onet.pl>)
67587              
67588              make perldoc use the pod2man from the same version (from
67589              M.J.T. Guy)
67590              
67591              reformat perldiag to avoid long lines
67592      Branch: maint-5.6/perl
67593           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
67594 ____________________________________________________________________________
67595 [  7269] By: gsar                                  on 2000/10/16  03:05:54
67596         Log: integrate change#5947 from mainline
67597              
67598              use &dl_error rather than &dl_load_file as the guard for calling
67599              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
67600              statically built perl)
67601      Branch: maint-5.6/perl
67602           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
67603 ____________________________________________________________________________
67604 [  7268] By: gsar                                  on 2000/10/16  03:04:48
67605         Log: integrate change#5945 from mainline
67606              
67607              make module name mandatory after -M switch; reorder perldiag
67608              alphabetically (from Mark-Jason Dominus)
67609      Branch: maint-5.6/perl
67610           !> perl.c pod/perldiag.pod
67611 ____________________________________________________________________________
67612 [  7267] By: gsar                                  on 2000/10/16  03:03:01
67613         Log: integrate change#5939 from mainline
67614              
67615              more pod nits (from Larry Virden)
67616      Branch: maint-5.6/perl
67617           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
67618           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
67619           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
67620 ____________________________________________________________________________
67621 [  7266] By: gsar                                  on 2000/10/16  03:01:39
67622         Log: integrate change#5938 from mainline
67623              
67624              Consolidated B::Deparse fixes (from Stephen McCamant)
67625      Branch: maint-5.6/perl
67626           !> ext/B/B/Deparse.pm
67627 ____________________________________________________________________________
67628 [  7265] By: gsar                                  on 2000/10/16  03:00:43
67629         Log: integrate change#5936 from mainline
67630              
67631              additional tests for change#7263 (from Paul Marquess)
67632      Branch: maint-5.6/perl
67633           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
67634           !> t/pragma/warn/5nolint t/pragma/warn/6default
67635 ____________________________________________________________________________
67636 [  7264] By: gsar                                  on 2000/10/16  02:58:34
67637         Log: integrate change#5934 from mainline
67638              
67639              propagate lexical warnings from surrounding scope correctly
67640              within string eval() (from Paul Marquess)
67641      Branch: maint-5.6/perl
67642           !> pp_ctl.c t/pragma/warn/pp_ctl
67643 ____________________________________________________________________________
67644 [  7263] By: gsar                                  on 2000/10/16  02:56:53
67645         Log: integrate change#5932 from mainline
67646              
67647              add rsignal(), whichsig() and do_join() to public API list
67648              (mod_perl uses them to good advantage)
67649      Branch: maint-5.6/perl
67650           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
67651 ____________________________________________________________________________
67652 [  7262] By: gsar                                  on 2000/10/16  02:55:53
67653         Log: integrate change#5931 from mainline
67654              
67655              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
67656      Branch: maint-5.6/perl
67657           !> pp_hot.c regexec.c t/op/pat.t
67658 ____________________________________________________________________________
67659 [  7261] By: gsar                                  on 2000/10/16  02:55:01
67660         Log: integrate change#5930 from mainline
67661              
67662              small os390 tweaks (from Peter Prymmer)
67663      Branch: maint-5.6/perl
67664           !> config_h.SH makedepend.SH
67665 ____________________________________________________________________________
67666 [  7260] By: gsar                                  on 2000/10/16  02:54:10
67667         Log: integrate change#5929 from mainline
67668              
67669              pod nits
67670      Branch: maint-5.6/perl
67671           !> pod/perlguts.pod
67672 ____________________________________________________________________________
67673 [  7259] By: gsar                                  on 2000/10/16  02:52:55
67674         Log: integrate change#5927 from mainline
67675              
67676              arrange for next() to resume at the unstack op rather than the
67677              loop conditional, so that scope cleanup happens correctly
67678              (from Stephen McCamant)
67679      Branch: maint-5.6/perl
67680           !> op.c pp_ctl.c t/op/misc.t
67681 ____________________________________________________________________________
67682 [  7258] By: gsar                                  on 2000/10/16  02:51:38
67683         Log: integrate change#5926 from mainline
67684              
67685              on windows, reserve 16M of stack rather than 128M (allows more
67686              threads to run concurrently)
67687      Branch: maint-5.6/perl
67688           !> win32/Makefile win32/makefile.mk
67689 ____________________________________________________________________________
67690 [  7257] By: gsar                                  on 2000/10/16  02:50:37
67691         Log: integrate change#5925 from mainline
67692              
67693              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
67694      Branch: maint-5.6/perl
67695           !> toke.c
67696 ____________________________________________________________________________
67697 [  7256] By: gsar                                  on 2000/10/16  02:49:36
67698         Log: integrate change#5924 from mainline
67699              
67700              avoid using uninitialized memory in require version check
67701      Branch: maint-5.6/perl
67702           !> pp_ctl.c universal.c
67703 ____________________________________________________________________________
67704 [  7255] By: gsar                                  on 2000/10/16  02:48:03
67705         Log: integrate changes#5923,5928,6009 from mainline
67706              
67707              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
67708      Branch: maint-5.6/perl
67709           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
67710 ____________________________________________________________________________
67711 [  7254] By: gsar                                  on 2000/10/16  02:44:46
67712         Log: integrate change#5922 from mainline
67713              
67714              commentary about IoTYPE() (from Nathan Torkington)
67715      Branch: maint-5.6/perl
67716           !> sv.h
67717 ____________________________________________________________________________
67718 [  7253] By: gsar                                  on 2000/10/16  02:43:49
67719         Log: integrate change#5921 from mainline
67720              
67721              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
67722      Branch: maint-5.6/perl
67723           !> sv.c t/lib/charnames.t t/pragma/utf8.t
67724 ____________________________________________________________________________
67725 [  7252] By: gsar                                  on 2000/10/16  02:42:31
67726         Log: integrate change#5920 from mainline
67727              
67728              Larry's fix for buggy propagation of utf8-ness in join(); add test
67729      Branch: maint-5.6/perl
67730           !> doop.c t/op/ver.t
67731 ____________________________________________________________________________
67732 [  7251] By: gsar                                  on 2000/10/16  02:41:14
67733         Log: integrate changes#5915..5919 from mainline
67734              
67735              various (pod tweaks &c)
67736      Branch: maint-5.6/perl
67737           !> (integrate 33 files)
67738 ____________________________________________________________________________
67739 [  7250] By: gsar                                  on 2000/10/16  02:38:16
67740         Log: integrate change#5914 from mainline
67741              
67742              caller() wasn't returning the right number of elements for
67743              eval {...}
67744      Branch: maint-5.6/perl
67745           !> pp_ctl.c t/pragma/warn/9enabled
67746 ____________________________________________________________________________
67747 [  7249] By: gsar                                  on 2000/10/16  02:37:02
67748         Log: integrate change#5913 from mainline
67749              
67750              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
67751              (from Mark-Jason Dominus)
67752      Branch: maint-5.6/perl
67753           !> pod/perlfunc.pod
67754 ____________________________________________________________________________
67755 [  7248] By: gsar                                  on 2000/10/16  02:35:58
67756         Log: integrate change#5912 from mainline
67757              
67758              fix totally broken caching in UNIVERSAL::isa() (from
67759              Nick Ing-Simmons)
67760      Branch: maint-5.6/perl
67761           !> t/op/universal.t universal.c
67762 ____________________________________________________________________________
67763 [  7247] By: gsar                                  on 2000/10/16  02:34:27
67764         Log: integrate changes#5910,5911 from mainline
67765              
67766              typo in pod
67767              
67768              add linebreak properties from unicode/LineBrk.txt (from
67769              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
67770      Branch: maint-5.6/perl
67771           +> (branch 29 files)
67772           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
67773 ____________________________________________________________________________
67774 [  7246] By: gsar                                  on 2000/10/16  02:33:29
67775         Log: integrate change#5909 from mainline
67776              
67777              mode argument to do_binmode() should be file mode, not boolean
67778      Branch: maint-5.6/perl
67779           !> pp_sys.c
67780 ____________________________________________________________________________
67781 [  7245] By: gsar                                  on 2000/10/16  02:31:04
67782         Log: integrate change#5908 from mainline
67783              
67784              introduce illegal symbols into null package so that
67785              gv_fetchpv(...,TRUE) always returns a valid GV even when the
67786              symbol is trapped by strictures (avoids coredumps)
67787      Branch: maint-5.6/perl
67788           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
67789           !> t/pragma/strict-vars
67790 ____________________________________________________________________________
67791 [  7244] By: jhi                                   on 2000/10/16  02:29:54
67792         Log: Subject: $Carp::ExportLevel confusion in Exporter
67793              From: "Ben Tilly" <ben_tilly@hotmail.com>
67794              Date: Sat, 14 Oct 2000 16:44:34 EDT
67795              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
67796      Branch: perl
67797            ! lib/Exporter/Heavy.pm
67798 ____________________________________________________________________________
67799 [  7243] By: jhi                                   on 2000/10/16  02:28:33
67800         Log: Subject: [PATCH perlguts.pod] Document offset hack
67801              From: Simon Cozens <simon@cozens.net>
67802              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
67803              Date: Sat, 14 Oct 2000 19:32:25 +0100
67804      Branch: perl
67805            ! pod/perlguts.pod
67806 ____________________________________________________________________________
67807 [  7242] By: gsar                                  on 2000/10/16  02:26:51
67808         Log: integrate changes#5905,5906,5907,6064 from mainline
67809              
67810              printf/sprintf didn't get quad types right under use64bitint
67811      Branch: maint-5.6/perl
67812           !> pp_sys.c sv.c t/op/64bitint.t
67813 ____________________________________________________________________________
67814 [  7241] By: jhi                                   on 2000/10/16  02:22:44
67815         Log: Subject: small pod patch
67816              From: Dan Boorstein <dan_boo@bellsouth.net>
67817              Date: Sat, 14 Oct 2000 14:29:24 -0400
67818              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
67819      Branch: perl
67820            ! pod/perlfaq7.pod pod/perlmod.pod
67821 ____________________________________________________________________________
67822 [  7240] By: jhi                                   on 2000/10/16  02:13:46
67823         Log: -w cleanup.
67824              
67825              Subject: Re: Problems with bleadperl 
67826              From: "Stephen P. Potter" <spp@ds.net>
67827              Date: Fri, 13 Oct 2000 13:32:49 -0400
67828              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
67829      Branch: perl
67830            ! t/pragma/overload.t
67831 ____________________________________________________________________________
67832 [  7239] By: jhi                                   on 2000/10/16  01:41:18
67833         Log: One more ~utf8 tweak.
67834      Branch: perl
67835            ! t/op/bop.t
67836 ____________________________________________________________________________
67837 [  7238] By: jhi                                   on 2000/10/16  01:34:14
67838         Log: Tweak the test of #7235.
67839      Branch: perl
67840            ! t/op/bop.t
67841 ____________________________________________________________________________
67842 [  7237] By: jhi                                   on 2000/10/16  01:25:04
67843         Log: Fix a couple of compiler-noted nits in #7235.
67844      Branch: perl
67845            ! pp.c
67846 ____________________________________________________________________________
67847 [  7236] By: jhi                                   on 2000/10/16  01:22:46
67848         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
67849      Branch: perl
67850            ! pp.c pp_hot.c
67851 ____________________________________________________________________________
67852 [  7235] By: jhi                                   on 2000/10/15  16:24:44
67853         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
67854              
67855              From: Simon Cozens <simon@cozens.net>
67856              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
67857              Date: Sat, 14 Oct 2000 20:52:13 +0100
67858              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
67859      Branch: perl
67860            ! pp.c t/op/bop.t utf8.h
67861 ____________________________________________________________________________
67862 [  7234] By: jhi                                   on 2000/10/15  15:19:29
67863         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
67864              The problem was that rx->minlen was in chars while pp_split()
67865              thought it would be in bytes. 
67866      Branch: perl
67867            ! pp.c t/pragma/utf8.t
67868 ____________________________________________________________________________
67869 [  7233] By: jhi                                   on 2000/10/14  20:24:24
67870         Log: Document FNCASE=y as discussed in the bug 20000902.009.
67871      Branch: perl
67872            ! README.dos
67873 ____________________________________________________________________________
67874 [  7232] By: jhi                                   on 2000/10/14  18:52:21
67875         Log: Add test for bug id 20000427.003 (which seems to have
67876              been fixed) (also duplicate as 20000427.004, though
67877              with a higher severity).  Move one utf8 from op/append
67878              to pragma/utf8, tag the tests with bug ids.
67879      Branch: perl
67880            ! t/op/append.t t/pragma/utf8.t
67881 ____________________________________________________________________________
67882 [  7231] By: jhi                                   on 2000/10/14  17:28:37
67883         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
67884      Branch: perl
67885            ! t/pragma/utf8.t
67886 ____________________________________________________________________________
67887 [  7230] By: jhi                                   on 2000/10/14  14:24:50
67888         Log: Needs to be conditional on SunOS 4.
67889              
67890              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
67891              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
67892              Date: Sat, 14 Oct 2000 13:37:49 +0100
67893              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
67894      Branch: metaconfig/U/perl
67895            ! End.U
67896      Branch: perl
67897            ! Configure myconfig.SH pod/perldelta.pod
67898 ____________________________________________________________________________
67899 [  7229] By: jhi                                   on 2000/10/14  00:49:22
67900         Log: Update Changes.
67901      Branch: perl
67902            ! Changes patchlevel.h
67903 ____________________________________________________________________________
67904 [  7228] By: jhi                                   on 2000/10/14  00:46:10
67905         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
67906              From: Peter Prymmer <pvhp@forte.com>
67907              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
67908              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
67909      Branch: perl
67910            ! lib/utf8.pm
67911 ____________________________________________________________________________
67912 [  7227] By: jhi                                   on 2000/10/13  23:20:30
67913         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
67914      Branch: perl
67915            ! t/op/tie.t
67916 ____________________________________________________________________________
67917 [  7226] By: jhi                                   on 2000/10/13  22:14:32
67918         Log: Tweak #7225.
67919              
67920              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
67921              From: Peter Prymmer <pvhp@forte.com>
67922              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
67923              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
67924      Branch: perl
67925            ! t/op/sprintf.t
67926 ____________________________________________________________________________
67927 [  7225] By: jhi                                   on 2000/10/13  22:11:31
67928         Log: op/sprintf.t patch for OS/390 (and any other host with limited
67929              floating-point exponent length)
67930              
67931              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
67932              From: Dominic Dunlop <domo@computer.org>
67933              Date: Fri, 13 Oct 2000 19:17:57 +0200
67934              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
67935      Branch: perl
67936            ! t/op/sprintf.t
67937 ____________________________________________________________________________
67938 [  7224] By: jhi                                   on 2000/10/13  18:40:48
67939         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
67940      Branch: perl
67941            ! toke.c
67942 ____________________________________________________________________________
67943 [  7223] By: jhi                                   on 2000/10/13  18:37:13
67944         Log: Thinko in #7222.
67945      Branch: perl
67946            ! utf8.c
67947 ____________________________________________________________________________
67948 [  7222] By: jhi                                   on 2000/10/13  18:05:23
67949         Log: Use UTF8SKIP(), from Simon Cozens.
67950      Branch: perl
67951            ! utf8.c
67952 ____________________________________________________________________________
67953 [  7221] By: jhi                                   on 2000/10/13  15:43:19
67954         Log: (accidentally empty check-in)
67955      Branch: perl
67956            ! utf8.c
67957 ____________________________________________________________________________
67958 [  7220] By: jhi                                   on 2000/10/13  15:23:51
67959         Log: Add (optimistically) Storable to static extensions.
67960      Branch: perl
67961            ! hints/uwin.sh hints/vmesa.sh
67962 ____________________________________________________________________________
67963 [  7219] By: jhi                                   on 2000/10/13  15:20:05
67964         Log: Amdahl UTS doesn't seem to do dynaloading.
67965      Branch: perl
67966            ! hints/uts.sh
67967 ____________________________________________________________________________
67968 [  7218] By: jhi                                   on 2000/10/13  15:15:20
67969         Log: Slight tweak of the code to appease Amdahl UTS cc.
67970      Branch: perl
67971            ! pp.c
67972 ____________________________________________________________________________
67973 [  7217] By: jhi                                   on 2000/10/13  14:50:42
67974         Log: In Amdahl UTS "struct sv" is defined by a system header,
67975              <ksync.h>.
67976      Branch: perl
67977            ! perl.h sv.h
67978 ____________________________________________________________________________
67979 [  7216] By: jhi                                   on 2000/10/13  11:58:25
67980         Log: Ilya implemented the memory profiling API.
67981      Branch: perl
67982            ! Todo
67983 ____________________________________________________________________________
67984 [  7215] By: jhi                                   on 2000/10/13  02:56:38
67985         Log: Subject: [PATCH 5.7.0] Perl API for mstats
67986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67987              Date: Thu, 12 Oct 2000 22:52:40 -0400
67988              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
67989      Branch: perl
67990            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
67991 ____________________________________________________________________________
67992 [  7214] By: jhi                                   on 2000/10/13  02:55:38
67993         Log: Subject: [PATCH 5.7.0] IVs in mtats
67994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67995              Date: Thu, 12 Oct 2000 22:51:04 -0400
67996              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
67997      Branch: perl
67998            ! malloc.c perl.h
67999 ____________________________________________________________________________
68000 [  7213] By: jhi                                   on 2000/10/13  02:31:47
68001         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
68002      Branch: perl
68003            ! pod/perldiag.pod pp_sys.c
68004 ____________________________________________________________________________
68005 [  7212] By: jhi                                   on 2000/10/13  01:27:38
68006         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
68007              From: Peter Prymmer <pvhp@forte.com>
68008              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
68009              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
68010      Branch: perl
68011            ! t/op/oct.t
68012 ____________________________________________________________________________
68013 [  7211] By: jhi                                   on 2000/10/13  00:35:09
68014         Log: Update Changes.
68015      Branch: perl
68016            ! Changes patchlevel.h
68017 ____________________________________________________________________________
68018 [  7210] By: jhi                                   on 2000/10/12  23:59:40
68019         Log: The Install.pm third of
68020              
68021              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
68022              From: Bill Campbell <bill@celestial.com>
68023              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
68024              Date: Thu, 5 Oct 2000 18:04:51 -0700
68025      Branch: perl
68026            ! lib/ExtUtils/Install.pm
68027 ____________________________________________________________________________
68028 [  7209] By: jhi                                   on 2000/10/12  23:58:43
68029         Log: Two thirds of
68030              
68031              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
68032              Date: Thu, 5 Oct 2000 18:04:51 -0700
68033              From: Bill Campbell <bill@celestial.com>
68034              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
68035              
68036              The Install.pm changes will be submitted separately because
68037              they need some work and discussion still.
68038      Branch: perl
68039            ! lib/getopts.pl lib/termcap.pl
68040 ____________________________________________________________________________
68041 [  7208] By: jhi                                   on 2000/10/12  23:41:19
68042         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
68043              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68044              Date:     Thu, 12 Oct 2000 07:30:02 EDT
68045              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
68046      Branch: perl
68047            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
68048            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
68049 ____________________________________________________________________________
68050 [  7207] By: jhi                                   on 2000/10/12  23:39:01
68051         Log: An updated EBCDIC tr patch.
68052              
68053              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
68054              From: Peter Prymmer <pvhp@forte.com>
68055              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
68056              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
68057      Branch: perl
68058            ! t/op/tr.t
68059 ____________________________________________________________________________
68060 [  7206] By: jhi                                   on 2000/10/12  23:34:55
68061         Log: Upgrade to CPAN 1.58, from Andreas König.
68062      Branch: perl
68063            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
68064 ____________________________________________________________________________
68065 [  7205] By: jhi                                   on 2000/10/12  23:29:08
68066         Log: Introduce the man[24-8] variables, from Andy Dougherty.
68067      Branch: metaconfig/U/perl
68068            + mandirs.U mandirstyle.U
68069      Branch: perl
68070            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68071            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
68072            ! vos/config.h vos/config.pl vos/config_h.SH_orig
68073            ! win32/config.bc win32/config.gc win32/config.vc
68074 ____________________________________________________________________________
68075 [  7204] By: gsar                                  on 2000/10/12  18:11:24
68076         Log: restore change#7202
68077      Branch: perl
68078            ! mg.c
68079 ____________________________________________________________________________
68080 [  7203] By: gsar                                  on 2000/10/12  18:09:40
68081         Log: another test of the Emergency Broadcast System--back out 
68082              change#7202
68083      Branch: perl
68084            ! mg.c
68085 ____________________________________________________________________________
68086 [  7202] By: gsar                                  on 2000/10/12  16:40:47
68087         Log: (submitted on behalf of Jarkko)
68088              Fix the lib/encode.t subtest 6 failure as reported by Andreas
68089              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
68090              was unearthed by change 7182, as was a bug in HTML::Entities.
68091      Branch: perl
68092            ! mg.c
68093 ____________________________________________________________________________
68094 [  7201] By: jhi                                   on 2000/10/11  03:16:05
68095         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
68096      Branch: perl
68097            ! pp_hot.c t/pragma/utf8.t
68098 ____________________________________________________________________________
68099 [  7200] By: jhi                                   on 2000/10/11  00:40:30
68100         Log: The #7198 was a false alarm.
68101      Branch: perl
68102            ! pp_hot.c
68103 ____________________________________________________________________________
68104 [  7199] By: jhi                                   on 2000/10/11  00:26:04
68105         Log: Remove duplicated code.
68106      Branch: perl
68107            ! t/lib/cgi-html.t
68108 ____________________________________________________________________________
68109 [  7198] By: jhi                                   on 2000/10/10  23:30:46
68110         Log: (Retracted by #7200.)
68111      Branch: perl
68112            ! pp_hot.c
68113 ____________________________________________________________________________
68114 [  7197] By: jhi                                   on 2000/10/10  21:49:30
68115         Log: Add the test case for #7190, from the original bug report
68116              by Andreas König.
68117      Branch: perl
68118            ! t/pragma/utf8.t
68119 ____________________________________________________________________________
68120 [  7196] By: jhi                                   on 2000/10/10  21:40:49
68121         Log: Reapply Andy's patch and regen Configure.
68122      Branch: perl
68123            ! Configure INSTALL Makefile.SH Porting/Glossary
68124            ! Porting/config.sh config_h.SH epoc/config.sh installperl
68125            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
68126            ! win32/config.vc
68127 ____________________________________________________________________________
68128 [  7195] By: jhi                                   on 2000/10/10  21:09:30
68129         Log: Use the versiononly instead of the installscripts,
68130              retract the changes 7146 and 7147.
68131      Branch: perl
68132            ! Configure INSTALL Makefile.SH Porting/Glossary
68133            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
68134            ! installperl uconfig.sh vos/config.def win32/config.bc
68135            ! win32/config.gc win32/config.vc
68136 ____________________________________________________________________________
68137 [  7194] By: jhi                                   on 2000/10/10  21:06:15
68138         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
68139              From: Peter Prymmer <pvhp@forte.com>
68140              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
68141              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
68142      Branch: perl
68143            ! t/op/ver.t
68144 ____________________________________________________________________________
68145 [  7193] By: jhi                                   on 2000/10/10  21:05:12
68146         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
68147              From: Peter Prymmer <pvhp@forte.com>
68148              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
68149              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
68150      Branch: perl
68151            ! t/op/tr.t
68152 ____________________________________________________________________________
68153 [  7192] By: jhi                                   on 2000/10/10  20:57:30
68154         Log: Add versiononly, delete installscripts, from Andy Dougherty.
68155      Branch: metaconfig
68156            - U/installdirs/installscripts.U
68157      Branch: metaconfig/U/perl
68158            + versiononly.U
68159 ____________________________________________________________________________
68160 [  7191] By: jhi                                   on 2000/10/10  19:41:21
68161         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
68162              From: Peter Prymmer <pvhp@forte.com>
68163              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
68164              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
68165      Branch: perl
68166            ! pod/perlebcdic.pod
68167 ____________________________________________________________________________
68168 [  7190] By: jhi                                   on 2000/10/10  19:26:14
68169         Log: Subject: Re: utf8 concat, mg_get
68170              From: Simon Cozens <simon@cozens.net>
68171              Date: Tue, 10 Oct 2000 17:40:17 +0100
68172              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
68173      Branch: perl
68174            ! pp_hot.c
68175 ____________________________________________________________________________
68176 [  7189] By: jhi                                   on 2000/10/10  19:23:03
68177         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
68178              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
68179              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
68180              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
68181      Branch: perl
68182            ! lib/ExtUtils/MM_Unix.pm
68183 ____________________________________________________________________________
68184 [  7188] By: jhi                                   on 2000/10/10  15:31:24
68185         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
68186              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
68187              Date: Fri, 14 Jul 2000 10:47:36 +0100
68188              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
68189      Branch: perl
68190            ! README.win32
68191 ____________________________________________________________________________
68192 [  7187] By: jhi                                   on 2000/10/10  13:30:10
68193         Log: Quote the temp file name, needed in Win32 because the
68194              default name unfortunately contains spaces, shouldn't
68195              hurt elsewhere.
68196              
68197              Subject: FW: perldoc fails if $TEMP contains spaces
68198              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
68199              Date: Thu, 14 Sep 2000 08:58:45 +0100
68200              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
68201      Branch: perl
68202            ! utils/perldoc.PL
68203 ____________________________________________________________________________
68204 [  7186] By: jhi                                   on 2000/10/10  13:16:27
68205         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
68206              From: hv@hugo.hybyte.com
68207              Date: Tue, 10 Oct 2000 14:10:20 +0100
68208              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
68209      Branch: perl
68210            ! t/lib/thr5005.t util.c
68211 ____________________________________________________________________________
68212 [  7185] By: jhi                                   on 2000/10/10  12:06:22
68213         Log: Upgrade to podlators 1.04, from Russ Allbery.
68214      Branch: perl
68215            ! lib/Pod/Man.pm lib/Pod/Text.pm
68216 ____________________________________________________________________________
68217 [  7184] By: jhi                                   on 2000/10/10  12:01:32
68218         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
68219      Branch: perl
68220            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
68221 ____________________________________________________________________________
68222 [  7183] By: jhi                                   on 2000/10/09  23:47:15
68223         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
68224              From: Peter Prymmer <pvhp@forte.com>
68225              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
68226              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
68227      Branch: perl
68228            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
68229 ____________________________________________________________________________
68230 [  7182] By: jhi                                   on 2000/10/09  23:43:16
68231         Log: Make eq work again with utf8 (disabling the upgrading
68232              should no more be necessary since the copies of the
68233              scalars are upgraded, not the scalars themselves).
68234              Takes care of ID 20001009.001.  (The claimed length()
68235              bug in 20001009.001 seems bogus to me.)
68236      Branch: perl
68237            ! sv.c t/pragma/utf8.t
68238 ____________________________________________________________________________
68239 [  7181] By: gsar                                  on 2000/10/09  19:41:54
68240         Log: tweak for change#7173
68241      Branch: perl
68242            ! win32/win32sck.c
68243 ____________________________________________________________________________
68244 [  7180] By: gsar                                  on 2000/10/09  19:26:56
68245         Log: on Windows, clean targets might not work under some flavors of the shell
68246      Branch: perl
68247            ! win32/Makefile win32/makefile.mk
68248 ____________________________________________________________________________
68249 [  7179] By: jhi                                   on 2000/10/09  19:21:02
68250         Log: Update Changes.
68251      Branch: perl
68252            ! Changes patchlevel.h
68253 ____________________________________________________________________________
68254 [  7178] By: jhi                                   on 2000/10/09  19:18:23
68255         Log: Warn about unknown scripts.
68256              
68257              Subject: Re: ideas? patches? [PATCH bleadperl]
68258              From: Dominic Dunlop <domo@computer.org>
68259              Date: Mon, 9 Oct 2000 14:57:17 +0200
68260              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
68261      Branch: perl
68262            ! lib/charnames.pm
68263 ____________________________________________________________________________
68264 [  7177] By: jhi                                   on 2000/10/09  19:13:27
68265         Log: Change #7160 had a nasty typo.
68266      Branch: metaconfig
68267            ! U/compline/Compile.U
68268      Branch: perl
68269            ! Configure config_h.SH
68270 ____________________________________________________________________________
68271 [  7176] By: gsar                                  on 2000/10/09  18:59:33
68272         Log: pod nit
68273      Branch: perl
68274            ! pod/perlport.pod
68275 ____________________________________________________________________________
68276 [  7175] By: gsar                                  on 2000/10/09  18:54:28
68277         Log: Windows9x doesn't support link(), despite what Config.pm
68278              might think
68279      Branch: perl
68280            ! lib/ExtUtils/Manifest.pm
68281 ____________________________________________________________________________
68282 [  7174] By: gsar                                  on 2000/10/09  18:50:03
68283         Log: avoid nonportable example code
68284      Branch: perl
68285            ! lib/File/Copy.pm
68286 ____________________________________________________________________________
68287 [  7173] By: gsar                                  on 2000/10/09  18:46:54
68288         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
68289              being used) when closing a socket handle
68290      Branch: perl
68291            ! win32/win32.c win32/win32.h win32/win32sck.c
68292 ____________________________________________________________________________
68293 [  7172] By: gsar                                  on 2000/10/09  18:41:40
68294         Log: on Windows, cwd strings in the environment should be of the
68295              form =X:=X:\foo instead of =X=X:\foo\
68296      Branch: perl
68297            ! win32/vdir.h
68298 ____________________________________________________________________________
68299 [  7171] By: gsar                                  on 2000/10/09  18:30:09
68300         Log: on Windows, LoadLibrary() could load an extension DLL multiple
68301              times if forward slashes are used in the path
68302      Branch: perl
68303            ! win32/win32.c
68304 ____________________________________________________________________________
68305 [  7170] By: jhi                                   on 2000/10/09  17:53:59
68306         Log: Add a todo note about overloadable assertions.
68307      Branch: perl
68308            ! Todo-5.6
68309 ____________________________________________________________________________
68310 [  7169] By: jhi                                   on 2000/10/09  13:43:45
68311         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
68312              From: mjd@plover.com
68313              Date: 9 Oct 2000 00:24:44 -0000
68314              Message-ID: <20001009002444.10616.qmail@plover.com>
68315      Branch: perl
68316            ! pod/perldebguts.pod
68317 ____________________________________________________________________________
68318 [  7168] By: nick                                  on 2000/10/08  13:16:33
68319         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
68320              is not right thing to do on (e.g. x86). Network order is also "right" for
68321              X fonts.
68322      Branch: perl
68323            ! ext/Encode/Encode.pm
68324 ____________________________________________________________________________
68325 [  7167] By: nick                                  on 2000/10/08  12:54:42
68326         Log: Make "encodings" work post-install when Encode/*.enc files may not
68327              be in same directory as Encode.pm
68328      Branch: perl
68329            ! ext/Encode/Encode.pm
68330 ____________________________________________________________________________
68331 [  7166] By: nick                                  on 2000/10/08  11:51:26
68332         Log: Work round the fact that $hash->{$key} does not take into account
68333              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
68334              so that key is always in the "expected" encoding - i.e. same way we put
68335              it in the hash.
68336      Branch: perl
68337            ! ext/Encode/Encode.pm
68338 ____________________________________________________________________________
68339 [  7165] By: gsar                                  on 2000/10/08  04:15:29
68340         Log: save_re_context() could reset PL_curcop to freed memory, causing core
68341              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
68342      Branch: perl
68343            ! pp_ctl.c
68344 ____________________________________________________________________________
68345 [  7164] By: jhi                                   on 2000/10/06  20:51:48
68346         Log: UTF8ize split() so that the cloned substrings get the UTF8
68347              flag of the original scalar.  Problem reported by Simon Cozens.
68348      Branch: perl
68349            ! pp.c t/pragma/utf8.t
68350 ____________________________________________________________________________
68351 [  7163] By: nick                                  on 2000/10/06  20:48:34
68352         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
68353              got a false +ve and so did not reach code which would have un-FAKEd the SV.
68354      Branch: perl
68355            ! sv.c
68356 ____________________________________________________________________________
68357 [  7162] By: nick                                  on 2000/10/06  20:25:37
68358         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
68359              To fix  (sort {$a <=> $b} keys %hash) in particular but
68360              should cover a number of other as-yet-unknown cases as well.
68361      Branch: perl
68362            ! sv.c
68363 ____________________________________________________________________________
68364 [  7161] By: jhi                                   on 2000/10/06  19:56:18
68365         Log: Change the version number of Tie::Handle in the core to 4.0,
68366              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
68367              
68368              Subject: Note on Tie::Handle
68369              From: andreas.koenig@anima.de (Andreas J. Koenig)
68370              Date:      06 Oct 2000 21:48:58 +0200
68371              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
68372      Branch: perl
68373            ! lib/Tie/Handle.pm
68374 ____________________________________________________________________________
68375 [  7160] By: jhi                                   on 2000/10/06  18:20:35
68376         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
68377              as the first option of cc/ld because of ultrapicky compilers
68378              (e.g. OS/390 R2.5)
68379      Branch: metaconfig
68380            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
68381            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
68382            ! U/compline/orderlib.U U/modified/Cppsym.U
68383            ! U/modified/d_access.U
68384      Branch: metaconfig/U/perl
68385            ! Checkcc.U d_dlsymun.U gccvers.U
68386      Branch: perl
68387            ! Configure config_h.SH
68388 ____________________________________________________________________________
68389 [  7159] By: jhi                                   on 2000/10/06  13:56:39
68390         Log: Update Changes.
68391      Branch: perl
68392            ! Changes patchlevel.h
68393 ____________________________________________________________________________
68394 [  7158] By: jhi                                   on 2000/10/06  12:48:40
68395         Log: Eliminate $Is_VMS code from the test.
68396              
68397              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
68398              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68399              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
68400              Date:     Thu, 5 Oct 2000 07:46:33 EDT
68401      Branch: perl
68402            ! t/lib/b.t
68403 ____________________________________________________________________________
68404 [  7157] By: jhi                                   on 2000/10/06  12:47:13
68405         Log: Also the $ccflags is needed for the C compiler check.
68406              
68407              Subject: Configure (check for C-compiler)
68408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68409              Date: Fri, 06 Oct 2000 08:47:15 +0200
68410              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
68411      Branch: metaconfig/U/perl
68412            ! Checkcc.U
68413      Branch: perl
68414            ! Configure config_h.SH
68415 ____________________________________________________________________________
68416 [  7156] By: jhi                                   on 2000/10/06  11:45:15
68417         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
68418      Branch: perl
68419            ! perl.c pp_ctl.c sv.h utf8.c
68420 ____________________________________________________________________________
68421 [  7155] By: jhi                                   on 2000/10/06  11:40:41
68422         Log: IO::Handle->syswrite() did not handle length omission
68423              like CORE::syswrite() does.
68424              
68425              Subject: [Fwd] IO::Handle, syswrite and arguments
68426              From: Graham Barr <gbarr@pobox.com>
68427              Date: Fri, 6 Oct 2000 10:22:05 +0100
68428              Message-ID: <20001006102205.U6312@pobox.com>
68429              
68430              The original patch from andrew@ugh.net.au.
68431      Branch: perl
68432            ! ext/IO/lib/IO/Handle.pm
68433 ____________________________________________________________________________
68434 [  7154] By: jhi                                   on 2000/10/06  01:42:15
68435         Log: Tweak #7153.
68436      Branch: perl
68437            ! utf8.h
68438 ____________________________________________________________________________
68439 [  7153] By: jhi                                   on 2000/10/06  00:39:55
68440         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
68441      Branch: perl
68442            ! utf8.h
68443 ____________________________________________________________________________
68444 [  7152] By: jhi                                   on 2000/10/06  00:38:11
68445         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
68446      Branch: perl
68447            ! perl.c pp_ctl.c sv.h utf8.c
68448 ____________________________________________________________________________
68449 [  7151] By: jhi                                   on 2000/10/06  00:36:38
68450         Log: Subject: Re: Questions about Tie::Array and perl modules
68451              From: Nick Ing-Simmons <nik@tiuk.ti.com>
68452              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
68453              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
68454              
68455              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
68456      Branch: perl
68457            ! lib/Tie/Array.pm t/op/array.t
68458 ____________________________________________________________________________
68459 [  7150] By: jhi                                   on 2000/10/05  00:20:45
68460         Log: Regen Changes.
68461      Branch: perl
68462            ! Changes patchlevel.h
68463 ____________________________________________________________________________
68464 [  7149] By: jhi                                   on 2000/10/05  00:20:01
68465         Log: Regen toc.
68466      Branch: perl
68467            ! pod/perltoc.pod
68468 ____________________________________________________________________________
68469 [  7148] By: jhi                                   on 2000/10/04  23:35:08
68470         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
68471              reported several times by Dominic Dunlop, for example in
68472              ID 20000315.008.  Patch from Dominic.  Patch affects at
68473              least MachTen, and possibly other oldish BSDs. Should not
68474              break non-broken platforms (tested on LinuxPPC). 
68475      Branch: perl
68476            ! doio.c
68477 ____________________________________________________________________________
68478 [  7147] By: jhi                                   on 2000/10/04  23:26:34
68479         Log: The one that got away from 7146.
68480      Branch: metaconfig
68481            + U/installdirs/installscripts.U
68482 ____________________________________________________________________________
68483 [  7146] By: jhi                                   on 2000/10/04  23:25:04
68484         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
68485              suggested by H. Merijn Brand.
68486      Branch: perl
68487            ! Configure INSTALL Makefile.SH Porting/Glossary
68488            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
68489            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
68490            ! win32/config.vc
68491 ____________________________________________________________________________
68492 [  7145] By: jhi                                   on 2000/10/04  22:08:21
68493         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
68494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68495              Date: Wed, 4 Oct 2000 17:37:46 -0400
68496              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
68497      Branch: perl
68498            ! utils/h2xs.PL
68499 ____________________________________________________________________________
68500 [  7144] By: jhi                                   on 2000/10/04  18:11:41
68501         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
68502              From: Jeff Pinyan <jeffp@crusoe.net>
68503              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
68504              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
68505      Branch: perl
68506            ! pod/perlrun.pod
68507 ____________________________________________________________________________
68508 [  7143] By: jhi                                   on 2000/10/04  18:09:58
68509         Log: Subject: perlhack.pod Patch for Externals Tools
68510              From: Fisher Mark <fisherm@tce.com>
68511              Date: Tue, 3 Oct 2000 15:43:27 -0500 
68512              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
68513      Branch: perl
68514            ! pod/perlhack.pod
68515 ____________________________________________________________________________
68516 [  7142] By: jhi                                   on 2000/10/04  18:08:41
68517         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
68518              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68519              Date:     Wed, 4 Oct 2000 12:11:11 EDT
68520              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
68521      Branch: perl
68522            ! vms/vms.c
68523 ____________________________________________________________________________
68524 [  7141] By: jhi                                   on 2000/10/04  12:20:16
68525         Log: Subject: [PATCH 5.7.0] h2xs not working
68526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68527              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
68528              Date: Tue, 3 Oct 2000 21:43:01 -0400
68529              
68530              Subject: [PATCH 5.7.0] h2xs not documenting the created module
68531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68532              Date: Tue, 3 Oct 2000 22:55:19 -0400
68533              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
68534      Branch: perl
68535            ! utils/h2xs.PL
68536 ____________________________________________________________________________
68537 [  7140] By: jhi                                   on 2000/10/04  11:53:44
68538         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
68539              From: nick@babyhippo.com
68540              Date: Wed, 4 Oct 2000 12:06:45 +0100
68541              Message-Id: <20001004120645.A7356@babyhippo.com>
68542              
68543              Retract 7118 and 7135.
68544      Branch: perl
68545            ! installman installperl op.c t/pragma/subs.t
68546 ____________________________________________________________________________
68547 [  7139] By: jhi                                   on 2000/10/03  22:09:41
68548         Log: It is possible to have no hosts database at all.  Pointed out in
68549              
68550              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
68551              From: Peter Prymmer <pvhp@forte.com>
68552              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
68553              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
68554      Branch: metaconfig
68555            ! U/modified/myhostname.U
68556      Branch: perl
68557            ! Configure config_h.SH
68558 ____________________________________________________________________________
68559 [  7138] By: jhi                                   on 2000/10/03  21:49:49
68560         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
68561              From: Peter Prymmer <pvhp@forte.com>
68562              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
68563              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
68564      Branch: perl
68565            ! pp_sys.c
68566 ____________________________________________________________________________
68567 [  7137] By: jhi                                   on 2000/10/03  20:10:05
68568         Log: One remaining nit less at the VMS mailbox sizing.
68569      Branch: perl
68570            ! vms/vms.c
68571 ____________________________________________________________________________
68572 [  7136] By: jhi                                   on 2000/10/03  20:08:47
68573         Log: Test harness update to sync with the new perlcc,
68574              from Simon Cozens.
68575      Branch: perl
68576            ! t/TEST t/UTEST
68577 ____________________________________________________________________________
68578 [  7135] By: jhi                                   on 2000/10/03  15:15:42
68579         Log: Subject: Re: PATCH for 20001003.004
68580              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
68581              From: "AARON B. DOSSETT" <aaron@iglou.com>
68582              Message-Id: <E13gTay-0006od-00@iglou.com>
68583      Branch: perl
68584            ! installman installperl
68585 ____________________________________________________________________________
68586 [  7134] By: jhi                                   on 2000/10/03  15:00:34
68587         Log: Subject: [ID 20001003.006] B::Debug not -w clean
68588              From: Nicholas Clark <nick@babyhippo.co.uk>
68589              Date: Tue, 03 Oct 2000 15:46:32 +0100
68590              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
68591      Branch: perl
68592            ! ext/B/B/Debug.pm
68593 ____________________________________________________________________________
68594 [  7133] By: jhi                                   on 2000/10/03  14:58:39
68595         Log: Scale down the VMS message boxes, by Charles Lane.
68596              Fix for ID 20000903.009, workaround at
68597              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
68598      Branch: perl
68599            ! vms/vms.c
68600 ____________________________________________________________________________
68601 [  7132] By: jhi                                   on 2000/10/03  11:20:37
68602         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
68603      Branch: perl
68604            + t/lib/st-lock.t t/lib/st-utf8.t
68605            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
68606            ! ext/Storable/Storable.xs t/lib/st-recurse.t
68607 ____________________________________________________________________________
68608 [  7131] By: jhi                                   on 2000/10/03  03:38:23
68609         Log: Encode nits.
68610      Branch: perl
68611            ! MANIFEST Makefile.SH
68612 ____________________________________________________________________________
68613 [  7130] By: jhi                                   on 2000/10/03  03:31:05
68614         Log: Update Changes.
68615      Branch: perl
68616            ! Changes patchlevel.h
68617 ____________________________________________________________________________
68618 [  7129] By: jhi                                   on 2000/10/03  02:24:02
68619         Log: Misplaced else.
68620      Branch: metaconfig/U/perl
68621            ! d_strtoll.U
68622      Branch: perl
68623            ! Configure config_h.SH
68624 ____________________________________________________________________________
68625 [  7128] By: jhi                                   on 2000/10/03  02:08:29
68626         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
68627              From: sthoenna@efn.org
68628              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
68629              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
68630      Branch: metaconfig/U/perl
68631            ! d_strtoll.U
68632      Branch: perl
68633            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
68634 ____________________________________________________________________________
68635 [  7127] By: jhi                                   on 2000/10/03  01:13:14
68636         Log: Update Changes.
68637      Branch: perl
68638            ! Changes patchlevel.h
68639 ____________________________________________________________________________
68640 [  7126] By: jhi                                   on 2000/10/03  00:57:08
68641         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
68642              as suggested by Olaf Flebbe and Nick Clark.
68643      Branch: perl
68644            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
68645 ____________________________________________________________________________
68646 [  7125] By: jhi                                   on 2000/10/03  00:50:56
68647         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
68648              From: Nick Clark <nick@plum.flirble.org>
68649              Date: Mon, 2 Oct 2000 11:03:24 +0100
68650              Message-Id: <20001002110324.D20073@plum.flirble.org>
68651              
68652              Also fixes bug ID 20001002.005.
68653      Branch: perl
68654            ! t/lib/encode.t
68655 ____________________________________________________________________________
68656 [  7124] By: jhi                                   on 2000/10/03  00:34:59
68657         Log: Subject: [PATCH 5.7.0] Epoc update
68658              From: Olaf Flebbe <o.flebbe@gmx.de>
68659              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
68660              Message-ID: <26423.969484586@www10.gmx.net>
68661      Branch: perl
68662            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
68663            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
68664            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
68665            ! util.c util.h
68666 ____________________________________________________________________________
68667 [  7123] By: jhi                                   on 2000/10/03  00:30:07
68668         Log: Regen headers.
68669      Branch: perl
68670            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
68671 ____________________________________________________________________________
68672 [  7122] By: jhi                                   on 2000/10/03  00:10:48
68673         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
68674      Branch: perl
68675            ! hints/openbsd.sh
68676 ____________________________________________________________________________
68677 [  7121] By: jhi                                   on 2000/10/03  00:05:06
68678         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
68679              From: <abigail@foad.org>
68680              Date: Tue, 26 Sep 2000 13:36:14 -0400
68681              Message-ID: <20000926173614.4356.qmail@foad.org>
68682      Branch: perl
68683            ! pod/perlop.pod
68684 ____________________________________________________________________________
68685 [  7120] By: jhi                                   on 2000/10/03  00:04:00
68686         Log: Inside require() $^S was always left undefined.
68687              
68688              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
68689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68690              Date: Wed, 27 Sep 2000 18:54:49 -0400
68691              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
68692      Branch: perl
68693            ! cop.h mg.c pp_ctl.c util.c
68694 ____________________________________________________________________________
68695 [  7119] By: jhi                                   on 2000/10/03  00:00:16
68696         Log: Subject: [PATCH] DLL not restartabke with threaded perl
68697              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
68698              Date: Thu, 28 Sep 2000 09:20:46 +0100
68699              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
68700      Branch: perl
68701            ! perl.c
68702 ____________________________________________________________________________
68703 [  7118] By: jhi                                   on 2000/10/02  23:59:20
68704         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
68705              From: Nicholas Clark <nick@ccl4.org>
68706              Date: Thu, 28 Sep 2000 11:52:24 +0100
68707              Message-ID: <20000928115224.D7924@plum.flirble.org>
68708      Branch: perl
68709            ! op.c
68710 ____________________________________________________________________________
68711 [  7117] By: jhi                                   on 2000/10/02  23:57:51
68712         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
68713              From: Nicholas Clark <nick@babyhippo.co.uk>
68714              Date: Thu, 28 Sep 2000 12:18:10 +0100
68715              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
68716              
68717              Did not apply cleanly, manual intervention was needed.
68718      Branch: perl
68719            ! ext/B/B/Bytecode.pm utils/perlcc.PL
68720 ____________________________________________________________________________
68721 [  7116] By: jhi                                   on 2000/10/02  23:50:40
68722         Log: Document the issue (is not a syntax error, kind of)
68723              
68724              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
68725              From: Nicholas Clark <nick@ccl4.org>
68726              Date: Thu, 28 Sep 2000 17:12:42 +0100
68727              Message-ID: <20000928171242.K7924@plum.flirble.org>
68728      Branch: perl
68729            ! pod/perldata.pod
68730 ____________________________________________________________________________
68731 [  7115] By: jhi                                   on 2000/10/02  23:48:58
68732         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
68733              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68734              Date: Thu, 28 Sep 2000 21:55:31 -0400
68735              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
68736      Branch: perl
68737            ! regexec.c
68738 ____________________________________________________________________________
68739 [  7114] By: jhi                                   on 2000/10/02  23:47:57
68740         Log: Subject: DOC PATCH 5.6.0
68741              From: mjd@plover.com
68742              Date: 30 Sep 2000 06:02:34 -0000
68743              Message-ID: <20000930060234.4559.qmail@plover.com>
68744      Branch: perl
68745            ! pod/perldebguts.pod
68746 ____________________________________________________________________________
68747 [  7113] By: jhi                                   on 2000/10/02  23:46:43
68748         Log: SOCK_DGRAM and listen() do not mix as reported in
68749              
68750              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
68751              From: Petter Reinholdtsen <pere@hungry.com>
68752              Date: Sun, 1 Oct 2000 10:57:20 +0800
68753              Message-Id: <200010010257.KAA05735@localhost.localdomain>
68754              
68755              The patch for 5.7.0+ had to be reengineered, though.
68756      Branch: perl
68757            ! ext/IO/lib/IO/Socket/UNIX.pm
68758 ____________________________________________________________________________
68759 [  7112] By: jhi                                   on 2000/10/02  23:36:57
68760         Log: Subject: Re: [PATCH 5.005_64 missed]
68761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68762              Date: Sun, 1 Oct 2000 18:50:10 -0400
68763              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
68764      Branch: perl
68765            ! pod/perlxs.pod
68766 ____________________________________________________________________________
68767 [  7111] By: jhi                                   on 2000/10/02  23:35:40
68768         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
68769              From: Radu Greab <radu@netsoft.ro>
68770              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
68771              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
68772      Branch: perl
68773            ! op.c opcode.pl t/op/substr.t
68774 ____________________________________________________________________________
68775 [  7110] By: jhi                                   on 2000/10/02  23:32:38
68776         Log: Subject: [PATCH] Fix aliasing of tied filehandles
68777              From: Daniel Chetlin <daniel@chetlin.com>
68778              Date: Mon, 2 Oct 2000 14:53:27 -0700
68779              Message-ID: <20001002145327.C1617@ilmd>
68780      Branch: perl
68781            ! perl.h pp_hot.c t/op/tiehandle.t
68782 ____________________________________________________________________________
68783 [  7109] By: jhi                                   on 2000/10/02  23:31:30
68784         Log: s/Robin Parker/Robin Barker/
68785      Branch: perl
68786            ! Changes5.6
68787 ____________________________________________________________________________
68788 [  7108] By: jhi                                   on 2000/10/02  23:15:46
68789         Log: Retract #7091 as suggested in
68790              
68791              From: Robin Barker <rmb1@cise.npl.co.uk> 
68792              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
68793              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
68794              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
68795      Branch: perl
68796            ! embed.pl proto.h
68797 ____________________________________________________________________________
68798 [  7107] By: nick                                  on 2000/10/02  18:23:14
68799         Log: A few tweaks to get Tk803 to work with Encode scheme.
68800      Branch: perl
68801            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
68802 ____________________________________________________________________________
68803 [  7106] By: nick                                  on 2000/10/01  21:34:14
68804         Log: Add checking cases to Encode's toUnicode and fromUnicode.
68805      Branch: perl
68806            ! ext/Encode/Encode.pm
68807 ____________________________________________________________________________
68808 [  7105] By: nick                                  on 2000/10/01  17:18:01
68809         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
68810              To read and use them.
68811              Add a lib/encode.t which checks a few things.
68812      Branch: perl
68813            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
68814            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
68815            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
68816            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
68817            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
68818            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
68819            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
68820            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
68821            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
68822            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
68823            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
68824            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
68825            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
68826            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
68827            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
68828            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
68829            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
68830            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
68831            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
68832            + ext/Encode/Encode/iso2022-jp.enc
68833            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
68834            + ext/Encode/Encode/iso8859-1.enc
68835            + ext/Encode/Encode/iso8859-2.enc
68836            + ext/Encode/Encode/iso8859-3.enc
68837            + ext/Encode/Encode/iso8859-4.enc
68838            + ext/Encode/Encode/iso8859-5.enc
68839            + ext/Encode/Encode/iso8859-6.enc
68840            + ext/Encode/Encode/iso8859-7.enc
68841            + ext/Encode/Encode/iso8859-8.enc
68842            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
68843            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
68844            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
68845            + ext/Encode/Encode/macCentEuro.enc
68846            + ext/Encode/Encode/macCroatian.enc
68847            + ext/Encode/Encode/macCyrillic.enc
68848            + ext/Encode/Encode/macDingbats.enc
68849            + ext/Encode/Encode/macGreek.enc
68850            + ext/Encode/Encode/macIceland.enc
68851            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
68852            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
68853            + ext/Encode/Encode/macTurkish.enc
68854            + ext/Encode/Encode/macUkraine.enc
68855            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
68856            + t/lib/encode.t
68857            ! MANIFEST ext/Encode/Encode.pm
68858 ____________________________________________________________________________
68859 [  7104] By: nick                                  on 2000/09/30  13:04:30
68860         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
68861              From: Daniel Chetlin <daniel@chetlin.com>
68862              Date: Mon, 18 Sep 2000 05:05:40 -0700
68863              Message-Id: <20000918050540.C652@ilmd>
68864      Branch: perl
68865            ! lib/overload.pm sv.c t/pragma/overload.t
68866 ____________________________________________________________________________
68867 [  7103] By: nick                                  on 2000/09/30  12:53:36
68868         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
68869              From: Johan Vromans <jvromans@squirrel.nl>
68870              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
68871              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
68872      Branch: perl
68873            ! pod/Makefile.SH
68874 ____________________________________________________________________________
68875 [  7102] By: nick                                  on 2000/09/30  12:52:31
68876         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
68877              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68878              Date: Sat, 16 Sep 2000 16:36:45 -0400
68879              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
68880      Branch: perl
68881            ! ext/B/B/Deparse.pm
68882 ____________________________________________________________________________
68883 [  7101] By: nick                                  on 2000/09/30  12:51:41
68884         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
68885              From: Craig A. Berry <craig.berry@psinetcs.com>
68886              Date: Sat, 16 Sep 2000 10:11:10 -0500
68887              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
68888      Branch: perl
68889            ! vms/vms.c
68890 ____________________________________________________________________________
68891 [  7100] By: nick                                  on 2000/09/30  12:50:33
68892         Log: Subject: Re: unicode support and perl [ID 20000901.097]
68893              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68894              Date: Fri, 15 Sep 2000 16:37:58 -0400
68895              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
68896      Branch: perl
68897            ! t/op/append.t
68898 ____________________________________________________________________________
68899 [  7099] By: nick                                  on 2000/09/30  12:49:35
68900         Log: Subject: Re: unicode support and perl [ID 20000901.097]
68901              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68902              Date: Fri, 15 Sep 2000 16:25:30 -0400
68903              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
68904      Branch: perl
68905            ! pp_hot.c
68906 ____________________________________________________________________________
68907 [  7098] By: nick                                  on 2000/09/30  12:48:00
68908         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
68909              From: Gisle Aas <gisle@ActiveState.com>
68910              Date: 15 Sep 2000 16:23:41 +0200
68911              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
68912      Branch: perl
68913            ! toke.c
68914 ____________________________________________________________________________
68915 [  7097] By: nick                                  on 2000/09/30  12:45:16
68916         Log: Subject: [PATCH] Nits in perlmod.pod
68917              From: Daniel Chetlin <daniel@chetlin.com>
68918              Date: Fri, 15 Sep 2000 02:04:09 -0700
68919              Message-Id: <20000915020409.A2104@ilmd>
68920      Branch: perl
68921            ! pod/perlmod.pod
68922 ____________________________________________________________________________
68923 [  7096] By: nick                                  on 2000/09/30  12:18:00
68924         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
68925              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
68926              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
68927              0 to checking to get the warning.
68928      Branch: perl
68929            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
68930            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
68931            ! regexec.c sv.c toke.c utf8.c
68932 ____________________________________________________________________________
68933 [  7095] By: nick                                  on 2000/09/15  16:55:59
68934         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
68935              
68936              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
68937              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68938              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
68939              Date: Fri, 15 Sep 2000 06:37:30 -0400
68940      Branch: perl
68941            ! ext/Encode/Encode.xs sv.c
68942 ____________________________________________________________________________
68943 [  7094] By: jhi                                   on 2000/09/15  03:23:32
68944         Log: Update Changes.
68945      Branch: perl
68946            ! Changes patchlevel.h
68947 ____________________________________________________________________________
68948 [  7093] By: jhi                                   on 2000/09/15  03:11:44
68949         Log: Fix for the charnames.t failures from Spider Boardman.
68950      Branch: perl
68951            ! toke.c
68952 ____________________________________________________________________________
68953 [  7092] By: jhi                                   on 2000/09/15  00:15:48
68954         Log: Botched the #7090 check-in.
68955      Branch: perl
68956            ! sv.c
68957 ____________________________________________________________________________
68958 [  7091] By: jhi                                   on 2000/09/14  23:33:24
68959         Log: Part of #7081 didn't come through.
68960      Branch: perl
68961            ! embed.pl proto.h
68962 ____________________________________________________________________________
68963 [  7090] By: jhi                                   on 2000/09/14  23:17:39
68964         Log: Subject: Re: perl@7078 
68965              From: Spider Boardman <spider@web.zk3.dec.com>
68966              Date: Thu, 14 Sep 2000 19:06:36 -0400
68967              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
68968      Branch: perl
68969            ! sv.c toke.c
68970 ____________________________________________________________________________
68971 [  7089] By: jhi                                   on 2000/09/14  23:11:21
68972         Log: Small portability tweaks.
68973      Branch: perl
68974            ! ext/Encode/Encode.xs
68975 ____________________________________________________________________________
68976 [  7088] By: jhi                                   on 2000/09/14  22:57:23
68977         Log: Fake return to pacify picky compilers.
68978      Branch: perl
68979            ! ext/Encode/Encode.xs
68980 ____________________________________________________________________________
68981 [  7087] By: jhi                                   on 2000/09/14  22:53:37
68982         Log: Subject: [PATCH] utf8.c apidoc
68983              From: Simon Cozens <simon@cozens.net>
68984              Date: Thu, 14 Sep 2000 23:46:57 +0100
68985              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
68986      Branch: perl
68987            ! perlapi.c pod/perlapi.pod utf8.c
68988 ____________________________________________________________________________
68989 [  7086] By: jhi                                   on 2000/09/14  22:40:38
68990         Log: We don't need to count the high bit bytes, a boolean is enough. 
68991      Branch: perl
68992            ! sv.c
68993 ____________________________________________________________________________
68994 [  7085] By: jhi                                   on 2000/09/14  21:20:09
68995         Log: Replace #7084 with
68996              
68997              Subject: Re: perl@7078 
68998              From: Spider Boardman <spider@web.zk3.dec.com>
68999              Date: Thu, 14 Sep 2000 17:09:36 -0400
69000              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
69001      Branch: perl
69002            ! sv.c utf8.c
69003 ____________________________________________________________________________
69004 [  7084] By: jhi                                   on 2000/09/14  20:03:34
69005         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
69006              convertible to bytes by checking it doesn't go above 0xc3
69007              
69008              Subject: Re: perl@7078
69009              From: Simon Cozens <simon@cozens.net>
69010              Date: Thu, 14 Sep 2000 20:59:19 +0100
69011              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
69012      Branch: perl
69013            ! utf8.c
69014 ____________________________________________________________________________
69015 [  7083] By: jhi                                   on 2000/09/14  19:38:47
69016         Log: Subject: Re: perl@7078
69017              From: Simon Cozens <simon@cozens.net>
69018              Date: Thu, 14 Sep 2000 20:13:09 +0100
69019              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
69020      Branch: perl
69021            ! t/op/bop.t
69022 ____________________________________________________________________________
69023 [  7082] By: jhi                                   on 2000/09/14  17:50:44
69024         Log: The one that got away.
69025      Branch: perl
69026            ! lib/File/Find.pm
69027 ____________________________________________________________________________
69028 [  7081] By: jhi                                   on 2000/09/14  17:45:35
69029         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
69030              From: Robin Barker <rmb1@cise.npl.co.uk>
69031              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
69032              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
69033      Branch: perl
69034            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
69035            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
69036            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
69037            ! regcomp.c toke.c universal.c
69038 ____________________________________________________________________________
69039 [  7080] By: jhi                                   on 2000/09/14  17:40:35
69040         Log: Problems picked up by AIX cc.
69041              
69042              Subject: Re: perl@7078 (patch included)
69043              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69044              Date: Thu, 14 Sep 2000 18:53:30 +0200
69045              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
69046      Branch: perl
69047            ! ext/Encode/Encode.xs
69048 ____________________________________________________________________________
69049 [  7079] By: jhi                                   on 2000/09/14  17:38:27
69050         Log: Subject: File::Find 5.7.0 POD nits
69051              From: Rich Morin <rdm@cfcl.com>
69052              Date: Wed, 13 Sep 2000 22:03:58 -0700
69053              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
69054      Branch: perl
69055            ! lib/File/Find.pm
69056 ____________________________________________________________________________
69057 [  7078] By: jhi                                   on 2000/09/14  14:58:20
69058         Log: Update Changes.
69059      Branch: perl
69060            ! Changes patchlevel.h
69061 ____________________________________________________________________________
69062 [  7077] By: jhi                                   on 2000/09/14  14:55:54
69063         Log: Compilation warnings and an error.
69064      Branch: perl
69065            ! sv.c
69066 ____________________________________________________________________________
69067 [  7076] By: jhi                                   on 2000/09/14  14:42:56
69068         Log: Fix for a parsing bug, not for the original bug.
69069              
69070              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
69071              From: Spider Boardman <spider@web.zk3.dec.com>
69072              Date: Wed, 13 Sep 2000 17:52:20 -0400
69073              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
69074      Branch: perl
69075            ! regcomp.c
69076 ____________________________________________________________________________
69077 [  7075] By: jhi                                   on 2000/09/14  14:40:40
69078         Log: Batch of UTF-8 patches from Simon Cozens.
69079      Branch: perl
69080            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
69081            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
69082            ! toke.c utf8.c
69083 ____________________________________________________________________________
69084 [  7074] By: jhi                                   on 2000/09/14  14:29:58
69085         Log: Subject: Re: Two advertising clauses need to be removed
69086              From: Russ Allbery <rra@stanford.edu>
69087              Date: 13 Sep 2000 18:50:26 -0700
69088              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
69089      Branch: perl
69090            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
69091 ____________________________________________________________________________
69092 [  7073] By: jhi                                   on 2000/09/14  14:28:20
69093         Log: Subject: [PATCH] de-wall t/README
69094              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69095              Date: Wed, 13 Sep 2000 17:46:55 -0700
69096              Message-ID: <//Bw5gzkge/e092yn@efn.org>
69097      Branch: perl
69098            ! t/README
69099 ____________________________________________________________________________
69100 [  7072] By: jhi                                   on 2000/09/14  14:25:10
69101         Log: Hints optimization.
69102              
69103              Subject: Minor nit
69104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69105              Date: Wed, 13 Sep 2000 21:42:07 +0200
69106              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
69107      Branch: perl
69108            ! hints/hpux.sh
69109 ____________________________________________________________________________
69110 [  7071] By: jhi                                   on 2000/09/14  14:23:30
69111         Log: Allow chop() and chomp() to be overridden.
69112              
69113              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
69114              From: "Casey R. Tweten" <crt@kiski.net>
69115              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
69116              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
69117      Branch: perl
69118            ! toke.c
69119 ____________________________________________________________________________
69120 [  7070] By: jhi                                   on 2000/09/14  14:20:36
69121         Log: The return value of setlocale must be copied away.
69122              
69123              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
69124              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69125              Date: Wed, 13 Sep 2000 16:27:37 +0100 
69126              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
69127      Branch: perl
69128            ! util.c
69129 ____________________________________________________________________________
69130 [  7069] By: jhi                                   on 2000/09/14  14:16:27
69131         Log: Remove vestiges of tr//CU.
69132              
69133              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
69134              From: Nick Clark <nick@plum.flirble.org>
69135              Date: Tue, 12 Sep 2000 22:50:14 +0100
69136              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
69137              
69138              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
69139              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69140              Date: Tue, 12 Sep 2000 21:38:48 -0700
69141              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
69142      Branch: perl
69143            ! op.h pod/perlunicode.pod
69144 ____________________________________________________________________________
69145 [  7068] By: jhi                                   on 2000/09/13  14:18:39
69146         Log: Add the Encode extension.  The code is still largely just skeleton.
69147      Branch: perl
69148            + ext/Encode/Encode.pm ext/Encode/Encode.xs
69149            + ext/Encode/Makefile.PL ext/Encode/Todo
69150            ! MANIFEST Todo-5.6
69151 ____________________________________________________________________________
69152 [  7067] By: jhi                                   on 2000/09/12  17:43:33
69153         Log: Allow for whitespace between "#" and "line" in cpp output.
69154              
69155              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
69156              From: Calle Dybedahl <calle@lysator.liu.se>
69157              Date: 12 Sep 2000 19:38:02 +0200 
69158              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
69159      Branch: perl
69160            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
69161 ____________________________________________________________________________
69162 [  7066] By: gsar                                  on 2000/09/12  17:24:29
69163         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
69164              initialization in all the threads on Windows
69165      Branch: perl
69166            ! win32/win32.c
69167 ____________________________________________________________________________
69168 [  7065] By: jhi                                   on 2000/09/12  15:11:31
69169         Log: Update Changes.
69170      Branch: perl
69171            ! Changes patchlevel.h
69172 ____________________________________________________________________________
69173 [  7064] By: jhi                                   on 2000/09/12  14:54:54
69174         Log: Retract #7062, the pod tests are not ready.
69175      Branch: perl
69176            ! t/TEST t/harness
69177 ____________________________________________________________________________
69178 [  7063] By: jhi                                   on 2000/09/12  14:25:41
69179         Log: The #7054 truncated Configure badly.
69180      Branch: metaconfig/U/perl
69181            ! End.U
69182      Branch: perl
69183            ! Configure config_h.SH
69184 ____________________________________________________________________________
69185 [  7062] By: jhi                                   on 2000/09/12  14:08:32
69186         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
69187              From: sthoenna@efn.org
69188              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
69189              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
69190      Branch: perl
69191            ! t/TEST t/harness
69192 ____________________________________________________________________________
69193 [  7061] By: jhi                                   on 2000/09/12  14:07:18
69194         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
69195              From: sthoenna@efn.org
69196              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
69197              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
69198      Branch: perl
69199            ! pod/perlxs.pod
69200 ____________________________________________________________________________
69201 [  7060] By: jhi                                   on 2000/09/12  14:06:08
69202         Log: Break up the myconfig lines a bit.
69203              
69204              Subject: perlbug/perl -V output format
69205              From: sthoenna@efn.org
69206              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
69207              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
69208      Branch: perl
69209            ! myconfig.SH
69210 ____________________________________________________________________________
69211 [  7059] By: jhi                                   on 2000/09/12  14:05:04
69212         Log: Test for the #7049.
69213              
69214              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
69215              From: andreas.koenig@anima.de (Andreas J. Koenig)
69216              Date: 12 Sep 2000 06:42:01 +0200
69217              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
69218      Branch: perl
69219            ! t/op/my.t
69220 ____________________________________________________________________________
69221 [  7058] By: jhi                                   on 2000/09/12  14:03:05
69222         Log: Subject: [patch: perl@7045] vms updates
69223              From: Peter Prymmer <pvhp@forte.com>
69224              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
69225              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
69226      Branch: perl
69227            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
69228 ____________________________________________________________________________
69229 [  7057] By: jhi                                   on 2000/09/12  14:00:51
69230         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
69231              From: sthoenna@efn.org
69232              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
69233              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
69234      Branch: perl
69235            ! t/op/64bitint.t
69236 ____________________________________________________________________________
69237 [  7056] By: jhi                                   on 2000/09/12  13:58:14
69238         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
69239              From: Jeff Pinyan <jeffp@crusoe.net>
69240              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
69241              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
69242      Branch: perl
69243            ! pod/perlfunc.pod
69244 ____________________________________________________________________________
69245 [  7055] By: jhi                                   on 2000/09/12  13:56:32
69246         Log: Do in VMS as the #7054 does.
69247      Branch: perl
69248            ! configure.com
69249 ____________________________________________________________________________
69250 [  7054] By: jhi                                   on 2000/09/12  13:50:31
69251         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
69252              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
69253              Date: Mon, 11 Sep 2000 08:33:09 +0100
69254              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
69255      Branch: metaconfig/U/perl
69256            ! End.U
69257      Branch: perl
69258            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
69259            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
69260 ____________________________________________________________________________
69261 [  7053] By: jhi                                   on 2000/09/12  13:29:19
69262         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
69263              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69264              Date:     Tue, 12 Sep 2000 08:35:59 EDT
69265              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
69266      Branch: perl
69267            ! vms/test.com
69268 ____________________________________________________________________________
69269 [  7052] By: jhi                                   on 2000/09/11  23:01:50
69270         Log: Document the SvUTF8*().
69271      Branch: perl
69272            ! pod/perlapi.pod sv.h
69273 ____________________________________________________________________________
69274 [  7051] By: gsar                                  on 2000/09/11  14:46:30
69275         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
69276              (missed a spot when fixing up op_pmreplroot hack for ithreads)
69277      Branch: perl
69278            ! op.c t/op/split.t
69279 ____________________________________________________________________________
69280 [  7050] By: nick                                  on 2000/09/11  10:03:51
69281         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
69282              
69283              Subject: borland C++ win32.c tweak
69284              From: Vadim Konovalov <vkonovalov@lucent.com>
69285              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
69286              Date: Mon, 11 Sep 2000 11:22:33 +0400
69287      Branch: perl
69288            ! win32/win32.c
69289 ____________________________________________________________________________
69290 [  7049] By: nick                                  on 2000/09/11  09:57:33
69291         Log: Point fix for s/// on foreach (keys %xxx).
69292      Branch: perl
69293            ! pp_hot.c
69294 ____________________________________________________________________________
69295 [  7048] By: jhi                                   on 2000/09/10  23:37:09
69296         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
69297              by Pod::Text, from Brad Appleton.
69298      Branch: perl
69299            ! t/pod/testp2pt.pl
69300 ____________________________________________________________________________
69301 [  7047] By: jhi                                   on 2000/09/10  14:32:53
69302         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
69303              by Russ Allbery.
69304      Branch: perl
69305            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
69306 ____________________________________________________________________________
69307 [  7046] By: jhi                                   on 2000/09/10  14:15:08
69308         Log: Upgrade to CPAN 1.57_65, from Andreas König.
69309      Branch: perl
69310            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69311 ____________________________________________________________________________
69312 [  7045] By: jhi                                   on 2000/09/08  21:36:32
69313         Log: Update Changes.
69314      Branch: perl
69315            ! Changes patchlevel.h
69316 ____________________________________________________________________________
69317 [  7044] By: jhi                                   on 2000/09/08  21:29:56
69318         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
69319              From: Peter Prymmer <pvhp@forte.com>
69320              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
69321              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
69322      Branch: perl
69323            ! configure.com
69324 ____________________________________________________________________________
69325 [  7043] By: jhi                                   on 2000/09/08  21:27:50
69326         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
69327              From: Peter Prymmer <pvhp@forte.com>
69328              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
69329              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
69330      Branch: perl
69331            ! Makefile.SH installperl
69332 ____________________________________________________________________________
69333 [  7042] By: jhi                                   on 2000/09/08  21:23:21
69334         Log: Continue #7041.
69335      Branch: perl
69336            ! cygwin/Makefile.SHs os2/Makefile.SHs
69337 ____________________________________________________________________________
69338 [  7041] By: jhi                                   on 2000/09/08  21:18:10
69339         Log: Do away with memory models cruft.  Sorry, PDP users.
69340      Branch: metaconfig
69341            ! U/modified/cc.U U/modified/libpth.U
69342      Branch: perl
69343            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
69344            ! Porting/config_H cflags.SH config_h.SH configure.com
69345            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
69346            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
69347            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
69348 ____________________________________________________________________________
69349 [  7040] By: jhi                                   on 2000/09/08  14:34:18
69350         Log: Major rewrite of s2p.  And I mean really major, it is
69351              an implementation of sed in perl.  If called as s2p it
69352              will function as s2p.  Note: needs non-UNIXifying.
69353              
69354              Subject: s2p
69355              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
69356              Date: Mon, 28 Aug 2000 14:05:12 +0200
69357              Message-ID: <39AA5578.2102E2AA@alcatel.at>
69358      Branch: perl
69359            ! x2p/s2p.PL
69360 ____________________________________________________________________________
69361 [  7039] By: jhi                                   on 2000/09/08  14:19:49
69362         Log: Re-allow vec() for characters > 255.
69363              
69364              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
69365              From: Spider Boardman <spider@web.zk3.dec.com>
69366              Date: Fri, 08 Sep 2000 02:21:02 -0400
69367              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
69368      Branch: perl
69369            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
69370            ! t/op/vec.t
69371 ____________________________________________________________________________
69372 [  7038] By: jhi                                   on 2000/09/08  14:14:18
69373         Log: Subject: [PATCH lib/Benchmark.pm]
69374              From: <abigail@foad.org>
69375              Date: Thu, 7 Sep 2000 15:03:20 -0400
69376              Message-ID: <20000907190320.888.qmail@foad.org>
69377      Branch: perl
69378            ! lib/Benchmark.pm
69379 ____________________________________________________________________________
69380 [  7037] By: jhi                                   on 2000/09/08  14:11:06
69381         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
69382              
69383              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
69384              From: Spider Boardman <spider@web.zk3.dec.com>
69385              Date: Fri, 08 Sep 2000 01:30:27 -0400
69386              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
69387      Branch: perl
69388            ! op.c
69389 ____________________________________________________________________________
69390 [  7036] By: jhi                                   on 2000/09/08  14:08:58
69391         Log: Subject: [ID 20000908.002] perlipc documentation bug.
69392              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
69393              Date: Fri, 08 Sep 2000 12:38:32 +0200
69394              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
69395      Branch: perl
69396            ! pod/perlipc.pod
69397 ____________________________________________________________________________
69398 [  7035] By: jhi                                   on 2000/09/08  14:03:12
69399         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
69400              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69401              Date: Fri, 08 Sep 2000 11:47:34 +0200
69402              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
69403      Branch: perl
69404            ! hints/dec_osf.sh
69405 ____________________________________________________________________________
69406 [  7034] By: jhi                                   on 2000/09/08  13:59:35
69407         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
69408              From: Simon Cozens <simon@cozens.net>
69409              Date: Thu, 7 Sep 2000 20:40:38 +0100
69410              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
69411      Branch: perl
69412            ! pp_hot.c
69413 ____________________________________________________________________________
69414 [  7033] By: jhi                                   on 2000/09/08  04:03:03
69415         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
69416              From: "Larry W. Virden" <lvirden@cas.org>
69417              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
69418              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
69419      Branch: perl
69420            ! pod/perldiag.pod
69421 ____________________________________________________________________________
69422 [  7032] By: jhi                                   on 2000/09/07  22:18:30
69423         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
69424              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
69425              Date: Mon, 04 Sep 2000 13:16:38 -0700
69426              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
69427      Branch: perl
69428            ! lib/perl5db.pl
69429 ____________________________________________________________________________
69430 [  7031] By: jhi                                   on 2000/09/07  22:02:29
69431         Log: Fix the ccversion detection for 5.1 and beyond.
69432              
69433              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
69434              From: Spider Boardman <spider@leggy.zk3.dec.com>
69435              Date: Thu, 7 Sep 2000 17:54:27 -0400
69436              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
69437      Branch: perl
69438            ! hints/dec_osf.sh
69439 ____________________________________________________________________________
69440 [  7030] By: jhi                                   on 2000/09/07  19:12:28
69441         Log: Fix for
69442              
69443              Subject: [ID 20000903.001] \w in utf8-strings
69444              From: Marc Lehmann <pcg@goof.com>
69445              Date: Sun, 03 Sep 2000 09:44:29 +0200
69446              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
69447              
69448              and various related nits.
69449      Branch: perl
69450            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
69451 ____________________________________________________________________________
69452 [  7029] By: jhi                                   on 2000/09/07  18:49:09
69453         Log: Fix the URL, but the server is still missing in action.
69454              
69455              Subject: [ID 20000905.002] perlfaq1.pod URL error
69456              From: "Larry W. Virden" <lvirden@cas.org>
69457              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
69458              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
69459      Branch: perl
69460            ! pod/perlfaq1.pod
69461 ____________________________________________________________________________
69462 [  7028] By: jhi                                   on 2000/09/07  18:47:13
69463         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
69464              From: Hugo <hv@crypt.compulink.co.uk>
69465              Date: Tue, 05 Sep 2000 14:13:37 +0100
69466              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
69467      Branch: perl
69468            ! toke.c
69469 ____________________________________________________________________________
69470 [  7027] By: jhi                                   on 2000/09/07  18:45:35
69471         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
69472              From: Daniel Chetlin <daniel@chetlin.com>
69473              Date: Tue, 5 Sep 2000 04:57:07 -0700
69474              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
69475      Branch: perl
69476            ! pod/perlfaq6.pod pod/perlop.pod
69477 ____________________________________________________________________________
69478 [  7026] By: jhi                                   on 2000/09/07  18:44:01
69479         Log: Document the new ref() semantics.
69480              
69481              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
69482              From: Gisle Aas <gisle@ActiveState.com>
69483              Date: 05 Sep 2000 08:10:30 +0200
69484              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
69485      Branch: perl
69486            ! pod/perldelta.pod
69487 ____________________________________________________________________________
69488 [  7025] By: jhi                                   on 2000/09/07  18:42:27
69489         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
69490              
69491              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
69492              From: Gisle Aas <gisle@ActiveState.com>
69493              Date: 05 Sep 2000 08:11:40 +0200
69494              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
69495      Branch: perl
69496            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
69497 ____________________________________________________________________________
69498 [  7024] By: jhi                                   on 2000/09/07  18:39:32
69499         Log: Subject: [PATCH] Modernize Opcode.pm documentation
69500              From: Gisle Aas <gisle@ActiveState.com>
69501              Date: 4 Sep 2000 00:18:55 -0000
69502              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
69503      Branch: perl
69504            ! ext/Opcode/Opcode.pm
69505 ____________________________________________________________________________
69506 [  7023] By: jhi                                   on 2000/09/07  18:37:42
69507         Log: Subject: [PATCH] Tied filehandle documentation
69508              From: Gisle Aas <gisle@ActiveState.com>
69509              Date: 4 Sep 2000 00:14:40 -0000
69510              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
69511      Branch: perl
69512            ! pod/perlfunc.pod pod/perltie.pod
69513 ____________________________________________________________________________
69514 [  7022] By: jhi                                   on 2000/09/07  18:35:37
69515         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
69516              From: Gisle Aas <gisle@ActiveState.com>
69517              Date: 4 Sep 2000 00:04:22 -0000
69518              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
69519      Branch: perl
69520            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
69521 ____________________________________________________________________________
69522 [  7021] By: jhi                                   on 2000/09/07  18:33:22
69523         Log: Subject: small apidoc fix
69524              From: Marc Lehmann <pcg@goof.com>
69525              Date: Sun, 3 Sep 2000 05:12:06 +0200
69526              Message-ID: <20000903051206.A5909@cerebro.laendle>
69527      Branch: perl
69528            ! pod/perlapi.pod utf8.c
69529 ____________________________________________________________________________
69530 [  7020] By: jhi                                   on 2000/09/07  16:14:57
69531         Log: Tiny perldelta nits.
69532      Branch: perl
69533            ! pod/perldelta.pod
69534 ____________________________________________________________________________
69535 [  7019] By: jhi                                   on 2000/09/07  16:04:20
69536         Log: Guard against bad string->int conversion for quads.
69537      Branch: perl
69538            ! t/op/64bitint.t
69539 ____________________________________________________________________________
69540 [  7018] By: jhi                                   on 2000/09/06  17:07:03
69541         Log: Update Unicode todo list.
69542      Branch: perl
69543            ! Todo-5.6
69544 ____________________________________________________________________________
69545 [  7017] By: jhi                                   on 2000/09/05  21:16:01
69546         Log: Document the SvIOK_.*UV().
69547      Branch: perl
69548            ! pod/perlapi.pod sv.h
69549 ____________________________________________________________________________
69550 [  7016] By: nick                                  on 2000/09/03  21:54:46
69551         Log: Hash lookup of constant strings optimization:
69552              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
69553              to string table (as per sharepvn). Add newSV_pvn_share to create such
69554              a thing. Make hv.c compare addresses of strings and skip string compare
69555              if equal. Make method_named and helem ops use these shared-string SVs
69556              when arg is constant. Make keys op return shared-string SVs (less clearly
69557              a win).
69558      Branch: perl
69559            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
69560            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
69561            ! pod/perlintern.pod pp_hot.c proto.h sv.c
69562 ____________________________________________________________________________
69563 [  7015] By: jhi                                   on 2000/09/02  17:48:59
69564         Log: This is 5.7.0.
69565      Branch: perl
69566            ! Changes
69567 ____________________________________________________________________________
69568 [  7014] By: jhi                                   on 2000/09/02  17:35:45
69569         Log: Changes and patchlevel tweaks.
69570      Branch: perl
69571            ! Changes patchlevel.h
69572 ____________________________________________________________________________
69573 [  7013] By: jhi                                   on 2000/09/02  17:30:50
69574         Log: Update Changes.
69575      Branch: perl
69576            ! Changes patchlevel.h
69577 ____________________________________________________________________________
69578 [  7012] By: nick                                  on 2000/09/02  17:25:20
69579         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
69580      Branch: perl
69581            ! gv.c lib/overload.pm
69582 ____________________________________________________________________________
69583 [  7011] By: jhi                                   on 2000/09/02  17:16:25
69584         Log: Update perlhist.
69585      Branch: perl
69586            ! pod/perlhist.pod
69587 ____________________________________________________________________________
69588 [  7010] By: jhi                                   on 2000/09/02  17:01:35
69589         Log: perldelta nits.
69590      Branch: perl
69591            ! pod/perldelta.pod
69592 ____________________________________________________________________________
69593 [  7009] By: nick                                  on 2000/09/02  16:48:35
69594         Log: If overloaded %{} etc. return the object do not loop.
69595              Thus  sub deref { $_[0] } functions if object is wanted type.
69596      Branch: perl
69597            ! pp.h
69598 ____________________________________________________________________________
69599 [  7008] By: jhi                                   on 2000/09/02  16:26:11
69600         Log: Retab MANIFEST.
69601      Branch: perl
69602            ! ext/Storable/MANIFEST
69603 ____________________________________________________________________________
69604 [  7007] By: jhi                                   on 2000/09/02  16:23:02
69605         Log: Make certain cc is set before trying to run it.
69606      Branch: perl
69607            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
69608 ____________________________________________________________________________
69609 [  7006] By: jhi                                   on 2000/09/02  15:45:41
69610         Log: Unicode notes.
69611      Branch: perl
69612            ! pod/perldelta.pod
69613 ____________________________________________________________________________
69614 [  7005] By: jhi                                   on 2000/09/02  15:42:11
69615         Log: Various Configure nits by Philip Newton,
69616              plus the ebcdic one by me.
69617      Branch: metaconfig
69618            + U/modified/pager.U
69619            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
69620      Branch: metaconfig/U/perl
69621            ! Devel.U quadfio.U
69622      Branch: perl
69623            ! Configure config_h.SH
69624 ____________________________________________________________________________
69625 [  7004] By: jhi                                   on 2000/09/02  15:06:14
69626         Log: Apparently avoiding the swapping is too costly.
69627              
69628              From: "Ben Tilly" <ben_tilly@hotmail.com>
69629              Subject: Re: the door is closed.
69630              Date: Fri, 01 Sep 2000 20:23:16 EDT
69631              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
69632      Branch: perl
69633            ! pod/perlfaq4.pod
69634 ____________________________________________________________________________
69635 [  7003] By: nick                                  on 2000/09/02  12:26:04
69636         Log: Undo part of change 6489 which looks like a bulk edit which
69637              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
69638              The supressing of main:: on return from select() is undesirable.
69639      Branch: perl
69640            ! pp_sys.c
69641 ____________________________________________________________________________
69642 [  7002] By: jhi                                   on 2000/09/01  23:08:54
69643         Log: Update Changes.
69644      Branch: perl
69645            ! Changes patchlevel.h
69646 ____________________________________________________________________________
69647 [  7001] By: jhi                                   on 2000/09/01  23:00:13
69648         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
69649              From: Peter Prymmer <pvhp@forte.com>
69650              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
69651              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
69652              
69653              plus rework the http: spots as suggested by Tom Christiansen,
69654              plus regen perltoc.
69655      Branch: perl
69656            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
69657            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
69658 ____________________________________________________________________________
69659 [  7000] By: jhi                                   on 2000/09/01  22:36:01
69660         Log: Only the first line, thank you very much.
69661      Branch: perl
69662            ! hints/solaris_2.sh
69663 ____________________________________________________________________________
69664 [  6999] By: gsar                                  on 2000/09/01  22:16:40
69665         Log: change#6791 accidentally clobbered change#6710, put it back
69666      Branch: perl
69667            ! win32/win32.c
69668 ____________________________________________________________________________
69669 [  6998] By: jhi                                   on 2000/09/01  22:14:16
69670         Log: Mention the HP-UX LP64 freak failure.
69671      Branch: perl
69672            ! pod/perldelta.pod
69673 ____________________________________________________________________________
69674 [  6997] By: jhi                                   on 2000/09/01  21:48:32
69675         Log: Detypo.
69676      Branch: perl
69677            ! hints/hpux.sh
69678 ____________________________________________________________________________
69679 [  6996] By: jhi                                   on 2000/09/01  21:27:10
69680         Log: Update Changes.
69681      Branch: perl
69682            ! Changes patchlevel.h
69683 ____________________________________________________________________________
69684 [  6995] By: jhi                                   on 2000/09/01  21:14:24
69685         Log: Mi splgn s gnin.g
69686      Branch: perl
69687            ! pp_ctl.c
69688 ____________________________________________________________________________
69689 [  6994] By: jhi                                   on 2000/09/01  21:09:54
69690         Log: Subject: http:// in L<>
69691              From: Nicholas Clark <nick@ccl4.org>
69692              Date: Fri, 1 Sep 2000 22:03:21 +0100
69693              Message-ID: <20000901220321.B72074@plum.flirble.org>
69694      Branch: perl
69695            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
69696 ____________________________________________________________________________
69697 [  6993] By: jhi                                   on 2000/09/01  21:06:54
69698         Log: Update to Storable 1.0, from Raphael Manfredi.
69699      Branch: perl
69700            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
69701            ! ext/Storable/Makefile.PL ext/Storable/README
69702            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69703            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
69704            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
69705            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
69706            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
69707            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
69708 ____________________________________________________________________________
69709 [  6992] By: jhi                                   on 2000/09/01  20:43:05
69710         Log: Mention known sfio+linux buglet.
69711      Branch: perl
69712            ! pod/perldelta.pod
69713 ____________________________________________________________________________
69714 [  6991] By: jhi                                   on 2000/09/01  20:40:11
69715         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
69716              From: Peter Prymmer <pvhp@forte.com>
69717              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
69718              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
69719      Branch: perl
69720            ! vms/vms.c
69721 ____________________________________________________________________________
69722 [  6990] By: jhi                                   on 2000/09/01  20:25:26
69723         Log: Retract #6986.
69724      Branch: perl
69725            ! hints/solaris_2.sh
69726 ____________________________________________________________________________
69727 [  6989] By: jhi                                   on 2000/09/01  20:23:00
69728         Log: Mergesort is back.
69729      Branch: perl
69730            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
69731 ____________________________________________________________________________
69732 [  6988] By: jhi                                   on 2000/09/01  19:37:40
69733         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
69734              From: Mike Guy <mjtg@cam.ac.uk>
69735              Date: Fri, 01 Sep 2000 17:43:33 +0100
69736              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
69737      Branch: perl
69738            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
69739            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
69740 ____________________________________________________________________________
69741 [  6987] By: jhi                                   on 2000/09/01  19:17:10
69742         Log: Regen perltoc.
69743      Branch: perl
69744            ! pod/perltoc.pod
69745 ____________________________________________________________________________
69746 [  6986] By: jhi                                   on 2000/09/01  18:51:10
69747         Log: Subject: Re: Solaris x86 has no SPARC libraries!
69748              From: Lupe Christoph <lupe@lupe-christoph.de>
69749              Date: Fri, 1 Sep 2000 20:41:20 +0200
69750              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
69751      Branch: perl
69752            ! hints/solaris_2.sh
69753 ____________________________________________________________________________
69754 [  6985] By: jhi                                   on 2000/09/01  18:28:10
69755         Log: Update Changes.
69756      Branch: perl
69757            ! Changes patchlevel.h
69758 ____________________________________________________________________________
69759 [  6984] By: jhi                                   on 2000/09/01  18:26:53
69760         Log: Feature ordering tweak.
69761      Branch: perl
69762            ! myconfig.SH
69763 ____________________________________________________________________________
69764 [  6983] By: jhi                                   on 2000/09/01  18:19:50
69765         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69766              From: <abigail@foad.org>
69767              Date: Fri, 1 Sep 2000 13:07:32 -0400
69768              Message-ID: <20000901170732.18249.qmail@foad.org>
69769      Branch: perl
69770            ! t/pragma/overload.t
69771 ____________________________________________________________________________
69772 [  6982] By: jhi                                   on 2000/09/01  18:17:54
69773         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
69774              so that case-ignoring systems like DCL can tell them from
69775              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
69776      Branch: metaconfig/U/perl
69777            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
69778      Branch: perl
69779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69780            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
69781            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
69782            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
69783            ! vos/config.def vos/config.h vos/config_h.SH_orig
69784            ! win32/config.bc win32/config.gc win32/config.vc
69785 ____________________________________________________________________________
69786 [  6981] By: nick                                  on 2000/09/01  17:21:57
69787         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
69788              warning when UNTIE exists and instead pass the count of extra references to
69789              the UNTIE method.
69790      Branch: perl
69791            ! pod/perltie.pod pp_sys.c
69792 ____________________________________________________________________________
69793 [  6980] By: jhi                                   on 2000/09/01  16:54:44
69794         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
69795              From: Peter Prymmer <pvhp@forte.com>
69796              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
69797              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
69798      Branch: perl
69799            ! configure.com
69800 ____________________________________________________________________________
69801 [  6979] By: jhi                                   on 2000/09/01  16:06:20
69802         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
69803              From: Mike Guy <mjtg@cam.ac.uk> 
69804              Date: Fri, 01 Sep 2000 16:49:27 +0100
69805              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
69806      Branch: perl
69807            ! t/base/rs.t
69808 ____________________________________________________________________________
69809 [  6978] By: jhi                                   on 2000/09/01  16:00:42
69810         Log: Update to PodParser 1.18, from Brad Appleton.
69811      Branch: perl
69812            ! lib/Pod/Checker.pm t/pod/find.t
69813 ____________________________________________________________________________
69814 [  6977] By: jhi                                   on 2000/09/01  14:48:58
69815         Log: Subject: Nit in Configure (bleadperl@6961)
69816              From: Lupe Christoph <lupe@lupe-christoph.de>
69817              Date: Fri, 1 Sep 2000 16:34:29 +0200
69818              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
69819      Branch: metaconfig
69820            ! U/compline/ccflags.U
69821      Branch: perl
69822            ! Configure config_h.SH
69823 ____________________________________________________________________________
69824 [  6976] By: jhi                                   on 2000/09/01  14:39:52
69825         Log: Update Changes.
69826      Branch: perl
69827            ! Changes patchlevel.h
69828 ____________________________________________________________________________
69829 [  6975] By: jhi                                   on 2000/09/01  14:37:36
69830         Log: microperl config update.
69831      Branch: perl
69832            ! uconfig.h uconfig.sh
69833 ____________________________________________________________________________
69834 [  6974] By: jhi                                   on 2000/09/01  14:36:53
69835         Log: Document known deficiencies.
69836      Branch: perl
69837            ! pod/perldelta.pod
69838 ____________________________________________________________________________
69839 [  6973] By: jhi                                   on 2000/09/01  14:10:20
69840         Log: Mention warnings fixes and updates.
69841      Branch: perl
69842            ! pod/perldelta.pod
69843 ____________________________________________________________________________
69844 [  6972] By: jhi                                   on 2000/09/01  14:01:52
69845         Log: Drop unused argument.
69846              
69847              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
69848              From: Spider Boardman <spider@web.zk3.dec.com>
69849              Date: Thu, 31 Aug 2000 16:10:15 -0400
69850              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
69851      Branch: perl
69852            ! toke.c
69853 ____________________________________________________________________________
69854 [  6971] By: jhi                                   on 2000/09/01  13:59:24
69855         Log: Add the overload warnings to perldiag.
69856      Branch: perl
69857            ! lib/overload.pm pod/perldiag.pod
69858 ____________________________________________________________________________
69859 [  6970] By: jhi                                   on 2000/09/01  13:55:10
69860         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69861              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
69862              Date: Fri, 1 Sep 2000 13:43:15 +0100 
69863              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
69864      Branch: perl
69865            ! lib/overload.pm t/pragma/overload.t
69866 ____________________________________________________________________________
69867 [  6969] By: jhi                                   on 2000/09/01  13:52:27
69868         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69869              From: <abigail@foad.org>
69870              Date: Fri, 1 Sep 2000 05:46:54 -0400
69871              Message-ID: <20000901094654.6476.qmail@foad.org>
69872      Branch: perl
69873            ! lib/overload.pm
69874 ____________________________________________________________________________
69875 [  6968] By: jhi                                   on 2000/09/01  13:50:05
69876         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
69877              From: Daniel Chetlin <daniel@chetlin.com>
69878              Date: Fri, 1 Sep 2000 02:10:55 -0700
69879              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
69880      Branch: perl
69881            ! pod/perlretut.pod
69882 ____________________________________________________________________________
69883 [  6967] By: jhi                                   on 2000/09/01  13:47:54
69884         Log: Part of the solution.
69885              
69886              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
69887              From: Mike Guy <mjtg@cam.ac.uk>
69888              Date: Fri, 01 Sep 2000 14:16:01 +0100
69889              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
69890      Branch: perl
69891            ! gv.c mg.c
69892 ____________________________________________________________________________
69893 [  6966] By: jhi                                   on 2000/09/01  13:46:17
69894         Log: Subject: CPAN.pm beta 1.57_57 for the core
69895              From: andreas.koenig@anima.de (Andreas J. Koenig)
69896              Date: 01 Sep 2000 15:16:31 +0200
69897              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
69898      Branch: perl
69899            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69900 ____________________________________________________________________________
69901 [  6965] By: jhi                                   on 2000/09/01  13:43:18
69902         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
69903              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69904              Date: Fri, 01 Sep 2000 01:47:22 -0500
69905              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
69906      Branch: perl
69907            ! pod/perldelta.pod vms/vms.c
69908 ____________________________________________________________________________
69909 [  6964] By: jhi                                   on 2000/09/01  13:35:35
69910         Log: File::Temp patches from Andreas König,
69911              
69912              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
69913              From: andreas.koenig@anima.de (Andreas J. Koenig)
69914              Date: 01 Sep 2000 10:07:20 +0200
69915              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
69916              
69917              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
69918              From: andreas.koenig@anima.de (Andreas J. Koenig)
69919              Date: 31 Aug 2000 23:26:08 +0200
69920              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
69921      Branch: perl
69922            ! lib/File/Temp.pm t/lib/ftmp-security.t
69923 ____________________________________________________________________________
69924 [  6963] By: jhi                                   on 2000/09/01  02:22:24
69925         Log: Retract the mergesort code, way too incompatible licensing
69926              and copyrights.
69927      Branch: perl
69928            ! pod/perldelta.pod pp_ctl.c
69929 ____________________________________________________________________________
69930 [  6962] By: jhi                                   on 2000/08/31  23:27:32
69931         Log: Update Changes.
69932      Branch: perl
69933            ! Changes patchlevel.h
69934 ____________________________________________________________________________
69935 [  6961] By: jhi                                   on 2000/08/31  23:20:04
69936         Log: Small tweaks all over.
69937      Branch: metaconfig
69938            ! U/compline/d_gconvert.U
69939      Branch: perl
69940            ! AUTHORS Configure config_h.SH pp_ctl.c
69941 ____________________________________________________________________________
69942 [  6960] By: jhi                                   on 2000/08/31  22:39:36
69943         Log: Further rewording.
69944      Branch: perl
69945            ! pp_ctl.c
69946 ____________________________________________________________________________
69947 [  6959] By: jhi                                   on 2000/08/31  21:26:44
69948         Log: More address tweaking.
69949      Branch: perl
69950            ! AUTHORS Changes
69951 ____________________________________________________________________________
69952 [  6958] By: jhi                                   on 2000/08/31  20:47:25
69953         Log: AUTHORS tweaks, from Peter Prymmer.
69954              
69955              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
69956              From: Peter Prymmer <pvhp@forte.com>
69957              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
69958              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
69959      Branch: perl
69960            ! AUTHORS MAINTAIN
69961 ____________________________________________________________________________
69962 [  6957] By: jhi                                   on 2000/08/31  20:34:43
69963         Log: perldelta tweaks.
69964      Branch: perl
69965            ! pod/perldelta.pod
69966 ____________________________________________________________________________
69967 [  6956] By: jhi                                   on 2000/08/31  19:11:06
69968         Log: Regen perltoc.
69969      Branch: perl
69970            ! pod/perltoc.pod
69971 ____________________________________________________________________________
69972 [  6955] By: jhi                                   on 2000/08/31  19:06:30
69973         Log: Clarify the mergesort situation.
69974      Branch: perl
69975            ! pp_ctl.c
69976 ____________________________________________________________________________
69977 [  6954] By: jhi                                   on 2000/08/31  18:24:17
69978         Log: Move the Solaris 7 scan to use64bitall, make the
69979              failure to find 64-bot sparc libc to mention the
69980              possibility of being in an intel, from Lupe and Alan.
69981      Branch: perl
69982            ! hints/solaris_2.sh
69983 ____________________________________________________________________________
69984 [  6953] By: jhi                                   on 2000/08/31  18:09:20
69985         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
69986              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
69987      Branch: metaconfig
69988            ! U/compline/d_gconvert.U U/threads/archname.U
69989      Branch: metaconfig/U/perl
69990            ! perlxv.U
69991      Branch: perl
69992            ! Configure config_h.SH sv.c
69993 ____________________________________________________________________________
69994 [  6952] By: jhi                                   on 2000/08/31  17:42:24
69995         Log: :: not allowed in pathnames, change to .
69996              
69997              Subject: [PATCH perl@6938] cygwin port
69998              From: "Fifer, Eric" <EFifer@sanwaint.com>
69999              Date: Thu, 31 Aug 2000 16:32:59 +0100
70000              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
70001      Branch: metaconfig/U/perl
70002            ! perlxv.U
70003 ____________________________________________________________________________
70004 [  6951] By: jhi                                   on 2000/08/31  17:02:05
70005         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
70006      Branch: perl
70007            ! perl.h
70008 ____________________________________________________________________________
70009 [  6950] By: jhi                                   on 2000/08/31  16:26:08
70010         Log: More author updates.
70011              
70012              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
70013              From: Simon Cozens <simon@cozens.net>
70014              Date: Thu, 31 Aug 2000 17:13:32 +0100
70015              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
70016      Branch: perl
70017            ! AUTHORS
70018 ____________________________________________________________________________
70019 [  6949] By: jhi                                   on 2000/08/31  16:04:49
70020         Log: POSIX doesn't report long double values under -Duselongdouble
70021              when the long doubles are "real" (bigger than doubles).
70022              
70023              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
70024              From: Spider Boardman <spider@peano.zk3.dec.com>
70025              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
70026              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
70027      Branch: perl
70028            ! ext/POSIX/POSIX.xs
70029 ____________________________________________________________________________
70030 [  6948] By: jhi                                   on 2000/08/31  15:25:10
70031         Log: Update Changes.
70032      Branch: perl
70033            ! Changes patchlevel.h
70034 ____________________________________________________________________________
70035 [  6947] By: jhi                                   on 2000/08/31  15:22:29
70036         Log: Document UNTIE in a very minimalistic way.
70037      Branch: perl
70038            ! pod/perlfunc.pod pod/perltie.pod
70039 ____________________________________________________________________________
70040 [  6946] By: jhi                                   on 2000/08/31  15:15:23
70041         Log: Document known failures.
70042      Branch: perl
70043            ! pod/perldelta.pod
70044 ____________________________________________________________________________
70045 [  6945] By: jhi                                   on 2000/08/31  15:07:00
70046         Log: Don't attach -ld to the archname if pointless.
70047      Branch: metaconfig
70048            ! U/threads/archname.U
70049      Branch: perl
70050            ! Configure config_h.SH
70051 ____________________________________________________________________________
70052 [  6944] By: jhi                                   on 2000/08/31  14:37:42
70053         Log: Wrap the test in eval.
70054              
70055              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
70056              From: Tim Jenness <timj@jach.hawaii.edu>
70057              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
70058              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
70059      Branch: perl
70060            ! t/lib/ftmp-security.t
70061 ____________________________________________________________________________
70062 [  6943] By: jhi                                   on 2000/08/31  14:30:57
70063         Log: Make -Dusemorebits find long doubles in Solaris.
70064      Branch: perl
70065            ! hints/solaris_2.sh
70066 ____________________________________________________________________________
70067 [  6942] By: jhi                                   on 2000/08/31  13:48:45
70068         Log: Clarify the third case of ftmp-security warnings.
70069      Branch: perl
70070            ! INSTALL
70071 ____________________________________________________________________________
70072 [  6941] By: jhi                                   on 2000/08/31  13:40:31
70073         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
70074              From: <abigail@foad.org>
70075              Date: Thu, 31 Aug 2000 01:35:05 -0400
70076              Message-ID: <20000831053505.32120.qmail@foad.org>
70077      Branch: perl
70078            ! pod/perldelta.pod
70079 ____________________________________________________________________________
70080 [  6940] By: jhi                                   on 2000/08/31  13:38:48
70081         Log: Issue useful diagnostic on unknown pod commands.
70082              
70083              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
70084              From: <abigail@foad.org>
70085              Date: Thu, 31 Aug 2000 03:41:18 -0400
70086              Message-ID: <20000831074118.24880.qmail@foad.org>
70087      Branch: perl
70088            ! lib/Pod/Man.pm
70089 ____________________________________________________________________________
70090 [  6939] By: jhi                                   on 2000/08/31  13:34:33
70091         Log: Reveal Borland's isnan.
70092              
70093              Subject: build with BC++ tweak
70094              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70095              Date: Thu, 31 Aug 2000 13:09:37 +0400
70096              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
70097      Branch: perl
70098            ! win32/win32.h
70099 ____________________________________________________________________________
70100 [  6938] By: jhi                                   on 2000/08/31  05:01:20
70101         Log: Update Changes.
70102      Branch: perl
70103            ! Changes patchlevel.h
70104 ____________________________________________________________________________
70105 [  6937] By: jhi                                   on 2000/08/31  04:26:23
70106         Log: sscanf() may be the only way to read long doubles from strings.
70107      Branch: metaconfig/U/perl
70108            ! longdblfio.U
70109      Branch: perl
70110            ! Configure config_h.SH perl.h util.c
70111 ____________________________________________________________________________
70112 [  6936] By: jhi                                   on 2000/08/31  04:18:19
70113         Log: The #6929 was too skimpy.
70114      Branch: perl
70115            ! sv.c
70116 ____________________________________________________________________________
70117 [  6935] By: jhi                                   on 2000/08/31  02:47:07
70118         Log: Subject: Re: typos in pods
70119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70120              Date: Wed, 30 Aug 2000 19:25:34 -0700
70121              Message-ID: <eIcr5gzkg25X092yn@efn.org>
70122      Branch: perl
70123            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
70124 ____________________________________________________________________________
70125 [  6934] By: jhi                                   on 2000/08/31  02:42:55
70126         Log: Missed one Unicode file.
70127      Branch: perl
70128            + lib/unicode/UCDFF301.html
70129 ____________________________________________________________________________
70130 [  6933] By: jhi                                   on 2000/08/30  23:42:27
70131         Log: Update Changes.
70132      Branch: perl
70133            ! Changes patchlevel.h
70134 ____________________________________________________________________________
70135 [  6932] By: jhi                                   on 2000/08/30  23:40:07
70136         Log: Mention UNTIE in perldelta.  Still needs documenting
70137              in perltie et alia.
70138      Branch: perl
70139            ! pod/perldelta.pod
70140 ____________________________________________________________________________
70141 [  6931] By: jhi                                   on 2000/08/30  23:36:02
70142         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
70143              From: <abigail@foad.org>
70144              Date: Wed, 30 Aug 2000 19:28:07 -0400
70145              Message-ID: <20000830232807.305.qmail@foad.org>
70146      Branch: perl
70147            ! pod/perldelta.pod
70148 ____________________________________________________________________________
70149 [  6930] By: jhi                                   on 2000/08/30  23:32:40
70150         Log: Update to Unicode 3.0.1.
70151      Branch: perl
70152            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
70153            + lib/unicode/PropList.txt lib/unicode/README.perl
70154            + lib/unicode/UCD301.html lib/unicode/Unicode.301
70155            - lib/unicode/Props.txt lib/unicode/UCD300.html
70156            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
70157            ! (edit 257 files)
70158 ____________________________________________________________________________
70159 [  6929] By: jhi                                   on 2000/08/30  22:38:18
70160         Log: Heap decorruption.
70161              
70162              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
70163              From: Alan Burlison <Alan.Burlison@uk.sun.com>
70164              Date: Wed, 30 Aug 2000 22:39:52 +0100
70165              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
70166      Branch: perl
70167            ! sv.c
70168 ____________________________________________________________________________
70169 [  6928] By: jhi                                   on 2000/08/30  22:29:34
70170         Log: Retract the dummy test, skip the security tests (instead of failing),
70171              explain what the warnings mean.
70172      Branch: perl
70173            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
70174 ____________________________________________________________________________
70175 [  6927] By: jhi                                   on 2000/08/30  22:14:13
70176         Log: Change the internal implementation of sort() to be mergesort
70177              instead of quicksort, from John Linderman <jpl@research.att.com>.
70178              Gives us better worst case, better average case, and stability.
70179              What's there not to like?  (Small fixes for threaded builds
70180              were required).
70181      Branch: perl
70182            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
70183 ____________________________________________________________________________
70184 [  6926] By: jhi                                   on 2000/08/30  20:55:20
70185         Log: A better fix for the Socket building problem from Craig Berry.
70186      Branch: perl
70187            ! vms/vms.c
70188 ____________________________________________________________________________
70189 [  6925] By: jhi                                   on 2000/08/30  20:20:25
70190         Log: Subject: [PATCH] Re: UNTIE method 
70191              From: Nick Ing-Simmons <nik@tiuk.ti.com>
70192              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
70193              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
70194      Branch: perl
70195            ! pp_sys.c t/op/tie.t
70196 ____________________________________________________________________________
70197 [  6924] By: jhi                                   on 2000/08/30  20:17:11
70198         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
70199              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70200              Date: Wed, 30 Aug 2000 15:03:14 -0500
70201              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
70202      Branch: perl
70203            ! vms/vms.c
70204 ____________________________________________________________________________
70205 [  6923] By: jhi                                   on 2000/08/30  20:15:18
70206         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
70207              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70208              Date: Wed, 30 Aug 2000 13:30:36 -0500
70209              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
70210      Branch: perl
70211            ! vms/vms.c
70212 ____________________________________________________________________________
70213 [  6922] By: jhi                                   on 2000/08/30  19:54:43
70214         Log: Better options for rsync.
70215      Branch: perl
70216            ! pod/perlhack.pod
70217 ____________________________________________________________________________
70218 [  6921] By: jhi                                   on 2000/08/30  19:40:16
70219         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
70220              From: Rick Delaney <rick@consumercontact.com>
70221              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
70222              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
70223      Branch: perl
70224            ! pod/perlfunc.pod
70225 ____________________________________________________________________________
70226 [  6920] By: jhi                                   on 2000/08/30  19:36:40
70227         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
70228              From: Peter Prymmer <pvhp@forte.com>
70229              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
70230              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
70231      Branch: perl
70232            ! configure.com
70233 ____________________________________________________________________________
70234 [  6919] By: jhi                                   on 2000/08/30  14:52:02
70235         Log: Update Changes.
70236      Branch: perl
70237            ! Changes patchlevel.h
70238 ____________________________________________________________________________
70239 [  6918] By: jhi                                   on 2000/08/30  14:48:34
70240         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
70241      Branch: perl
70242            ! lib/ExtUtils/typemap
70243 ____________________________________________________________________________
70244 [  6917] By: jhi                                   on 2000/08/30  14:46:34
70245         Log: Subject: typos in pods
70246              From: Nicholas Clark <nick@ccl4.org>
70247              Date: Wed, 30 Aug 2000 01:12:50 +0100
70248              Message-ID: <20000830011249.A61388@plum.flirble.org>
70249      Branch: perl
70250            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
70251            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
70252            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
70253            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
70254 ____________________________________________________________________________
70255 [  6916] By: jhi                                   on 2000/08/30  14:19:09
70256         Log: Document Storable problems on Crays.  (Will have
70257              to document all the other Storable problems, too.)
70258      Branch: perl
70259            ! pod/perldelta.pod
70260 ____________________________________________________________________________
70261 [  6915] By: jhi                                   on 2000/08/30  14:06:02
70262         Log: Subject: [PATCH] fix misc cast warnings
70263              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70264              Date: Tue, 29 Aug 2000 23:16:14 -0700
70265              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
70266      Branch: perl
70267            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
70268            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
70269            ! os2/os2ish.h
70270 ____________________________________________________________________________
70271 [  6914] By: jhi                                   on 2000/08/30  14:03:45
70272         Log: Timestamp mismatch again.  Need to fix this dependence on
70273              config_h.SH timestamp, since it's the contents of config_h.SH
70274              that matter.
70275      Branch: perl
70276            ! uconfig.h uconfig.sh
70277 ____________________________________________________________________________
70278 [  6913] By: jhi                                   on 2000/08/30  13:54:06
70279         Log: Don't say "Perl 5.0 source kit".
70280      Branch: perl
70281            ! perl.c
70282 ____________________________________________________________________________
70283 [  6912] By: jhi                                   on 2000/08/30  13:51:24
70284         Log: Reset archname and archname64 always, forcing them be
70285              recomputed at each Configure run, make Configure and
70286              the hints files agree on the naming of largefiles variables.
70287      Branch: metaconfig
70288            ! U/threads/archname.U
70289      Branch: metaconfig/U/perl
70290            ! use64bits.U
70291      Branch: perl
70292            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
70293            ! hints/linux.sh hints/solaris_2.sh
70294 ____________________________________________________________________________
70295 [  6911] By: jhi                                   on 2000/08/30  13:30:13
70296         Log: Put back the slice accidentally removed by #6907.
70297      Branch: perl
70298            ! hints/solaris_2.sh
70299 ____________________________________________________________________________
70300 [  6910] By: jhi                                   on 2000/08/30  01:24:26
70301         Log: Be consistent: other Net::get* do export theirs.
70302              
70303              Subject: Re: Net::protoent does not export 'getproto'
70304              From: Yasushi Nakajima <sey@jkc.co.jp>
70305              Date: Wed, 30 Aug 2000 09:53:14 +0900
70306              Message-Id: <200008300051.DAA24700@taku.hut.fi>
70307      Branch: perl
70308            ! lib/Net/protoent.pm
70309 ____________________________________________________________________________
70310 [  6909] By: jhi                                   on 2000/08/30  01:17:25
70311         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
70312              From: Gurusamy Sarathy <gsar@ActiveState.com>
70313              Date: Tue, 29 Aug 2000 17:17:07 -0700
70314              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
70315      Branch: perl
70316            ! cop.h
70317 ____________________________________________________________________________
70318 [  6908] By: jhi                                   on 2000/08/30  00:58:05
70319         Log: Update Changes.
70320      Branch: perl
70321            ! Changes patchlevel.h
70322 ____________________________________________________________________________
70323 [  6907] By: jhi                                   on 2000/08/30  00:57:22
70324         Log: Introduce ccname to keep track of what compiler kind of we have.
70325      Branch: metaconfig/U/perl
70326            ! Checkcc.U gccvers.U
70327      Branch: perl
70328            ! Configure config_h.SH hints/solaris_2.sh
70329 ____________________________________________________________________________
70330 [  6906] By: jhi                                   on 2000/08/30  00:25:47
70331         Log: Put back the flags dump as reasoned in
70332              
70333              Subject: Re: [PATCH] Glob dumping
70334              From: Mike Guy <mjtg@cam.ac.uk> 
70335              Date: Tue, 29 Aug 2000 21:41:32 +0100
70336              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
70337      Branch: perl
70338            ! dump.c t/lib/peek.t
70339 ____________________________________________________________________________
70340 [  6905] By: jhi                                   on 2000/08/30  00:16:17
70341         Log: Make the epsilon to be relative, not absolute.
70342              
70343              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
70344              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
70345              Date: Tue, 29 Aug 2000 19:58:56 -0400
70346              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
70347      Branch: perl
70348            ! t/lib/trig.t
70349 ____________________________________________________________________________
70350 [  6904] By: jhi                                   on 2000/08/30  00:13:09
70351         Log: From now on, Gisle is on my list of usual suspects :-)
70352              Retract #6902.
70353      Branch: perl
70354            ! ext/Opcode/Safe.pm
70355 ____________________________________________________________________________
70356 [  6903] By: jhi                                   on 2000/08/29  23:51:20
70357         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
70358              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70359              Date: Tue, 29 Aug 2000 18:43:26 -0500
70360              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
70361      Branch: perl
70362            + vms/vmspipe.com
70363            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
70364            ! vms/vms.c
70365 ____________________________________________________________________________
70366 [  6902] By: jhi                                   on 2000/08/29  23:44:14
70367         Log: Retry what #6882 attempted.
70368              
70369              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
70370              From: Gisle Aas <gisle@ActiveState.com>
70371              Date: 30 Aug 2000 00:33:09 +0200
70372              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
70373      Branch: perl
70374            ! ext/Opcode/Safe.pm
70375 ____________________________________________________________________________
70376 [  6901] By: jhi                                   on 2000/08/29  22:59:32
70377         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
70378              From: Hugo <hv@crypt.compulink.co.uk>
70379              Date: Mon, 12 Jun 2000 19:36:08 +0100
70380              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
70381      Branch: perl
70382            ! sv.c
70383 ____________________________________________________________________________
70384 [  6900] By: jhi                                   on 2000/08/29  22:58:35
70385         Log: Admit that we are leaking scalars.
70386              
70387              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
70388              From: Spider Boardman <spider@leggy.zk3.dec.com>
70389              Date: Tue, 29 Aug 2000 18:48:29 -0400
70390              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
70391      Branch: perl
70392            ! t/pragma/warnings.t
70393 ____________________________________________________________________________
70394 [  6899] By: jhi                                   on 2000/08/29  20:53:13
70395         Log: Update Changes.
70396      Branch: perl
70397            ! Changes patchlevel.h
70398 ____________________________________________________________________________
70399 [  6898] By: jhi                                   on 2000/08/29  20:46:21
70400         Log: Undo namespace pollution of #6878.
70401              
70402              Subject: Re: Net::protoent does not export 'getproto'
70403              From: Mike Guy <mjtg@cam.ac.uk>
70404              Date: Tue, 29 Aug 2000 21:32:37 +0100
70405              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
70406      Branch: perl
70407            ! lib/Net/protoent.pm
70408 ____________________________________________________________________________
70409 [  6897] By: jhi                                   on 2000/08/29  20:44:29
70410         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
70411              From: Peter Prymmer <pvhp@forte.com>
70412              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
70413              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
70414      Branch: perl
70415            ! pod/perlebcdic.pod
70416 ____________________________________________________________________________
70417 [  6896] By: jhi                                   on 2000/08/29  20:40:57
70418         Log: There's no point repeating the 'revision' (5) of perl5.
70419      Branch: metaconfig/U/perl
70420            ! Devel.U patchlevel.U
70421      Branch: perl
70422            ! Configure config_h.SH
70423 ____________________________________________________________________________
70424 [  6895] By: jhi                                   on 2000/08/29  20:16:58
70425         Log: Regen Configure for #6894.
70426      Branch: metaconfig/U/perl
70427            ! perladmin.U
70428      Branch: perl
70429            ! Configure config_h.SH
70430 ____________________________________________________________________________
70431 [  6894] By: jhi                                   on 2000/08/29  19:59:52
70432         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
70433              From: "Philip Newton" <Philip.Newton@gmx.net>
70434              Date: Tue, 29 Aug 2000 21:39:14 +0200
70435              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
70436      Branch: perl
70437            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
70438            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
70439            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
70440            ! utils/perlbug.PL
70441 ____________________________________________________________________________
70442 [  6893] By: jhi                                   on 2000/08/29  19:55:30
70443         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
70444              From: "Philip Newton" <Philip.Newton@gmx.net>
70445              Date: Tue, 29 Aug 2000 21:39:14 +0200
70446              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
70447      Branch: perl
70448            ! installhtml
70449 ____________________________________________________________________________
70450 [  6892] By: jhi                                   on 2000/08/29  19:53:59
70451         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
70452              From: "Philip Newton" <Philip.Newton@gmx.net>
70453              Date: Tue, 29 Aug 2000 21:48:18 +0200
70454              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
70455      Branch: perl
70456            ! lib/File/Temp.pm
70457 ____________________________________________________________________________
70458 [  6891] By: jhi                                   on 2000/08/29  18:30:03
70459         Log: Nail the ID 20000828.023.
70460      Branch: perl
70461            ! ext/Storable/Storable.xs
70462 ____________________________________________________________________________
70463 [  6890] By: jhi                                   on 2000/08/29  16:50:17
70464         Log: Under usethreads the dumped variable is IN_PAD.
70465              
70466              Subject: Re: [PATCH] Glob dumping
70467              From: Gisle Aas <gisle@ActiveState.com>
70468              Date: 29 Aug 2000 18:45:05 +0200
70469              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
70470      Branch: perl
70471            ! t/lib/peek.t
70472 ____________________________________________________________________________
70473 [  6889] By: jhi                                   on 2000/08/29  15:17:37
70474         Log: Update Changes.
70475      Branch: perl
70476            ! Changes patchlevel.h
70477 ____________________________________________________________________________
70478 [  6888] By: jhi                                   on 2000/08/29  14:49:59
70479         Log: Retract #6882, broke the safe tests.
70480      Branch: perl
70481            ! ext/Opcode/Safe.pm
70482 ____________________________________________________________________________
70483 [  6887] By: jhi                                   on 2000/08/29  14:47:06
70484         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
70485              From: Gisle Aas <gisle@ActiveState.com> 
70486              Date: 09 Jun 2000 20:00:11 +0200
70487              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
70488      Branch: perl
70489            ! utils/perldoc.PL
70490 ____________________________________________________________________________
70491 [  6886] By: jhi                                   on 2000/08/29  14:42:45
70492         Log: The #6881 removed one dump line.
70493      Branch: perl
70494            ! t/lib/peek.t
70495 ____________________________________________________________________________
70496 [  6885] By: jhi                                   on 2000/08/29  14:30:47
70497         Log: Don't forget to tidy up.
70498      Branch: perl
70499            ! t/lib/ftmp-security.t
70500 ____________________________________________________________________________
70501 [  6884] By: jhi                                   on 2000/08/29  14:25:17
70502         Log: Disabling the one test is a bit tricky.
70503      Branch: perl
70504            ! t/lib/ftmp-security.t
70505 ____________________________________________________________________________
70506 [  6883] By: jhi                                   on 2000/08/29  14:16:25
70507         Log: Disable one of the tests for now.
70508      Branch: perl
70509            ! t/lib/ftmp-security.t
70510 ____________________________________________________________________________
70511 [  6882] By: jhi                                   on 2000/08/29  14:05:50
70512         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
70513              From: gisle@aas.no
70514              Date: 29 Aug 2000 10:35:06 -0000
70515              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
70516      Branch: perl
70517            ! ext/Opcode/Safe.pm
70518 ____________________________________________________________________________
70519 [  6881] By: jhi                                   on 2000/08/29  14:03:51
70520         Log: Subject: [PATCH] Glob dumping
70521              From: Gisle Aas <gisle@ActiveState.com>
70522              Date: 29 Aug 2000 07:59:42 -0000
70523              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
70524      Branch: perl
70525            ! dump.c
70526 ____________________________________________________________________________
70527 [  6880] By: jhi                                   on 2000/08/29  14:02:01
70528         Log: Subject: [PATCH] Warnings in B::Deparse
70529              From: <abigail@foad.org>
70530              Date: Tue, 29 Aug 2000 00:00:01 -0400
70531              Message-ID: <20000829040001.2999.qmail@foad.org>
70532      Branch: perl
70533            ! ext/B/B/Deparse.pm
70534 ____________________________________________________________________________
70535 [  6879] By: jhi                                   on 2000/08/29  13:57:26
70536         Log: Missed a change in #6869.
70537      Branch: perl
70538            ! mg.c
70539 ____________________________________________________________________________
70540 [  6878] By: jhi                                   on 2000/08/29  13:45:04
70541         Log: Subject: Net::protoent does not export 'getproto'
70542              From: Yasushi Nakajima <sey@jkc.co.jp>
70543              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
70544      Branch: perl
70545            ! lib/Net/protoent.pm
70546 ____________________________________________________________________________
70547 [  6877] By: jhi                                   on 2000/08/29  13:39:19
70548         Log: Patches all over for people and the files they (hopefully) care about.
70549      Branch: perl
70550            ! AUTHORS Changes MAINTAIN
70551 ____________________________________________________________________________
70552 [  6876] By: jhi                                   on 2000/08/29  12:53:54
70553         Log: Fix for thinko in #6848.
70554              
70555              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
70556              From: Lupe Christoph <lupe@lupe-christoph.de>
70557              Date: Tue, 29 Aug 2000 09:04:08 +0200
70558              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
70559      Branch: perl
70560            ! ext/Thread/Thread.xs
70561 ____________________________________________________________________________
70562 [  6875] By: jhi                                   on 2000/08/29  12:50:14
70563         Log: Update to Getopt::Long 2.24, from Johan Vromans.
70564      Branch: perl
70565            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
70566 ____________________________________________________________________________
70567 [  6874] By: jhi                                   on 2000/08/29  02:09:53
70568         Log: Use minimal @INC in tests, most of the time just '../lib',
70569              so that we simply can't pick up stuff from other Perls than
70570              the one we are testing.  Pointed out by
70571              
70572              From: Mike Guy <mjtg@cam.ac.uk>
70573              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
70574              Date: Fri, 25 Aug 2000 15:15:59 +0100
70575              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
70576      Branch: perl
70577            ! (edit 185 files)
70578 ____________________________________________________________________________
70579 [  6873] By: jhi                                   on 2000/08/29  01:07:11
70580         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
70581              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70582              Date: Mon, 28 Aug 2000 17:45:52 -0700
70583              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
70584      Branch: perl
70585            ! Makefile.SH hints/os2.sh
70586 ____________________________________________________________________________
70587 [  6872] By: jhi                                   on 2000/08/28  23:33:39
70588         Log: Subject: [PATCH bleedperl@6866] spellings
70589              From: marcel@codewerk.com (Marcel Grunauer)
70590              Date: Tue, 29 Aug 2000 01:19:59 +0200
70591              Message-Id: <200008282319.BAA29862@gandalf.local>
70592      Branch: perl
70593            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
70594            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
70595            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
70596 ____________________________________________________________________________
70597 [  6871] By: jhi                                   on 2000/08/28  23:22:09
70598         Log: Take out the SUIDMAIL thing, that will not be
70599              a problem in 5.7.*.
70600      Branch: perl
70601            ! patchlevel.h
70602 ____________________________________________________________________________
70603 [  6870] By: jhi                                   on 2000/08/28  23:19:30
70604         Log: -S is the silent flag, -s is the strip flag.
70605              
70606              Subject: [PATCH] Re: [PATCH] make no-install          
70607              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70608              Date: Mon, 28 Aug 2000 15:12:55 -0700
70609              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
70610      Branch: perl
70611            ! Makefile.SH
70612 ____________________________________________________________________________
70613 [  6869] By: jhi                                   on 2000/08/28  23:12:05
70614         Log: Subject: [PATCH bleedperl@6856] warnings fixes
70615              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
70616              Date: Mon, 28 Aug 2000 23:55:06 +0100
70617              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
70618      Branch: perl
70619            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
70620            ! warnings.h warnings.pl
70621 ____________________________________________________________________________
70622 [  6868] By: jhi                                   on 2000/08/28  21:38:22
70623         Log: Potential cruft.
70624      Branch: perl
70625            ! Makefile.SH
70626 ____________________________________________________________________________
70627 [  6867] By: jhi                                   on 2000/08/28  21:35:36
70628         Log: Update Changes.
70629      Branch: perl
70630            ! Changes patchlevel.h
70631 ____________________________________________________________________________
70632 [  6866] By: jhi                                   on 2000/08/28  21:33:49
70633         Log: Subject: hv.h Doc Patch
70634              From: Fisher Mark <fisherm@tce.com>
70635              Date: Mon, 28 Aug 2000 16:24:59 -0500
70636              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
70637      Branch: perl
70638            ! hv.h
70639 ____________________________________________________________________________
70640 [  6865] By: jhi                                   on 2000/08/28  21:02:15
70641         Log: Add -ld to archname on long tr...double platforms.
70642      Branch: metaconfig
70643            ! U/threads/archname.U
70644      Branch: perl
70645            ! Configure config_h.SH
70646 ____________________________________________________________________________
70647 [  6864] By: jhi                                   on 2000/08/28  20:38:59
70648         Log: An attempt to fix the problem reported in
70649              
70650              Subject: Building perl@6856 using gcc/AIX 4.3.3 
70651              From: Daniel Muino <dmuino@afip.gov.ar> 
70652              Date: Mon, 28 Aug 2000 15:50:01 -0300   
70653              Message-ID: <20000828155001.A14403@con2-dgi>
70654              
70655              I can't test this properly since the gcc installation I have
70656              access to seems to be botched (gcc is calling the AIX cpp,
70657              a losing proposition...)
70658      Branch: perl
70659            ! hints/aix.sh
70660 ____________________________________________________________________________
70661 [  6863] By: jhi                                   on 2000/08/28  18:57:52
70662         Log: Fix for ID 20000828.001, long doubles were not formatted
70663              correctly (showed up in $], which stopped installing perl).
70664      Branch: perl
70665            ! sv.c
70666 ____________________________________________________________________________
70667 [  6862] By: jhi                                   on 2000/08/28  18:07:15
70668         Log: Typo in #6858.
70669      Branch: perl
70670            ! lib/Cwd.pm
70671 ____________________________________________________________________________
70672 [  6861] By: jhi                                   on 2000/08/28  17:57:27
70673         Log: opmini.o may be left around if a build is interrupted.
70674      Branch: perl
70675            ! Makefile.SH
70676 ____________________________________________________________________________
70677 [  6860] By: jhi                                   on 2000/08/28  16:52:50
70678         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
70679              From: Daniel Chetlin <daniel@chetlin.com>
70680              Date: Mon, 28 Aug 2000 01:14:18 -0700
70681              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
70682      Branch: perl
70683            ! lib/overload.pm
70684 ____________________________________________________________________________
70685 [  6859] By: jhi                                   on 2000/08/28  16:08:46
70686         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
70687              From: Nicholas Clark <nick@ccl4.org>
70688              Date: Mon, 28 Aug 2000 16:03:27 +0100
70689              Message-Id: <20000828160327.C49785@plum.flirble.org>
70690      Branch: perl
70691            ! ext/ByteLoader/bytecode.h
70692 ____________________________________________________________________________
70693 [  6858] By: jhi                                   on 2000/08/28  16:02:10
70694         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
70695              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
70696              Date: Mon, 28 Aug 2000 13:08:30 +0200
70697              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
70698      Branch: perl
70699            ! lib/Cwd.pm
70700 ____________________________________________________________________________
70701 [  6857] By: jhi                                   on 2000/08/28  15:42:47
70702         Log: display_format used as a class method without arguments was broken,
70703              reported in
70704              
70705              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
70706              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
70707              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
70708              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
70709      Branch: perl
70710            ! lib/Math/Complex.pm t/lib/complex.t
70711 ____________________________________________________________________________
70712 [  6856] By: jhi                                   on 2000/08/27  22:09:48
70713         Log: Update Changes.
70714      Branch: perl
70715            ! Changes patchlevel.h
70716 ____________________________________________________________________________
70717 [  6855] By: jhi                                   on 2000/08/27  21:59:21
70718         Log: Retract #6853 (false alarm).
70719      Branch: perl
70720            ! lib/ExtUtils/xsubpp
70721 ____________________________________________________________________________
70722 [  6854] By: jhi                                   on 2000/08/27  21:37:44
70723         Log: Update Changes.
70724      Branch: perl
70725            ! Changes patchlevel.h
70726 ____________________________________________________________________________
70727 [  6853] By: jhi                                   on 2000/08/27  21:37:16
70728         Log: Subject: [PATCH perl@6850] workaround for xsubpp
70729              From: Hugo <hv@crypt.compulink.co.uk>
70730              Date: Sun, 27 Aug 2000 22:30:25 +0100
70731              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
70732      Branch: perl
70733            ! lib/ExtUtils/xsubpp
70734 ____________________________________________________________________________
70735 [  6852] By: jhi                                   on 2000/08/27  21:33:58
70736         Log: Big-endian 64-bit patch from Raphael Manfredi.
70737      Branch: perl
70738            ! ext/Storable/Storable.xs
70739 ____________________________________________________________________________
70740 [  6851] By: jhi                                   on 2000/08/27  21:22:21
70741         Log: More ruthless editing from Hugo van der Sanden.
70742      Branch: perl
70743            ! pod/perldelta.pod
70744 ____________________________________________________________________________
70745 [  6850] By: jhi                                   on 2000/08/27  16:11:46
70746         Log: Update Changes.
70747      Branch: perl
70748            ! Changes patchlevel.h
70749 ____________________________________________________________________________
70750 [  6849] By: jhi                                   on 2000/08/27  16:11:05
70751         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
70752      Branch: perl
70753            ! configpm pod/perldelta.pod
70754 ____________________________________________________________________________
70755 [  6848] By: jhi                                   on 2000/08/27  15:35:08
70756         Log: Use the actual thread type, not the pointer-to-struct.
70757      Branch: perl
70758            ! ext/Thread/Thread.xs
70759 ____________________________________________________________________________
70760 [  6847] By: jhi                                   on 2000/08/27  15:30:49
70761         Log: Test nit.
70762      Branch: perl
70763            ! t/pragma/warn/pp_sys
70764 ____________________________________________________________________________
70765 [  6846] By: jhi                                   on 2000/08/27  15:19:02
70766         Log: Passing -R in ldflags makes now it to appear in the default
70767              for lddlflags, just like with -L.
70768              
70769              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70770              From: Lupe Christoph <lupe@lupe-christoph.de>
70771              Date: Sun, 27 Aug 2000 10:28:21 +0200
70772              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
70773      Branch: metaconfig/U/perl
70774            ! dlsrc.U
70775      Branch: perl
70776            ! Configure
70777 ____________________________________________________________________________
70778 [  6845] By: jhi                                   on 2000/08/27  15:08:54
70779         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70780              From: Alan Burlison <Alan.Burlison@uk.sun.com>
70781              Date: Sat, 26 Aug 2000 22:23:27 +0100
70782              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
70783      Branch: perl
70784            ! lib/ExtUtils/MM_Unix.pm
70785 ____________________________________________________________________________
70786 [  6844] By: jhi                                   on 2000/08/27  15:02:37
70787         Log: DJGPP update from Laszlo Molnar.
70788              
70789              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
70790              From: ml1050 <ml1050@freemail.hu>
70791              Date: Sat, 26 Aug 2000 23:24:40 +0200
70792              Message-Id: <20000826232440.A439@freemail.hu>
70793      Branch: perl
70794            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
70795            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
70796 ____________________________________________________________________________
70797 [  6843] By: jhi                                   on 2000/08/27  14:53:58
70798         Log: Subject: installman buglet
70799              From: Lupe Christoph <lupe@lupe-christoph.de>
70800              Date: Sun, 27 Aug 2000 14:38:59 +0200
70801              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
70802      Branch: perl
70803            ! installman
70804 ____________________________________________________________________________
70805 [  6842] By: jhi                                   on 2000/08/27  14:52:08
70806         Log: Can't get the test to reliably work thanks to the
70807              inaccurateness of floating point.  "Resolves" bug ids
70808              20000826.003, 20000826.009, 20000826.010,
70809      Branch: perl
70810            ! t/lib/trig.t
70811 ____________________________________________________________________________
70812 [  6841] By: jhi                                   on 2000/08/26  15:53:58
70813         Log: Update Changes.
70814      Branch: perl
70815            ! Changes patchlevel.h
70816 ____________________________________________________________________________
70817 [  6840] By: jhi                                   on 2000/08/26  14:23:03
70818         Log: grep -e isn't portable.
70819              
70820              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
70821              From: chris@broadband.att.com
70822              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
70823              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
70824      Branch: perl
70825            ! hints/solaris_2.sh
70826 ____________________________________________________________________________
70827 [  6839] By: jhi                                   on 2000/08/26  14:12:23
70828         Log: no-install target a la make -n.
70829              
70830              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
70831              From: <abigail@foad.org>
70832              Date: Sat, 26 Aug 2000 03:57:34 -0400
70833              Message-ID: <20000826075735.18912.qmail@foad.org>
70834      Branch: perl
70835            ! Makefile.SH installman installperl
70836 ____________________________________________________________________________
70837 [  6838] By: jhi                                   on 2000/08/26  14:06:33
70838         Log: Retract #6826 as the #6828 should be do the same
70839              in a More Correct Way.
70840      Branch: perl
70841            ! installperl
70842 ____________________________________________________________________________
70843 [  6837] By: jhi                                   on 2000/08/26  05:24:00
70844         Log: More casting.
70845      Branch: perl
70846            ! ext/Storable/Storable.xs
70847 ____________________________________________________________________________
70848 [  6836] By: jhi                                   on 2000/08/26  05:05:46
70849         Log: Nicer in decimal.
70850      Branch: perl
70851            ! ext/Storable/Storable.xs
70852 ____________________________________________________________________________
70853 [  6835] By: jhi                                   on 2000/08/26  05:03:50
70854         Log: There be no UVdf.
70855      Branch: perl
70856            ! ext/Storable/Storable.xs
70857 ____________________________________________________________________________
70858 [  6834] By: jhi                                   on 2000/08/26  05:00:18
70859         Log: Continue IVdfing and UVxfing.
70860      Branch: perl
70861            ! ext/Storable/Storable.xs
70862 ____________________________________________________________________________
70863 [  6833] By: jhi                                   on 2000/08/26  04:53:14
70864         Log: Use IVdf.
70865      Branch: perl
70866            ! ext/Storable/Storable.xs
70867 ____________________________________________________________________________
70868 [  6832] By: jhi                                   on 2000/08/26  04:40:41
70869         Log: Document PTR2XX and INT2PTR.
70870      Branch: perl
70871            ! pod/perlguts.pod
70872 ____________________________________________________________________________
70873 [  6831] By: jhi                                   on 2000/08/26  04:33:18
70874         Log: Use UVxf, PTR2UV, NVff.
70875      Branch: perl
70876            ! ext/Storable/Storable.xs
70877 ____________________________________________________________________________
70878 [  6830] By: jhi                                   on 2000/08/26  04:31:32
70879         Log: Update the test count.
70880      Branch: perl
70881            ! t/lib/trig.t
70882 ____________________________________________________________________________
70883 [  6829] By: jhi                                   on 2000/08/26  03:05:50
70884         Log: Subject: [PATCH] installation not quite silent yet.
70885              From: <abigail@foad.org>
70886              Date: Fri, 25 Aug 2000 20:07:53 -0400
70887              Message-ID: <20000826000753.7822.qmail@foad.org>
70888      Branch: perl
70889            ! installman installperl
70890 ____________________________________________________________________________
70891 [  6828] By: jhi                                   on 2000/08/26  03:05:14
70892         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
70893              From: Spider Boardman <spider@web.zk3.dec.com>
70894              Date: Fri, 25 Aug 2000 19:12:40 -0400
70895              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
70896      Branch: perl
70897            ! gv.c
70898 ____________________________________________________________________________
70899 [  6827] By: jhi                                   on 2000/08/25  23:54:34
70900         Log: Support preserving extremely big/small angles.
70901      Branch: perl
70902            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
70903 ____________________________________________________________________________
70904 [  6826] By: jhi                                   on 2000/08/25  23:01:20
70905         Log: Patch installperl to be long double-aware.
70906              
70907              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
70908              From: Spider Boardman <spider@web.zk3.dec.com>
70909              Date: Fri, 25 Aug 2000 18:15:23 -0400
70910              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
70911      Branch: perl
70912            ! installperl
70913 ____________________________________________________________________________
70914 [  6825] By: jhi                                   on 2000/08/25  22:58:25
70915         Log: Remove duplicately applied patch shards.
70916              
70917              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
70918              From: Spider Boardman <spider@leggy.zk3.dec.com>
70919              Date: Fri, 25 Aug 2000 16:45:03 -0400
70920              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
70921      Branch: perl
70922            ! t/lib/cgi-html.t
70923 ____________________________________________________________________________
70924 [  6824] By: jhi                                   on 2000/08/25  22:57:00
70925         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
70926              From: Daniel Chetlin <daniel@chetlin.com>
70927              Date: Fri, 25 Aug 2000 12:23:16 -0700
70928              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
70929              
70930              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
70931              From: Daniel Chetlin <daniel@chetlin.com>
70932              Date: Fri, 25 Aug 2000 14:47:19 -0700
70933              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
70934      Branch: perl
70935            ! installman
70936 ____________________________________________________________________________
70937 [  6823] By: jhi                                   on 2000/08/25  22:44:17
70938         Log: Timestamp problem?
70939      Branch: perl
70940            ! uconfig.h uconfig.sh
70941 ____________________________________________________________________________
70942 [  6822] By: jhi                                   on 2000/08/25  19:01:06
70943         Log: One forgotten file from #6816.
70944      Branch: perl
70945            ! vos/config.h
70946 ____________________________________________________________________________
70947 [  6821] By: jhi                                   on 2000/08/25  18:56:39
70948         Log: Regen Changes.
70949      Branch: perl
70950            ! Changes patchlevel.h
70951 ____________________________________________________________________________
70952 [  6820] By: jhi                                   on 2000/08/25  18:52:35
70953         Log: Fix Changes ordering.
70954      Branch: perl
70955            ! Changes
70956 ____________________________________________________________________________
70957 [  6819] By: jhi                                   on 2000/08/25  18:50:25
70958         Log: Update Changes.
70959      Branch: perl
70960            ! Changes patchlevel.h
70961 ____________________________________________________________________________
70962 [  6818] By: jhi                                   on 2000/08/25  18:47:45
70963         Log: Tweak the sfio/useperlio logic, hopefully as wished in
70964              
70965              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
70966              From: Nicholas Clark <nick@babyhippo.co.uk>
70967              Date: Fri, 25 Aug 2000 12:01:45 +0100
70968              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
70969      Branch: metaconfig/U/perl
70970            ! d_sfio.U
70971      Branch: perl
70972            ! Configure
70973 ____________________________________________________________________________
70974 [  6817] By: jhi                                   on 2000/08/25  18:32:51
70975         Log: Allow microperl to assume <math.h>, without it the math
70976              functions like floor() are assumed to return int, which makes
70977              for core dumps in machines where integer and floating register
70978              don't mix.
70979      Branch: perl
70980            ! uconfig.h uconfig.sh
70981 ____________________________________________________________________________
70982 [  6816] By: jhi                                   on 2000/08/25  18:27:17
70983         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
70984              the problem reported in
70985              
70986              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
70987              From: danhale@us.ibm.com
70988              Date: Fri, 25 Aug 2000 10:58:06 -0400
70989              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
70990      Branch: metaconfig/U/perl
70991            + d_socks5_init.U
70992      Branch: perl
70993            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
70994            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
70995            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
70996            ! win32/config.gc win32/config.vc
70997 ____________________________________________________________________________
70998 [  6815] By: jhi                                   on 2000/08/25  17:43:31
70999         Log: A solution for the retrieve_fd autosplit warning,
71000              idea suggested by Mike Guy.
71001      Branch: perl
71002            ! ext/Storable/Storable.pm
71003 ____________________________________________________________________________
71004 [  6814] By: jhi                                   on 2000/08/25  17:16:03
71005         Log: Add install-silent target.
71006      Branch: perl
71007            ! Makefile.SH
71008 ____________________________________________________________________________
71009 [  6813] By: jhi                                   on 2000/08/25  17:14:23
71010         Log: Subject: Re: [PATCH] More silencing of installman.
71011              From: <abigail@foad.org>
71012              Date: Thu, 24 Aug 2000 19:27:03 -0400
71013              Message-ID: <20000824232703.7001.qmail@foad.org>
71014              
71015              Subject: Re: [PATCH] More silencing of installman.
71016              From: <abigail@foad.org>
71017              Date: Fri, 25 Aug 2000 03:00:58 -0400
71018              Message-ID: <20000825070058.10697.qmail@foad.org>
71019      Branch: perl
71020            ! installman
71021 ____________________________________________________________________________
71022 [  6812] By: jhi                                   on 2000/08/25  17:11:28
71023         Log: installperl --verbose and --silent.
71024              
71025              Subject: Re: [PATCH] More silencing of installman.
71026              From: <abigail@foad.org>
71027              Message-ID: <20000825064430.9719.qmail@foad.org>
71028              Date: Fri, 25 Aug 2000 02:44:30 -0400
71029      Branch: perl
71030            ! installperl
71031 ____________________________________________________________________________
71032 [  6811] By: jhi                                   on 2000/08/25  17:05:43
71033         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
71034              From: "Peter J. Farley III" <pjfarley@banet.net>
71035              Date: Thu, 24 Aug 2000 21:58:03 -0400
71036              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
71037              
71038              (applied slightly modified)
71039      Branch: perl
71040            ! lib/ExtUtils/MM_Unix.pm
71041 ____________________________________________________________________________
71042 [  6810] By: jhi                                   on 2000/08/25  17:01:18
71043         Log: Missing parts of 
71044              
71045              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
71046              From: Peter Prymmer <pvhp@forte.com>
71047              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
71048              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
71049      Branch: perl
71050            ! t/lib/cgi-html.t
71051 ____________________________________________________________________________
71052 [  6809] By: jhi                                   on 2000/08/25  16:46:32
71053         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
71054              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71055              Date: Thu, 24 Aug 2000 19:13:11 -0500
71056              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
71057      Branch: perl
71058            ! vms/vms.c
71059 ____________________________________________________________________________
71060 [  6808] By: jhi                                   on 2000/08/25  16:39:22
71061         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
71062              From: Peter Prymmer <pvhp@forte.com>
71063              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
71064              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
71065      Branch: perl
71066            ! configure.com
71067 ____________________________________________________________________________
71068 [  6807] By: jhi                                   on 2000/08/25  16:36:37
71069         Log: Better wording for the vec lvalue diagnostic.
71070              
71071              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
71072              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
71073              Date: Wed, 23 Aug 2000 14:12:16 -0400
71074              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
71075      Branch: perl
71076            ! pod/perldiag.pod
71077 ____________________________________________________________________________
71078 [  6806] By: jhi                                   on 2000/08/24  18:17:22
71079         Log: Subject: [PATCH] More silencing of installman.
71080              From: <abigail@foad.org>
71081              Date: Thu, 24 Aug 2000 14:01:44 -0400
71082              Message-ID: <20000824180144.20062.qmail@foad.org>
71083      Branch: perl
71084            ! installman
71085 ____________________________________________________________________________
71086 [  6805] By: jhi                                   on 2000/08/24  15:00:31
71087         Log: Update Changes.
71088      Branch: perl
71089            ! Changes patchlevel.h
71090 ____________________________________________________________________________
71091 [  6804] By: jhi                                   on 2000/08/24  14:59:07
71092         Log: Regen perltoc.
71093      Branch: perl
71094            ! pod/perltoc.pod
71095 ____________________________________________________________________________
71096 [  6803] By: jhi                                   on 2000/08/24  14:44:39
71097         Log: Show the doc file, not the temp file.
71098      Branch: perl
71099            ! installman
71100 ____________________________________________________________________________
71101 [  6802] By: jhi                                   on 2000/08/24  14:41:53
71102         Log: Continue silencing.
71103      Branch: perl
71104            ! installman
71105 ____________________________________________________________________________
71106 [  6801] By: jhi                                   on 2000/08/24  14:34:40
71107         Log: Actually do something with the silencer option.
71108      Branch: perl
71109            ! installman
71110 ____________________________________________________________________________
71111 [  6800] By: jhi                                   on 2000/08/24  14:26:22
71112         Log: Make installman to recognize the silence flag -S.
71113      Branch: perl
71114            ! installman
71115 ____________________________________________________________________________
71116 [  6799] By: jhi                                   on 2000/08/24  13:49:38
71117         Log: DOS patches and portability/porting notes, from Tim Jenness.
71118      Branch: perl
71119            ! lib/File/Temp.pm
71120 ____________________________________________________________________________
71121 [  6798] By: jhi                                   on 2000/08/24  13:48:27
71122         Log: Create directories in silence.
71123              
71124              Subject: [PATCH] Another silencer for MakeMaker
71125              From: andreas.koenig@anima.de (Andreas J. Koenig)
71126              Date: 24 Aug 2000 14:18:52 +0200
71127              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
71128      Branch: perl
71129            ! lib/ExtUtils/Command.pm
71130 ____________________________________________________________________________
71131 [  6797] By: jhi                                   on 2000/08/24  13:46:42
71132         Log: More liberal parsing of version numbers.
71133              
71134              Subject: Re: CPAN.pm beta for testing available
71135              From: andreas.koenig@anima.de (Andreas J. Koenig)
71136              Date: 24 Aug 2000 13:51:57 +0200
71137              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
71138      Branch: perl
71139            ! lib/CPAN.pm
71140 ____________________________________________________________________________
71141 [  6796] By: jhi                                   on 2000/08/24  13:44:36
71142         Log: Make "make install" by default silent.  A new "install-verbose"
71143              target is verbose.
71144      Branch: perl
71145            ! Makefile.SH
71146 ____________________________________________________________________________
71147 [  6795] By: jhi                                   on 2000/08/24  13:39:14
71148         Log: Add silencer flags to installperl.
71149              
71150              Subject: [PATCH] Making installperl silent.
71151              From: <abigail@foad.org>
71152              Date: Thu, 24 Aug 2000 05:01:45 -0400
71153              Message-ID: <20000824090145.13141.qmail@foad.org>
71154      Branch: perl
71155            ! installperl
71156 ____________________________________________________________________________
71157 [  6794] By: jhi                                   on 2000/08/24  13:35:50
71158         Log: installperl couldn't tell whether it had run tests or not.
71159              
71160              Subject: [PATCH] Re: installperl and t/TEST
71161              From: <abigail@foad.org>
71162              Date: Thu, 24 Aug 2000 04:00:53 -0400
71163              Message-ID: <20000824080053.2494.qmail@foad.org>
71164      Branch: perl
71165            ! Makefile.SH installperl
71166 ____________________________________________________________________________
71167 [  6793] By: jhi                                   on 2000/08/24  13:27:50
71168         Log: Drop the separate perlbc, perlcc -b should be enough.
71169      Branch: perl
71170            - utils/perlbc.PL
71171            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
71172 ____________________________________________________________________________
71173 [  6792] By: jhi                                   on 2000/08/24  04:41:30
71174         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
71175              plus the typo fix from Peter Prymmer.
71176      Branch: perl
71177            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
71178            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
71179 ____________________________________________________________________________
71180 [  6791] By: jhi                                   on 2000/08/24  02:10:43
71181         Log: Replace #6705 with a minimal doc patch.
71182              
71183              Subject: [PATCH 5.6.0] replace change #6705
71184              From: Jan Dubois <jand@ActiveState.com>
71185              Date: Wed, 23 Aug 2000 18:31:51 -0700
71186              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
71187      Branch: perl
71188            ! lib/Win32.pod win32/win32.c
71189 ____________________________________________________________________________
71190 [  6790] By: jhi                                   on 2000/08/23  17:52:00
71191         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
71192              From: Mike Guy <mjtg@cam.ac.uk>
71193              Date: Wed, 23 Aug 2000 18:38:46 +0100
71194              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
71195      Branch: perl
71196            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
71197 ____________________________________________________________________________
71198 [  6789] By: jhi                                   on 2000/08/23  15:34:21
71199         Log: Update Changes.
71200      Branch: perl
71201            ! Changes patchlevel.h
71202 ____________________________________________________________________________
71203 [  6788] By: jhi                                   on 2000/08/23  15:33:40
71204         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
71205              From: Wilfredo Sánchez <wsanchez@apple.com>
71206              Date: Tue, 22 Aug 2000 19:31:27 -0700
71207              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
71208      Branch: perl
71209            ! perl.h
71210 ____________________________________________________________________________
71211 [  6787] By: jhi                                   on 2000/08/23  15:29:31
71212         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
71213              From: Spider Boardman <spider@leggy.zk3.dec.com>
71214              Date: Wed, 23 Aug 2000 10:33:23 -0400
71215              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
71216      Branch: perl
71217            ! lib/Pod/Html.pm
71218 ____________________________________________________________________________
71219 [  6786] By: jhi                                   on 2000/08/23  15:28:11
71220         Log: Bad makefile.
71221      Branch: perl
71222            ! ext/B/Makefile.PL
71223 ____________________________________________________________________________
71224 [  6785] By: jhi                                   on 2000/08/23  14:37:04
71225         Log: Update Changes.
71226      Branch: perl
71227            ! Changes patchlevel.h
71228 ____________________________________________________________________________
71229 [  6784] By: jhi                                   on 2000/08/23  13:58:41
71230         Log: Portability fix from Hugo van der Sanden.
71231      Branch: perl
71232            ! ext/re/Makefile.PL
71233 ____________________________________________________________________________
71234 [  6783] By: jhi                                   on 2000/08/23  13:53:53
71235         Log: Storable support, v-version fixes.
71236              
71237              Subject: CPAN.pm beta for testing available
71238              From: andreas.koenig@anima.de (Andreas J. Koenig)
71239              Date: 22 Aug 2000 23:31:33 +0200
71240              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
71241      Branch: perl
71242            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
71243 ____________________________________________________________________________
71244 [  6782] By: jhi                                   on 2000/08/23  13:51:26
71245         Log: Mac and other portability updates from Chris Nandor.
71246      Branch: perl
71247            ! pod/perlmodinstall.pod
71248 ____________________________________________________________________________
71249 [  6781] By: jhi                                   on 2000/08/23  13:47:33
71250         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
71251              From: Peter Prymmer <pvhp@forte.com>
71252              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
71253              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
71254      Branch: perl
71255            ! ext/Storable/Storable.xs
71256 ____________________________________________________________________________
71257 [  6780] By: jhi                                   on 2000/08/23  13:33:34
71258         Log: VMS MMS (make) wants null action.
71259      Branch: perl
71260            ! ext/B/Makefile.PL
71261 ____________________________________________________________________________
71262 [  6779] By: jhi                                   on 2000/08/22  19:44:47
71263         Log: Forgot portability nit.
71264      Branch: perl
71265            ! t/lib/st-forgive.t
71266 ____________________________________________________________________________
71267 [  6778] By: jhi                                   on 2000/08/22  19:35:25
71268         Log: Be portable.
71269      Branch: perl
71270            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
71271            ! t/lib/st-store.t
71272 ____________________________________________________________________________
71273 [  6777] By: jhi                                   on 2000/08/22  18:50:53
71274         Log: Update Changes.
71275      Branch: perl
71276            ! Changes patchlevel.h
71277 ____________________________________________________________________________
71278 [  6776] By: jhi                                   on 2000/08/22  18:44:46
71279         Log: cSVOPo_*v things index into the current PL_curpad
71280              under ithreads, which is different from the curpad
71281              used by the XSUB.  (In other words, the code as-is
71282              before this patch wouldn't work under ithreads.)
71283              From Sarathy.
71284      Branch: perl
71285            ! ext/B/B.xs
71286 ____________________________________________________________________________
71287 [  6775] By: jhi                                   on 2000/08/22  18:18:37
71288         Log: Make the selection of NVff et al stricter.
71289      Branch: metaconfig/U/perl
71290            ! perlxvf.U
71291      Branch: perl
71292            ! Configure config_h.SH
71293 ____________________________________________________________________________
71294 [  6774] By: jhi                                   on 2000/08/22  17:19:42
71295         Log: perldelta nits.
71296      Branch: perl
71297            ! pod/perldelta.pod
71298 ____________________________________________________________________________
71299 [  6773] By: jhi                                   on 2000/08/22  17:06:26
71300         Log: Long double fixes from Spider Boardman.
71301              
71302              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
71303              From: system PRIVILEGED account <root@peano.zk3.dec.com>
71304              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
71305              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
71306      Branch: perl
71307            ! t/lib/bigfltpm.t t/lib/st-06compat.t
71308 ____________________________________________________________________________
71309 [  6772] By: jhi                                   on 2000/08/22  15:04:53
71310         Log: Update Changes.
71311      Branch: perl
71312            ! Changes patchlevel.h
71313 ____________________________________________________________________________
71314 [  6771] By: jhi                                   on 2000/08/22  15:01:44
71315         Log: perldelta fixes from Hugo van der Sanden.
71316      Branch: perl
71317            ! pod/perldelta.pod
71318 ____________________________________________________________________________
71319 [  6770] By: jhi                                   on 2000/08/22  14:34:49
71320         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
71321              From: Hugo <hv@crypt.compulink.co.uk>
71322              Date: Tue, 22 Aug 2000 11:21:53 +0100
71323              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
71324      Branch: perl
71325            ! regcomp.c
71326 ____________________________________________________________________________
71327 [  6769] By: jhi                                   on 2000/08/22  14:30:02
71328         Log: Add Yitzchak, reformat.
71329      Branch: perl
71330            ! Changes config_h.SH
71331 ____________________________________________________________________________
71332 [  6768] By: jhi                                   on 2000/08/22  14:21:35
71333         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
71334              and Spider Boardman.
71335      Branch: metaconfig
71336            ! U/compline/d_gconvert.U
71337      Branch: perl
71338            ! Configure
71339 ____________________________________________________________________________
71340 [  6767] By: jhi                                   on 2000/08/22  14:11:24
71341         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
71342              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71343              Date: Mon, 21 Aug 2000 19:08:31 -0700
71344              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
71345      Branch: perl
71346            - ext/Storable/patchlevel.h
71347            ! MANIFEST ext/Storable/MANIFEST
71348 ____________________________________________________________________________
71349 [  6766] By: jhi                                   on 2000/08/22  13:49:29
71350         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
71351              From: Peter Prymmer <pvhp@forte.com>
71352              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
71353              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
71354      Branch: perl
71355            ! configure.com ext/Storable/Makefile.PL
71356 ____________________________________________________________________________
71357 [  6765] By: jhi                                   on 2000/08/22  13:44:59
71358         Log: Subject: [PATCH blead] B:: missing dependency
71359              From: Hugo <hv@crypt.compulink.co.uk>
71360              Date: Tue, 22 Aug 2000 06:44:33 +0100
71361              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
71362      Branch: perl
71363            ! ext/B/Makefile.PL
71364 ____________________________________________________________________________
71365 [  6764] By: jhi                                   on 2000/08/22  13:38:12
71366         Log: More bytecompiler.
71367      Branch: perl
71368            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
71369 ____________________________________________________________________________
71370 [  6763] By: jhi                                   on 2000/08/22  13:36:44
71371         Log: Bytecompiler patches from Benjamin Stuhl.
71372      Branch: perl
71373            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
71374            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
71375            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
71376            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71377            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
71378            ! perl.c perlapi.h pod/perldelta.pod
71379 ____________________________________________________________________________
71380 [  6762] By: jhi                                   on 2000/08/21  23:43:40
71381         Log: An obsoleted diagnostic.
71382      Branch: perl
71383            ! pod/perldelta.pod
71384 ____________________________________________________________________________
71385 [  6761] By: jhi                                   on 2000/08/21  23:01:45
71386         Log: The #6759 wasn't quite right.
71387      Branch: perl
71388            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
71389            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
71390            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
71391            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
71392            ! t/lib/st-tieditems.t
71393 ____________________________________________________________________________
71394 [  6760] By: jhi                                   on 2000/08/21  22:35:49
71395         Log: Be verydeepclean.
71396      Branch: perl
71397            ! Makefile.SH
71398 ____________________________________________________________________________
71399 [  6759] By: jhi                                   on 2000/08/21  22:25:40
71400         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
71401              From: Peter Prymmer <pvhp@forte.com>
71402              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
71403              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
71404      Branch: perl
71405            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
71406            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
71407            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
71408            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
71409            ! t/lib/st-tieditems.t
71410 ____________________________________________________________________________
71411 [  6758] By: jhi                                   on 2000/08/21  22:22:32
71412         Log: Few more casts, need reported in
71413              
71414              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
71415              From: Mike Stok <mike@stok.co.uk>
71416              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
71417              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
71418              
71419              and
71420              
71421              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
71422              From: abigail@foad.org
71423              Date: 21 Aug 2000 21:31:34 -0000
71424              Message-Id: <20000821213134.30170.qmail@foad.org>
71425      Branch: perl
71426            ! ext/Storable/Storable.xs
71427 ____________________________________________________________________________
71428 [  6757] By: jhi                                   on 2000/08/21  18:37:07
71429         Log: Update Changes.
71430      Branch: perl
71431            ! Changes patchlevel.h
71432 ____________________________________________________________________________
71433 [  6756] By: jhi                                   on 2000/08/21  18:34:02
71434         Log: A pod nit.
71435              
71436              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
71437              From: <abigail@foad.org>
71438              Date: Mon, 21 Aug 2000 14:00:16 -0400
71439              Message-ID: <20000821180016.28627.qmail@foad.org>
71440      Branch: perl
71441            ! pod/perlre.pod
71442 ____________________________________________________________________________
71443 [  6755] By: jhi                                   on 2000/08/21  18:30:56
71444         Log: Use PodParser 1.18 new test.
71445      Branch: perl
71446            ! t/pod/special_seqs.t t/pod/special_seqs.xr
71447 ____________________________________________________________________________
71448 [  6754] By: jhi                                   on 2000/08/21  18:28:35
71449         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
71450              patches cannot be applied since #6712 conflicts.
71451      Branch: perl
71452            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
71453 ____________________________________________________________________________
71454 [  6753] By: jhi                                   on 2000/08/21  18:15:11
71455         Log: Weed out some smaller changes.
71456      Branch: perl
71457            ! pod/perldelta.pod
71458 ____________________________________________________________________________
71459 [  6752] By: jhi                                   on 2000/08/21  18:02:30
71460         Log: Also under djgpp the timestamps are funky.
71461      Branch: perl
71462            ! t/op/stat.t
71463 ____________________________________________________________________________
71464 [  6751] By: jhi                                   on 2000/08/21  17:55:56
71465         Log: Tweak the floating point output routine preferences.
71466      Branch: metaconfig
71467            ! U/compline/d_gconvert.U
71468      Branch: perl
71469            ! Configure
71470 ____________________________________________________________________________
71471 [  6750] By: jhi                                   on 2000/08/21  17:51:29
71472         Log: Unicos/mk requires elaborate paranoia.
71473      Branch: perl
71474            ! lib/Math/Complex.pm
71475 ____________________________________________________________________________
71476 [  6749] By: gsar                                  on 2000/08/21  16:53:31
71477         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
71478      Branch: perl
71479            ! lib/Cwd.pm
71480 ____________________________________________________________________________
71481 [  6748] By: gsar                                  on 2000/08/21  16:22:19
71482         Log: free TLS slot properly on Windows
71483      Branch: perl
71484            ! thread.h win32/perllib.c win32/win32thread.h
71485 ____________________________________________________________________________
71486 [  6747] By: jhi                                   on 2000/08/21  16:20:58
71487         Log: Rename the macro argument because some preprocessors
71488              can't tell the difference and expand arguments also inside
71489              double quoted strings.
71490      Branch: perl
71491            ! regcomp.c
71492 ____________________________________________________________________________
71493 [  6746] By: jhi                                   on 2000/08/21  16:09:41
71494         Log: Support long doubles in Storable.
71495              
71496              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
71497              From: Radu Greab <radu@netsoft.ro>
71498              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
71499              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
71500      Branch: perl
71501            ! ext/Storable/Storable.xs
71502 ____________________________________________________________________________
71503 [  6745] By: jhi                                   on 2000/08/21  15:51:40
71504         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
71505              From: "Fifer, Eric" <EFifer@sanwaint.com>
71506              Date: Mon, 21 Aug 2000 15:34:49 +0100
71507              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
71508      Branch: perl
71509            ! t/pragma/warn/9enabled
71510 ____________________________________________________________________________
71511 [  6744] By: jhi                                   on 2000/08/21  15:39:35
71512         Log: Document the endianness of Alpha more precisely.
71513      Branch: perl
71514            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
71515            ! pod/perlport.pod
71516 ____________________________________________________________________________
71517 [  6743] By: jhi                                   on 2000/08/21  14:47:05
71518         Log: perldelta fixes from the p5p crowd.
71519      Branch: perl
71520            ! pod/perldelta.pod pod/perlop.pod
71521 ____________________________________________________________________________
71522 [  6742] By: jhi                                   on 2000/08/21  13:34:51
71523         Log: Update to Pod::LaTeX 0.53.
71524              
71525              Subject: [PATCH] lib/Pod/LaTeX.pm updates
71526              From: Tim Jenness <timj@jach.hawaii.edu>
71527              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
71528              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
71529      Branch: perl
71530            ! lib/Pod/LaTeX.pm
71531 ____________________________________________________________________________
71532 [  6741] By: jhi                                   on 2000/08/21  13:33:01
71533         Log: Subject: [PATCH] os2.c fix for use64bitint
71534              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71535              Date: Mon, 21 Aug 2000 01:32:25 -0700
71536              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
71537      Branch: perl
71538            ! os2/os2.c
71539 ____________________________________________________________________________
71540 [  6740] By: jhi                                   on 2000/08/21  13:28:52
71541         Log: Array context keeps slithering in.
71542              
71543              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
71544              From: Daniel Chetlin <daniel@chetlin.com>
71545              Date: Sun, 20 Aug 2000 21:40:25 -0700
71546              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
71547      Branch: perl
71548            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
71549            ! pod/perldebtut.pod
71550 ____________________________________________________________________________
71551 [  6739] By: jhi                                   on 2000/08/21  13:23:55
71552         Log: Big-endian quad fixes for Storable from Radu Greab,
71553              plus few explicit null casts for picky compilers.
71554      Branch: perl
71555            ! ext/Storable/Storable.xs
71556 ____________________________________________________________________________
71557 [  6738] By: gsar                                  on 2000/08/21  05:56:13
71558         Log: small tweaks for change#6705: avoid C++ style comments in C code;
71559              use Perl's malloc API rather than the low level system one
71560      Branch: perl
71561            ! win32/win32.c
71562 ____________________________________________________________________________
71563 [  6737] By: gsar                                  on 2000/08/21  05:35:41
71564         Log: add Storable to list of extensions on Windows
71565      Branch: perl
71566            ! win32/Makefile win32/makefile.mk
71567 ____________________________________________________________________________
71568 [  6736] By: jhi                                   on 2000/08/21  02:57:53
71569         Log: Update Changes.
71570      Branch: perl
71571            ! Changes patchlevel.h
71572 ____________________________________________________________________________
71573 [  6735] By: jhi                                   on 2000/08/21  02:57:20
71574         Log: Draft 0.
71575      Branch: perl
71576            ! pod/perldelta.pod
71577 ____________________________________________________________________________
71578 [  6734] By: jhi                                   on 2000/08/21  02:57:03
71579         Log: Add Storable 0.7.2 from Raphael Manfredi,
71580              plus the patch from
71581              
71582              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
71583              From: Radu Greab <radu@netsoft.ro>
71584              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
71585              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
71586              
71587              plus changes to get Storable to compile with
71588              picky ANSI compilers.
71589      Branch: perl
71590            + ext/Storable/ChangeLog ext/Storable/MANIFEST
71591            + ext/Storable/Makefile.PL ext/Storable/README
71592            + ext/Storable/Storable.pm ext/Storable/Storable.xs
71593            + ext/Storable/patchlevel.h t/lib/st-06compat.t
71594            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
71595            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
71596            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
71597            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
71598            + t/lib/st-tieditems.t
71599            ! MANIFEST
71600 ____________________________________________________________________________
71601 [  6733] By: jhi                                   on 2000/08/21  02:29:09
71602         Log: The correct cleaning order is an art.
71603      Branch: perl
71604            ! Makefile.SH
71605 ____________________________________________________________________________
71606 [  6732] By: jhi                                   on 2000/08/21  01:23:39
71607         Log: The #6724 is here.
71608      Branch: perl
71609            ! t/lib/ftmp-security.t
71610 ____________________________________________________________________________
71611 [  6731] By: jhi                                   on 2000/08/20  23:17:03
71612         Log: s/this one/the 5.6.0 release/
71613      Branch: perl
71614            ! pod/perl56delta.pod
71615 ____________________________________________________________________________
71616 [  6730] By: jhi                                   on 2000/08/20  23:07:34
71617         Log: Mention perlebcdic and perlposix-bc.
71618      Branch: perl
71619            ! pod/perlport.pod
71620 ____________________________________________________________________________
71621 [  6729] By: jhi                                   on 2000/08/20  21:32:59
71622         Log: Document the number of exponent digits.
71623      Branch: perl
71624            ! pod/perlfunc.pod
71625 ____________________________________________________________________________
71626 [  6728] By: jhi                                   on 2000/08/20  21:16:47
71627         Log: Use File::Spec->tmpdir().
71628              
71629              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
71630              From: Tim Jenness <timj@jach.hawaii.edu>
71631              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
71632              MIME-Version: 1.0
71633              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
71634      Branch: perl
71635            ! utils/perlbug.PL
71636 ____________________________________________________________________________
71637 [  6727] By: jhi                                   on 2000/08/20  20:43:32
71638         Log: Update Changes.
71639      Branch: perl
71640            ! Changes patchlevel.h
71641 ____________________________________________________________________________
71642 [  6726] By: jhi                                   on 2000/08/20  20:41:44
71643         Log: The veryclean target needs to clobber.
71644      Branch: perl
71645            ! Makefile.SH
71646 ____________________________________________________________________________
71647 [  6725] By: jhi                                   on 2000/08/20  20:37:38
71648         Log: Document odd vs even subreleases and -Dusedevel.
71649      Branch: perl
71650            ! INSTALL
71651 ____________________________________________________________________________
71652 [  6724] By: jhi                                   on 2000/08/20  19:58:05
71653         Log: Use temporary directory instead of current directory.
71654              
71655              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
71656              From: Tim Jenness <timj@jach.hawaii.edu>
71657              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
71658              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
71659      Branch: perl
71660            ! t/lib/ftmp-security.t
71661 ____________________________________________________________________________
71662 [  6723] By: jhi                                   on 2000/08/20  19:55:55
71663         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
71664              From: andreas.koenig@anima.de (Andreas J. Koenig)
71665              Date: 20 Aug 2000 15:52:03 +0200
71666              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
71667      Branch: perl
71668            ! lib/ExtUtils/MM_Unix.pm
71669 ____________________________________________________________________________
71670 [  6722] By: jhi                                   on 2000/08/20  19:46:01
71671         Log: Update to CGI 2.72, from Lincoln Stein.
71672      Branch: perl
71673            ! lib/CGI.pm
71674 ____________________________________________________________________________
71675 [  6721] By: jhi                                   on 2000/08/20  19:43:54
71676         Log: (Replaced by #8364.)
71677              
71678              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
71679              From: Radu Greab <radu@netsoft.ro>
71680              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
71681              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
71682      Branch: perl
71683            ! ext/GDBM_File/GDBM_File.xs
71684 ____________________________________________________________________________
71685 [  6720] By: jhi                                   on 2000/08/20  19:42:01
71686         Log: pp_open() could pass an uninitialized filename down to do_open9().
71687      Branch: perl
71688            ! pp_sys.c
71689 ____________________________________________________________________________
71690 [  6719] By: jhi                                   on 2000/08/20  14:06:41
71691         Log: UTF8 concat fixes.
71692              
71693              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
71694              From: Hugo <hv@crypt.compulink.co.uk>
71695              Date: Sun, 20 Aug 2000 07:30:46 +0100
71696              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
71697      Branch: perl
71698            ! pp_hot.c t/op/append.t
71699 ____________________________________________________________________________
71700 [  6718] By: jhi                                   on 2000/08/20  02:09:37
71701         Log: Let's try #6717 again.
71702      Branch: perl
71703            ! lib/File/Temp.pm
71704 ____________________________________________________________________________
71705 [  6717] By: jhi                                   on 2000/08/20  01:56:55
71706         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
71707              From: "Craig A. Berry" <craig.berry@metamorgs.com>
71708              Date: Sat, 19 Aug 2000 18:15:39 -0500
71709              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
71710      Branch: perl
71711            ! lib/File/Temp.pm
71712 ____________________________________________________________________________
71713 [  6716] By: jhi                                   on 2000/08/19  15:50:11
71714         Log: Update Changes.
71715      Branch: perl
71716            ! Changes patchlevel.h
71717 ____________________________________________________________________________
71718 [  6715] By: jhi                                   on 2000/08/19  15:39:09
71719         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
71720              From: Jonathan D Johnston <jdjohnston2@juno.com>
71721              Date: Thu, 17 Aug 2000 23:13:01 -0400       
71722              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
71723      Branch: perl
71724            ! pod/perlfunc.pod
71725 ____________________________________________________________________________
71726 [  6714] By: jhi                                   on 2000/08/19  15:34:04
71727         Log: Introduce a 'veryclean' target that is like 'distclean'
71728              but also removes *~ and *.orig.
71729      Branch: perl
71730            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
71731            ! utils/Makefile x2p/Makefile.SH
71732 ____________________________________________________________________________
71733 [  6713] By: jhi                                   on 2000/08/19  14:15:45
71734         Log: Put back the long double avoidance code to POSIX.xs
71735              because VMS seems to need it still.
71736      Branch: perl
71737            ! ext/POSIX/POSIX.xs
71738 ____________________________________________________________________________
71739 [  6712] By: jhi                                   on 2000/08/19  14:10:41
71740         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
71741              From: Peter Prymmer <pvhp@forte.com>
71742              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
71743              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
71744      Branch: perl
71745            ! lib/Pod/Find.pm t/pod/find.t
71746 ____________________________________________________________________________
71747 [  6711] By: jhi                                   on 2000/08/19  14:09:19
71748         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
71749              From: Peter Prymmer <pvhp@forte.com>
71750              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
71751              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
71752              cc: vmsperl@perl.org
71753      Branch: perl
71754            ! t/lib/peek.t
71755 ____________________________________________________________________________
71756 [  6710] By: jhi                                   on 2000/08/19  14:08:01
71757         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
71758              From: Jan Dubois <jand@ActiveState.com>
71759              Date: Fri, 18 Aug 2000 16:31:48 -0700
71760              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
71761      Branch: perl
71762            ! win32/win32.c
71763 ____________________________________________________________________________
71764 [  6709] By: jhi                                   on 2000/08/19  14:06:57
71765         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
71766              
71767              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
71768              From: Spider.Boardman@Orb.Nashua.NH.US
71769              Date: Fri, 18 Aug 2000 18:41:14 -0400
71770              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
71771      Branch: perl
71772            ! regcomp.c
71773 ____________________________________________________________________________
71774 [  6708] By: jhi                                   on 2000/08/18  22:04:49
71775         Log: Update Changes.
71776      Branch: perl
71777            ! Changes patchlevel.h
71778 ____________________________________________________________________________
71779 [  6707] By: jhi                                   on 2000/08/18  21:55:14
71780         Log: Add warnif(), check warnings further up the stack,
71781              all the warnings functions now can take an optional object reference.
71782              
71783              Subject: [PATCH bleedperl@6691] warnings pragma update
71784              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
71785              Date: Fri, 18 Aug 2000 22:42:06 +0100
71786              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
71787      Branch: perl
71788            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
71789            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
71790            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
71791 ____________________________________________________________________________
71792 [  6706] By: jhi                                   on 2000/08/18  21:41:45
71793         Log: Typo in pp_complement().
71794              
71795              Subject: [PATCH perl-current] Deparse
71796              From: Peter Scott <Peter@PSDT.com>
71797              Date: Fri, 18 Aug 2000 12:44:37 -0700
71798              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
71799      Branch: perl
71800            ! ext/B/B/Deparse.pm
71801 ____________________________________________________________________________
71802 [  6705] By: jhi                                   on 2000/08/18  21:25:59
71803         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
71804              From: Jan Dubois <jand@ActiveState.com>
71805              Date: Fri, 18 Aug 2000 14:22:51 -0700
71806              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
71807      Branch: perl
71808            ! lib/Win32.pod win32/win32.c
71809 ____________________________________________________________________________
71810 [  6704] By: jhi                                   on 2000/08/18  21:16:14
71811         Log: Don't eat leading os from index entries.
71812              
71813              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
71814              From: Russ Allbery <rra@stanford.edu>
71815              Date: 10 Aug 2000 20:49:25 -0700
71816              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
71817      Branch: perl
71818            ! lib/Pod/Man.pm
71819 ____________________________________________________________________________
71820 [  6703] By: jhi                                   on 2000/08/18  21:07:06
71821         Log: Add [[:blank:]] as suggested in
71822              
71823              Subject: [ID 20000716.024] [=cc=] / [:blank:]
71824              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
71825              Date: Sun, 16 Jul 2000 17:55:29 -0700
71826              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
71827              
71828              (the [=cc=] has already been taken care of by #6439
71829              so the whole bug report can be closed)
71830              
71831              and make [[:space:]] to be equivalent to isspace(3)
71832              (as opposed to \s, which is isSPACE()).  The difference
71833              is that now [[:space:]] matches the mythical vertical tab,
71834              while \s doesn't.
71835      Branch: perl
71836            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
71837            ! regexec.c t/op/pat.t
71838 ____________________________________________________________________________
71839 [  6702] By: jhi                                   on 2000/08/18  18:47:47
71840         Log: The new tests were missing from #6415.
71841      Branch: perl
71842            ! t/op/bop.t
71843 ____________________________________________________________________________
71844 [  6701] By: jhi                                   on 2000/08/18  18:20:40
71845         Log: Document the NDBM_File and ODBM_File as SDBM_File
71846              was documented in #6417.
71847      Branch: perl
71848            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
71849            ! ext/SDBM_File/SDBM_File.pm
71850 ____________________________________________________________________________
71851 [  6700] By: jhi                                   on 2000/08/18  18:10:39
71852         Log: Subject: [PATCH perl@6698] cygwin port
71853              From: "Fifer, Eric" <EFifer@sanwaint.com>
71854              Date: Fri, 18 Aug 2000 17:30:05 +0100
71855              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
71856      Branch: perl
71857            ! lib/File/Temp.pm
71858 ____________________________________________________________________________
71859 [  6699] By: jhi                                   on 2000/08/18  16:21:49
71860         Log: Document code point which makes if (defined %stash::) to work
71861              (noted by Spider Boardman).
71862      Branch: perl
71863            ! op.c
71864 ____________________________________________________________________________
71865 [  6698] By: jhi                                   on 2000/08/18  13:43:27
71866         Log: Update Changes.
71867      Branch: perl
71868            ! Changes patchlevel.h
71869 ____________________________________________________________________________
71870 [  6697] By: jhi                                   on 2000/08/18  13:35:57
71871         Log: Tiny Getopt::Long patch from Johan Vromans.
71872      Branch: perl
71873            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
71874 ____________________________________________________________________________
71875 [  6696] By: jhi                                   on 2000/08/18  13:26:14
71876         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
71877              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
71878              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
71879              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
71880      Branch: perl
71881            ! pod/perldiag.pod pod/perlsyn.pod
71882 ____________________________________________________________________________
71883 [  6695] By: jhi                                   on 2000/08/18  13:13:26
71884         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
71885              From: Daniel Chetlin <daniel@chetlin.com>
71886              Date: Fri, 18 Aug 2000 03:13:36 -0700
71887              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
71888      Branch: perl
71889            ! pod/perlfunc.pod
71890 ____________________________________________________________________________
71891 [  6694] By: jhi                                   on 2000/08/18  13:08:05
71892         Log: Subject: [PATCH] perltrap.pod spring cleaning
71893              From: Daniel Chetlin <daniel@chetlin.com>
71894              Date: Fri, 18 Aug 2000 03:06:54 -0700
71895              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
71896              
71897              plus Mike Guy's nitfix.
71898      Branch: perl
71899            ! pod/perltrap.pod
71900 ____________________________________________________________________________
71901 [  6693] By: jhi                                   on 2000/08/18  13:00:26
71902         Log: Unbuffer the output.
71903              
71904              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
71905              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71906              Date: Thu, 17 Aug 2000 18:39:29 -0700
71907              Message-ID: <RPJn5gzkgydf092yn@efn.org>
71908      Branch: perl
71909            ! t/op/fork.t
71910 ____________________________________________________________________________
71911 [  6692] By: jhi                                   on 2000/08/18  05:19:17
71912         Log: Delete the image, too, not just its MANIFEStation.
71913      Branch: perl
71914            - lib/CGI/eg/wilogo.gif
71915 ____________________________________________________________________________
71916 [  6691] By: jhi                                   on 2000/08/18  05:10:26
71917         Log: Propagate new Configure vars.
71918      Branch: perl
71919            ! configure.com epoc/config.sh uconfig.h uconfig.sh
71920            ! vos/config.def vos/config.h vos/config_h.SH_orig
71921            ! win32/config.bc win32/config.gc win32/config.vc
71922            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71923 ____________________________________________________________________________
71924 [  6690] By: jhi                                   on 2000/08/18  04:30:56
71925         Log: Update Changes.
71926      Branch: perl
71927            ! Changes patchlevel.h
71928 ____________________________________________________________________________
71929 [  6689] By: jhi                                   on 2000/08/18  04:12:30
71930         Log: Fix the lib/complex failure of
71931              
71932              From: abigail@foad.org
71933              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71934              Date: 15 Aug 2000 04:06:38 -0000
71935              Message-Id: <20000815040638.8524.qmail@foad.org> 
71936              
71937              Linux long double accuracy issue: something that
71938              when printed with %g looks like "2" but int() of it is 1.
71939      Branch: perl
71940            ! lib/Math/Complex.pm
71941 ____________________________________________________________________________
71942 [  6688] By: jhi                                   on 2000/08/18  03:15:35
71943         Log: The byteorder code in #6671 was wrong.
71944      Branch: perl
71945            ! configpm
71946 ____________________________________________________________________________
71947 [  6687] By: jhi                                   on 2000/08/18  02:08:42
71948         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
71949              From: Jan Dubois <jand@ActiveState.com>
71950              Date: Thu, 17 Aug 2000 18:31:55 -0700
71951              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
71952      Branch: perl
71953            ! sv.c
71954 ____________________________________________________________________________
71955 [  6686] By: jhi                                   on 2000/08/18  02:04:15
71956         Log: Use NVs in POSIX math, not doubles.
71957              
71958              From: abigail@foad.org
71959              Subject: [ID 20000817.014] POSIX & modfl
71960              Date: 17 Aug 2000 20:49:18 -0000
71961              Message-Id: <20000817204918.23123.qmail@foad.org>
71962      Branch: perl
71963            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
71964 ____________________________________________________________________________
71965 [  6685] By: jhi                                   on 2000/08/18  02:02:12
71966         Log: Introduce NVef, NVff, and NVgf, use the middle one.
71967              (helps for lib/peek + Linux + long doubles)  Reported in
71968              
71969              From: abigail@foad.org
71970              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71971              Date: 15 Aug 2000 04:06:38 -0000
71972              Message-Id: <20000815040638.8524.qmail@foad.org> 
71973              
71974              (note: the lib/complex failure has not yet been addressed)
71975      Branch: metaconfig/U/perl
71976            ! perlxvf.U
71977      Branch: perl
71978            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71979            ! config_h.SH dump.c perl.h pod/perlguts.pod
71980 ____________________________________________________________________________
71981 [  6684] By: jhi                                   on 2000/08/17  23:22:19
71982         Log: Add byteorder to the myconfig output.
71983      Branch: perl
71984            ! myconfig.SH
71985 ____________________________________________________________________________
71986 [  6683] By: jhi                                   on 2000/08/17  23:20:19
71987         Log: The image doth not exist, spotted by Johan Vromans.
71988      Branch: perl
71989            ! MANIFEST
71990 ____________________________________________________________________________
71991 [  6682] By: jhi                                   on 2000/08/17  22:38:16
71992         Log: Document what the backtick returns if the command fails.
71993      Branch: perl
71994            ! pod/perlop.pod
71995 ____________________________________________________________________________
71996 [  6681] By: jhi                                   on 2000/08/17  22:33:12
71997         Log: Do not use prototyping here.
71998              
71999              Subject: [ID 20000817.016] [PATCH] Peek.xs
72000              From: abigail@foad.org
72001              Date: 17 Aug 2000 20:55:56 -0000
72002              Message-Id: <20000817205556.24270.qmail@foad.org>
72003      Branch: perl
72004            ! ext/Devel/Peek/Makefile.PL
72005 ____________________________________________________________________________
72006 [  6680] By: jhi                                   on 2000/08/17  19:46:43
72007         Log: Don't propose using modules built for 5.005 if no binary
72008              compatibility with 5.005 is attempted.
72009              
72010              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
72011              Subject: Minor nit with 5.7.0 (6655)
72012              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
72013              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
72014      Branch: metaconfig
72015            ! U/installdirs/inc_version_list.U
72016      Branch: perl
72017            ! Configure config_h.SH
72018 ____________________________________________________________________________
72019 [  6679] By: jhi                                   on 2000/08/17  19:16:39
72020         Log: Microperl config update.
72021      Branch: perl
72022            ! uconfig.h uconfig.sh
72023 ____________________________________________________________________________
72024 [  6678] By: jhi                                   on 2000/08/17  19:16:13
72025         Log: The #6648 wasn't protective enough for limited platforms
72026              (like microperl).
72027      Branch: perl
72028            ! dump.c sv.c
72029 ____________________________________________________________________________
72030 [  6677] By: jhi                                   on 2000/08/17  14:46:35
72031         Log: Update Changes.
72032      Branch: perl
72033            ! Changes patchlevel.h
72034 ____________________________________________________________________________
72035 [  6676] By: jhi                                   on 2000/08/17  14:44:02
72036         Log: Add perlebcdic from Peter Prymmer, regen toc.
72037      Branch: perl
72038            + pod/perlebcdic.pod
72039            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
72040 ____________________________________________________________________________
72041 [  6675] By: jhi                                   on 2000/08/17  14:41:52
72042         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
72043      Branch: perl
72044            ! pod/perldebtut.pod
72045 ____________________________________________________________________________
72046 [  6674] By: jhi                                   on 2000/08/17  14:29:43
72047         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
72048              
72049              Subject: [ID 20000724.006] -DLEAKTEST problem
72050              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
72051              Date: Tue, 25 Jul 2000 00:36:32 -0500
72052              Message-Id: <20000725003632.A26186@www.llamacom.com>
72053              
72054              Reminder sent
72055              
72056              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
72057              From: Hugo <hv@crypt.compulink.co.uk>
72058              Date: Thu, 17 Aug 2000 15:23:42 +0100
72059              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
72060      Branch: perl
72061            ! util.c
72062 ____________________________________________________________________________
72063 [  6673] By: jhi                                   on 2000/08/17  04:07:10
72064         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
72065              From: John Peacock <JPeacock@UnivPress.com>
72066              Date: Tue, 01 Aug 2000 09:38:12 -0400
72067              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
72068      Branch: perl
72069            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
72070 ____________________________________________________________________________
72071 [  6672] By: jhi                                   on 2000/08/17  03:04:35
72072         Log: Subject: [PATCH] Cwd.pm now uses strict
72073              From: Tim Jenness <timj@jach.hawaii.edu>
72074              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
72075              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
72076      Branch: perl
72077            ! lib/Cwd.pm
72078 ____________________________________________________________________________
72079 [  6671] By: jhi                                   on 2000/08/17  02:16:35
72080         Log: Make $Config{byteorder} more magical so that it is
72081              dynamically computed: nice for 'fat binaries'.
72082              
72083              Subject: [PATCH]: default byteorder
72084              From: Wilfredo Sánchez <wsanchez@apple.com>
72085              Date: Mon, 31 Jul 2000 19:45:31 -0700
72086              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
72087      Branch: perl
72088            ! configpm
72089 ____________________________________________________________________________
72090 [  6670] By: gsar                                  on 2000/08/17  01:22:21
72091         Log: move WNOHANG definition to where other such things are
72092      Branch: perl
72093            ! win32/win32.h
72094 ____________________________________________________________________________
72095 [  6669] By: jhi                                   on 2000/08/17  01:19:17
72096         Log: Update Changes.
72097      Branch: perl
72098            ! Changes patchlevel.h
72099 ____________________________________________________________________________
72100 [  6668] By: jhi                                   on 2000/08/17  01:16:29
72101         Log: Doc nits spotted by Richard Soderberg.
72102      Branch: perl
72103            ! README.posix-bc README.vmesa
72104 ____________________________________________________________________________
72105 [  6667] By: jhi                                   on 2000/08/17  01:12:11
72106         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
72107              From: "Casey R. Tweten" <crt@kiski.net>
72108              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
72109              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
72110      Branch: perl
72111            ! pod/perldebtut.pod
72112 ____________________________________________________________________________
72113 [  6666] By: jhi                                   on 2000/08/17  01:09:31
72114         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
72115              From: "Casey R. Tweten" <crt@kiski.net>
72116              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
72117              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
72118      Branch: perl
72119            ! lib/Shell.pm
72120 ____________________________________________________________________________
72121 [  6665] By: gsar                                  on 2000/08/17  01:03:52
72122         Log: add "ok" targets from change#6632 in makefile.mk
72123      Branch: perl
72124            ! pod/perlport.pod win32/Makefile win32/makefile.mk
72125 ____________________________________________________________________________
72126 [  6664] By: gsar                                  on 2000/08/17  00:56:11
72127         Log: avoid warnings from dense compiler
72128      Branch: perl
72129            ! win32/win32.c
72130 ____________________________________________________________________________
72131 [  6663] By: jhi                                   on 2000/08/17  00:51:49
72132         Log: Tweak the regex compilation errors once more.
72133      Branch: perl
72134            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
72135            ! t/op/regmesg.t t/pragma/warn/regcomp
72136 ____________________________________________________________________________
72137 [  6662] By: gsar                                  on 2000/08/17  00:28:19
72138         Log: trailing new %ENV entries weren't being pushed into the real
72139              environment of subprocesses on Windows
72140      Branch: perl
72141            ! t/op/magic.t win32/perlhost.h
72142 ____________________________________________________________________________
72143 [  6661] By: gsar                                  on 2000/08/17  00:19:20
72144         Log: waitpid() now handles externally spawned pids correctly;
72145              fixes for backtick/wait/waitpid failures on Windows 9x
72146              
72147              these changes make the pid returned by process functions on
72148              Windows 9x always positive by clearing the high bit (which
72149              is always set on Win9x); pseudo-process PIDs are likewise
72150              always negative now on Win9x (just as on NT/2000)
72151      Branch: perl
72152            ! pp_sys.c win32/perlhost.h win32/win32.c
72153 ____________________________________________________________________________
72154 [  6660] By: jhi                                   on 2000/08/17  00:04:32
72155         Log: Retract #6645.
72156      Branch: perl
72157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72158            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
72159            ! t/op/sprintf.t
72160 ____________________________________________________________________________
72161 [  6659] By: gsar                                  on 2000/08/16  23:59:28
72162         Log: on windows, the return values from wait() and waitpid() don't
72163              match those of pseudo-pids
72164      Branch: perl
72165            ! pp_sys.c t/op/fork.t util.c win32/win32.c
72166 ____________________________________________________________________________
72167 [  6658] By: gsar                                  on 2000/08/16  23:56:14
72168         Log: pod nit seen in passing
72169      Branch: perl
72170            ! pod/perlfunc.pod
72171 ____________________________________________________________________________
72172 [  6657] By: gsar                                  on 2000/08/16  23:53:42
72173         Log: change#6328 could make close(SOCKET) return false on windows
72174              when it shouldn't
72175      Branch: perl
72176            ! win32/win32sck.c
72177 ____________________________________________________________________________
72178 [  6656] By: gsar                                  on 2000/08/16  23:46:57
72179         Log: check that the number pseudo children doesn't exceed
72180              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
72181              the WaitForMultipleObjects() limit that would cause wait()
72182              to crash)
72183              
72184              wait() and waitpid() could potentially be rewritten to use
72185              more than one thread to do the waiting to eliminate this
72186              limitation
72187      Branch: perl
72188            ! win32/perlhost.h
72189 ____________________________________________________________________________
72190 [  6655] By: jhi                                   on 2000/08/16  14:11:05
72191         Log: Update Changes.
72192      Branch: perl
72193            ! Changes patchlevel.h
72194 ____________________________________________________________________________
72195 [  6654] By: jhi                                   on 2000/08/16  14:10:12
72196         Log: Update to perldebtut 1.9, from Richard Foley.
72197      Branch: perl
72198            ! pod/perldebtut.pod
72199 ____________________________________________________________________________
72200 [  6653] By: jhi                                   on 2000/08/16  14:08:17
72201         Log: Change the regx compilation error markers to use = instead of <
72202              since pod makes using the latter quite messy.  Reported in
72203              ID 20000814.006 by Abigail and in
72204              Subject: Unknown escape E<> ?
72205              From: Lupe Christoph <lupe@lupe-christoph.de>
72206              Date: Fri, 11 Aug 2000 00:30:27 +0200
72207              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
72208      Branch: perl
72209            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
72210            ! t/op/regmesg.t t/pragma/warn/regcomp
72211 ____________________________________________________________________________
72212 [  6652] By: jhi                                   on 2000/08/16  13:25:31
72213         Log: Change the perlbug address to perl.org since it's more forgiving.
72214              
72215              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
72216              From: abigail@foad.org
72217              Date: 15 Aug 2000 04:15:40 -0000
72218              Message-Id: <20000815041540.8633.qmail@foad.org>
72219      Branch: perl
72220            ! utils/perlbug.PL
72221 ____________________________________________________________________________
72222 [  6651] By: jhi                                   on 2000/08/16  13:22:35
72223         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
72224              From: Tim Jenness <timj@jach.hawaii.edu>
72225              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
72226              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
72227      Branch: perl
72228            ! lib/Cwd.pm
72229 ____________________________________________________________________________
72230 [  6650] By: jhi                                   on 2000/08/16  13:18:13
72231         Log: Update to CPAN 1.57.
72232              
72233              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
72234              From: andreas.koenig@anima.de (Andreas J. Koenig)
72235              Date: 16 Aug 2000 15:09:46 +0200
72236              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
72237      Branch: perl
72238            ! lib/CPAN.pm
72239 ____________________________________________________________________________
72240 [  6649] By: jhi                                   on 2000/08/16  13:12:31
72241         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
72242              From: "Larry W. Virden" <lvirden@cas.org>
72243              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
72244              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
72245      Branch: perl
72246            ! README.hpux
72247 ____________________________________________________________________________
72248 [  6648] By: jhi                                   on 2000/08/16  13:03:53
72249         Log: The numeric locale was reset to "C" by s?printf and never restored.
72250              
72251              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
72252              From: Christian Kirsch <ck@held.mind.de>
72253              Date: Wed, 9 Aug 2000 17:05:17 +0200
72254              Message-Id: <20000809170517.A25389@held>
72255              
72256              No test since adding the failing example to locale.t
72257              does not fail -- probably because the locale settings are so
72258              thoroughly tweaked by that time.  Running the example standalone
72259              does fail, though.  UPDATE: test case added at change #7540.
72260      Branch: perl
72261            ! dump.c perl.h pp.c pp_ctl.c sv.c
72262 ____________________________________________________________________________
72263 [  6647] By: jhi                                   on 2000/08/16  00:07:54
72264         Log: Update Changes and test semi-automatic patchlevel updating.
72265      Branch: perl
72266            ! Changes patchlevel.h
72267 ____________________________________________________________________________
72268 [  6646] By: jhi                                   on 2000/08/15  23:35:07
72269         Log: Fix a dependency problem.
72270              
72271              Subject: [PATCH: 6640] VMS Makefile.SH update
72272              From: Peter Prymmer <pvhp@forte.com>
72273              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
72274              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
72275      Branch: perl
72276            ! vms/descrip_mms.template
72277 ____________________________________________________________________________
72278 [  6645] By: jhi                                   on 2000/08/15  23:33:23
72279         Log: (Retracted by #6660)
72280              
72281              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
72282              From: Dominic Dunlop <domo@computer.org>
72283              Date: Tue, 15 Aug 2000 22:20:52 +0200
72284              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
72285      Branch: metaconfig/U/perl
72286            + d_printfed.U
72287      Branch: perl
72288            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72289            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
72290            ! t/op/sprintf.t
72291 ____________________________________________________________________________
72292 [  6644] By: jhi                                   on 2000/08/15  21:17:20
72293         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
72294              From: abigail@foad.org
72295              Date: 15 Aug 2000 20:12:41 -0000
72296              Message-Id: <20000815201241.25556.qmail@foad.org>
72297      Branch: perl
72298            ! INSTALL
72299 ____________________________________________________________________________
72300 [  6643] By: jhi                                   on 2000/08/15  21:15:28
72301         Log: (an already applied patch)
72302      Branch: perl
72303            ! lib/CGI.pm
72304 ____________________________________________________________________________
72305 [  6642] By: gsar                                  on 2000/08/15  19:54:05
72306         Log: magic callbacks all need to have same type signature
72307      Branch: perl
72308            ! embed.pl mg.c proto.h
72309 ____________________________________________________________________________
72310 [  6641] By: jhi                                   on 2000/08/15  17:56:27
72311         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)
72312              From: Mike Guy <mjtg@cam.ac.uk>
72313              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
72314              Date: Tue, 15 Aug 2000 18:26:45 +0100
72315              
72316              Only the peek.t part applied, not the hash quality part.
72317      Branch: perl
72318            ! t/lib/peek.t
72319 ____________________________________________________________________________
72320 [  6640] By: jhi                                   on 2000/08/15  16:37:37
72321         Log: Update Changes.
72322      Branch: perl
72323            ! Changes
72324 ____________________________________________________________________________
72325 [  6639] By: jhi                                   on 2000/08/15  16:34:55
72326         Log: Missed a file from #6638.
72327      Branch: perl
72328            ! lib/File/Temp.pm
72329 ____________________________________________________________________________
72330 [  6638] By: jhi                                   on 2000/08/15  16:33:19
72331         Log: Subject: [PATCH perl@6620] cygwin port
72332              From: "Fifer, Eric" <EFifer@sanwaint.com>
72333              Date: Tue, 15 Aug 2000 17:00:49 +0100
72334              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
72335      Branch: perl
72336            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
72337 ____________________________________________________________________________
72338 [  6637] By: jhi                                   on 2000/08/15  16:29:22
72339         Log: Subject: [PATCH] debugger exit code should reflect user exit code
72340              From: Mike Guy <mjtg@cam.ac.uk>
72341              Date: Tue, 15 Aug 2000 16:55:59 +0100
72342              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
72343      Branch: perl
72344            ! lib/perl5db.pl
72345 ____________________________________________________________________________
72346 [  6636] By: jhi                                   on 2000/08/15  15:30:58
72347         Log: Update Changes.
72348      Branch: perl
72349            ! Changes
72350 ____________________________________________________________________________
72351 [  6635] By: jhi                                   on 2000/08/15  15:27:21
72352         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
72353      Branch: metaconfig
72354            ! U/mkglossary U/mksample
72355      Branch: metaconfig/U/perl
72356            ! Devel.U
72357      Branch: perl
72358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72359 ____________________________________________________________________________
72360 [  6634] By: jhi                                   on 2000/08/15  14:11:55
72361         Log: Don't blow limited stacks, a lower number is enough to
72362              tickle the lookbehind limit.
72363              
72364              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
72365              From: Dominic Dunlop <domo@computer.org>
72366              Date: Tue, 15 Aug 2000 13:51:24 +0200
72367              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
72368      Branch: perl
72369            ! t/op/regmesg.t
72370 ____________________________________________________________________________
72371 [  6633] By: jhi                                   on 2000/08/15  14:01:46
72372         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
72373              From: Mike Guy <mjtg@cam.ac.uk>
72374              Date: Tue, 15 Aug 2000 12:10:50 +0100
72375              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
72376      Branch: perl
72377            ! utils/perldoc.PL
72378 ____________________________________________________________________________
72379 [  6632] By: jhi                                   on 2000/08/15  13:58:48
72380         Log: make ok etc also for win32.
72381              
72382              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
72383              From: Prymmer/Kahn <pvhp@best.com>
72384              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
72385              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
72386      Branch: perl
72387            ! win32/Makefile
72388 ____________________________________________________________________________
72389 [  6631] By: jhi                                   on 2000/08/15  13:45:03
72390         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
72391      Branch: perl
72392            ! lib/Test.pm
72393 ____________________________________________________________________________
72394 [  6630] By: jhi                                   on 2000/08/15  03:25:09
72395         Log: Update Changes.
72396      Branch: perl
72397            ! Changes
72398 ____________________________________________________________________________
72399 [  6629] By: jhi                                   on 2000/08/15  03:23:53
72400         Log: magic_regdatum_set() is void, not int.
72401      Branch: perl
72402            ! embed.pl mg.c proto.h
72403 ____________________________________________________________________________
72404 [  6628] By: jhi                                   on 2000/08/15  03:08:02
72405         Log: Make the user to give up his firstborn, err, to knowingly
72406              verify installing an unstable developer release.  Also bump
72407              the release to 5.7.0, but leave a patch tag in the local
72408              patches saying that this is not yet the real thing.
72409      Branch: metaconfig
72410            ! U/modified/Instruct.U
72411      Branch: metaconfig/U/perl
72412            + Devel.U
72413      Branch: perl
72414            ! Configure patchlevel.h
72415 ____________________________________________________________________________
72416 [  6627] By: jhi                                   on 2000/08/14  22:32:52
72417         Log: README.os2 update.
72418              
72419              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
72420              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72421              Date: Wed, 02 Aug 2000 21:55:09 -0700
72422              Message-ID: <tsPi5gzkgegX092yn@efn.org>
72423      Branch: perl
72424            ! README.os2
72425 ____________________________________________________________________________
72426 [  6626] By: jhi                                   on 2000/08/14  21:00:02
72427         Log: Subject: Re: File::Temp problems on VMS in bleedperl
72428              From: Tim Jenness <timj@jach.hawaii.edu>
72429              cc: vmsperl@perl.org
72430              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
72431              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
72432      Branch: perl
72433            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
72434 ____________________________________________________________________________
72435 [  6625] By: jhi                                   on 2000/08/14  20:52:16
72436         Log: Add SUIDMAIL as was done for the CERT alert.
72437      Branch: perl
72438            ! patchlevel.h
72439 ____________________________________________________________________________
72440 [  6624] By: jhi                                   on 2000/08/14  20:48:50
72441         Log: Subject: sfio2000
72442              From: Daniel Muino <dmuino@afip.gov.ar>
72443              Date: Mon, 14 Aug 2000 16:58:11 -0300
72444              Message-ID: <20000814165811.B16368@con2-dgi>
72445      Branch: perl
72446            ! perlsdio.h perlsfio.h
72447 ____________________________________________________________________________
72448 [  6623] By: jhi                                   on 2000/08/14  20:47:36
72449         Log: Subject: warning: storage class after type is obsolescent
72450              From: Daniel Muino <dmuino@afip.gov.ar>
72451              Date: Mon, 14 Aug 2000 16:42:47 -0300
72452              Message-ID: <20000814164247.A16368@con2-dgi>
72453      Branch: perl
72454            ! regcomp.pl regnodes.h
72455 ____________________________________________________________________________
72456 [  6622] By: jhi                                   on 2000/08/14  20:43:05
72457         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
72458              From: abigail@foad.org
72459              Date: 14 Aug 2000 20:00:10 -0000
72460              Message-Id: <20000814200010.27271.qmail@foad.org>
72461      Branch: perl
72462            ! Changes
72463 ____________________________________________________________________________
72464 [  6621] By: jhi                                   on 2000/08/14  15:23:05
72465         Log: Update Changes.
72466      Branch: perl
72467            ! Changes
72468 ____________________________________________________________________________
72469 [  6620] By: jhi                                   on 2000/08/14  15:22:14
72470         Log: Subject: Re: [PATCH] @+, @- readonly
72471              From: Mike Guy <mjtg@cam.ac.uk>
72472              Date: Mon, 14 Aug 2000 15:26:55 +0100
72473              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
72474      Branch: perl
72475            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
72476            ! sv.c t/op/pat.t
72477 ____________________________________________________________________________
72478 [  6619] By: jhi                                   on 2000/08/14  14:12:08
72479         Log: Update Changes.
72480      Branch: perl
72481            ! Changes
72482 ____________________________________________________________________________
72483 [  6618] By: jhi                                   on 2000/08/14  14:09:34
72484         Log: For now remove the mail code.
72485      Branch: perl
72486            ! perl.c
72487 ____________________________________________________________________________
72488 [  6617] By: jhi                                   on 2000/08/14  14:08:28
72489         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
72490      Branch: perl
72491            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
72492            ! pod/perlfaq8.pod pod/perlsec.pod
72493 ____________________________________________________________________________
72494 [  6616] By: jhi                                   on 2000/08/14  14:00:11
72495         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
72496              From: Mike Guy <mjtg@cam.ac.uk>
72497              Date: Mon, 14 Aug 2000 08:26:02 +0100
72498              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
72499      Branch: perl
72500            ! lib/perl5db.pl
72501 ____________________________________________________________________________
72502 [  6615] By: jhi                                   on 2000/08/14  13:58:45
72503         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
72504              From: Mike Guy <mjtg@cam.ac.uk>
72505              Date: Mon, 14 Aug 2000 08:04:22 +0100
72506              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
72507      Branch: perl
72508            ! gv.c mg.c t/op/pat.t
72509 ____________________________________________________________________________
72510 [  6614] By: jhi                                   on 2000/08/14  13:56:45
72511         Log: Subject: Test fails / warnings with perl-current #6612
72512              From: Mike Guy <mjtg@cam.ac.uk>
72513              Date: Mon, 14 Aug 2000 07:57:23 +0100
72514              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
72515      Branch: perl
72516            ! t/lib/b.t t/lib/peek.t
72517 ____________________________________________________________________________
72518 [  6613] By: jhi                                   on 2000/08/14  13:45:33
72519         Log: VMS configure.com update continues.
72520      Branch: perl
72521            - vms/configure.com
72522            ! MANIFEST configure.com
72523 ____________________________________________________________________________
72524 [  6612] By: jhi                                   on 2000/08/13  22:13:35
72525         Log: Update Changes.
72526      Branch: perl
72527            ! Changes
72528 ____________________________________________________________________________
72529 [  6611] By: jhi                                   on 2000/08/13  16:21:45
72530         Log: Upgrade to CGI 2.71, from Lincoln Stein.
72531      Branch: perl
72532            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
72533 ____________________________________________________________________________
72534 [  6610] By: jhi                                   on 2000/08/13  15:09:16
72535         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
72536              From: Mike Guy <mjtg@cam.ac.uk>
72537              Date: Sun, 13 Aug 2000 13:45:51 +0100
72538              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
72539      Branch: perl
72540            ! t/op/regmesg.t
72541 ____________________________________________________________________________
72542 [  6609] By: jhi                                   on 2000/08/13  14:31:26
72543         Log: Andreas says that 1.56 is fine, so reverting back to it.
72544      Branch: perl
72545            ! lib/CPAN.pm
72546 ____________________________________________________________________________
72547 [  6608] By: jhi                                   on 2000/08/13  05:34:20
72548         Log: Update Changes.
72549      Branch: perl
72550            ! Changes
72551 ____________________________________________________________________________
72552 [  6607] By: jhi                                   on 2000/08/13  05:32:01
72553         Log: Put back the \z changes of #5406 to CPAN.pm.
72554      Branch: perl
72555            ! lib/CPAN.pm
72556 ____________________________________________________________________________
72557 [  6606] By: jhi                                   on 2000/08/13  05:20:16
72558         Log: Fix-n-skip the tests under 5005threads.
72559      Branch: perl
72560            ! t/lib/b.t
72561 ____________________________________________________________________________
72562 [  6605] By: jhi                                   on 2000/08/13  05:07:48
72563         Log: Fix the test for 5005threads.
72564      Branch: perl
72565            ! t/lib/peek.t
72566 ____________________________________________________________________________
72567 [  6604] By: jhi                                   on 2000/08/13  03:35:37
72568         Log: Should have deleted this in #6603.
72569      Branch: perl
72570            - vms/subconfigure.com
72571 ____________________________________________________________________________
72572 [  6603] By: jhi                                   on 2000/08/12  18:29:32
72573         Log: Rewrite of vms/subconfigure.com as configure.com,
72574              from Peter Prymmer and the vmsperl crew.
72575      Branch: perl
72576            + vms/configure.com
72577            ! MANIFEST
72578 ____________________________________________________________________________
72579 [  6602] By: jhi                                   on 2000/08/11  13:00:01
72580         Log: PlainText.pm is dead.
72581      Branch: perl
72582            - lib/Pod/PlainText.pm
72583            ! MANIFEST
72584 ____________________________________________________________________________
72585 [  6601] By: jhi                                   on 2000/08/11  04:06:45
72586         Log: Update Changes.
72587      Branch: perl
72588            ! Changes
72589 ____________________________________________________________________________
72590 [  6600] By: jhi                                   on 2000/08/11  04:06:10
72591         Log: Add a few missing files, update MANIFEST.
72592      Branch: perl
72593            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
72594            + lib/Pod/PlainText.pm t/pod/find.t
72595            ! MANIFEST t/op/regmesg.t
72596 ____________________________________________________________________________
72597 [  6599] By: jhi                                   on 2000/08/11  03:31:10
72598         Log: Add Perl debugging tutorial, regen toc. 
72599              
72600              Subject: perldebtut.pod
72601              From: Richard Foley <Richard.Foley@m.dasa.de>
72602              Date: Wed, 09 Aug 2000 10:17:15 +0200
72603              Message-id: <3991138B.262247B8@m.dasa.de>
72604      Branch: perl
72605            + pod/perldebtut.pod
72606            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
72607 ____________________________________________________________________________
72608 [  6598] By: jhi                                   on 2000/08/11  02:48:56
72609         Log: tiny Changes edit
72610      Branch: perl
72611            ! Changes
72612 ____________________________________________________________________________
72613 [  6597] By: jhi                                   on 2000/08/11  02:39:04
72614         Log: Tests for #6589.
72615              
72616              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
72617              From: simon@brecon.co.uk (Simon Cozens)
72618              Date: 11 Aug 2000 02:24:52 GMT
72619              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
72620      Branch: perl
72621            ! t/lib/b.t
72622 ____________________________________________________________________________
72623 [  6596] By: jhi                                   on 2000/08/11  01:50:07
72624         Log: Update Changes.
72625      Branch: perl
72626            ! Changes
72627 ____________________________________________________________________________
72628 [  6595] By: jhi                                   on 2000/08/11  01:47:16
72629         Log: nitfix
72630      Branch: perl
72631            ! Changes
72632 ____________________________________________________________________________
72633 [  6594] By: jhi                                   on 2000/08/11  01:36:16
72634         Log: Subject: Getting perlio and threads to compile
72635              From: Lupe Christoph <lupe@lupe-christoph.de>
72636              Date: Wed, 9 Aug 2000 11:35:54 +0200
72637              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
72638              
72639              (the Solaris version changes in Configure skipped)
72640      Branch: perl
72641            ! hints/solaris_2.sh thread.h
72642 ____________________________________________________________________________
72643 [  6593] By: jhi                                   on 2000/08/11  01:30:16
72644         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
72645              From: simon@brecon.co.uk (Simon Cozens)
72646              Date: 1 Aug 2000 06:55:19 GMT
72647              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
72648      Branch: perl
72649            ! lib/utf8.pm
72650 ____________________________________________________________________________
72651 [  6592] By: jhi                                   on 2000/08/11  01:26:39
72652         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
72653              From: Peter Scott <Peter@PeterScott.com>
72654              Date: Thu, 10 Aug 2000 08:23:27 -0700
72655              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
72656      Branch: perl
72657            ! lib/perl5db.pl
72658 ____________________________________________________________________________
72659 [  6591] By: jhi                                   on 2000/08/11  01:22:02
72660         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
72661              From: Hugo <hv@crypt.compulink.co.uk>
72662              Date: Thu, 10 Aug 2000 19:23:04 +0100
72663              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
72664      Branch: perl
72665            ! regexec.c t/op/pat.t
72666 ____________________________________________________________________________
72667 [  6590] By: jhi                                   on 2000/08/11  01:19:19
72668         Log: Preprocessing and postprocessing for File::Find.
72669              
72670              Subject: Patch to Find::File.pm to allow alphabetical results
72671              From: Joe Smith <jsmith@inwap.com>
72672              Date: Wed, 9 Aug 2000 02:44:54 -0700
72673              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
72674      Branch: perl
72675            ! lib/File/Find.pm
72676 ____________________________________________________________________________
72677 [  6589] By: jhi                                   on 2000/08/11  01:12:39
72678         Log: B::Deparse didn't do sub attributes.
72679              
72680              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
72681              From: simon@brecon.co.uk (Simon Cozens)
72682              Date: 9 Aug 2000 04:49:20 GMT
72683              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
72684      Branch: perl
72685            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
72686 ____________________________________________________________________________
72687 [  6588] By: jhi                                   on 2000/08/11  01:06:40
72688         Log: Subject: debugger "d" command doesnt check line number
72689              From: Mike Guy <mjtg@cam.ac.uk>
72690              Date: Tue, 08 Aug 2000 21:54:29 +0100
72691              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
72692      Branch: perl
72693            ! lib/perl5db.pl mg.c pod/perldiag.pod
72694 ____________________________________________________________________________
72695 [  6587] By: jhi                                   on 2000/08/11  00:45:03
72696         Log: sleep(1) does not necessarily return 1.
72697              
72698              Subject: [PATCH bleadperl] op/lex_assign.t  
72699              From: Hugo <hv@crypt.compulink.co.uk>
72700              Date: Thu, 03 Aug 2000 14:34:22 +0100        
72701              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
72702      Branch: perl
72703            ! t/op/lex_assign.t
72704 ____________________________________________________________________________
72705 [  6586] By: jhi                                   on 2000/08/11  00:31:50
72706         Log: Document the IO::Select timeout.
72707      Branch: perl
72708            ! ext/IO/lib/IO/Select.pm
72709 ____________________________________________________________________________
72710 [  6585] By: jhi                                   on 2000/08/11  00:13:54
72711         Log: Forgot contributor.
72712      Branch: perl
72713            ! Changes
72714 ____________________________________________________________________________
72715 [  6584] By: jhi                                   on 2000/08/11  00:09:19
72716         Log: detypo
72717      Branch: perl
72718            ! Changes
72719 ____________________________________________________________________________
72720 [  6583] By: jhi                                   on 2000/08/11  00:07:53
72721         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
72722              
72723              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
72724              From: Mike Guy <mjtg@cam.ac.uk> 
72725              Date: Thu, 10 Aug 2000 15:50:54 +0100
72726              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
72727      Branch: perl
72728            ! sv.c t/op/int.t
72729 ____________________________________________________________________________
72730 [  6582] By: jhi                                   on 2000/08/10  23:29:32
72731         Log: Update Changes.
72732      Branch: perl
72733            ! Changes
72734 ____________________________________________________________________________
72735 [  6581] By: jhi                                   on 2000/08/10  23:26:16
72736         Log: Put back the std @INC thing.
72737      Branch: perl
72738            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
72739            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
72740            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
72741            ! t/lib/gol-oo.t
72742 ____________________________________________________________________________
72743 [  6580] By: jhi                                   on 2000/08/10  23:03:34
72744         Log: Update to CGI 2.70, from Lincoln Stein.
72745      Branch: perl
72746            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
72747            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
72748            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
72749            ! t/lib/cgi-request.t
72750 ____________________________________________________________________________
72751 [  6579] By: jhi                                   on 2000/08/10  22:41:50
72752         Log: Update to CPAN 1.56, from Andreas König.
72753      Branch: perl
72754            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72755 ____________________________________________________________________________
72756 [  6578] By: jhi                                   on 2000/08/10  22:38:13
72757         Log: Update to Pod::Parser 1.17, from Brad Appleton.
72758      Branch: perl
72759            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
72760            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
72761            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
72762            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
72763            ! t/pod/include.t t/pod/included.t t/pod/lref.t
72764            ! t/pod/multiline_items.t t/pod/nested_items.t
72765            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
72766            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
72767            ! t/pod/special_seqs.t
72768 ____________________________________________________________________________
72769 [  6577] By: jhi                                   on 2000/08/10  22:35:41
72770         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
72771      Branch: perl
72772            ! AUTHORS MAINTAIN
72773 ____________________________________________________________________________
72774 [  6576] By: jhi                                   on 2000/08/10  22:24:54
72775         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
72776      Branch: perl
72777            + t/lib/gol-oo.t
72778            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
72779            ! t/lib/gol-compat.t t/lib/gol-linkage.t
72780 ____________________________________________________________________________
72781 [  6575] By: jhi                                   on 2000/08/10  22:02:07
72782         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
72783      Branch: perl
72784            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
72785 ____________________________________________________________________________
72786 [  6574] By: jhi                                   on 2000/08/10  21:55:03
72787         Log: Iterating perl6 description.
72788      Branch: perl
72789            ! pod/perlfaq1.pod
72790 ____________________________________________________________________________
72791 [  6573] By: jhi                                   on 2000/08/10  21:48:26
72792         Log: Revert the sv.c part of #6559, a better fix is needed.
72793      Branch: perl
72794            ! sv.c
72795 ____________________________________________________________________________
72796 [  6572] By: jhi                                   on 2000/08/10  20:33:43
72797         Log: It's the 2ndO'ROSSC.
72798      Branch: perl
72799            ! pod/perlfaq1.pod
72800 ____________________________________________________________________________
72801 [  6571] By: jhi                                   on 2000/08/10  15:55:48
72802         Log: detypo
72803      Branch: perl
72804            ! pod/perlfaq1.pod
72805 ____________________________________________________________________________
72806 [  6570] By: jhi                                   on 2000/08/10  14:11:17
72807         Log: An exceptionally sticky typo.
72808      Branch: perl
72809            ! Changes
72810 ____________________________________________________________________________
72811 [  6569] By: jhi                                   on 2000/08/10  14:09:33
72812         Log: detypo (and test Changes updating script)
72813      Branch: perl
72814            ! Changes
72815 ____________________________________________________________________________
72816 [  6568] By: jhi                                   on 2000/08/10  14:07:07
72817         Log: Update Changes.
72818      Branch: perl
72819            ! Changes
72820 ____________________________________________________________________________
72821 [  6567] By: jhi                                   on 2000/08/10  14:06:19
72822         Log: Amend the description of Perl6.
72823              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
72824              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
72825              Date: Wed, 9 Aug 2000 22:11:06 -0500
72826              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
72827      Branch: perl
72828            ! pod/perlfaq1.pod
72829 ____________________________________________________________________________
72830 [  6566] By: jhi                                   on 2000/08/10  13:58:57
72831         Log: Subject: Remove dead entry in perldiag
72832              From: Mike Guy <mjtg@cam.ac.uk>
72833              Date: Thu, 10 Aug 2000 14:19:19 +0100
72834              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
72835      Branch: perl
72836            ! pod/perldiag.pod
72837 ____________________________________________________________________________
72838 [  6565] By: jhi                                   on 2000/08/10  13:51:48
72839         Log: Zero entries were skipped, fix from Adrian Goalby
72840              <argoalby@yahoo.co.uk>
72841      Branch: perl
72842            ! lib/unicode/Number.pl lib/unicode/mktables.PL
72843 ____________________________________________________________________________
72844 [  6564] By: jhi                                   on 2000/08/10  13:00:12
72845         Log: Subject: [PATCH 5.6.0] cygwin port
72846              From: "Fifer, Eric" <EFifer@sanwaint.com>
72847              Date: Thu, 10 Aug 2000 13:15:36 +0100
72848              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
72849      Branch: perl
72850            ! README.cygwin hints/cygwin.sh
72851 ____________________________________________________________________________
72852 [  6563] By: jhi                                   on 2000/08/10  12:55:16
72853         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
72854      Branch: perl
72855            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
72856 ____________________________________________________________________________
72857 [  6562] By: gsar                                  on 2000/08/10  08:38:39
72858         Log: warn is a macro, avoid using at a variable to avoid warnings
72859              in some configurations; readdir.t is too conservative in
72860              estimating number of *.t's
72861      Branch: perl
72862            ! t/op/readdir.t util.c
72863 ____________________________________________________________________________
72864 [  6561] By: jhi                                   on 2000/08/09  23:35:42
72865         Log: Update Changes.
72866      Branch: perl
72867            ! Changes
72868 ____________________________________________________________________________
72869 [  6560] By: jhi                                   on 2000/08/09  23:05:47
72870         Log: Subject: Re: enhanced(?) regex error messages
72871              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
72872              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
72873              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
72874              
72875              (plus two small patches sent privately)
72876              (this still seems to leave few test failures)
72877      Branch: perl
72878            + t/op/regmesg.t
72879            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
72880            ! t/pragma/warn/regcomp
72881 ____________________________________________________________________________
72882 [  6559] By: jhi                                   on 2000/08/09  20:41:18
72883         Log: (The fix did work but was not right, retracted in #6573)
72884              
72885              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
72886              From: Christian Kirsch <ck@held.mind.de>
72887              Date: Wed, 9 Aug 2000 17:05:17 +0200
72888              Message-Id: <20000809170517.A25389@held>
72889      Branch: perl
72890            ! sv.c t/pragma/locale.t
72891 ____________________________________________________________________________
72892 [  6558] By: jhi                                   on 2000/08/08  22:34:08
72893         Log: Tiny updates on the contributors list.
72894      Branch: perl
72895            ! Changes
72896 ____________________________________________________________________________
72897 [  6557] By: jhi                                   on 2000/08/08  19:34:28
72898         Log: Double check that we have a dirhandle.
72899      Branch: perl
72900            ! util.c
72901 ____________________________________________________________________________
72902 [  6556] By: jhi                                   on 2000/08/08  19:01:51
72903         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
72904              May be repopulated with fresh maintained examples.
72905      Branch: perl
72906            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
72907            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
72908            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
72909            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
72910            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
72911            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
72912            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
72913            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
72914            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
72915            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
72916            + lib/CGI/eg/wilogo_gif.uu
72917            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
72918            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
72919            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
72920            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
72921            - eg/cgi/frameset.cgi eg/cgi/index.html
72922            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72923            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72924            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72925            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72926            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72927            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72928            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72929            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72930            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72931            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72932            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72933            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72934            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72935            - eg/van/vanish eg/who eg/wrapsuid
72936            ! MANIFEST
72937 ____________________________________________________________________________
72938 [  6555] By: jhi                                   on 2000/08/08  18:51:08
72939         Log: Delete chat2 as requested by Randal.
72940              
72941              Subject: Re: perlfaq8 coyness
72942              From: merlyn@stonehenge.com (Randal L. Schwartz) 
72943              Date: 15 May 2000 18:52:42 -0700 
72944              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
72945      Branch: perl
72946            - lib/chat2.pl
72947            ! MANIFEST
72948 ____________________________________________________________________________
72949 [  6554] By: jhi                                   on 2000/08/08  18:31:35
72950         Log: Regen global.sym.
72951      Branch: perl
72952            ! global.sym
72953 ____________________________________________________________________________
72954 [  6553] By: jhi                                   on 2000/08/08  18:28:13
72955         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
72956              (either perlbug or p5p ate the original), plus regen
72957              perlapi and perltoc. 
72958      Branch: perl
72959            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
72960            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
72961            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
72962            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
72963            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
72964            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
72965            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
72966            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
72967            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
72968            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
72969 ____________________________________________________________________________
72970 [  6552] By: jhi                                   on 2000/08/08  18:06:29
72971         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
72972              From: Mike Guy <mjtg@cam.ac.uk>
72973              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
72974              Date: Tue, 08 Aug 2000 15:51:27 +0100
72975      Branch: perl
72976            ! doop.c sv.h t/op/join.t t/pragma/overload.t
72977 ____________________________________________________________________________
72978 [  6551] By: jhi                                   on 2000/08/08  18:01:11
72979         Log: Re-apply #6549.
72980      Branch: perl
72981            ! lib/perl5db.pl
72982 ____________________________________________________________________________
72983 [  6550] By: jhi                                   on 2000/08/08  17:43:08
72984         Log: Accidental retraction of #6549.
72985      Branch: perl
72986            ! lib/perl5db.pl
72987 ____________________________________________________________________________
72988 [  6549] By: jhi                                   on 2000/08/08  17:40:04
72989         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
72990              From: Mike Guy <mjtg@cam.ac.uk>
72991              Date: Mon, 07 Aug 2000 21:49:58 +0100
72992              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
72993      Branch: perl
72994            ! lib/perl5db.pl
72995 ____________________________________________________________________________
72996 [  6548] By: jhi                                   on 2000/08/08  17:37:57
72997         Log: Document here-doc better.
72998              
72999              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
73000              From: Mike Guy <mjtg@cam.ac.uk>
73001              Date: Mon, 07 Aug 2000 14:02:09 +0100
73002              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
73003      Branch: perl
73004            ! pod/perldata.pod
73005 ____________________________________________________________________________
73006 [  6547] By: jhi                                   on 2000/08/08  17:33:34
73007         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
73008              From: "Randy J. Ray" <rjray@redhat.com>
73009              Date: Mon, 07 Aug 2000 19:12:25 -0700
73010              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
73011      Branch: perl
73012            ! perl.c pod/perlrun.pod
73013 ____________________________________________________________________________
73014 [  6546] By: jhi                                   on 2000/08/08  17:29:26
73015         Log: Subject: Re: enhanced(?) regex error messages 
73016              From: Hugo <hv@crypt.compulink.co.uk>
73017              Date: Tue, 08 Aug 2000 03:25:51 +0100
73018              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
73019              
73020              plus Capitalize the error messages, plus perldiag them.
73021      Branch: perl
73022            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
73023 ____________________________________________________________________________
73024 [  6545] By: jhi                                   on 2000/08/08  13:59:28
73025         Log: Augment #6539 a bit: don't croak if there's magic in the air.
73026              
73027              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
73028              From: Hugo <hv@crypt.compulink.co.uk>
73029              Date: Tue, 08 Aug 2000 03:02:03 +0100
73030              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
73031      Branch: perl
73032            ! pp.c t/op/bless.t
73033 ____________________________________________________________________________
73034 [  6544] By: jhi                                   on 2000/08/07  21:11:52
73035         Log: Make the test -w clean.
73036      Branch: perl
73037            ! t/op/bless.t
73038 ____________________________________________________________________________
73039 [  6543] By: jhi                                   on 2000/08/07  19:49:53
73040         Log: use warnings instead of $^W.
73041      Branch: perl
73042            ! t/op/bless.t
73043 ____________________________________________________________________________
73044 [  6542] By: jhi                                   on 2000/08/07  17:41:41
73045         Log: Disable a portability warning Because We Know What We Are Doing.
73046      Branch: perl
73047            ! t/op/bless.t
73048 ____________________________________________________________________________
73049 [  6541] By: jhi                                   on 2000/08/07  17:29:51
73050         Log: Tiny tidying on report_evil_fh().
73051      Branch: perl
73052            ! util.c
73053 ____________________________________________________________________________
73054 [  6540] By: jhi                                   on 2000/08/07  16:37:38
73055         Log: Make regular expression parse error messages easier to understand.
73056              
73057              Subject: Re: enhanced(?) regex error messages
73058              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
73059              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
73060              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
73061      Branch: perl
73062            ! regcomp.c
73063 ____________________________________________________________________________
73064 [  6539] By: jhi                                   on 2000/08/07  16:12:27
73065         Log: Make bless(REF, REF) a fatal error, add bless tests.
73066              
73067              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
73068              From: Hugo <hv@crypt.compulink.co.uk>
73069              Date: Mon, 07 Aug 2000 16:59:38 +0100
73070              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
73071      Branch: perl
73072            + t/op/bless.t
73073            ! MANIFEST pod/perldiag.pod pp.c sv.c
73074 ____________________________________________________________________________
73075 [  6538] By: jhi                                   on 2000/08/07  15:59:43
73076         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
73077              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
73078              Date: Thu, 3 Aug 2000 14:29:21 -0700
73079              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
73080      Branch: perl
73081            ! lib/lib_pm.PL
73082 ____________________________________________________________________________
73083 [  6537] By: jhi                                   on 2000/08/07  15:47:18
73084         Log: Retract #6419 for now since it breaks in AFS and MachTen.
73085      Branch: perl
73086            ! lib/Cwd.pm
73087 ____________________________________________________________________________
73088 [  6536] By: jhi                                   on 2000/08/07  15:05:29
73089         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
73090              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
73091              The security hole exists only in suidperls, which isn't
73092              installed or even built by default.
73093      Branch: perl
73094            ! perl.c
73095 ____________________________________________________________________________
73096 [  6535] By: jhi                                   on 2000/08/07  14:45:14
73097         Log: tr memory corruption fix from Simon Cozens.
73098      Branch: perl
73099            ! doop.c
73100 ____________________________________________________________________________
73101 [  6534] By: jhi                                   on 2000/08/06  11:38:16
73102         Log: Document a bit that UDP is not what you might think.
73103              
73104              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
73105              From: Lupe Christoph <lupe@lupe-christoph.de>
73106              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
73107              Date: Mon, 24 Jul 2000 08:59:15 +0200
73108      Branch: perl
73109            ! pod/perlipc.pod
73110 ____________________________________________________________________________
73111 [  6533] By: jhi                                   on 2000/08/06  11:35:01
73112         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
73113              From: Jeff Pinyan <jeffp@hut.crusoe.net>
73114              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
73115              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
73116      Branch: perl
73117            ! pod/perlfunc.pod
73118 ____________________________________________________________________________
73119 [  6532] By: jhi                                   on 2000/08/06  03:45:41
73120         Log: Have symbols for the IoTYPEs.
73121      Branch: perl
73122            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
73123 ____________________________________________________________________________
73124 [  6531] By: jhi                                   on 2000/08/06  01:33:55
73125         Log: Continue fixing the io warnings.  This also
73126              sort of fixes bug ID 20000802.003: the core dump
73127              is no more.  Whether the current behaviour is correct
73128              (giving a warning: "Not a format reference"), is another matter.
73129      Branch: perl
73130            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
73131            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
73132 ____________________________________________________________________________
73133 [  6530] By: jhi                                   on 2000/08/05  21:33:12
73134         Log: Change the Policy policy: now -Dprefix= with an existing
73135              Policy.sh and prefix == siteprefix == vendorprefix, then all
73136              of them follow along the new prefix.
73137              
73138              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
73139              From: Andy Dougherty <doughera@lafayette.edu>
73140              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
73141              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
73142      Branch: perl
73143            ! Policy_sh.SH
73144 ____________________________________________________________________________
73145 [  6529] By: jhi                                   on 2000/08/05  18:57:28
73146         Log: Zap lib/Sys directory when cleaning up.
73147      Branch: perl
73148            ! Makefile.SH
73149 ____________________________________________________________________________
73150 [  6528] By: jhi                                   on 2000/08/05  18:40:44
73151         Log: Essential prototype changes were missing from #6527.
73152              Also make report_evil_fh() more bomb-proof.
73153      Branch: perl
73154            ! embed.h util.c
73155 ____________________________________________________________________________
73156 [  6527] By: jhi                                   on 2000/08/05  03:22:05
73157         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
73158              From: "Ronald F. Guilmette" <rfg@monkeys.com>
73159              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
73160              Message-Id: <200007242247.PAA52177@monkeys.com>
73161      Branch: perl
73162            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
73163 ____________________________________________________________________________
73164 [  6526] By: jhi                                   on 2000/08/04  21:23:27
73165         Log: gcc versions might have (parentheses) in them.
73166      Branch: metaconfig/U/perl
73167            ! gccvers.U
73168      Branch: perl
73169            ! Configure config_h.SH
73170 ____________________________________________________________________________
73171 [  6525] By: jhi                                   on 2000/08/04  20:23:12
73172         Log: Weed buglets pointed out by
73173              
73174              From: Lupe Christoph <lupe@lupe-christoph.de>
73175              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
73176              Date: Fri, 4 Aug 2000 17:34:39 +0200
73177              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
73178      Branch: metaconfig/U/perl
73179            ! gccvers.U uselfs.U
73180      Branch: perl
73181            ! Configure config_h.SH
73182 ____________________________________________________________________________
73183 [  6524] By: jhi                                   on 2000/08/04  19:02:08
73184         Log: Warn under -w if lstat(FH) is attempted.
73185              
73186              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
73187              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
73188              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
73189              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
73190      Branch: perl
73191            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
73192            ! t/pragma/warn/pp_sys
73193 ____________________________________________________________________________
73194 [  6523] By: jhi                                   on 2000/08/04  12:31:11
73195         Log: Subject: New perlcc, take 2
73196              From: simon@brecon.co.uk (Simon Cozens)
73197              Date: 4 Aug 2000 06:21:04 GMT
73198              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
73199      Branch: perl
73200            ! utils/perlcc.PL
73201 ____________________________________________________________________________
73202 [  6522] By: jhi                                   on 2000/08/04  12:26:33
73203         Log: Subject: Re: Array vs. List context
73204              From: Daniel Chetlin <daniel@chetlin.com>
73205              Date: Fri, 4 Aug 2000 00:22:44 -0700
73206              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
73207      Branch: perl
73208            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
73209            ! pod/perlfaq4.pod
73210 ____________________________________________________________________________
73211 [  6521] By: jhi                                   on 2000/08/04  12:22:38
73212         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
73213              From: Raymund Will <ray@caldera.de>
73214              Date: Fri, 4 Aug 2000 12:07:09 +0200
73215              Message-Id: <20000804120709.A14982@caldera.de>
73216      Branch: perl
73217            ! configure.gnu
73218 ____________________________________________________________________________
73219 [  6520] By: jhi                                   on 2000/08/04  04:09:06
73220         Log: After the #6519 a warning about stat() is just that,
73221              not about a filetest, which now have their own warning.
73222      Branch: perl
73223            ! pod/perldiag.pod
73224 ____________________________________________________________________________
73225 [  6519] By: jhi                                   on 2000/08/04  04:06:30
73226         Log: In the warnings call filehandles consistently so;
73227              add "unopened" warning for stat().
73228      Branch: perl
73229            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
73230            ! t/pragma/warn/pp_sys
73231 ____________________________________________________________________________
73232 [  6518] By: jhi                                   on 2000/08/04  02:55:35
73233         Log: Subject: Minor tweak to perlvar.pod
73234              From: "Stephen P. Potter" <spp@ds.net>
73235              Date: Tue, 18 Apr 2000 09:26:03 -0400
73236              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
73237      Branch: perl
73238            ! pod/perlvar.pod
73239 ____________________________________________________________________________
73240 [  6517] By: jhi                                   on 2000/08/04  02:50:08
73241         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
73242              From: "Clinton Pierce" <cpierce1@ford.com>
73243              Date: Wed, 21 Jul 1999 16:45:31 -0400
73244              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
73245              
73246              Fix by Stephen Potter (visible in the bug db but not in p5p?)
73247      Branch: perl
73248            ! pod/perlfunc.pod pod/perlop.pod
73249 ____________________________________________________________________________
73250 [  6516] By: jhi                                   on 2000/08/04  02:09:25
73251         Log: This is 6512.  Really.
73252      Branch: perl
73253            ! dump.c
73254 ____________________________________________________________________________
73255 [  6515] By: jhi                                   on 2000/08/04  01:25:50
73256         Log: mention the idea of @( and @)
73257      Branch: perl
73258            ! Todo-5.6
73259 ____________________________________________________________________________
73260 [  6514] By: bailey                                on 2000/08/04  01:18:46
73261         Log: YA resync with mainstem, including VMS patches from others
73262      Branch: vmsperl
73263           +> (branch 48 files)
73264            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
73265           !> (integrate 354 files)
73266 ____________________________________________________________________________
73267 [  6513] By: jhi                                   on 2000/08/04  01:18:18
73268         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
73269              From: Mark Dickinson <dickins3@fas.harvard.edu>
73270              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
73271              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
73272      Branch: perl
73273            ! t/op/grent.t t/op/pwent.t
73274 ____________________________________________________________________________
73275 [  6512] By: jhi                                   on 2000/08/04  01:14:06
73276         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
73277              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73278              Date: Wed, 02 Aug 2000 10:51:01 +0100
73279              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
73280      Branch: perl
73281            ! sv.c
73282 ____________________________________________________________________________
73283 [  6511] By: jhi                                   on 2000/08/04  00:57:00
73284         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
73285              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73286              Date: Thu, 03 Aug 2000 17:20:04 -0700
73287              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
73288      Branch: metaconfig
73289            ! U/modified/Cppsym.U
73290      Branch: perl
73291            ! Configure config_h.SH
73292 ____________________________________________________________________________
73293 [  6510] By: jhi                                   on 2000/08/04  00:25:28
73294         Log: detypo
73295      Branch: perl
73296            ! Makefile.SH
73297 ____________________________________________________________________________
73298 [  6509] By: jhi                                   on 2000/08/03  23:43:18
73299         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
73300              From: Dominic Dunlop <domo@computer.org>
73301              Date: Thu, 3 Aug 2000 22:16:46 +0200
73302              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
73303      Branch: perl
73304            ! t/op/sprintf.t
73305 ____________________________________________________________________________
73306 [  6508] By: jhi                                   on 2000/08/03  23:40:37
73307         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
73308              From: Hugo <hv@crypt.compulink.co.uk>
73309              Date: Thu, 03 Aug 2000 18:25:30 +0100
73310              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
73311      Branch: perl
73312            ! regcomp.c t/op/re_tests
73313 ____________________________________________________________________________
73314 [  6507] By: jhi                                   on 2000/08/03  23:38:28
73315         Log: Subject: [PATCH] sv.h documentation - SvLEN
73316              From: Mike Guy <mjtg@cam.ac.uk>
73317              Date: Thu, 03 Aug 2000 14:43:09 +0100
73318              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
73319      Branch: perl
73320            ! sv.h
73321 ____________________________________________________________________________
73322 [  6506] By: jhi                                   on 2000/08/03  15:49:14
73323         Log: Disable the fix_pl hack for now.
73324      Branch: perl
73325            ! Makefile.SH
73326 ____________________________________________________________________________
73327 [  6505] By: jhi                                   on 2000/08/03  13:49:04
73328         Log: Add a URL for FSF.
73329              
73330              Subject: Patch for README
73331              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
73332              Date: Wed, 2 Aug 2000 13:25:09 -0500
73333              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
73334      Branch: perl
73335            ! README
73336 ____________________________________________________________________________
73337 [  6504] By: jhi                                   on 2000/08/03  13:29:19
73338         Log: Be more informative on what is skipped and why,
73339              also repeat the list at the end.
73340      Branch: perl
73341            ! Porting/p4desc
73342 ____________________________________________________________________________
73343 [  6503] By: jhi                                   on 2000/08/03  13:07:05
73344         Log: Circumvent the removal of .patch by fix_pl.
73345              
73346              Subject: Re: [ID 20000802.011] unable to 'make test'          
73347              From: simon@brecon.co.uk (Simon Cozens) 
73348              Date: 3 Aug 2000 04:17:00 GMT
73349              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
73350      Branch: perl
73351            ! Makefile.SH
73352 ____________________________________________________________________________
73353 [  6502] By: jhi                                   on 2000/08/03  00:14:34
73354         Log: Add the missing setproctitle unit.
73355      Branch: metaconfig/U/perl
73356            + d_setproctitle.U
73357 ____________________________________________________________________________
73358 [  6501] By: jhi                                   on 2000/08/03  00:00:26
73359         Log: The subtest 4 may fail also on VOBS, as pointed out
73360              by Nick Ing-Simmons in November 1999, bug id 19991124.003
73361              (but the failure in that bug report isn't the subtest 4).
73362      Branch: perl
73363            ! t/op/stat.t
73364 ____________________________________________________________________________
73365 [  6500] By: jhi                                   on 2000/08/02  23:49:30
73366         Log: Better skip message for the test; one of the two problems in
73367              
73368              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
73369              From: Lupe Christoph <lupe@lupe-christoph.de>
73370              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
73371              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
73372      Branch: perl
73373            ! t/op/numconvert.t
73374 ____________________________________________________________________________
73375 [  6499] By: jhi                                   on 2000/08/02  22:49:16
73376         Log: Allow "no Module;" even if there is no 'unimport'.
73377              
73378              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
73379              From: mjd@plover.com
73380              Date: 24 Mar 2000 15:24:34 -0000
73381              Message-Id: <20000324152434.15160.qmail@plover.com>
73382      Branch: perl
73383            ! gv.c
73384 ____________________________________________________________________________
73385 [  6498] By: jhi                                   on 2000/08/02  22:42:58
73386         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
73387              that are hopefully soon put into use.
73388      Branch: perl
73389            ! opcode.h opcode.pl opnames.h
73390 ____________________________________________________________________________
73391 [  6497] By: gsar                                  on 2000/08/02  22:28:59
73392         Log: require.t needs binmode() to work on windows
73393      Branch: perl
73394            ! t/comp/require.t
73395 ____________________________________________________________________________
73396 [  6496] By: jhi                                   on 2000/08/02  22:08:51
73397         Log: Document the IVdf UVuf UVof UVxf.
73398      Branch: perl
73399            ! pod/perlguts.pod
73400 ____________________________________________________________________________
73401 [  6495] By: jhi                                   on 2000/08/02  21:54:26
73402         Log: detypo #6494
73403      Branch: perl
73404            ! ext/Data/Dumper/Dumper.xs
73405 ____________________________________________________________________________
73406 [  6494] By: jhi                                   on 2000/08/02  21:49:17
73407         Log: Dump UVs as UVs in Data::Dumper.
73408              
73409              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
73410              From: Gurusamy Sarathy <gsar@ActiveState.com>
73411              Date: Thu, 27 Apr 2000 12:26:25 -0700
73412              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
73413      Branch: perl
73414            ! ext/Data/Dumper/Dumper.xs
73415 ____________________________________________________________________________
73416 [  6493] By: jhi                                   on 2000/08/02  17:01:58
73417         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
73418              From: Hugo <hv@crypt.compulink.co.uk>
73419              Date: Wed, 02 Aug 2000 14:53:56 +0100
73420              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
73421      Branch: perl
73422            ! regexec.c t/op/re_tests
73423 ____________________________________________________________________________
73424 [  6492] By: jhi                                   on 2000/08/02  15:02:46
73425         Log: The new setproctitle() feature is available only in 
73426              bleeding edge FreeBSD.  From Paul Saab.
73427      Branch: perl
73428            ! mg.c
73429 ____________________________________________________________________________
73430 [  6491] By: jhi                                   on 2000/08/02  13:34:36
73431         Log: The tr utf8 patching continues.
73432              
73433              Subject: Re: #6469, too many tests claimed in require.t
73434              From: simon@brecon.co.uk (Simon Cozens)
73435              Date: 2 Aug 2000 02:37:17 GMT
73436              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
73437              
73438              (the logic of the test was the wrong way round in the patch)
73439      Branch: perl
73440            ! doop.c
73441 ____________________________________________________________________________
73442 [  6490] By: jhi                                   on 2000/08/02  13:27:38
73443         Log: The name of a filehandle does not have <these>.
73444      Branch: perl
73445            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
73446            ! t/pragma/warn/pp_sys util.c
73447 ____________________________________________________________________________
73448 [  6489] By: jhi                                   on 2000/08/02  04:26:46
73449         Log: Remove the extraneous "main::" prefix from all the
73450              "opened only for", "on closed", and "never opened" warnings.
73451              
73452              Subject: Re: inappropriate warning
73453              From: Gurusamy Sarathy <gsar@ActiveState.com>
73454              Date: Mon, 20 Mar 2000 11:28:02 -0800
73455              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
73456      Branch: perl
73457            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
73458            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
73459            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
73460 ____________________________________________________________________________
73461 [  6488] By: jhi                                   on 2000/08/02  03:02:57
73462         Log: memcpy has n o in it, as pinted ut by Sarathy.
73463      Branch: perl
73464            ! pod/perlguts.pod
73465 ____________________________________________________________________________
73466 [  6487] By: jhi                                   on 2000/08/02  02:44:51
73467         Log: Document in one place the memory abstractions used in Perl core.
73468              
73469              Subject: Re: Memory abstraction
73470              From: simon@brecon.co.uk (Simon Cozens)
73471              Date: 2 Aug 2000 02:20:23 GMT
73472              Organization: Earth.li Origins
73473      Branch: perl
73474            ! pod/perlguts.pod
73475 ____________________________________________________________________________
73476 [  6486] By: jhi                                   on 2000/08/02  02:41:57
73477         Log: regen_headers, regen perltoc.
73478      Branch: perl
73479            ! perlapi.c pod/perltoc.pod
73480 ____________________________________________________________________________
73481 [  6485] By: jhi                                   on 2000/08/02  01:43:33
73482         Log: "This little thing tests for a file .patch, and if it contains
73483              a number, pops into patchlevel.h" (making it easier to track
73484              which development version people are reporting bugs against)
73485              
73486              Subject: Patchlevel autogeneration for repository perls
73487              From: simon@brecon.co.uk (Simon Cozens)
73488              Date: 14 Jul 2000 07:12:15 GMT
73489              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
73490      Branch: perl
73491            + fix_pl
73492            ! MANIFEST Makefile.SH
73493 ____________________________________________________________________________
73494 [  6484] By: jhi                                   on 2000/08/02  01:32:54
73495         Log: FreeBSD 3.* updates from
73496              
73497              From: Paul Saab <ps@yahoo-inc.com>
73498              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
73499              Date: Tue, 1 Aug 2000 15:41:39 -0700
73500              Message-Id: <20000801154139.A53740@yahoo-inc.com>
73501      Branch: perl
73502            ! hints/freebsd.sh
73503 ____________________________________________________________________________
73504 [  6483] By: jhi                                   on 2000/08/02  01:27:44
73505         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
73506              instead one must use setproctitle().  This was already addressed
73507              by change #6457, but the below has a new variant for FreeBSD 4.0
73508              or later, and the matter is also documented more.
73509              
73510              From: Paul Saab <ps@yahoo-inc.com>
73511              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
73512              Date: Tue, 1 Aug 2000 15:41:39 -0700
73513              Message-Id: <20000801154139.A53740@yahoo-inc.com>
73514      Branch: metaconfig/U/perl
73515            + i_libutil.U
73516      Branch: perl
73517            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
73518 ____________________________________________________________________________
73519 [  6482] By: jhi                                   on 2000/08/01  22:17:32
73520         Log: The test from this
73521              
73522              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
73523              Date: Sat, 15 Apr 2000 17:03:44 +0100
73524              From: Tom Hughes <tom@compton.nu>
73525              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
73526              
73527              was missing, the code change went in as #5989
73528              (which had a different test?)
73529      Branch: perl
73530            ! t/op/misc.t
73531 ____________________________________________________________________________
73532 [  6481] By: jhi                                   on 2000/08/01  21:48:38
73533         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
73534              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
73535              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
73536              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
73537      Branch: perl
73538            ! perl.h
73539 ____________________________________________________________________________
73540 [  6480] By: jhi                                   on 2000/08/01  18:05:28
73541         Log: Make p4desc to skip non-mainperl branches by default.
73542      Branch: perl
73543            ! Porting/p4desc
73544 ____________________________________________________________________________
73545 [  6479] By: jhi                                   on 2000/08/01  17:29:19
73546         Log: If gccosandvers is equal to osname, clear gccosandvers.
73547      Branch: metaconfig/U/perl
73548            ! gccvers.U
73549      Branch: perl
73550            ! Configure config_h.SH
73551 ____________________________________________________________________________
73552 [  6478] By: jhi                                   on 2000/08/01  15:54:08
73553         Log: BOM patching from Simon Cozens.
73554      Branch: perl
73555            ! toke.c
73556 ____________________________________________________________________________
73557 [  6477] By: jhi                                   on 2000/08/01  04:50:33
73558         Log: Stash away the largefiles flags and libswanted.
73559      Branch: perl
73560            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
73561 ____________________________________________________________________________
73562 [  6476] By: gsar                                  on 2000/08/01  04:24:24
73563         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
73564              on Windows)
73565      Branch: perl
73566            ! t/pragma/utf8.t utf8.c win32/win32.c
73567 ____________________________________________________________________________
73568 [  6475] By: jhi                                   on 2000/08/01  03:35:24
73569         Log: Make chr() for values >127 to create utf8 when under utf8.
73570              
73571              Subject: Re: uft8/chr()
73572              From: simon@brecon.co.uk (Simon Cozens)
73573              Date: 1 Aug 2000 02:37:02 GMT
73574              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
73575      Branch: perl
73576            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
73577 ____________________________________________________________________________
73578 [  6474] By: jhi                                   on 2000/08/01  02:36:18
73579         Log: In Digital UNIX warn if gcc explicitly chosen because even
73580              2.95.2 is known to cause problems.
73581      Branch: perl
73582            ! hints/dec_osf.sh
73583 ____________________________________________________________________________
73584 [  6473] By: jhi                                   on 2000/08/01  02:00:56
73585         Log: Make the safety catch for buggy gccs work with triple version
73586              numbers like 2.95.2.  Reported in
73587              
73588              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
73589              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
73590              Date: Mon, 31 Jul 2000 14:55:06 +0200
73591              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
73592      Branch: perl
73593            ! hints/dec_osf.sh
73594 ____________________________________________________________________________
73595 [  6472] By: jhi                                   on 2000/08/01  01:13:33
73596         Log: Subject: fix and question re: waitpid() under win32
73597              From: Brian Clarke <clarke@appliedmeta.com>
73598              Date: Fri, 28 Jul 2000 15:18:29 -0400
73599              Message-ID: <3981DC85.290314EB@appliedmeta.com>
73600              
73601              Slightly reformatted and WNOHANG # define moved to win32.h
73602              so that also POSIX.xs sees it, as suggsted by Sarathy.
73603      Branch: perl
73604            ! win32/win32.c win32/win32.h
73605 ____________________________________________________________________________
73606 [  6471] By: jhi                                   on 2000/08/01  00:55:05
73607         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
73608              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73609              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
73610              Date: Mon, 31 Jul 2000 13:28:51 +0100
73611              
73612              (aka ID 20000730.002)
73613      Branch: perl
73614            ! op.c t/op/tr.t
73615 ____________________________________________________________________________
73616 [  6470] By: jhi                                   on 2000/07/31  23:34:42
73617         Log: Document the problem with -P in HP-UX and its workaround.
73618              
73619              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
73620              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
73621              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
73622              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
73623      Branch: perl
73624            ! README.hpux
73625 ____________________________________________________________________________
73626 [  6469] By: jhi                                   on 2000/07/31  04:15:02
73627         Log: The swallow_bom() saga continues.  The #23 of require.t
73628              (UTF16-LE) still fails (silently, no output) but the #22
73629              (UTF16-BE) seems to be working now.  The root of the
73630              failure may be in sv_gets(): is it UTF-16LE-aware,
73631              especially when it comes to line endings? 
73632      Branch: perl
73633            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
73634            ! t/comp/require.t toke.c utf8.c
73635 ____________________________________________________________________________
73636 [  6468] By: jhi                                   on 2000/07/30  19:05:48
73637         Log: Find green threads before native threads.
73638              
73639              Subject: Re: Patch to jpl/JNI/Makefile.PL
73640              From: Jens Thomsen <jens@fiend.cis.com>
73641              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
73642              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
73643      Branch: perl
73644            ! jpl/JNI/Makefile.PL
73645 ____________________________________________________________________________
73646 [  6467] By: jhi                                   on 2000/07/30  18:36:22
73647         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
73648      Branch: perl
73649            ! doop.c
73650 ____________________________________________________________________________
73651 [  6466] By: jhi                                   on 2000/07/30  04:37:29
73652         Log: A new version of the "remove UPPERACSE string comparison"
73653              operators.  The problem with the previous one (change #6454)
73654              was that it was for Perl 5.6.0.  From Paul Marquess.
73655      Branch: perl
73656            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
73657            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
73658            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73659 ____________________________________________________________________________
73660 [  6465] By: jhi                                   on 2000/07/29  22:39:56
73661         Log: Do not upgrade SVs into utf8 just because they participate
73662              in eq or cmp.  Reported and fix suggested in
73663              
73664              Subject: [ID 20000720.009] sv_eq UTF8 bug
73665              From: "Simon Cozens" <simon@othersideofthe.earth.li>
73666              Date: 21 Jul 2000 04:37:29 -0000
73667              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
73668              
73669              Exercise for the kind reader: should we or should we not
73670              cache the utf8 conversion alongside the SV? (as magic,
73671              as the strxfrm()ed version is cached under use locale)
73672              Argue both for and against.
73673      Branch: perl
73674            ! sv.c
73675 ____________________________________________________________________________
73676 [  6464] By: jhi                                   on 2000/07/29  22:36:22
73677         Log: Subject: UTF8 concat
73678              From: simon@brecon.co.uk (Simon Cozens) 
73679              Date: 30 Jun 2000 06:13:25 GMT
73680              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
73681              
73682              (with a memory leak fixed, plus a few casts added)
73683              
73684              This also seems to help for
73685              
73686              Subject: [ID 20000716.015] join UTF8 weirdness
73687              From: root <root@ak-71.mind.de> 
73688              Date: Sat, 15 Jul 2000 15:29:54 +0200
73689              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
73690              
73691              (from Andreas König)
73692      Branch: perl
73693            ! pp_hot.c
73694 ____________________________________________________________________________
73695 [  6463] By: jhi                                   on 2000/07/29  00:55:39
73696         Log: Tune the comments and hopefully stop a memory leak.
73697      Branch: perl
73698            ! toke.c utf8.c
73699 ____________________________________________________________________________
73700 [  6462] By: jhi                                   on 2000/07/29  00:16:53
73701         Log: The problem described in this
73702              
73703              Subject: [ID 20000322.018] named chars aren't magical enough
73704              From: root <root@dixie.cscaper.com>     
73705              Date: Wed, 22 Mar 2000 18:37:42 -0700
73706              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
73707              
73708              has been fixed in perl 5.6.0 but just in case added a test
73709              to keep it away.  (The report from Joseph Hall.)
73710      Branch: perl
73711            ! t/lib/charnames.t
73712 ____________________________________________________________________________
73713 [  6461] By: jhi                                   on 2000/07/28  23:56:36
73714         Log: Tiny fixes for #6460.
73715      Branch: metaconfig/U/perl
73716            ! gccvers.U
73717      Branch: perl
73718            ! Configure config_h.SH
73719 ____________________________________________________________________________
73720 [  6460] By: jhi                                   on 2000/07/28  23:24:41
73721         Log: Warn if the version of the operating system used to compile gcc
73722              differs from the current version of the operating system.
73723              Also display the gcc compilation os and version in myconfig.
73724              Inspiration from
73725              
73726              Subject: Re: [ID 20000710.003] ERRORS!!         
73727              From: "Kurt D. Starsinic" <kstar@chapin.edu>
73728              Date: Mon, 10 Jul 2000 15:54:16 -0400
73729              Message-ID: <20000710155416.A1384@O2.chapin.edu>
73730      Branch: metaconfig/U/perl
73731            ! gccvers.U
73732      Branch: perl
73733            ! Configure config_h.SH myconfig.SH
73734 ____________________________________________________________________________
73735 [  6459] By: jhi                                   on 2000/07/28  22:00:32
73736         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
73737              letter to $Config{osvers}.
73738      Branch: metaconfig
73739            ! U/modified/Oldconfig.U
73740      Branch: perl
73741            ! Configure config_h.SH
73742 ____________________________________________________________________________
73743 [  6458] By: jhi                                   on 2000/07/28  04:15:39
73744         Log: Back out #6454, doesn't seem to work.
73745              (Reason: that patch was for perl 5.6.0, not perl-current)
73746              (A version of the patch for perl-current came in later as #6466)
73747      Branch: perl
73748            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
73749            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
73750            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73751 ____________________________________________________________________________
73752 [  6457] By: jhi                                   on 2000/07/27  23:31:49
73753         Log: Use setproctitle() if available to modify $0.
73754              
73755              Subject: setting $* on BSD4 broken
73756              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
73757              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
73758              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
73759      Branch: metaconfig
73760            ! U/modified/Myinit.U
73761      Branch: perl
73762            ! Configure config_h.SH mg.c
73763 ____________________________________________________________________________
73764 [  6456] By: jhi                                   on 2000/07/27  14:50:47
73765         Log: Allow "no AutoLoader;", based on change #6444,
73766              suggested by Graham Barr.
73767      Branch: perl
73768            ! lib/AutoLoader.pm
73769 ____________________________________________________________________________
73770 [  6455] By: jhi                                   on 2000/07/27  14:19:10
73771         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
73772              From: rspier@pobox.com (Robert Spier)
73773              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
73774              Message-ID: <14720.15855.787664.424783@rls.cx>
73775      Branch: perl
73776            ! pod/perldiag.pod
73777 ____________________________________________________________________________
73778 [  6454] By: jhi                                   on 2000/07/27  14:03:02
73779         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
73780              for a long time).
73781              
73782              Reported in
73783              
73784              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
73785              From: Ryan Herbert <rherbert@sycamorehq.com>
73786              Date: Mon, 17 Jul 2000 11:40:42 -0400
73787              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
73788              
73789              Patched in
73790              
73791              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
73792              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
73793              Date: Wed, 26 Jul 2000 23:40:18 +0100
73794              Message-ID: <000001bff752$79511880$0a17073e@tiny>
73795              
73796              based on an earlier patch from Stephen P. Potter.
73797              
73798              (Removed later by change #6458 because this patch was for
73799              perl 5.6.0, not perl-current)
73800      Branch: perl
73801            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
73802            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
73803            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73804 ____________________________________________________________________________
73805 [  6453] By: jhi                                   on 2000/07/27  13:48:02
73806         Log: Subject: [PATCH] fixes bug 20000508.004
73807              From: Michael Stevens <mstevens@globnix.org>
73808              Date: Thu, 27 Jul 2000 13:49:04 +0100
73809              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
73810      Branch: perl
73811            ! pod/perldata.pod
73812 ____________________________________________________________________________
73813 [  6452] By: jhi                                   on 2000/07/26  23:51:26
73814         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
73815              and Craig A. Berry.
73816      Branch: perl
73817            ! lib/File/Temp.pm pod/perlport.pod
73818 ____________________________________________________________________________
73819 [  6451] By: jhi                                   on 2000/07/26  19:43:30
73820         Log: Be wary of close()s, too.
73821              
73822              Subject: Re: [PATCH] perlbug cleanup
73823              From: Tim Jenness <t.jenness@jach.hawaii.edu>
73824              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
73825              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
73826      Branch: perl
73827            ! utils/perlbug.PL
73828 ____________________________________________________________________________
73829 [  6450] By: jhi                                   on 2000/07/26  18:41:40
73830         Log: Subject: Minor doc patch: handy.h
73831              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
73832              Date: Wed, 26 Jul 2000 15:34:25 -0300
73833              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
73834      Branch: perl
73835            ! handy.h pod/perlapi.pod
73836 ____________________________________________________________________________
73837 [  6449] By: jhi                                   on 2000/07/26  18:23:55
73838         Log: Subject: [PATCH] minor doc change - perlguts
73839              From: Michael Stevens <mstevens@globnix.org>
73840              Date: Thu, 13 Jul 2000 12:39:18 +0100
73841              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
73842      Branch: perl
73843            ! pod/perlguts.pod
73844 ____________________________________________________________________________
73845 [  6448] By: jhi                                   on 2000/07/26  18:20:30
73846         Log: open() wariness in perlbug.
73847              
73848              Subject: [PATCH] perlbug cleanup
73849              From: Michael Stevens <mstevens@globnix.org>
73850              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
73851              Date: Thu, 13 Jul 2000 15:52:23 +0100
73852      Branch: perl
73853            ! utils/perlbug.PL
73854 ____________________________________________________________________________
73855 [  6447] By: jhi                                   on 2000/07/26  18:13:04
73856         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
73857      Branch: perl
73858            ! lib/File/Temp.pm t/lib/ftmp-security.t
73859 ____________________________________________________________________________
73860 [  6446] By: jhi                                   on 2000/07/26  18:06:32
73861         Log: docfix from Peter Scott <Peter@PSDT.com>.
73862      Branch: perl
73863            ! pod/perlfunc.pod
73864 ____________________________________________________________________________
73865 [  6445] By: jhi                                   on 2000/07/26  17:53:31
73866         Log: Fix *foo{FORMAT}.
73867              
73868              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73869              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
73870              Date: Wed, 26 Jul 2000 19:51:02 +0200
73871              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
73872              
73873              From: Graham Barr <gbarr@pobox.com>
73874              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
73875              Date: Wed, 26 Jul 2000 17:38:36 +0100
73876              Message-ID: <20000726173836.L472@pobox.com>
73877      Branch: perl
73878            ! pp.c sv.c t/op/gv.t
73879 ____________________________________________________________________________
73880 [  6444] By: jhi                                   on 2000/07/26  17:49:14
73881         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
73882              from Graham Barr in the module list.
73883      Branch: perl
73884            ! gv.c pod/perlobj.pod
73885 ____________________________________________________________________________
73886 [  6443] By: jhi                                   on 2000/07/26  16:06:56
73887         Log: More split() doc and test patches from Mike Guy.
73888      Branch: perl
73889            ! pod/perlfunc.pod t/op/split.t
73890 ____________________________________________________________________________
73891 [  6442] By: jhi                                   on 2000/07/26  16:05:30
73892         Log: MacOS nits from Matthias Neeracher.
73893      Branch: perl
73894            ! perl.c pp_ctl.c
73895 ____________________________________________________________________________
73896 [  6441] By: jhi                                   on 2000/07/26  04:39:57
73897         Log: Subject: [PATCH] split /^/
73898              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73899              Date: Tue, 25 Jul 2000 14:18:57 +0100
73900              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
73901              
73902              (with notes from tchrist and gbarr)
73903      Branch: perl
73904            ! pod/perlfunc.pod t/op/split.t
73905 ____________________________________________________________________________
73906 [  6440] By: jhi                                   on 2000/07/26  04:32:32
73907         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
73908              From: Peter Prymmer <pvhp@forte.com>
73909              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
73910              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
73911      Branch: perl
73912            ! vms/munchconfig.c
73913 ____________________________________________________________________________
73914 [  6439] By: jhi                                   on 2000/07/26  04:31:01
73915         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
73916              to be fatal errors (instead of by default ignoring them, and
73917              ignoring with a bug: even though -w gave an error, the opening [
73918              was left in)  Reported in:
73919              
73920              Subject: [ID 20000716.024] [=cc=] / [:blank:]
73921              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
73922              Date: Sun, 16 Jul 2000 17:55:29 -0700
73923              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
73924      Branch: perl
73925            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
73926 ____________________________________________________________________________
73927 [  6438] By: jhi                                   on 2000/07/25  15:41:15
73928         Log: Subject: [PATCH] av.c apidoc
73929              From: simon@brecon.co.uk (Simon Cozens)
73930              Date: 24 Jul 2000 06:40:52 GMT
73931              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
73932      Branch: perl
73933            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
73934            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
73935 ____________________________________________________________________________
73936 [  6437] By: jhi                                   on 2000/07/25  14:05:36
73937         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
73938              From: "Stephen P. Potter" <spp@ds.net>
73939              Date: Mon, 24 Jul 2000 14:22:23 -0400
73940              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
73941      Branch: perl
73942            ! pod/perllocale.pod
73943 ____________________________________________________________________________
73944 [  6436] By: jhi                                   on 2000/07/25  14:02:03
73945         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
73946              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73947              Date: Mon, 24 Jul 2000 18:04:28 +0100
73948              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
73949      Branch: perl
73950            ! t/lib/syslfs.t t/op/lfs.t
73951 ____________________________________________________________________________
73952 [  6435] By: jhi                                   on 2000/07/25  13:59:28
73953         Log: Get UTF16 BOMs working.  Patch from
73954              
73955              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
73956              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73957              Date: Tue, 25 Jul 2000 12:52:45 +0100
73958              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
73959              
73960              and notes from
73961              
73962              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
73963              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73964              Date: Tue, 25 Jul 2000 11:43:25 +0100
73965              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
73966      Branch: perl
73967            ! t/comp/require.t toke.c utf8.c
73968 ____________________________________________________________________________
73969 [  6434] By: jhi                                   on 2000/07/25  02:39:54
73970         Log: Make the "uninit variable" warning to say "concat or string"
73971              or "join or string" when in concat or join .
73972              
73973              Subject: Re: [ID 20000403.009] uninitialised concatenation???
73974              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73975              Date: Tue, 04 Apr 2000 18:22:58 +0100
73976              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
73977              
73978              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
73979              From: William R Ward <hermit@BayView.COM>
73980              Date: Thu, 30 Mar 2000 19:50:03 -0800
73981              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
73982      Branch: perl
73983            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
73984            ! t/pragma/warn/op t/pragma/warn/sv
73985 ____________________________________________________________________________
73986 [  6433] By: jhi                                   on 2000/07/24  17:52:56
73987         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
73988      Branch: perl
73989            ! lib/File/Spec/VMS.pm
73990 ____________________________________________________________________________
73991 [  6432] By: jhi                                   on 2000/07/24  17:44:44
73992         Log: Test cases for #6431.
73993              
73994              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
73995              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73996              Date: Mon, 24 Jul 2000 15:32:29 +0100
73997              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
73998      Branch: perl
73999            ! t/op/pat.t t/op/split.t
74000 ____________________________________________________________________________
74001 [  6431] By: jhi                                   on 2000/07/24  17:43:17
74002         Log: Bind op fix.
74003              
74004              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
74005              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74006              Date: Mon, 17 Jul 2000 20:04:56 +0100
74007              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
74008      Branch: perl
74009            ! op.c
74010 ____________________________________________________________________________
74011 [  6430] By: jhi                                   on 2000/07/24  03:42:42
74012         Log: Subject: [ID 20000716.023] syslog test fails without sockets
74013              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74014              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
74015              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
74016      Branch: metaconfig/U/perl
74017            ! Extensions.U
74018      Branch: perl
74019            ! Configure config_h.SH
74020 ____________________________________________________________________________
74021 [  6429] By: jhi                                   on 2000/07/24  03:11:52
74022         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
74023              case, but add also notes explaining the relationship of this
74024              patch and the earlier notes by Sarathy.
74025              
74026              Subject: Map is still slow
74027              From: "Ben Tilly" <ben_tilly@hotmail.com>
74028              Date: Sat, 15 Jul 2000 17:23:27 EDT
74029              Message-ID: <20000715212327.21656.qmail@hotmail.com>
74030      Branch: perl
74031            ! pp_ctl.c
74032 ____________________________________________________________________________
74033 [  6428] By: jhi                                   on 2000/07/24  02:58:52
74034         Log: Documentation to explain the behaviour of map().
74035              
74036              Subject: Re: Map is still slow 
74037              From: Gurusamy Sarathy <gsar@ActiveState.com>
74038              Date: Sat, 15 Jul 2000 16:05:09 -0700
74039              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
74040      Branch: perl
74041            ! pp_ctl.c
74042 ____________________________________________________________________________
74043 [  6427] By: jhi                                   on 2000/07/24  02:50:03
74044         Log: Add tests for
74045              [ID 19991110.003] another matching finding by pcre author
74046              which has already been fixed by some patch, as verified in
74047              
74048              Subject: Re: two regex bugs from the mists of time (well, last November)
74049              From: Hugo <hv@crypt.compulink.co.uk>
74050              Date: Sat, 22 Jul 2000 18:12:58 +0100
74051              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
74052      Branch: perl
74053            ! t/op/re_tests
74054 ____________________________________________________________________________
74055 [  6426] By: jhi                                   on 2000/07/24  02:11:20
74056         Log: A missing 'break' after the [[:space:]] switch case.
74057              
74058              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
74059              From: "Stephen P. Potter" <spp@ds.net>
74060              Date: Tue, 18 Jul 2000 16:25:17 -0400
74061              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
74062      Branch: perl
74063            ! regcomp.c
74064 ____________________________________________________________________________
74065 [  6425] By: jhi                                   on 2000/07/24  02:06:12
74066         Log: The output might have been produced in the wrong order.
74067              
74068              Subject: [ID 20000720.003] [PATCH] t/op/write.t
74069              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74070              Date: Thu, 20 Jul 2000 18:49:18 +0100
74071              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
74072      Branch: perl
74073            ! t/op/write.t
74074 ____________________________________________________________________________
74075 [  6424] By: jhi                                   on 2000/07/24  02:00:07
74076         Log: Use STDOUT consistently.
74077              
74078              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
74079              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74080              Date: Thu, 20 Jul 2000 18:04:01 +0100
74081              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
74082      Branch: perl
74083            ! lib/Test/Harness.pm
74084 ____________________________________________________________________________
74085 [  6423] By: jhi                                   on 2000/07/24  01:54:54
74086         Log: Protect against "wild next"s, that is, callbacks doing "next"
74087              instead of "return".
74088              
74089              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
74090              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74091              Date: Tue, 18 Jul 2000 11:30:16 +0100
74092              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
74093      Branch: perl
74094            ! lib/File/Find.pm
74095 ____________________________________________________________________________
74096 [  6422] By: jhi                                   on 2000/07/24  01:35:47
74097         Log: Out-of-date note removed.
74098              
74099              Subject: [PATCH] documentation perlipc
74100              From: rspier@pobox.com (Robert Spier)
74101              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
74102              Message-ID: <14711.35178.572612.502654@rls.cx>
74103      Branch: perl
74104            ! pod/perlipc.pod
74105 ____________________________________________________________________________
74106 [  6421] By: jhi                                   on 2000/07/24  00:09:18
74107         Log: Send all installperl messages to STDERR and be -w clean.
74108              
74109              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
74110              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74111              Date: Sat, 22 Jul 2000 14:02:11 +0100
74112              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
74113      Branch: perl
74114            ! installperl
74115 ____________________________________________________________________________
74116 [  6420] By: jhi                                   on 2000/07/24  00:04:19
74117         Log: Decutandpasto.
74118              
74119              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
74120              From: "Richard Soderberg" <rs@crystalflame.net>
74121              Date: Sun, 23 Jul 2000 01:37:23 -0700
74122              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
74123      Branch: perl
74124            ! pod/perlipc.pod
74125 ____________________________________________________________________________
74126 [  6419] By: jhi                                   on 2000/07/24  00:01:12
74127         Log: A cleaner abs_path().
74128              Subject: Re: unix alternative to Cwd.pm
74129              From: Jeff Pinyan <jeffp@crusoe.net>
74130              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
74131              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
74132      Branch: perl
74133            ! lib/Cwd.pm
74134 ____________________________________________________________________________
74135 [  6418] By: jhi                                   on 2000/07/23  23:48:56
74136         Log: Detypo.
74137              
74138              Subject: [PATCH perl-current] Typo in hints/powerux.sh
74139              From: "Richard Soderberg" <rs@crystalflame.net>
74140              Date: Sun, 23 Jul 2000 01:27:33 -0700
74141              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
74142      Branch: perl
74143            ! hints/powerux.sh
74144 ____________________________________________________________________________
74145 [  6417] By: jhi                                   on 2000/07/17  22:13:31
74146         Log: Subject: SDBM_File documentation
74147              From: mjd@plover.com
74148              Date: 16 Jul 2000 17:41:17 -0000
74149              Message-ID: <20000716174117.18515.qmail@plover.com>
74150      Branch: perl
74151            ! ext/SDBM_File/SDBM_File.pm
74152 ____________________________________________________________________________
74153 [  6416] By: jhi                                   on 2000/07/17  19:13:26
74154         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
74155      Branch: perl
74156            ! hints/mpeix.sh mpeix/relink
74157 ____________________________________________________________________________
74158 [  6415] By: jhi                                   on 2000/07/15  14:11:02
74159         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
74160              the utf8 'characters' can be more than one octet).
74161              
74162              Date: Sat, 15 Jul 2000 00:21:56 +0100
74163              From: Tom Hughes <tom@compton.nu>
74164              Subject: Re: [ID 20000714.002]
74165              Message-ID: <db2334de49.tom@compton.compton.nu>
74166              
74167              Reported in
74168              
74169              Subject: [ID 20000714.002]
74170              From: "Simon Cozens" <simon@othersideofthe.earth.li>
74171              Date: 14 Jul 2000 15:13:09 -0000
74172              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
74173      Branch: perl
74174            ! doop.c
74175 ____________________________________________________________________________
74176 [  6414] By: jhi                                   on 2000/07/15  03:13:41
74177         Log: another VMS build tweak from Peter Prymmer
74178      Branch: perl
74179            ! vms/descrip_mms.template
74180 ____________________________________________________________________________
74181 [  6413] By: jhi                                   on 2000/07/15  03:10:40
74182         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
74183      Branch: perl
74184            ! vms/perlvms.pod
74185 ____________________________________________________________________________
74186 [  6412] By: jhi                                   on 2000/07/15  00:31:05
74187         Log: More docs for sv functions.
74188              
74189              Subject: [PATCH cfgperl] sv.c apidoc
74190              From: simon@brecon.co.uk (Simon Cozens)
74191              Date: 13 Jul 2000 09:00:20 GMT
74192              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
74193              
74194              Subject: Re: [PATCH cfgperl] sv.c apidoc
74195              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74196              Date: Thu, 13 Jul 2000 12:27:41 +0100
74197              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
74198              
74199              Subject: Re: [PATCH cfgperl] sv.c apidoc
74200              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74201              Date: Thu, 13 Jul 2000 13:23:09 +0100
74202              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
74203              
74204              Subject: Re: [PATCH cfgperl] sv.c apidoc
74205              From: simon@brecon.co.uk (Simon Cozens)
74206              Date: 14 Jul 2000 06:51:02 GMT
74207              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
74208      Branch: perl
74209            ! embed.pl pod/perlapi.pod sv.c
74210 ____________________________________________________________________________
74211 [  6411] By: jhi                                   on 2000/07/15  00:10:41
74212         Log: lib/b test fixes from Peter Prymmer.
74213      Branch: perl
74214            ! t/lib/b.t
74215 ____________________________________________________________________________
74216 [  6410] By: jhi                                   on 2000/07/15  00:02:09
74217         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
74218              From: Hugo <hv@crypt.compulink.co.uk>
74219              Date: Fri, 14 Jul 2000 23:05:20 +0100
74220              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
74221              
74222              Didn't anymore apply, but that point still could use another fix.
74223      Branch: perl
74224            ! pod/perlfunc.pod
74225 ____________________________________________________________________________
74226 [  6409] By: jhi                                   on 2000/07/14  23:15:15
74227         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
74228              not in pod, from Peter Prymmer
74229      Branch: perl
74230            ! vms/descrip_mms.template
74231 ____________________________________________________________________________
74232 [  6408] By: jhi                                   on 2000/07/14  20:35:05
74233         Log: The bug report
74234              [ID 19991110.002] minimal matching discrepancy found by pcre author
74235              seems to have been fixed (though differently from what was suggested
74236              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
74237      Branch: perl
74238            ! t/op/re_tests
74239 ____________________________________________________________________________
74240 [  6407] By: jhi                                   on 2000/07/14  17:38:08
74241         Log: Fix AutoSplit to use File::Spec the right way in VMS,
74242              from Peter Prymmer.
74243      Branch: perl
74244            ! lib/AutoSplit.pm
74245 ____________________________________________________________________________
74246 [  6406] By: jhi                                   on 2000/07/14  14:13:22
74247         Log: Merge perlhacktut into perlhack, update perlguts.
74248              
74249              Subject: Re: Perlhacktut
74250              From: simon@brecon.co.uk (Simon Cozens)
74251              Date: 14 Jul 2000 06:49:21 GMT
74252              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
74253              
74254              Subject: Re: Perlhacktut
74255              From: simon@brecon.co.uk (Simon Cozens)
74256              Date: 14 Jul 2000 07:09:45 GMT
74257              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
74258      Branch: perl
74259            ! pod/perlguts.pod pod/perlhack.pod
74260 ____________________________________________________________________________
74261 [  6405] By: jhi                                   on 2000/07/14  14:02:31
74262         Log: Integrate with Sarathy.
74263      Branch: cfgperl
74264           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
74265           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
74266           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
74267 ____________________________________________________________________________
74268 [  6404] By: gsar                                  on 2000/07/14  12:15:02
74269         Log: PERL_OBJECT build tweaks
74270      Branch: perl
74271            ! toke.c
74272 ____________________________________________________________________________
74273 [  6403] By: gsar                                  on 2000/07/14  11:23:41
74274         Log: inconsistent types needs casts
74275      Branch: perl
74276            ! toke.c
74277 ____________________________________________________________________________
74278 [  6402] By: gsar                                  on 2000/07/14  11:12:04
74279         Log: typos in change#6399, regen headers
74280      Branch: perl
74281            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
74282 ____________________________________________________________________________
74283 [  6401] By: gsar                                  on 2000/07/14  10:59:12
74284         Log: typecasts needed for change#6394
74285      Branch: perl
74286            ! toke.c
74287 ____________________________________________________________________________
74288 [  6400] By: gsar                                  on 2000/07/14  10:49:37
74289         Log: integrate cfgperl contents into mainline
74290      Branch: perl
74291           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
74292           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
74293 ____________________________________________________________________________
74294 [  6399] By: gsar                                  on 2000/07/14  10:38:35
74295         Log: enable UTF-16 filter by default if relevant BOM is seen; various
74296              cleanups (typos, misformatted code, and small bugs)
74297      Branch: perl
74298            ! doop.c embed.pl mg.c op.c pp.c toke.c
74299 ____________________________________________________________________________
74300 [  6398] By: gsar                                  on 2000/07/14  08:55:38
74301         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
74302              name suggests anyway)
74303      Branch: perl
74304            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
74305 ____________________________________________________________________________
74306 [  6397] By: gsar                                  on 2000/07/14  08:44:33
74307         Log: move new variables to the end of the interpreter structure (for
74308              bincompat in code that doesn't #include XSUB.h)
74309      Branch: perl
74310            ! intrpvar.h
74311 ____________________________________________________________________________
74312 [  6396] By: gsar                                  on 2000/07/14  08:13:58
74313         Log: MakeMaker should not remove editor backups (*~) on `make clean`
74314              by default (completes change#6383)
74315      Branch: perl
74316            ! lib/ExtUtils/MM_Unix.pm
74317 ____________________________________________________________________________
74318 [  6395] By: jhi                                   on 2000/07/14  05:20:33
74319         Log: Replace change #6337 with a better one.
74320              
74321              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
74322              From: Hugo <hv@crypt.compulink.co.uk>
74323              Date: Fri, 14 Jul 2000 04:16:20 +0100
74324              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
74325      Branch: cfgperl
74326            ! regexec.c t/op/re_tests
74327 ____________________________________________________________________________
74328 [  6394] By: jhi                                   on 2000/07/14  01:33:59
74329         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
74330      Branch: cfgperl
74331            ! embed.pl global.sym proto.h toke.c
74332 ____________________________________________________________________________
74333 [  6393] By: jhi                                   on 2000/07/13  23:41:23
74334         Log: remove discarded test
74335      Branch: cfgperl
74336            ! MANIFEST
74337 ____________________________________________________________________________
74338 [  6392] By: jhi                                   on 2000/07/13  23:32:25
74339         Log: The {multiplier} of a fixed substring was overlooked which
74340              caused a wrong initial search offset for that substring.
74341              
74342              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
74343              From: Hugo <hv@crypt.compulink.co.uk>
74344              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
74345              Date: Thu, 13 Jul 2000 19:27:13 +0100
74346      Branch: cfgperl
74347            ! regcomp.c t/op/re_tests
74348 ____________________________________________________________________________
74349 [  6391] By: jhi                                   on 2000/07/13  16:37:42
74350         Log: typo fix from Craig Berry
74351      Branch: cfgperl
74352            ! vms/subconfigure.com
74353 ____________________________________________________________________________
74354 [  6390] By: jhi                                   on 2000/07/13  13:20:12
74355         Log: Integrate with Sarathy.
74356      Branch: cfgperl
74357            - t/op/method2entersub.t
74358           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
74359           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
74360           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
74361           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
74362 ____________________________________________________________________________
74363 [  6389] By: jhi                                   on 2000/07/13  13:18:48
74364         Log: Detypo from Peter Prymmer, part of #6388.
74365      Branch: cfgperl
74366            ! Configure config_h.SH
74367      Branch: metaconfig
74368            ! U/modified/d_longlong.U
74369 ____________________________________________________________________________
74370 [  6388] By: gsar                                  on 2000/07/13  06:33:40
74371         Log: typos (spotted by Peter Prymmer)
74372      Branch: perl
74373            ! Configure t/lib/english.t
74374 ____________________________________________________________________________
74375 [  6387] By: gsar                                  on 2000/07/13  05:35:28
74376         Log: new selfloader.t in change#6183 doesn't close DATA handles,
74377              and thus fails to clean up tmp files on dosish platforms
74378      Branch: perl
74379            ! t/lib/selfloader.t
74380 ____________________________________________________________________________
74381 [  6386] By: gsar                                  on 2000/07/12  21:42:39
74382         Log: sprintf test tweaks (from Dominic Dunlop)
74383      Branch: perl
74384            ! t/op/sprintf.t
74385 ____________________________________________________________________________
74386 [  6385] By: gsar                                  on 2000/07/12  21:33:46
74387         Log: fix bugs in processing %v-*d and similar format specs (from
74388              Avi Finkel <avi@finkel.org>)
74389      Branch: perl
74390            ! sv.c t/op/sprintf.t
74391 ____________________________________________________________________________
74392 [  6384] By: gsar                                  on 2000/07/12  16:04:19
74393         Log: readd missing perldelta.pod changes from changes#6339,6376
74394      Branch: perl
74395            ! pod/perldelta.pod
74396 ____________________________________________________________________________
74397 [  6383] By: gsar                                  on 2000/07/12  16:00:51
74398         Log: don't clobber *.orig files on *clean targets
74399      Branch: perl
74400            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
74401 ____________________________________________________________________________
74402 [  6382] By: gsar                                  on 2000/07/12  07:59:12
74403         Log: fix broken integrations in cfgperl
74404      Branch: cfgperl
74405           !> Changes pod/perldelta.pod
74406 ____________________________________________________________________________
74407 [  6381] By: gsar                                  on 2000/07/12  07:42:17
74408         Log: integrate cfgperl changes into mainline
74409      Branch: perl
74410            ! Changes
74411           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
74412           !> pod/perlre.pod
74413 ____________________________________________________________________________
74414 [  6380] By: gsar                                  on 2000/07/12  07:31:00
74415         Log: get sprintf.t to adjust properly for 3-digit exponents
74416      Branch: perl
74417            ! t/op/sprintf.t
74418 ____________________________________________________________________________
74419 [  6379] By: gsar                                  on 2000/07/12  06:40:04
74420         Log: change#6174 needs corresponding change in win32/config_h.PL,
74421              which grovels through config_h.SH to find the config.h name
74422      Branch: perl
74423            ! win32/config_h.PL
74424 ____________________________________________________________________________
74425 [  6378] By: jhi                                   on 2000/07/12  05:03:59
74426         Log: Do the cc sanity check both before the hints and
74427              after the cc selction.
74428      Branch: cfgperl
74429            ! Configure config_h.SH
74430      Branch: metaconfig
74431            ! U/modified/Oldconfig.U U/modified/cc.U
74432      Branch: metaconfig/U/perl
74433            + Checkcc.U
74434 ____________________________________________________________________________
74435 [  6377] By: jhi                                   on 2000/07/12  02:49:22
74436         Log: Fix nits noticed by Boston.pm.
74437      Branch: cfgperl
74438            ! pod/perlre.pod
74439 ____________________________________________________________________________
74440 [  6376] By: jhi                                   on 2000/07/11  21:22:13
74441         Log: Configure cosmetics and perldelta.
74442      Branch: cfgperl
74443            ! Configure config_h.SH pod/perldelta.pod
74444      Branch: metaconfig
74445            ! U/modified/cc.U
74446 ____________________________________________________________________________
74447 [  6375] By: gsar                                  on 2000/07/11  21:17:35
74448         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
74449      Branch: perl
74450            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
74451            ! win32/win32sck.c
74452 ____________________________________________________________________________
74453 [  6374] By: gsar                                  on 2000/07/11  20:48:50
74454         Log: tweak for build failure under multiplicity
74455      Branch: perl
74456            ! toke.c
74457 ____________________________________________________________________________
74458 [  6373] By: gsar                                  on 2000/07/11  20:37:23
74459         Log: integrate cfgperl changes#6325..6373 into mainline
74460              (NOTE: today's batch of integrations still untested)
74461      Branch: perl
74462           +> ext/DynaLoader/hints/netbsd.pl
74463            ! Changes
74464           !> (integrate 26 files)
74465 ____________________________________________________________________________
74466 [  6372] By: jhi                                   on 2000/07/11  20:30:36
74467         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
74468              regen perltoc.
74469      Branch: cfgperl
74470            + pod/perlbook.pod
74471            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
74472            ! pod/perltoc.pod
74473 ____________________________________________________________________________
74474 [  6371] By: jhi                                   on 2000/07/11  20:08:56
74475         Log: Minor cleanups on the booklist.
74476      Branch: cfgperl
74477            ! pod/perlfaq2.pod
74478 ____________________________________________________________________________
74479 [  6370] By: jhi                                   on 2000/07/11  19:31:13
74480         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
74481      Branch: cfgperl
74482            ! t/pragma/overload.t
74483 ____________________________________________________________________________
74484 [  6369] By: gsar                                  on 2000/07/11  19:27:48
74485         Log: integrate cfgperl changes#6293..6324 into mainline
74486      Branch: perl
74487           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
74488            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
74489           !> (integrate 30 files)
74490 ____________________________________________________________________________
74491 [  6368] By: gsar                                  on 2000/07/11  19:18:57
74492         Log: skip integrate of problematic change#6292 from cfgperl into mainline
74493      Branch: perl
74494           !> pp_hot.c
74495 ____________________________________________________________________________
74496 [  6367] By: gsar                                  on 2000/07/11  19:17:21
74497         Log: integrate cfgperl changes#6288..6290 into mainline
74498      Branch: perl
74499           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
74500 ____________________________________________________________________________
74501 [  6366] By: gsar                                  on 2000/07/11  19:11:18
74502         Log: integrate cfgperl changes#6268..6282 into mainline
74503      Branch: perl
74504           !> (integrate 30 files)
74505 ____________________________________________________________________________
74506 [  6365] By: gsar                                  on 2000/07/11  18:57:00
74507         Log: delete new accidentally branched file
74508      Branch: perl
74509            - t/op/method2entersub.t
74510 ____________________________________________________________________________
74511 [  6364] By: gsar                                  on 2000/07/11  18:55:13
74512         Log: skip integrate of change#6267 from cfgperl into mainline (the
74513              method call optimization is flawed without additional hints
74514              from user about immutableness of @ISA and no runtime method
74515              definitions)
74516      Branch: perl
74517           +> t/op/method2entersub.t
74518           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
74519           !> perl.h t/op/sprintf.t xsutils.c
74520 ____________________________________________________________________________
74521 [  6363] By: gsar                                  on 2000/07/11  18:49:43
74522         Log: integrate cfgperl changes#6261..6266 into mainline
74523      Branch: perl
74524           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
74525           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
74526           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
74527           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
74528 ____________________________________________________________________________
74529 [  6362] By: gsar                                  on 2000/07/11  18:43:26
74530         Log: integrate cfgperl changes#6252..6260 into mainline
74531      Branch: perl
74532           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
74533           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
74534           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
74535           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
74536 ____________________________________________________________________________
74537 [  6361] By: gsar                                  on 2000/07/11  18:37:12
74538         Log: skip integrate of problematic change#6251 from cfgperl into mainline
74539      Branch: perl
74540           !> lib/Exporter.pm
74541 ____________________________________________________________________________
74542 [  6360] By: gsar                                  on 2000/07/11  18:34:56
74543         Log: integrate cfgperl change#6250 into mainline
74544      Branch: perl
74545           +> t/op/my_stash.t
74546           !> MANIFEST embed.pl proto.h toke.c
74547 ____________________________________________________________________________
74548 [  6359] By: gsar                                  on 2000/07/11  18:21:19
74549         Log: integrate cfgperl changes#6242..6249 into mainline
74550      Branch: perl
74551           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
74552           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
74553           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
74554           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
74555           !> t/lib/peek.t utf8.c
74556 ____________________________________________________________________________
74557 [  6358] By: gsar                                  on 2000/07/11  18:15:45
74558         Log: skip integrate of problematic change#6241 from cfgperl into mainline
74559      Branch: perl
74560           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
74561 ____________________________________________________________________________
74562 [  6357] By: jhi                                   on 2000/07/11  18:15:16
74563         Log: Fix for
74564              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
74565              From: Roderick Schertler <roderick@argon.org> 
74566              Date: Tue, 11 Jul 2000 13:55:05 -0400 
74567              Message-Id: <200007111755.NAA05077@jones.argon.org> 
74568      Branch: cfgperl
74569            ! doio.c
74570 ____________________________________________________________________________
74571 [  6356] By: jhi                                   on 2000/07/11  18:12:51
74572         Log: Typo in #6341.
74573      Branch: cfgperl
74574            ! pp_hot.c
74575 ____________________________________________________________________________
74576 [  6355] By: gsar                                  on 2000/07/11  18:12:10
74577         Log: integrate cfgperl changes#6231..6240 into mainline
74578      Branch: perl
74579           +> pod/perlutil.pod
74580           !> (integrate 35 files)
74581 ____________________________________________________________________________
74582 [  6354] By: jhi                                   on 2000/07/11  18:04:34
74583         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
74584              From: Dominic Dunlop <domo@computer.org> 
74585              Date: Tue, 11 Jul 2000 12:27:33 +0200 
74586              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
74587              
74588              Replaces change #6268.
74589      Branch: cfgperl
74590            ! t/op/sprintf.t
74591 ____________________________________________________________________________
74592 [  6353] By: gsar                                  on 2000/07/11  17:59:51
74593         Log: skip integrate of problematic change#6230 from cfgperl into mainline
74594              (a later version of File::Spec is already in mainline)
74595      Branch: perl
74596           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
74597           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
74598 ____________________________________________________________________________
74599 [  6352] By: gsar                                  on 2000/07/11  17:57:48
74600         Log: integrate cfgperl changes#6224..6229 into mainline
74601      Branch: perl
74602           +> lib/lib.pm.PL
74603            - lib/lib.pm
74604           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
74605           !> lib/English.pm op.c t/lib/english.t
74606 ____________________________________________________________________________
74607 [  6351] By: gsar                                  on 2000/07/11  17:50:10
74608         Log: skip integrate of problematic change#6223 from cfgperl into mainline
74609      Branch: perl
74610           !> doio.c
74611 ____________________________________________________________________________
74612 [  6350] By: gsar                                  on 2000/07/11  17:48:28
74613         Log: integrate cfgperl changes#6220..6222 into mainline
74614      Branch: perl
74615           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
74616           !> toke.c utf8.c win32/win32.h
74617 ____________________________________________________________________________
74618 [  6349] By: gsar                                  on 2000/07/11  17:46:13
74619         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
74620              mainline
74621      Branch: perl
74622           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
74623           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
74624           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74625 ____________________________________________________________________________
74626 [  6348] By: jhi                                   on 2000/07/11  17:45:49
74627         Log: README.posix-bc podified from Thomas Dorner.
74628      Branch: cfgperl
74629            ! README.posix-bc
74630 ____________________________________________________________________________
74631 [  6347] By: gsar                                  on 2000/07/11  17:42:04
74632         Log: integrate cfgperl change#6217 into mainline
74633      Branch: perl
74634           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
74635           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
74636           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
74637 ____________________________________________________________________________
74638 [  6346] By: gsar                                  on 2000/07/11  17:39:37
74639         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
74640              mainline
74641      Branch: perl
74642           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
74643           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74644           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
74645           !> perlapi.h pod/perlapi.pod
74646 ____________________________________________________________________________
74647 [  6345] By: gsar                                  on 2000/07/11  17:36:42
74648         Log: integrate cfgperl changes#6207..6210 into mainline
74649      Branch: perl
74650           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
74651           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
74652 ____________________________________________________________________________
74653 [  6344] By: gsar                                  on 2000/07/11  17:31:20
74654         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
74655              mainline
74656      Branch: perl
74657           !> (integrate 40 files)
74658 ____________________________________________________________________________
74659 [  6343] By: gsar                                  on 2000/07/11  17:19:08
74660         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
74661      Branch: perl
74662           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
74663            ! Changes
74664           !> (integrate 34 files)
74665 ____________________________________________________________________________
74666 [  6342] By: jhi                                   on 2000/07/11  16:05:48
74667         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
74668              To: perl5-porters@perl.org
74669              From: Karsten Sperling <spiff@phreax.net>
74670              Date: Mon, 10 Jul 2000 15:12:52 +0200
74671              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
74672      Branch: cfgperl
74673            ! lib/Symbol.pm
74674 ____________________________________________________________________________
74675 [  6341] By: jhi                                   on 2000/07/11  15:59:23
74676         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
74677              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74678              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
74679              Date: Fri, 07 Jul 2000 17:57:16 +0100
74680      Branch: cfgperl
74681            ! pp_hot.c
74682 ____________________________________________________________________________
74683 [  6340] By: jhi                                   on 2000/07/11  15:55:47
74684         Log: Subject: Re: format bug report  [Patch]
74685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74686              Date: Wed, 05 Jul 2000 13:12:52 +0200
74687              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
74688              
74689              Subject: Re: format bug report  [Patch]
74690              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74691              Date: Wed, 05 Jul 2000 14:10:01 +0200
74692              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
74693      Branch: cfgperl
74694            ! t/op/write.t toke.c
74695 ____________________________________________________________________________
74696 [  6339] By: jhi                                   on 2000/07/11  13:54:09
74697         Log: Be less forgiving about ambiguous and illegal tr ranges.
74698              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
74699              From: Mark-Jason Dominus <mjd@plover.com>
74700              Date: Tue, 04 Jul 2000 10:00:12 -0400
74701              Message-ID: <20000704140012.17772.qmail@plover.com>
74702              
74703              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
74704              From: Mark-Jason Dominus <mjd@plover.com>
74705              Date: Wed, 05 Jul 2000 09:37:36 -0400
74706              Message-ID: <20000705133736.27293.qmail@plover.com>
74707      Branch: cfgperl
74708            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
74709 ____________________________________________________________________________
74710 [  6338] By: jhi                                   on 2000/07/11  13:31:24
74711         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
74712              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74713              Date: Tue, 11 Jul 2000 13:50:51 +0100
74714              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
74715      Branch: cfgperl
74716            ! sv.c
74717 ____________________________________________________________________________
74718 [  6337] By: jhi                                   on 2000/07/11  13:29:14
74719         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
74720              From: Hugo <hv@crypt.compulink.co.uk>
74721              Date: Tue, 11 Jul 2000 12:44:50 +0100
74722              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
74723      Branch: cfgperl
74724            ! regexec.c t/op/re_tests
74725 ____________________________________________________________________________
74726 [  6336] By: jhi                                   on 2000/07/11  13:26:47
74727         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
74728              From: simon@brecon.co.uk (Simon Cozens)
74729              Date: 7 Jul 2000 11:26:09 GMT
74730              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
74731      Branch: cfgperl
74732            ! mg.c
74733 ____________________________________________________________________________
74734 [  6335] By: jhi                                   on 2000/07/11  13:23:37
74735         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
74736              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
74737              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
74738              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
74739      Branch: cfgperl
74740            + ext/DynaLoader/hints/netbsd.pl
74741            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
74742 ____________________________________________________________________________
74743 [  6334] By: jhi                                   on 2000/07/11  13:20:38
74744         Log: Subject: PATCH perlguts.pod: Document D and d magic types
74745              From: mjd@plover.com
74746              Date: 5 Jul 2000 18:01:51 -0000
74747              Message-ID: <20000705180151.29413.qmail@plover.com>
74748      Branch: cfgperl
74749            ! pod/perlguts.pod
74750 ____________________________________________________________________________
74751 [  6333] By: jhi                                   on 2000/07/11  13:15:51
74752         Log: Precedence goof, fix based on
74753              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
74754              From: Hugo <hv@crypt.compulink.co.uk>
74755              Date: Tue, 11 Jul 2000 12:52:38 +0100
74756              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
74757      Branch: cfgperl
74758            ! t/op/taint.t
74759 ____________________________________________________________________________
74760 [  6332] By: jhi                                   on 2000/07/11  12:40:17
74761         Log: Integrate with Sarathy.
74762      Branch: cfgperl
74763           !> win32/win32sck.c
74764 ____________________________________________________________________________
74765 [  6331] By: jhi                                   on 2000/07/10  20:14:16
74766         Log: Sprinkle ldlibpath.
74767      Branch: cfgperl
74768            ! pod/Makefile.SH
74769 ____________________________________________________________________________
74770 [  6330] By: jhi                                   on 2000/07/10  17:54:49
74771         Log: More POSIX.pod tweaks.
74772      Branch: cfgperl
74773            ! ext/POSIX/POSIX.pod
74774 ____________________________________________________________________________
74775 [  6329] By: jhi                                   on 2000/07/10  14:02:12
74776         Log: Reorder perl.pod once more.
74777      Branch: cfgperl
74778            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74779 ____________________________________________________________________________
74780 [  6328] By: gsar                                  on 2000/07/10  07:06:00
74781         Log: accept() leaks memory on windows due to incorrect ordering of
74782              closesocket() and fclose() calls
74783      Branch: perl
74784            ! win32/win32sck.c
74785 ____________________________________________________________________________
74786 [  6327] By: gsar                                  on 2000/07/10  06:49:17
74787         Log: winsock options weren't being set in all threads under ithreads
74788              (caused send()s from second and subsequent threads to fail)
74789      Branch: perl
74790            ! win32/win32sck.c
74791 ____________________________________________________________________________
74792 [  6326] By: jhi                                   on 2000/07/08  02:45:40
74793         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
74794              was cast to an unsigned (32-bit) integer with wild abandon.
74795      Branch: cfgperl
74796            ! ext/Devel/DProf/DProf.xs
74797 ____________________________________________________________________________
74798 [  6325] By: jhi                                   on 2000/07/07  18:50:33
74799         Log: Remove perlbook, update perlfaq book listing,
74800              rearrange perl.pod, regenerate perltoc.
74801      Branch: cfgperl
74802            - pod/perlbook.pod
74803            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
74804            ! pod/perlfaq2.pod pod/perltoc.pod
74805 ____________________________________________________________________________
74806 [  6324] By: jhi                                   on 2000/07/07  14:03:40
74807         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
74808      Branch: cfgperl
74809            ! sv.h toke.c
74810 ____________________________________________________________________________
74811 [  6323] By: jhi                                   on 2000/07/06  16:03:55
74812         Log: Fix complaints of buildtoc.
74813      Branch: cfgperl
74814            + lib/Win32.pod
74815            - pod/Win32.pod
74816            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74817 ____________________________________________________________________________
74818 [  6322] By: jhi                                   on 2000/07/06  15:15:52
74819         Log: Add =head1 NAMEs so that buildtoc is happy.
74820              (The CGI::Util nit reported to Lincoln.)
74821      Branch: cfgperl
74822            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
74823            ! pod/perltoc.pod
74824 ____________________________________________________________________________
74825 [  6321] By: jhi                                   on 2000/07/06  03:16:04
74826         Log: Config is being used.
74827      Branch: cfgperl
74828            ! t/op/method.t
74829 ____________________________________________________________________________
74830 [  6320] By: jhi                                   on 2000/07/06  03:13:13
74831         Log: Integrate with Sarathy.
74832      Branch: cfgperl
74833           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
74834 ____________________________________________________________________________
74835 [  6319] By: jhi                                   on 2000/07/06  03:11:46
74836         Log: Autogenerate pod/Makefile and pod/buildtoc.
74837              buildtoc also checks whether the existing pods are
74838              mentioned in MANIFEST and perl.pod, and vice versa.
74839              (None of the thusly found discrepancies fixed yet.)
74840              roffitall also needs to be autogenerated similarly but it
74841              seems so badly out of date that I didn't touch it yet.
74842      Branch: cfgperl
74843            + pod/Makefile.SH pod/buildtoc.PL
74844            - pod/Makefile pod/buildtoc
74845            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
74846 ____________________________________________________________________________
74847 [  6318] By: gsar                                  on 2000/07/05  22:10:54
74848         Log: fix UNC path handling on Windows under ithreads, and chdir()
74849              return value when given a non-existent directory
74850      Branch: perl
74851            ! win32/vdir.h
74852 ____________________________________________________________________________
74853 [  6317] By: gsar                                  on 2000/07/05  22:08:19
74854         Log: winsock cleanup never done on Windows (leads to handle leaks)
74855      Branch: perl
74856            ! win32/perllib.c win32/win32sck.c
74857 ____________________________________________________________________________
74858 [  6316] By: gsar                                  on 2000/07/05  22:06:19
74859         Log: some debugger output does not go to the socket when RemotePort is set
74860      Branch: perl
74861            ! lib/perl5db.pl
74862 ____________________________________________________________________________
74863 [  6315] By: jhi                                   on 2000/07/05  00:25:21
74864         Log: Integrate with Sarathy, preliminary fix for unicos
74865              alignment problems in [ID 20000612.002] Perl problem on Cray system.
74866      Branch: cfgperl
74867            ! sv.h
74868           !> pp_hot.c
74869 ____________________________________________________________________________
74870 [  6314] By: gsar                                  on 2000/07/04  23:34:02
74871         Log: tyop in change#6306
74872      Branch: perl
74873            ! pp_hot.c
74874 ____________________________________________________________________________
74875 [  6313] By: jhi                                   on 2000/07/04  22:14:38
74876         Log: Multiline string literals ENONPORTABLE.
74877      Branch: cfgperl
74878            ! pp_hot.c
74879 ____________________________________________________________________________
74880 [  6312] By: jhi                                   on 2000/07/04  20:34:44
74881         Log: Integrate with Sarathy.
74882      Branch: cfgperl
74883           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
74884           !> t/op/method.t
74885 ____________________________________________________________________________
74886 [  6311] By: jhi                                   on 2000/07/04  20:30:56
74887         Log: More POSIX.pod embellishment.
74888      Branch: cfgperl
74889            ! ext/POSIX/POSIX.pod
74890 ____________________________________________________________________________
74891 [  6310] By: gsar                                  on 2000/07/04  17:28:48
74892         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
74893      Branch: perl
74894            ! t/lib/b.t
74895 ____________________________________________________________________________
74896 [  6309] By: jhi                                   on 2000/07/04  17:22:18
74897         Log: The #6308 required a little bit more.
74898      Branch: cfgperl
74899            ! Makefile.SH win32/Makefile
74900 ____________________________________________________________________________
74901 [  6308] By: jhi                                   on 2000/07/04  16:35:24
74902         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
74903      Branch: cfgperl
74904            + lib/lib_pm.PL
74905            - lib/lib.pm.PL
74906            ! MANIFEST Makefile.SH
74907 ____________________________________________________________________________
74908 [  6307] By: jhi                                   on 2000/07/04  16:28:58
74909         Log: Win32 patches for cfgperl from Sarathy.
74910      Branch: cfgperl
74911            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
74912            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
74913            ! thread.h toke.c util.c win32/Makefile win32/win32.c
74914 ____________________________________________________________________________
74915 [  6306] By: gsar                                  on 2000/07/04  16:28:40
74916         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
74917              (from Richard Soderberg <rs@oregonnet.com>)
74918      Branch: perl
74919            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
74920 ____________________________________________________________________________
74921 [  6305] By: jhi                                   on 2000/07/04  16:24:24
74922         Log: Integrate with Sarathy.
74923      Branch: cfgperl
74924           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
74925           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74926           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
74927           !> proto.h win32/win32.c
74928 ____________________________________________________________________________
74929 [  6304] By: gsar                                  on 2000/07/04  16:17:24
74930         Log: missing perldiag entry for unpack("w",...) diagnostic (from
74931              Andreas Koenig)
74932      Branch: perl
74933            ! pod/perldiag.pod
74934 ____________________________________________________________________________
74935 [  6303] By: gsar                                  on 2000/07/04  16:14:44
74936         Log: remove rel2abs prototypes (from Barrie Slaymaker)
74937      Branch: perl
74938            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
74939            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
74940 ____________________________________________________________________________
74941 [  6302] By: gsar                                  on 2000/07/04  04:59:35
74942         Log: adjust change#6299
74943      Branch: perl
74944            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
74945            ! win32/win32.c
74946 ____________________________________________________________________________
74947 [  6301] By: jhi                                   on 2000/07/04  04:50:07
74948         Log: Integrate with Sarathy.
74949      Branch: cfgperl
74950           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
74951           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
74952           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
74953 ____________________________________________________________________________
74954 [  6300] By: gsar                                  on 2000/07/04  04:42:09
74955         Log: PERL_OBJECT build tweak
74956      Branch: perl
74957            ! perl.h
74958 ____________________________________________________________________________
74959 [  6299] By: gsar                                  on 2000/07/04  04:37:00
74960         Log: fix memory leak on Windows (PL_sys_intern contents were never
74961              freed)
74962      Branch: perl
74963            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
74964            ! perlapi.c proto.h win32/win32.c
74965 ____________________________________________________________________________
74966 [  6298] By: gsar                                  on 2000/07/04  04:15:59
74967         Log: fix large memory leak that has been around for ever, masked by
74968              -DPURIFY (most of the arenas were never freed!)
74969      Branch: perl
74970            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
74971 ____________________________________________________________________________
74972 [  6297] By: gsar                                  on 2000/07/04  04:07:46
74973         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
74974      Branch: perl
74975            ! perl.c
74976 ____________________________________________________________________________
74977 [  6296] By: jhi                                   on 2000/06/30  18:28:37
74978         Log: Elaborate POSIX.pod.  Still needs work.
74979      Branch: cfgperl
74980            ! ext/POSIX/POSIX.pod
74981 ____________________________________________________________________________
74982 [  6295] By: jhi                                   on 2000/06/30  14:58:18
74983         Log: Point to perlipc for more SysV IPC examples.
74984      Branch: cfgperl
74985            ! pod/perlfunc.pod
74986 ____________________________________________________________________________
74987 [  6294] By: gsar                                  on 2000/06/30  14:47:45
74988         Log: slurp mode fix in change#4736 still not quite right
74989      Branch: perl
74990            ! pp_hot.c t/io/argv.t
74991 ____________________________________________________________________________
74992 [  6293] By: jhi                                   on 2000/06/30  12:02:55
74993         Log: Integrate with Sarathy.
74994      Branch: cfgperl
74995           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
74996 ____________________________________________________________________________
74997 [  6292] By: jhi                                   on 2000/06/30  12:01:11
74998         Log: From: simon@brecon.co.uk (Simon Cozens)
74999              Subject: UTF8 concat
75000              Date: 30 Jun 2000 06:13:25 GMT
75001              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
75002      Branch: cfgperl
75003            ! pp_hot.c
75004 ____________________________________________________________________________
75005 [  6291] By: gsar                                  on 2000/06/30  04:37:33
75006         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
75007              when @_ is modified, causing coredumps
75008      Branch: perl
75009            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
75010 ____________________________________________________________________________
75011 [  6290] By: jhi                                   on 2000/06/30  02:21:44
75012         Log: Integrate with Sarathy.
75013      Branch: cfgperl
75014           !> vms/vms.c vms/vmsish.h
75015 ____________________________________________________________________________
75016 [  6289] By: jhi                                   on 2000/06/30  02:21:02
75017         Log: Check VERSIONs.
75018      Branch: cfgperl
75019            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
75020            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
75021            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
75022 ____________________________________________________________________________
75023 [  6288] By: jhi                                   on 2000/06/30  02:18:52
75024         Log: Integrate with Sarathy.
75025      Branch: cfgperl
75026           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
75027           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
75028           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
75029           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
75030 ____________________________________________________________________________
75031 [  6287] By: gsar                                  on 2000/06/30  02:17:08
75032         Log: integrate vmsperl changes into mainline
75033      Branch: perl
75034           !> vms/vms.c vms/vmsish.h
75035 ____________________________________________________________________________
75036 [  6285] By: gsar                                  on 2000/06/30  02:05:28
75037         Log: localize %INC in a Safe compartment so that use/require work
75038              (many other magic globals probably need similar treatment)
75039      Branch: perl
75040            ! ext/Opcode/Opcode.xs
75041 ____________________________________________________________________________
75042 [  6284] By: gsar                                  on 2000/06/30  01:54:54
75043         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
75044              about Windows
75045      Branch: perl
75046            ! pod/perlembed.pod
75047 ____________________________________________________________________________
75048 [  6283] By: jhi                                   on 2000/06/30  01:50:10
75049         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
75050              From: Barrie Slaymaker <barries@jester.slaysys.com>
75051              Date: Wed, 28 Jun 2000 11:35:29 -0400
75052              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
75053      Branch: perl
75054            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
75055            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
75056            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
75057            ! lib/File/Spec/Win32.pm
75058 ____________________________________________________________________________
75059 [  6282] By: jhi                                   on 2000/06/29  22:57:22
75060         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
75061              From: Dan Sugalski <dan@sidhe.org>
75062              Date: Tue, 06 Jun 2000 11:59:50 -0400
75063              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
75064      Branch: cfgperl
75065            ! vms/vms.c
75066 ____________________________________________________________________________
75067 [  6281] By: jhi                                   on 2000/06/29  22:52:50
75068         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
75069              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
75070              Date: Wed, 7 Jun 2000 04:02:04 -0500
75071              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
75072      Branch: cfgperl
75073            ! utils/h2xs.PL
75074 ____________________________________________________________________________
75075 [  6280] By: jhi                                   on 2000/06/29  22:45:47
75076         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
75077              From: rspier@pobox.com (Robert Spier)
75078              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
75079              Message-ID: <14654.31913.845602.610277@rls.cx>
75080      Branch: cfgperl
75081            ! utils/h2xs.PL
75082 ____________________________________________________________________________
75083 [  6279] By: jhi                                   on 2000/06/29  22:38:16
75084         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
75085              From: Tim Ayers <tayers@bridge.com>
75086              Date: Thu, 08 Jun 2000 08:11:06 +0200
75087              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
75088              [resent by Richard Foley, Message-Id probably wrong]
75089      Branch: cfgperl
75090            ! pod/perlsub.pod
75091 ____________________________________________________________________________
75092 [  6278] By: jhi                                   on 2000/06/29  22:21:45
75093         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
75094              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
75095              Date: Fri, 09 Jun 2000 12:39:27 -0400
75096              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
75097              (plus update the version "number" of Text::Wrap)
75098      Branch: cfgperl
75099            ! lib/Text/Wrap.pm
75100 ____________________________________________________________________________
75101 [  6277] By: jhi                                   on 2000/06/29  22:13:10
75102         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
75103              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75104              Date: Mon, 12 Jun 2000 14:55:59 +0100
75105              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
75106      Branch: cfgperl
75107            ! pod/perlfunc.pod
75108 ____________________________________________________________________________
75109 [  6276] By: jhi                                   on 2000/06/29  22:11:06
75110         Log: Subject: [PATCH] Re: eval documentation: context
75111              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75112              Date: Mon, 12 Jun 2000 15:07:29 +0100
75113              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
75114      Branch: cfgperl
75115            ! pod/perlfunc.pod
75116 ____________________________________________________________________________
75117 [  6275] By: jhi                                   on 2000/06/29  21:59:46
75118         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
75119              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
75120              Date: Tue, 13 Jun 2000 02:43:48 -0500
75121              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
75122      Branch: cfgperl
75123            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
75124 ____________________________________________________________________________
75125 [  6274] By: jhi                                   on 2000/06/29  21:56:14
75126         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
75127              From: Andy Dougherty <doughera@lafayette.edu>
75128              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
75129              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
75130      Branch: cfgperl
75131            ! ext/File/Glob/Glob.pm
75132 ____________________________________________________________________________
75133 [  6273] By: jhi                                   on 2000/06/29  21:49:09
75134         Log: Subject: [PATCH] xsub attributes
75135              From: Doug MacEachern <dougm@covalent.net>
75136              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
75137              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
75138      Branch: cfgperl
75139            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
75140            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
75141 ____________________________________________________________________________
75142 [  6272] By: jhi                                   on 2000/06/29  21:41:28
75143         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
75144              From: Tom Phoenix <rootbeer@redcat.com>
75145              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
75146              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
75147      Branch: cfgperl
75148            ! lib/Net/Ping.pm
75149 ____________________________________________________________________________
75150 [  6271] By: jhi                                   on 2000/06/29  21:36:55
75151         Log: Subject: PATCH pod/perltie.pod
75152              From: Ian Phillipps <Ian.Phillipps@iname.com>
75153              Date: Fri, 16 Jun 2000 00:17:19 +0100
75154              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
75155              (only the first hunk, the second hunk had already been done
75156              by some other patch)
75157      Branch: cfgperl
75158            ! pod/perltie.pod
75159 ____________________________________________________________________________
75160 [  6270] By: jhi                                   on 2000/06/29  21:24:51
75161         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
75162              From: Nicholas Clark <nick@talking.bollo.cx>
75163              Date: Fri, 23 Jun 2000 16:21:15 +0100
75164              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
75165      Branch: cfgperl
75166            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
75167            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
75168 ____________________________________________________________________________
75169 [  6269] By: jhi                                   on 2000/06/29  19:38:15
75170         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
75171              silence few compiler warnings.
75172      Branch: cfgperl
75173            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
75174 ____________________________________________________________________________
75175 [  6268] By: jhi                                   on 2000/06/29  18:21:50
75176         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
75177              From: Dominic Dunlop <domo@computer.org> 
75178              Date: Thu, 29 Jun 2000 12:32:39 +0200 
75179              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
75180      Branch: cfgperl
75181            ! t/op/sprintf.t
75182 ____________________________________________________________________________
75183 [  6267] By: jhi                                   on 2000/06/29  18:16:07
75184         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
75185              From: Doug MacEachern <dougm@covalent.net>
75186              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
75187              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
75188      Branch: cfgperl
75189            + t/op/method2entersub.t
75190            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
75191            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
75192            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
75193            ! xsutils.c
75194 ____________________________________________________________________________
75195 [  6266] By: jhi                                   on 2000/06/29  15:11:15
75196         Log: Subject: [PATCH 5.6.0] cygwin port
75197              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
75198              From: "Fifer, Eric" <EFifer@sanwaint.com>
75199              Date: Thu, 29 Jun 2000 12:58:29 +0100
75200      Branch: cfgperl
75201            ! cygwin/Makefile.SHs
75202 ____________________________________________________________________________
75203 [  6265] By: jhi                                   on 2000/06/29  15:04:05
75204         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
75205              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75206              Date: Wed, 28 Jun 2000 17:50:12 -0700
75207              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
75208      Branch: cfgperl
75209            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
75210 ____________________________________________________________________________
75211 [  6264] By: jhi                                   on 2000/06/29  15:00:57
75212         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
75213              From: Marty Lucich <marty@netcom.com>
75214              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
75215              Message-Id: <200006282116.OAA11148@netcom.com>
75216              ccdlflags update (the BSD/OS 4.1 part had already been taken
75217              care of by #6141).
75218      Branch: cfgperl
75219            ! hints/bsdos.sh
75220 ____________________________________________________________________________
75221 [  6263] By: jhi                                   on 2000/06/29  13:47:44
75222         Log: tr fixes from Simon Cozens
75223      Branch: cfgperl
75224            ! doop.c
75225 ____________________________________________________________________________
75226 [  6262] By: jhi                                   on 2000/06/28  18:46:01
75227         Log: Subject: 5.6.0 Patch for EPOC
75228              From: Olaf Flebbe <o.flebbe@gmx.de>
75229              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
75230              Message-ID: <23449.960929969@www11.gmx.net>
75231      Branch: cfgperl
75232            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
75233            ! epoc/epocish.h
75234 ____________________________________________________________________________
75235 [  6261] By: jhi                                   on 2000/06/28  18:29:07
75236         Log: Subject: Re: [PATCH cfgperl] BOMs away!
75237              From: simon@brecon.co.uk (Simon Cozens)
75238              Date: 17 Jun 2000 11:49:57 GMT
75239              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
75240      Branch: cfgperl
75241            ! pod/perldiag.pod t/comp/require.t toke.c
75242 ____________________________________________________________________________
75243 [  6260] By: jhi                                   on 2000/06/28  17:47:16
75244         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
75245              From: simon@brecon.co.uk (Simon Cozens) 
75246              Date: 17 Jun 2000 11:56:44 GMT 
75247              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
75248              pack U0, pack C0
75249      Branch: cfgperl
75250            ! pod/perlfunc.pod pp.c t/op/pack.t
75251 ____________________________________________________________________________
75252 [  6259] By: jhi                                   on 2000/06/28  16:43:17
75253         Log: perlnewmod was missing from MANIFEST.
75254      Branch: cfgperl
75255            ! MANIFEST
75256 ____________________________________________________________________________
75257 [  6258] By: jhi                                   on 2000/06/28  15:54:30
75258         Log: linenumber tweak
75259      Branch: cfgperl
75260            ! t/pragma/warn/regcomp
75261 ____________________________________________________________________________
75262 [  6257] By: jhi                                   on 2000/06/28  15:50:44
75263         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
75264              From: Doug MacEachern <dougm@covalent.net>
75265              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
75266              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
75267              (one part of the patch had been applied earlier)
75268      Branch: cfgperl
75269            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
75270 ____________________________________________________________________________
75271 [  6256] By: jhi                                   on 2000/06/28  15:40:22
75272         Log: tweaks from Simon Cozens to further fix tr/// under utf8
75273      Branch: cfgperl
75274            ! doop.c
75275 ____________________________________________________________________________
75276 [  6255] By: jhi                                   on 2000/06/28  15:33:45
75277         Log: small thinko tweaks
75278      Branch: cfgperl
75279            ! lib/IPC/Open3.pm t/op/my_stash.t
75280 ____________________________________________________________________________
75281 [  6254] By: jhi                                   on 2000/06/28  15:33:25
75282         Log: Subject: tr///, help wanted.
75283              From: simon@brecon.co.uk (Simon Cozens)
75284              Date: 28 Jun 2000 11:29:04 GMT
75285              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
75286      Branch: cfgperl
75287            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
75288            ! pp_proto.h proto.h t/op/tr.t
75289 ____________________________________________________________________________
75290 [  6253] By: jhi                                   on 2000/06/28  15:09:17
75291         Log: Paranoia tweak on #6249.
75292              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
75293              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
75294              Date: Sun, 25 Jun 2000 23:43:12 -0400
75295              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
75296      Branch: cfgperl
75297            ! lib/IPC/Open3.pm
75298 ____________________________________________________________________________
75299 [  6252] By: jhi                                   on 2000/06/28  15:01:38
75300         Log: Document #6249 and #6251.
75301      Branch: cfgperl
75302            ! lib/Exporter.pm lib/IPC/Open3.pm
75303 ____________________________________________________________________________
75304 [  6251] By: jhi                                   on 2000/06/28  14:50:43
75305         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
75306              From: Doug MacEachern <dougm@covalent.net>
75307              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
75308              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
75309      Branch: cfgperl
75310            ! lib/Exporter.pm
75311 ____________________________________________________________________________
75312 [  6250] By: jhi                                   on 2000/06/28  14:45:23
75313         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
75314              From: Doug MacEachern <dougm@covalent.net>
75315              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
75316              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
75317      Branch: cfgperl
75318            + t/op/my_stash.t
75319            ! MANIFEST embed.pl global.sym proto.h toke.c
75320 ____________________________________________________________________________
75321 [  6249] By: jhi                                   on 2000/06/28  14:36:34
75322         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
75323              From: Frank Tobin <ftobin@uiuc.edu>
75324              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
75325              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
75326      Branch: cfgperl
75327            ! lib/IPC/Open3.pm
75328 ____________________________________________________________________________
75329 [  6248] By: jhi                                   on 2000/06/28  14:11:25
75330         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
75331              From: Mark-Jason Dominus <mjd@plover.com>
75332              Date: Tue, 27 Jun 2000 22:36:42 -0400
75333              Message-ID: <20000628023642.12166.qmail@plover.com>
75334      Branch: cfgperl
75335            ! pod/perlfunc.pod
75336 ____________________________________________________________________________
75337 [  6247] By: jhi                                   on 2000/06/27  12:46:37
75338         Log: Tweak $VERSION, patch from Doug MacEachern.
75339      Branch: cfgperl
75340            ! lib/File/Spec.pm
75341 ____________________________________________________________________________
75342 [  6246] By: jhi                                   on 2000/06/27  03:34:46
75343         Log: Allow for standalone testing.
75344      Branch: cfgperl
75345            ! t/lib/filefunc.t t/lib/filespec.t
75346 ____________________________________________________________________________
75347 [  6245] By: jhi                                   on 2000/06/27  02:50:02
75348         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
75349              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75350              Date: Sat, 24 Jun 2000 13:06:20 +0100
75351              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
75352      Branch: cfgperl
75353            ! ext/DynaLoader/DynaLoader_pm.PL
75354 ____________________________________________________________________________
75355 [  6244] By: jhi                                   on 2000/06/27  02:46:10
75356         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
75357              From: Doug MacEachern <dougm@covalent.net>
75358              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
75359              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
75360      Branch: cfgperl
75361            ! gv.c sv.c t/lib/peek.t
75362 ____________________________________________________________________________
75363 [  6243] By: jhi                                   on 2000/06/27  02:38:07
75364         Log: Subject: [PATCH] is_utf8_string
75365              From: simon@brecon.co.uk (Simon Cozens)
75366              Date: 26 Jun 2000 02:25:59 GMT
75367              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
75368      Branch: cfgperl
75369            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
75370            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
75371            ! proto.h utf8.c
75372 ____________________________________________________________________________
75373 [  6242] By: jhi                                   on 2000/06/27  02:24:00
75374         Log: Subject: [PATCH] bytes<->utf8 fixes
75375              From: simon@brecon.co.uk (Simon Cozens)
75376              Date: 26 Jun 2000 04:55:45 GMT
75377              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
75378      Branch: cfgperl
75379            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
75380 ____________________________________________________________________________
75381 [  6241] By: jhi                                   on 2000/06/27  02:12:42
75382         Log: Do no -warn on \_, only on \alpha.
75383              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
75384              From: David Dyck <dcd@tc.fluke.com>
75385              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
75386              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
75387      Branch: cfgperl
75388            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
75389 ____________________________________________________________________________
75390 [  6240] By: jhi                                   on 2000/06/27  02:00:01
75391         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
75392              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75393              Date: Mon, 26 Jun 2000 18:40:14 +0100
75394              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
75395      Branch: cfgperl
75396            ! utils/h2xs.PL
75397 ____________________________________________________________________________
75398 [  6239] By: jhi                                   on 2000/06/27  01:53:40
75399         Log: Configure maintenance.  Sever some dependency cycles,
75400              separate gccversion from the cc unit,
75401              address [ID 20000623.006] Configure script patch for using gcc on AIX
75402              (but solve it a little bit differently),
75403              unduplex some accidentally duplicated units,
75404              suggest using gcc if no cc available
75405              (p5p thread: "Solaris configure: counterproposal", 1999-09)
75406      Branch: cfgperl
75407            ! Configure Todo-5.6 config_h.SH
75408      Branch: metaconfig
75409            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
75410            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
75411      Branch: metaconfig/U/perl
75412            + gccvers.U
75413            ! d_getespwnam.U d_getprpwnam.U i_prot.U
75414 ____________________________________________________________________________
75415 [  6238] By: jhi                                   on 2000/06/25  18:04:56
75416         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
75417              From: Dan Sugalski <dan@sidhe.org>
75418              Date: Fri, 23 Jun 2000 17:00:00 -0400
75419              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
75420      Branch: cfgperl
75421            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
75422 ____________________________________________________________________________
75423 [  6237] By: jhi                                   on 2000/06/25  16:36:45
75424         Log: Tweak embed.pl, regen headers.
75425      Branch: cfgperl
75426            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
75427            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
75428            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
75429            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
75430            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
75431 ____________________________________________________________________________
75432 [  6236] By: jhi                                   on 2000/06/25  15:26:42
75433         Log: Regen headers.
75434      Branch: cfgperl
75435            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
75436            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
75437            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
75438            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
75439            ! regnodes.h warnings.h
75440 ____________________________________________________________________________
75441 [  6235] By: jhi                                   on 2000/06/23  19:39:35
75442         Log: The thread begun by
75443              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
75444              From: Kevin.Ruscoe@ubsw.com
75445              Date: Fri, 16 Jun 2000 16:38:51 +0100
75446              Message-Id: <H000019b03c300d6@MHS>
75447      Branch: cfgperl
75448            ! hints/solaris_2.sh
75449 ____________________________________________________________________________
75450 [  6234] By: jhi                                   on 2000/06/23  19:23:36
75451         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
75452              because when run as services (Win32ese for daemons)
75453              no environment variables are set and tmpdir ends up as /tmp,
75454              which is ambiguous.
75455              
75456              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
75457              From: matt@sergeant.org
75458              Date: 16 Jun 2000 16:30:43 -0000
75459              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
75460      Branch: cfgperl
75461            ! lib/File/Spec/Win32.pm
75462 ____________________________________________________________________________
75463 [  6233] By: jhi                                   on 2000/06/23  19:18:58
75464         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
75465              From: Mark-Jason Dominus <mjd@plover.com>
75466              Date: Fri, 16 Jun 2000 20:53:04 -0400
75467              Message-ID: <20000617005304.8008.qmail@plover.com>
75468      Branch: cfgperl
75469            ! op.h
75470 ____________________________________________________________________________
75471 [  6232] By: jhi                                   on 2000/06/23  16:10:02
75472         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
75473              From: simon@brecon.co.uk (Simon Cozens)
75474              Date: 19 Jun 2000 15:18:27 GMT
75475              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
75476              
75477              plus update pod/Makefile and regenerate perltoc
75478      Branch: cfgperl
75479            + pod/perlutil.pod
75480            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
75481 ____________________________________________________________________________
75482 [  6231] By: jhi                                   on 2000/06/23  15:19:18
75483         Log: Subject: [PATCH 5.6.0] cygwin port
75484              From: "Fifer, Eric" <EFifer@sanwaint.com>
75485              Date: Tue, 20 Jun 2000 14:30:58 +0100
75486              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
75487      Branch: cfgperl
75488            ! README.cygwin lib/File/Find.pm
75489 ____________________________________________________________________________
75490 [  6230] By: jhi                                   on 2000/06/23  14:25:21
75491         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
75492      Branch: cfgperl
75493            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
75494            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
75495            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
75496            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
75497 ____________________________________________________________________________
75498 [  6229] By: jhi                                   on 2000/06/23  14:13:34
75499         Log: Subject: README.hpux version 0.6.1
75500              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
75501              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
75502              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
75503      Branch: cfgperl
75504            ! README.hpux
75505 ____________________________________________________________________________
75506 [  6228] By: jhi                                   on 2000/06/23  14:07:20
75507         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
75508              From: Doug MacEachern <dougm@covalent.net>
75509              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
75510              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
75511      Branch: cfgperl
75512            ! op.c
75513 ____________________________________________________________________________
75514 [  6227] By: jhi                                   on 2000/06/23  14:01:06
75515         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
75516              From: Doug MacEachern <dougm@covalent.net>
75517              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
75518              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
75519      Branch: cfgperl
75520            + lib/lib.pm.PL
75521            - lib/lib.pm
75522            ! MANIFEST Makefile.SH
75523 ____________________________________________________________________________
75524 [  6226] By: jhi                                   on 2000/06/23  13:53:07
75525         Log: Subject: [PATCH] remove forward declarations in Socket.pm
75526              From: Doug MacEachern <dougm@covalent.net>
75527              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
75528              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
75529              
75530              From: Doug MacEachern <dougm@covalent.net>
75531              Subject: Re: [PATCH] remove forward declarations in Socket.pm
75532              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
75533              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
75534      Branch: cfgperl
75535            ! ext/Socket/Socket.pm op.c
75536 ____________________________________________________________________________
75537 [  6225] By: jhi                                   on 2000/06/23  13:41:52
75538         Log: Add source code filenames to apidoc.
75539              From: simon@brecon.co.uk (Simon Cozens)
75540              Subject: [PATCH embed.pl] Source X-ref
75541              Date: 22 Jun 2000 02:18:49 GMT
75542              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
75543      Branch: cfgperl
75544            ! embed.pl
75545 ____________________________________________________________________________
75546 [  6224] By: jhi                                   on 2000/06/23  13:32:33
75547         Log: A way to avoid English.pm performance hit.
75548              From: root <root@jester.slaysys.com>
75549              Subject: [YAPATCH English.pm] My turn to putt again
75550              Date: Thu, 22 Jun 2000 20:33:58 -0400
75551              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
75552      Branch: cfgperl
75553            ! lib/English.pm t/lib/english.t
75554 ____________________________________________________________________________
75555 [  6223] By: jhi                                   on 2000/06/23  13:27:06
75556         Log: Avoid double close().
75557              Subject: [PATCH] avoid double close()
75558              From: Doug MacEachern <dougm@covalent.net>
75559              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
75560              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
75561      Branch: cfgperl
75562            ! doio.c
75563 ____________________________________________________________________________
75564 [  6222] By: jhi                                   on 2000/06/23  13:25:54
75565         Log: doc typo fix
75566              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
75567              From: Ian Phillipps <Ian.Phillipps@iname.com>
75568              Date: Fri, 23 Jun 2000 10:40:58 +0100
75569              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
75570      Branch: cfgperl
75571            ! lib/Pod/Usage.pm
75572 ____________________________________________________________________________
75573 [  6221] By: jhi                                   on 2000/06/23  13:24:15
75574         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
75575              From: simon@brecon.co.uk (Simon Cozens)
75576              Subject: [PATCH] Eliminate tr///[CU][CU]
75577              Date: 23 Jun 2000 11:05:40 GMT
75578              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
75579      Branch: cfgperl
75580            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
75581 ____________________________________________________________________________
75582 [  6220] By: jhi                                   on 2000/06/22  16:07:51
75583         Log: Win32 patches from Benjamin Stuhl.
75584      Branch: cfgperl
75585            ! makedef.pl win32/win32.h
75586 ____________________________________________________________________________
75587 [  6219] By: jhi                                   on 2000/06/22  16:06:34
75588         Log: Bytecode patches from Benjamin Stuhl.
75589      Branch: cfgperl
75590            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
75591            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
75592            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75593 ____________________________________________________________________________
75594 [  6218] By: jhi                                   on 2000/06/15  23:54:16
75595         Log: Bytecode patches from Benjamin Stuhl.
75596      Branch: cfgperl
75597            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
75598 ____________________________________________________________________________
75599 [  6217] By: jhi                                   on 2000/06/09  13:38:29
75600         Log: Rename the fdpid locking and integrate with Sarathy.
75601      Branch: cfgperl
75602            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
75603            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
75604            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
75605            ! win32/win32.c
75606           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
75607 ____________________________________________________________________________
75608 [  6216] By: gsar                                  on 2000/06/08  14:54:21
75609         Log: be more optimal about clearing @_
75610      Branch: perl
75611            ! cop.h
75612 ____________________________________________________________________________
75613 [  6215] By: gsar                                  on 2000/06/08  14:33:04
75614         Log: tweak comment about @DB::args
75615      Branch: perl
75616            ! av.h pp_ctl.c
75617 ____________________________________________________________________________
75618 [  6214] By: gsar                                  on 2000/06/08  13:57:54
75619         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
75620              caller() wants to populate @DB::args with it (causes a coredump
75621              in Carp::confess())
75622      Branch: perl
75623            ! cop.h t/op/runlevel.t
75624 ____________________________________________________________________________
75625 [  6213] By: gsar                                  on 2000/06/08  07:06:35
75626         Log: back out change#6106 (seems problematic)
75627      Branch: perl
75628            ! hints/solaris_2.sh
75629 ____________________________________________________________________________
75630 [  6212] By: jhi                                   on 2000/06/07  03:10:36
75631         Log: Continuing mopup for #6204.
75632      Branch: cfgperl
75633            ! ext/B/defsubs_h.PL
75634 ____________________________________________________________________________
75635 [  6211] By: jhi                                   on 2000/06/07  02:41:50
75636         Log: Mopup for #6204.
75637              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
75638              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
75639              This is comes from const() where POK isn't on when expected.
75640      Branch: cfgperl
75641            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
75642            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75643            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
75644            ! perlapi.h pod/perlapi.pod
75645 ____________________________________________________________________________
75646 [  6210] By: jhi                                   on 2000/06/07  01:56:29
75647         Log: Mopup for #6207 and #6209.
75648      Branch: cfgperl
75649            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
75650 ____________________________________________________________________________
75651 [  6209] By: jhi                                   on 2000/06/07  01:33:12
75652         Log: Lock PL_fdpid against race conditions, based on:
75653              Subject: [PATCH 5.6.0]subprocess fixup for threads
75654              From: Dan Sugalski <dan@sidhe.org>
75655              To: perl5-porters@perl.org
75656              Date: Tue, 11 Apr 2000 17:02:32 -0400
75657              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
75658      Branch: cfgperl
75659            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
75660            ! win32/win32.c
75661 ____________________________________________________________________________
75662 [  6208] By: jhi                                   on 2000/06/07  01:05:23
75663         Log: Regen headers for #6207.
75664      Branch: cfgperl
75665            ! embed.h global.sym objXSUB.h proto.h
75666 ____________________________________________________________________________
75667 [  6207] By: jhi                                   on 2000/06/06  23:43:13
75668         Log: Subject: [PATCH 5.6.0] Threadsafe patches
75669              From: Dan Sugalski <dan@sidhe.org>
75670              To: perl5-porters@perl.org
75671              Date: Mon, 08 May 2000 18:08:13 -0400
75672              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
75673      Branch: cfgperl
75674            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
75675            ! proto.h sv.h util.c
75676 ____________________________________________________________________________
75677 [  6206] By: jhi                                   on 2000/06/06  23:21:23
75678         Log: Subject: [PATCH] Eliminate $a/$b in pod
75679              From: David Glasser <me@davidglasser.net>
75680              To: perl5-porters@perl.org
75681              Date: Mon, 29 May 2000 21:15:59 -0400
75682              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
75683      Branch: cfgperl
75684            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
75685            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
75686            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
75687            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
75688            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
75689            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
75690            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
75691            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
75692            ! pod/perlvar.pod pod/perlxs.pod
75693 ____________________________________________________________________________
75694 [  6205] By: jhi                                   on 2000/06/06  23:12:14
75695         Log: Subject: [PATCH] Win32 improvements
75696              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
75697              To: gsar@activestate.com, perl5-porters@perl.org
75698              Date: Mon, 29 May 2000 17:22:24 PDT
75699              Message-ID: <20000530002224.91142.qmail@hotmail.com>
75700              (MUA had mangled many lines by wordwrapping)
75701      Branch: cfgperl
75702            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
75703 ____________________________________________________________________________
75704 [  6204] By: jhi                                   on 2000/06/06  23:01:50
75705         Log: Subject: [PATCH] B::Bytecode patches
75706              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
75707              To: gsar@activestate.com, jhi@iki.fi
75708              Cc: perl5-porters@perl.org
75709              Message-ID: <20000602202526.48694.qmail@hotmail.com>
75710              (MUA had mangled many lines by wordwrapping)
75711      Branch: cfgperl
75712            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
75713            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
75714            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75715            ! intrpvar.h perl.c
75716 ____________________________________________________________________________
75717 [  6203] By: jhi                                   on 2000/06/06  22:32:43
75718         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
75719              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75720              Date: Tue, 06 Jun 2000 13:07:45 -0700
75721              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
75722      Branch: cfgperl
75723            ! pod/perldiag.pod
75724 ____________________________________________________________________________
75725 [  6202] By: jhi                                   on 2000/06/06  19:38:35
75726         Log: Integrate with Sarathy.
75727      Branch: cfgperl
75728           !> perl.c
75729 ____________________________________________________________________________
75730 [  6201] By: gsar                                  on 2000/06/06  00:42:59
75731         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
75732              does a PUSHMARK that's never ever POPMARKed; in general, only
75733              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
75734              Perl_eval_[sp]v() don't because they don't take any incoming
75735              arguments (this leak has been around since the original version
75736              of perl_eval_pv() in 5.003_97e)
75737      Branch: perl
75738            ! perl.c
75739 ____________________________________________________________________________
75740 [  6200] By: jhi                                   on 2000/06/04  03:44:52
75741         Log: Update to cperl-mode.el 4.31 from
75742              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
75743              Subject: A couple of notes
75744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75745              To: Mailing list Perl5 <perl5-porters@perl.org>
75746              Date: Sat, 3 Jun 2000 23:33:32 -0400
75747              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
75748      Branch: cfgperl
75749            ! emacs/cperl-mode.el
75750 ____________________________________________________________________________
75751 [  6199] By: jhi                                   on 2000/06/03  15:11:05
75752         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
75753              From: Dan Sugalski <dan@sidhe.org>
75754              To: perl5-porters@perl.org, vmsperl@perl.org
75755              Date: Fri, 02 Jun 2000 17:30:51 -0400
75756              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
75757      Branch: cfgperl
75758            ! vms/descrip_mms.template vms/gen_shrfls.pl
75759 ____________________________________________________________________________
75760 [  6198] By: jhi                                   on 2000/06/03  14:59:15
75761         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
75762              From: Dan Sugalski <dan@sidhe.org>
75763              To: vmsperl@perl.org, perl5-porters@perl.org
75764              Date: Fri, 02 Jun 2000 16:00:41 -0400
75765              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
75766              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
75767      Branch: cfgperl
75768            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
75769            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
75770            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
75771 ____________________________________________________________________________
75772 [  6197] By: jhi                                   on 2000/06/03  14:41:30
75773         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
75774              From: John Borwick <jhborwic@unity.ncsu.edu>
75775              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
75776              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
75777      Branch: cfgperl
75778            ! pod/perlsyn.pod
75779 ____________________________________________________________________________
75780 [  6196] By: jhi                                   on 2000/06/03  14:38:09
75781         Log: Integrate with Sarathy.
75782      Branch: cfgperl
75783           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
75784           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
75785           !> vms/perly_c.vms
75786 ____________________________________________________________________________
75787 [  6195] By: gsar                                  on 2000/06/02  22:43:13
75788         Log: fix yet another eval"" leak under USE_ITHREADS
75789      Branch: perl
75790            ! op.c
75791 ____________________________________________________________________________
75792 [  6194] By: gsar                                  on 2000/06/02  18:22:06
75793         Log: fix small eval"" memory leaks under USE_ITHREADS
75794      Branch: perl
75795            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
75796            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
75797            ! vms/perly_c.vms
75798 ____________________________________________________________________________
75799 [  6193] By: jhi                                   on 2000/06/01  13:03:56
75800         Log: Signals-be-gone for microperl.
75801      Branch: cfgperl
75802            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
75803 ____________________________________________________________________________
75804 [  6192] By: jhi                                   on 2000/06/01  12:52:02
75805         Log: Integrate with Sarathy.
75806      Branch: cfgperl
75807           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
75808           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
75809           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
75810           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
75811           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
75812           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
75813           !> t/op/vec.t utils/h2xs.PL
75814 ____________________________________________________________________________
75815 [  6191] By: gsar                                  on 2000/06/01  09:38:21
75816         Log: vec() loses numericalness (modified version of patch suggested
75817              by Robin Barker)
75818      Branch: perl
75819            ! doop.c t/op/vec.t
75820 ____________________________________________________________________________
75821 [  6190] By: gsar                                  on 2000/06/01  09:26:15
75822         Log: submit missing embed.pl change
75823      Branch: perl
75824            ! embed.pl
75825 ____________________________________________________________________________
75826 [  6189] By: gsar                                  on 2000/06/01  09:05:34
75827         Log: counting tr/// corrupts later operation (from M.J.T Guy)
75828      Branch: perl
75829            ! doop.c t/op/tr.t
75830 ____________________________________________________________________________
75831 [  6188] By: gsar                                  on 2000/06/01  08:58:39
75832         Log: h2xs tweaks
75833      Branch: perl
75834            ! utils/h2xs.PL
75835 ____________________________________________________________________________
75836 [  6187] By: gsar                                  on 2000/06/01  08:50:07
75837         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
75838              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
75839      Branch: perl
75840            + lib/Pod/LaTeX.pm
75841            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
75842            ! pod/pod2latex.PL
75843 ____________________________________________________________________________
75844 [  6186] By: gsar                                  on 2000/06/01  08:24:40
75845         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
75846              <wolfgang.laun@alcatel.at>)
75847      Branch: perl
75848            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
75849            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
75850 ____________________________________________________________________________
75851 [  6185] By: gsar                                  on 2000/06/01  08:12:00
75852         Log: remove incorrect documentation about implicit split to @_ in
75853              list context, which never really worked in perl 5 (from
75854              M.J.T. Guy)
75855      Branch: perl
75856            ! pod/perlfunc.pod pod/perltrap.pod
75857 ____________________________________________________________________________
75858 [  6184] By: gsar                                  on 2000/06/01  07:52:27
75859         Log: tweak for change#6127
75860      Branch: perl
75861            ! perl.c
75862 ____________________________________________________________________________
75863 [  6183] By: gsar                                  on 2000/06/01  07:41:02
75864         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
75865              <nick@ccl4.org>)
75866      Branch: perl
75867            + t/lib/selfloader.t
75868            ! MANIFEST lib/SelfLoader.pm
75869 ____________________________________________________________________________
75870 [  6182] By: jhi                                   on 2000/06/01  00:34:42
75871         Log: Be Cleaner Part Deux.
75872      Branch: cfgperl
75873            ! Makefile.SH
75874 ____________________________________________________________________________
75875 [  6181] By: jhi                                   on 2000/06/01  00:32:09
75876         Log: Integrate with Sarathy.
75877      Branch: cfgperl
75878           !> pp.c t/op/arith.t
75879 ____________________________________________________________________________
75880 [  6180] By: jhi                                   on 2000/06/01  00:31:13
75881         Log: microperl nits from Simon Cozens.
75882      Branch: cfgperl
75883            + uconfig.h
75884            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
75885            ! unixish.h
75886 ____________________________________________________________________________
75887 [  6179] By: gsar                                  on 2000/05/31  22:37:51
75888         Log: buggy modulus on UVs introduced by change#3378 (resulted in
75889              4063328477 % 65535 amounting to 27406, instead of 27407)
75890      Branch: perl
75891            ! pp.c t/op/arith.t
75892 ____________________________________________________________________________
75893 [  6178] By: jhi                                   on 2000/05/31  21:52:41
75894         Log: Be cleaner.
75895      Branch: cfgperl
75896            ! Makefile.SH
75897 ____________________________________________________________________________
75898 [  6177] By: jhi                                   on 2000/05/31  21:47:33
75899         Log: Substitution utf8 patch from Simon Cozens.
75900      Branch: cfgperl
75901            ! pp_hot.c
75902 ____________________________________________________________________________
75903 [  6176] By: jhi                                   on 2000/05/31  21:45:34
75904         Log: Single-quoted utf8 patch from Simon Cozens.
75905      Branch: cfgperl
75906            ! toke.c
75907 ____________________________________________________________________________
75908 [  6175] By: jhi                                   on 2000/05/31  21:40:18
75909         Log: Integrate with Sarathy.
75910      Branch: cfgperl
75911           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
75912 ____________________________________________________________________________
75913 [  6174] By: jhi                                   on 2000/05/31  21:37:31
75914         Log: microperl changes from Simon Cozens; Makefile for microperl
75915              written from scratch; few casts added as microperl compilation
75916              doesn't have all prototypes available.
75917      Branch: cfgperl
75918            + Makefile.micro README.micro Todo.micro uconfig.sh
75919            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
75920            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
75921      Branch: metaconfig
75922            + U/modified/Config_h.U
75923 ____________________________________________________________________________
75924 [  6173] By: jhi                                   on 2000/05/31  20:00:24
75925         Log: metaconfig maintenance.
75926      Branch: metaconfig
75927            + U/modified/Inhdr.U U/typedefs/inotype.U
75928      Branch: metaconfig/U/perl
75929            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
75930            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
75931 ____________________________________________________________________________
75932 [  6172] By: gsar                                  on 2000/05/31  05:05:42
75933         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
75934              (from Ilya Zakharevich)
75935      Branch: perl
75936            ! regexec.c t/op/re_tests
75937 ____________________________________________________________________________
75938 [  6171] By: gsar                                  on 2000/05/31  05:01:47
75939         Log: scalar() doesn't force scalar context when used in void context
75940              (from Simon Cozens)
75941      Branch: perl
75942            ! op.c t/op/wantarray.t
75943 ____________________________________________________________________________
75944 [  6170] By: gsar                                  on 2000/05/31  04:41:33
75945         Log: change#6142 needs tweaks to tests to work where there's no symlink()
75946              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
75947      Branch: perl
75948            ! t/lib/filefind.t
75949 ____________________________________________________________________________
75950 [  6169] By: gsar                                  on 2000/05/31  04:29:49
75951         Log: integrate cfgperl contents into mainline
75952      Branch: perl
75953           +> pod/perlmodlib.PL pod/perlnewmod.pod
75954           !> (integrate 42 files)
75955 ____________________________________________________________________________
75956 [  6168] By: jhi                                   on 2000/05/30  22:53:37
75957         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
75958      Branch: cfgperl
75959            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75960            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
75961            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
75962            ! win32/config.bc win32/config.gc win32/config.vc
75963            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75964            ! win32/config_h.PL win32/config_sh.PL
75965      Branch: metaconfig/U/perl
75966            ! perlxv.U
75967 ____________________________________________________________________________
75968 [  6167] By: jhi                                   on 2000/05/30  22:20:21
75969         Log: tweak todo 
75970      Branch: cfgperl
75971            ! Todo-5.6
75972 ____________________________________________________________________________
75973 [  6166] By: jhi                                   on 2000/05/30  22:11:51
75974         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
75975              in case somebody wants to write an extension for more
75976              shadow database interfaces.
75977      Branch: cfgperl
75978            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75979            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
75980            ! vos/config.def vos/config.h vos/config_h.SH_orig
75981            ! win32/config.bc win32/config.gc win32/config.vc
75982            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75983      Branch: metaconfig
75984            ! U/modified/Myinit.U
75985      Branch: metaconfig/U/perl
75986            + d_getespwnam.U d_getprpwnam.U i_prot.U
75987 ____________________________________________________________________________
75988 [  6165] By: jhi                                   on 2000/05/30  18:35:34
75989         Log: Integrate with Sarathy.
75990      Branch: cfgperl
75991           !> op.c
75992 ____________________________________________________________________________
75993 [  6164] By: jhi                                   on 2000/05/30  18:30:16
75994         Log: detypo
75995      Branch: cfgperl
75996            ! Configure config_h.SH
75997      Branch: metaconfig/U/perl
75998            ! perlxv.U
75999 ____________________________________________________________________________
76000 [  6163] By: gsar                                  on 2000/05/30  03:24:03
76001         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
76002      Branch: perl
76003            ! op.c
76004 ____________________________________________________________________________
76005 [  6162] By: gsar                                  on 2000/05/30  03:09:38
76006         Log: fix memory leak in method call optimization (change#3768);
76007              made C<eval "$x->foo()"> leak
76008      Branch: perl
76009            ! op.c
76010 ____________________________________________________________________________
76011 [  6161] By: jhi                                   on 2000/05/29  17:56:26
76012         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
76013              both from Simon Cozens.
76014      Branch: cfgperl
76015            + pod/perlmodlib.PL pod/perlnewmod.pod
76016            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
76017            ! pod/perlmodlib.pod pod/perltoc.pod
76018 ____________________________________________________________________________
76019 [  6160] By: jhi                                   on 2000/05/29  17:23:55
76020         Log: Changes for the File::Temp 0.08 (change #6159) test suite
76021              to fit better into the Perl distribution test framework.
76022      Branch: cfgperl
76023            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
76024            ! t/lib/ftmp-tempfile.t
76025 ____________________________________________________________________________
76026 [  6159] By: jhi                                   on 2000/05/29  16:55:36
76027         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
76028      Branch: cfgperl
76029            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76030            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76031 ____________________________________________________________________________
76032 [  6158] By: bailey                                on 2000/05/29  16:22:08
76033         Log: Add fallback to tmpfile for use in cases where user's relying on
76034              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
76035              Lane's patch)
76036      Branch: vmsperl
76037            ! vms/vms.c vms/vmsish.h
76038 ____________________________________________________________________________
76039 [  6157] By: jhi                                   on 2000/05/29  03:10:36
76040         Log: Regen Configure to jive with #6149.
76041      Branch: cfgperl
76042            ! Configure
76043      Branch: metaconfig
76044            ! U/modified/Getfile.U
76045 ____________________________________________________________________________
76046 [  6156] By: jhi                                   on 2000/05/29  03:01:38
76047         Log: Integrate with Sarathy.
76048      Branch: cfgperl
76049           +> ext/DynaLoader/dl_mac.xs
76050           !> (integrate 38 files)
76051 ____________________________________________________________________________
76052 [  6155] By: gsar                                  on 2000/05/28  21:15:58
76053         Log: small bug in change#6144; remove random \xA0 character that snuck
76054              in via change#6145
76055      Branch: perl
76056            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
76057 ____________________________________________________________________________
76058 [  6154] By: gsar                                  on 2000/05/28  21:04:19
76059         Log: avoid type mismatch warning
76060      Branch: perl
76061            ! perl.c
76062 ____________________________________________________________________________
76063 [  6153] By: gsar                                  on 2000/05/28  20:58:31
76064         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
76065              <nick@Bagpuss.uk.boo.com>)
76066      Branch: perl
76067            ! lib/Test/Harness.pm
76068 ____________________________________________________________________________
76069 [  6152] By: gsar                                  on 2000/05/28  20:53:42
76070         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
76071      Branch: perl
76072            ! regexec.c
76073 ____________________________________________________________________________
76074 [  6151] By: gsar                                  on 2000/05/28  20:50:28
76075         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
76076      Branch: perl
76077            ! regexec.c
76078 ____________________________________________________________________________
76079 [  6150] By: gsar                                  on 2000/05/28  20:39:58
76080         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
76081      Branch: perl
76082            ! pod/perlrequick.pod
76083 ____________________________________________________________________________
76084 [  6149] By: gsar                                  on 2000/05/28  20:35:16
76085         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
76086              <troc@netrus.net>)
76087      Branch: perl
76088            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
76089            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
76090            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
76091            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
76092 ____________________________________________________________________________
76093 [  6148] By: gsar                                  on 2000/05/28  20:21:07
76094         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
76095      Branch: perl
76096            ! lib/ExtUtils/MM_Unix.pm
76097 ____________________________________________________________________________
76098 [  6147] By: gsar                                  on 2000/05/28  20:12:41
76099         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
76100              (from Peter Prymmer)
76101      Branch: perl
76102            ! vms/subconfigure.com
76103 ____________________________________________________________________________
76104 [  6146] By: gsar                                  on 2000/05/28  20:06:15
76105         Log: doc typo
76106      Branch: perl
76107            ! lib/warnings.pm warnings.h warnings.pl
76108 ____________________________________________________________________________
76109 [  6145] By: gsar                                  on 2000/05/28  18:44:33
76110         Log: make xsubpp skip embedded pod (from Matthias Neeracher
76111              <neeri@iis.ee.ethz.ch>)
76112      Branch: perl
76113            ! lib/ExtUtils/xsubpp
76114 ____________________________________________________________________________
76115 [  6144] By: gsar                                  on 2000/05/28  18:42:49
76116         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
76117              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
76118              <neeri@iis.ee.ethz.ch>)
76119      Branch: perl
76120            ! lib/AutoSplit.pm
76121 ____________________________________________________________________________
76122 [  6143] By: gsar                                  on 2000/05/28  18:41:12
76123         Log: MacOS support, part 1 (from Matthias Neeracher
76124              <neeri@iis.ee.ethz.ch>)
76125      Branch: perl
76126            + ext/DynaLoader/dl_mac.xs
76127            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
76128            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
76129            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
76130            ! util.h
76131 ____________________________________________________________________________
76132 [  6142] By: gsar                                  on 2000/05/28  18:21:51
76133         Log: File::Find fails to chdir when chasing symlinks (from
76134              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
76135      Branch: perl
76136            ! lib/File/Find.pm t/lib/filefind.t
76137 ____________________________________________________________________________
76138 [  6141] By: jhi                                   on 2000/05/28  14:25:15
76139         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
76140              forwarded by Peter Seebach from the bsdi-users mailing list.
76141              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
76142      Branch: perl
76143            ! hints/bsdos.sh
76144 ____________________________________________________________________________
76145 [  6140] By: jhi                                   on 2000/05/28  14:11:57
76146         Log: Integrate with Sarathy.
76147      Branch: cfgperl
76148           +> (branch 30 files)
76149           !> (integrate 93 files)
76150 ____________________________________________________________________________
76151 [  6139] By: gsar                                  on 2000/05/28  10:01:48
76152         Log: revise mktables.PL for bugs and newness in Unicode 3.0
76153              (from James Bence <jbence@amgen.com>)
76154      Branch: perl
76155            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
76156            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
76157            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
76158            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
76159            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
76160            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
76161            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
76162            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
76163            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
76164            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
76165            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
76166            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
76167            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
76168            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
76169            + lib/unicode/Is/SylWU.pl
76170            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
76171            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
76172            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
76173            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
76174            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
76175            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
76176            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
76177            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
76178            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
76179            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
76180            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
76181            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
76182            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
76183            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
76184            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
76185            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
76186            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
76187            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
76188            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
76189            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
76190            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
76191            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
76192            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
76193            ! lib/unicode/Makefile lib/unicode/mktables.PL
76194 ____________________________________________________________________________
76195 [  6138] By: gsar                                  on 2000/05/28  08:50:32
76196         Log: add note about the handling of negative indices to tied arrays
76197              (from Michael G Schwern <schwern@pobox.com>)
76198      Branch: perl
76199            ! pod/perltie.pod
76200 ____________________________________________________________________________
76201 [  6137] By: gsar                                  on 2000/05/28  08:46:10
76202         Log: fix bogus redeclaration warning for "our" variables in different
76203              scopes
76204      Branch: perl
76205            ! op.c t/pragma/strict-vars
76206 ____________________________________________________________________________
76207 [  6136] By: gsar                                  on 2000/05/28  08:31:20
76208         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
76209      Branch: perl
76210            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
76211 ____________________________________________________________________________
76212 [  6135] By: gsar                                  on 2000/05/28  08:17:50
76213         Log: enable Test::Harness to dynamically determine column width etc.
76214              (from Rob Napier <rnapier@employees.org>)
76215      Branch: perl
76216            ! lib/Test/Harness.pm
76217 ____________________________________________________________________________
76218 [  6134] By: gsar                                  on 2000/05/28  08:13:39
76219         Log: make Test::Harness use wait.h/WCOREDUMP if available
76220              (from Ben Tilly <ben_tilly@hotmail.com>)
76221      Branch: perl
76222            ! lib/Test/Harness.pm
76223 ____________________________________________________________________________
76224 [  6133] By: gsar                                  on 2000/05/28  08:08:05
76225         Log: elide bogus test in change#6132
76226      Branch: perl
76227            ! t/pragma/warn/9enabled
76228 ____________________________________________________________________________
76229 [  6132] By: gsar                                  on 2000/05/28  08:03:14
76230         Log: warnings::enabled() doesn't fall back to looking at $^W if
76231              caller isn't using lexical warnings (from Paul Marquess)
76232      Branch: perl
76233            ! pp_ctl.c t/pragma/warn/9enabled
76234 ____________________________________________________________________________
76235 [  6131] By: gsar                                  on 2000/05/28  07:57:47
76236         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
76237      Branch: perl
76238            ! ext/POSIX/POSIX.pm
76239 ____________________________________________________________________________
76240 [  6130] By: gsar                                  on 2000/05/28  07:29:12
76241         Log: fix places that mean C<"word" character> but say C<alphanumeric
76242              character>
76243      Branch: perl
76244            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
76245 ____________________________________________________________________________
76246 [  6129] By: gsar                                  on 2000/05/28  07:18:41
76247         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
76248      Branch: perl
76249            ! vms/test.com
76250 ____________________________________________________________________________
76251 [  6128] By: gsar                                  on 2000/05/28  07:12:55
76252         Log: new perlxstut example for passing/returning refs to arrays
76253              (from David Lowe <dlowe@pootpoot.com>)
76254      Branch: perl
76255            ! pod/perlxstut.pod
76256 ____________________________________________________________________________
76257 [  6127] By: gsar                                  on 2000/05/28  07:02:50
76258         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
76259              failed (from Gisle Aas)
76260      Branch: perl
76261            ! cop.h perl.c
76262 ____________________________________________________________________________
76263 [  6126] By: gsar                                  on 2000/05/28  06:39:53
76264         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
76265              (reworked variant of patch suggested by Simon Cozens)
76266      Branch: perl
76267            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
76268            ! pp_hot.c proto.h t/op/gv.t
76269 ____________________________________________________________________________
76270 [  6125] By: gsar                                  on 2000/05/28  05:14:55
76271         Log: enable propagating exception objects via Perl_croak() in XS code
76272              (from Gisle Aas)
76273      Branch: perl
76274            ! util.c
76275 ____________________________________________________________________________
76276 [  6124] By: gsar                                  on 2000/05/28  05:07:28
76277         Log: integrate vmsperl contents into mainline
76278      Branch: perl
76279           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
76280           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
76281           !> vms/vmsish.h
76282 ____________________________________________________________________________
76283 [  6123] By: gsar                                  on 2000/05/28  05:03:53
76284         Log: clarify gotcha with #line directives (from Rocco Caputo
76285              <troc@netrus.net>)
76286      Branch: perl
76287            ! pod/perldebug.pod pod/perlsyn.pod
76288 ____________________________________________________________________________
76289 [  6122] By: gsar                                  on 2000/05/28  04:58:29
76290         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
76291              (from Mark-Jason Dominus)
76292      Branch: perl
76293            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
76294            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
76295            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
76296            ! toke.c
76297 ____________________________________________________________________________
76298 [  6121] By: bailey                                on 2000/05/25  04:46:54
76299         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
76300              lists (based on fixes by Craig Berry)
76301      Branch: vmsperl
76302            ! lib/File/Spec/VMS.pm
76303 ____________________________________________________________________________
76304 [  6120] By: bailey                                on 2000/05/25  04:25:38
76305         Log: Add missing escape (Charles Lane)
76306      Branch: vmsperl
76307            ! t/op/lex_assign.t
76308 ____________________________________________________________________________
76309 [  6119] By: bailey                                on 2000/05/25  04:21:25
76310         Log: Quiet error messages in vmsish.t (Charles Lane)
76311      Branch: vmsperl
76312            ! vms/ext/vmsish.t
76313 ____________________________________________________________________________
76314 [  6118] By: bailey                                on 2000/05/25  04:17:57
76315         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
76316              Flatten case labels in switch statements uniformly (Charles Bailey)
76317      Branch: vmsperl
76318            ! vms/vms.c
76319 ____________________________________________________________________________
76320 [  6117] By: bailey                                on 2000/05/25  03:58:09
76321         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
76322      Branch: vmsperl
76323            ! vms/vmsish.h
76324 ____________________________________________________________________________
76325 [  6116] By: bailey                                on 2000/05/25  03:11:15
76326         Log: Miscellaneous cosmetic fixes (Charles Lane)
76327      Branch: vmsperl
76328            ! lib/ExtUtils/MM_VMS.pm
76329 ____________________________________________________________________________
76330 [  6115] By: bailey                                on 2000/05/25  03:10:36
76331         Log: Add bounds checking for several strings (Charles Lane)
76332      Branch: vmsperl
76333            ! vms/vms.c
76334 ____________________________________________________________________________
76335 [  6114] By: bailey                                on 2000/05/25  02:25:34
76336         Log: Urk -- undo previous removal of vmsish 'exit' change
76337      Branch: vmsperl
76338            ! vms/ext/vmsish.pm vms/vmsish.h
76339 ____________________________________________________________________________
76340 [  6113] By: bailey                                on 2000/05/24  02:24:40
76341         Log: Ugly workaround for version-specific RTL error
76342      Branch: vmsperl
76343            ! vms/vms.c
76344 ____________________________________________________________________________
76345 [  6112] By: bailey                                on 2000/05/24  02:19:55
76346         Log: Check for existence of file before trying to delete
76347      Branch: vmsperl
76348            ! vms/test.com
76349 ____________________________________________________________________________
76350 [  6111] By: bailey                                on 2000/05/23  23:35:13
76351         Log: Resync with mainline prior to post-5.6.0 updates
76352      Branch: vmsperl
76353           +> (branch 49 files)
76354            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
76355            ! vms/ext/vmsish.pm
76356           !> (integrate 334 files)
76357 ____________________________________________________________________________
76358 [  6110] By: jhi                                   on 2000/05/23  19:28:32
76359         Log: todo tweak
76360      Branch: cfgperl
76361            ! Todo-5.6
76362 ____________________________________________________________________________
76363 [  6109] By: jhi                                   on 2000/05/18  17:38:54
76364         Log: Integrate with Sarathy.
76365      Branch: cfgperl
76366           !> mg.c perl.h win32/perlhost.h
76367 ____________________________________________________________________________
76368 [  6108] By: gsar                                  on 2000/05/17  02:24:56
76369         Log: reenable fake signal handling on Windows, bugs and all
76370      Branch: perl
76371            ! mg.c perl.h win32/perlhost.h
76372 ____________________________________________________________________________
76373 [  6107] By: jhi                                   on 2000/05/15  18:01:41
76374         Log: Tweak the todo list.
76375      Branch: cfgperl
76376            ! Todo-5.6
76377 ____________________________________________________________________________
76378 [  6106] By: jhi                                   on 2000/05/15  13:41:48
76379         Log: The (Configure) script refuses to go on, after asking for
76380              'You may also choose to try maximal 64-bitness....'.
76381              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
76382              -- Patrick Zima
76383              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
76384      Branch: cfgperl
76385            ! hints/solaris_2.sh
76386 ____________________________________________________________________________
76387 [  6105] By: jhi                                   on 2000/05/11  14:37:43
76388         Log: Integrate with Sarathy.
76389      Branch: cfgperl
76390           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
76391           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
76392 ____________________________________________________________________________
76393 [  6104] By: gsar                                  on 2000/05/11  03:39:07
76394         Log: PL_sys_intern was being initialized too late on windows
76395      Branch: perl
76396            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
76397            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
76398 ____________________________________________________________________________
76399 [  6103] By: jhi                                   on 2000/05/09  19:42:20
76400         Log: Test tweaking for Unicos continues.
76401      Branch: cfgperl
76402            ! t/op/64bitint.t
76403 ____________________________________________________________________________
76404 [  6102] By: jhi                                   on 2000/05/09  16:47:27
76405         Log: The test suite tweak in #6101 wasn't quite right.
76406      Branch: cfgperl
76407            ! t/lib/complex.t
76408 ____________________________________________________________________________
76409 [  6101] By: jhi                                   on 2000/05/09  15:35:34
76410         Log: Hints and test tweaks for Unicos.
76411      Branch: cfgperl
76412            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
76413 ____________________________________________________________________________
76414 [  6100] By: jhi                                   on 2000/05/08  21:15:06
76415         Log: More compilation tweakery from Allen Smith.
76416      Branch: cfgperl
76417            ! hints/irix_6.sh
76418 ____________________________________________________________________________
76419 [  6099] By: jhi                                   on 2000/05/08  19:21:18
76420         Log: Tweaks for the cc bugs from Allen Smith.
76421      Branch: cfgperl
76422            ! hints/irix_6.sh
76423 ____________________________________________________________________________
76424 [  6098] By: jhi                                   on 2000/05/08  19:13:37
76425         Log: Add a note about other, yet unsupported, shadow password APIs.
76426      Branch: cfgperl
76427            ! pp_sys.c
76428 ____________________________________________________________________________
76429 [  6097] By: jhi                                   on 2000/05/08  18:46:34
76430         Log: Add a note about possible compilation problems from Allen Smith.
76431      Branch: cfgperl
76432            ! hints/irix_6.sh
76433 ____________________________________________________________________________
76434 [  6096] By: jhi                                   on 2000/05/08  17:33:10
76435         Log: Integrate with Sarathy.
76436      Branch: cfgperl
76437           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
76438           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
76439 ____________________________________________________________________________
76440 [  6095] By: jhi                                   on 2000/05/08  16:21:33
76441         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
76442              might be useful in future.
76443      Branch: cfgperl
76444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76445            ! config_h.SH
76446      Branch: metaconfig
76447            ! U/installdirs/inc_version_list.U
76448      Branch: metaconfig/U/perl
76449            ! perlxv.U
76450 ____________________________________________________________________________
76451 [  6094] By: gsar                                  on 2000/05/08  14:22:22
76452         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
76453      Branch: perl
76454            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
76455            ! hints/cygwin.sh pp_sys.c
76456 ____________________________________________________________________________
76457 [  6093] By: gsar                                  on 2000/05/08  12:52:28
76458         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
76459              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
76460      Branch: perl
76461            ! pp_sys.c sv.c win32/perlhost.h
76462 ____________________________________________________________________________
76463 [  6092] By: jhi                                   on 2000/05/07  22:40:34
76464         Log: Regen perltoc with the fixed buildtoc.
76465      Branch: cfgperl
76466            ! pod/perltoc.pod
76467 ____________________________________________________________________________
76468 [  6091] By: jhi                                   on 2000/05/07  22:24:16
76469         Log: Integrate with Sarathy.
76470      Branch: cfgperl
76471           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
76472           !> t/op/substr.t toke.c
76473 ____________________________________________________________________________
76474 [  6090] By: gsar                                  on 2000/05/07  19:47:07
76475         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
76476              [NI]OK; added tests for both
76477      Branch: perl
76478            ! perl.c pp_hot.c sv.c t/op/substr.t
76479 ____________________________________________________________________________
76480 [  6089] By: gsar                                  on 2000/05/07  18:18:38
76481         Log: buildtoc tweak to fix newline lossage
76482      Branch: perl
76483            ! pod/buildtoc
76484 ____________________________________________________________________________
76485 [  6088] By: jhi                                   on 2000/05/07  16:35:36
76486         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
76487              because we do not use those.  The HAS_GETSPNAM remains,
76488              though, because we still do use that.
76489      Branch: cfgperl
76490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76491            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
76492            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
76493            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
76494            ! win32/config.vc win32/config_H.bc win32/config_H.gc
76495            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
76496 ____________________________________________________________________________
76497 [  6087] By: gsar                                  on 2000/05/07  16:05:16
76498         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
76499      Branch: perl
76500            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
76501 ____________________________________________________________________________
76502 [  6086] By: jhi                                   on 2000/05/07  15:27:07
76503         Log: Integrate with Sarathy.
76504      Branch: cfgperl
76505           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76506           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76507           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
76508           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
76509           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
76510           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
76511 ____________________________________________________________________________
76512 [  6085] By: gsar                                  on 2000/05/07  05:52:02
76513         Log: repeat operator (x) doesn't preserve utf8-ness
76514      Branch: perl
76515            ! pp.c t/op/substr.t
76516 ____________________________________________________________________________
76517 [  6084] By: gsar                                  on 2000/05/07  05:39:55
76518         Log: substr() does not preserve utf8-ness (from Stefan Eissing
76519              <Eissing@medicaldataservice.de>); added tests
76520      Branch: perl
76521            ! pp.c t/op/substr.t
76522 ____________________________________________________________________________
76523 [  6083] By: gsar                                  on 2000/05/07  05:24:46
76524         Log: note about undocumented caller() return value (from M.J.T. Guy);
76525              yet another peek.t tweak
76526      Branch: perl
76527            ! pod/perlfunc.pod t/lib/peek.t
76528 ____________________________________________________________________________
76529 [  6082] By: gsar                                  on 2000/05/07  05:08:40
76530         Log: peek.t non-portable to ithreads
76531      Branch: perl
76532            ! t/lib/peek.t
76533 ____________________________________________________________________________
76534 [  6081] By: gsar                                  on 2000/05/07  04:17:04
76535         Log: better default perlbug categories for ok reports (from Richard Foley)
76536      Branch: perl
76537            ! utils/perlbug.PL
76538 ____________________________________________________________________________
76539 [  6080] By: gsar                                  on 2000/05/07  04:08:07
76540         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
76541              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
76542      Branch: perl
76543            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76544            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76545            ! AUTHORS MAINTAIN MANIFEST
76546 ____________________________________________________________________________
76547 [  6079] By: gsar                                  on 2000/05/07  04:01:38
76548         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
76549      Branch: perl
76550            ! lib/Carp/Heavy.pm
76551 ____________________________________________________________________________
76552 [  6078] By: gsar                                  on 2000/05/07  01:24:19
76553         Log: workaround for CRT bug in chdir() (from Charles Lane, via
76554              Peter Prymmer)
76555      Branch: perl
76556            ! iperlsys.h vms/vms.c vms/vmsish.h
76557 ____________________________________________________________________________
76558 [  6077] By: gsar                                  on 2000/05/07  01:22:23
76559         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
76560              and Tom Phoenix)
76561      Branch: perl
76562            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
76563 ____________________________________________________________________________
76564 [  6076] By: gsar                                  on 2000/05/06  17:36:29
76565         Log: integrate cfgperl contents into mainline
76566      Branch: perl
76567           +> t/lib/peek.t
76568           !> Configure MANIFEST Porting/Glossary Porting/config.sh
76569           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
76570           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
76571           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
76572 ____________________________________________________________________________
76573 [  6075] By: jhi                                   on 2000/05/05  18:56:10
76574         Log: Make the test more portable.
76575      Branch: cfgperl
76576            ! t/lib/peek.t
76577 ____________________________________________________________________________
76578 [  6074] By: jhi                                   on 2000/05/05  18:49:20
76579         Log: Introduce t/lib/peek.t.
76580      Branch: cfgperl
76581            + t/lib/peek.t
76582            ! MANIFEST
76583 ____________________________________________________________________________
76584 [  6073] By: jhi                                   on 2000/05/05  14:30:45
76585         Log: Complex tweaks.
76586      Branch: cfgperl
76587            ! lib/Math/Complex.pm t/lib/complex.t
76588 ____________________________________________________________________________
76589 [  6072] By: jhi                                   on 2000/05/05  12:27:13
76590         Log: Integrate with Sarathy.
76591      Branch: cfgperl
76592           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
76593           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
76594           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
76595           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
76596 ____________________________________________________________________________
76597 [  6071] By: gsar                                  on 2000/05/05  02:24:46
76598         Log: misformatted perllocal.pod (from Tim Jenness
76599              <t.jenness@jach.hawaii.edu>)
76600      Branch: perl
76601            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
76602 ____________________________________________________________________________
76603 [  6070] By: gsar                                  on 2000/05/05  02:16:52
76604         Log: remove misleading comment (from M.J.T. Guy)
76605      Branch: perl
76606            ! t/lib/anydbm.t
76607 ____________________________________________________________________________
76608 [  6069] By: gsar                                  on 2000/05/05  02:15:13
76609         Log: File::Spec compatibility update (from Barrie Slaymaker
76610              <barries@slaysys.com>)
76611      Branch: perl
76612            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
76613            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76614 ____________________________________________________________________________
76615 [  6068] By: gsar                                  on 2000/05/05  02:01:50
76616         Log: note about values()
76617      Branch: perl
76618            ! pod/perlfunc.pod
76619 ____________________________________________________________________________
76620 [  6067] By: gsar                                  on 2000/05/05  01:33:09
76621         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
76622      Branch: perl
76623            ! win32/win32.c
76624 ____________________________________________________________________________
76625 [  6066] By: gsar                                  on 2000/05/05  01:23:43
76626         Log: s/END/CHECK/
76627      Branch: perl
76628            ! perl.c
76629 ____________________________________________________________________________
76630 [  6065] By: jhi                                   on 2000/05/04  17:30:22
76631         Log: Integrate with Sarathy.
76632      Branch: cfgperl
76633           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
76634 ____________________________________________________________________________
76635 [  6064] By: gsar                                  on 2000/05/04  17:26:14
76636         Log: change#5905 wasn't quite right--it's intent only applies when arguments
76637              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
76638      Branch: perl
76639            ! pp_sys.c sv.c
76640 ____________________________________________________________________________
76641 [  6063] By: gsar                                  on 2000/05/04  16:52:29
76642         Log: tokeq() could read unallocated field in argument
76643      Branch: perl
76644            ! toke.c
76645 ____________________________________________________________________________
76646 [  6062] By: gsar                                  on 2000/05/04  16:34:51
76647         Log: additional tests for utf8.t
76648      Branch: perl
76649            ! t/pragma/utf8.t
76650 ____________________________________________________________________________
76651 [  6061] By: gsar                                  on 2000/05/04  16:09:28
76652         Log: change#5921 neglected to make eq honor "use bytes"
76653      Branch: perl
76654            ! sv.c
76655 ____________________________________________________________________________
76656 [  6060] By: jhi                                   on 2000/05/04  15:30:16
76657         Log: Integrate with Sarathy.
76658      Branch: cfgperl
76659           !> perl.c regcomp.c t/pragma/utf8.t
76660 ____________________________________________________________________________
76661 [  6059] By: jhi                                   on 2000/05/04  15:26:37
76662         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
76663              in natively 64-bit platforms where a long is a quad (no need
76664              for long longs).  Also added bias for IVs.
76665      Branch: cfgperl
76666            ! toke.c
76667 ____________________________________________________________________________
76668 [  6058] By: gsar                                  on 2000/05/04  00:19:14
76669         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
76670              (spotted by Donald Kinzer <dkinzer@premia.com>)
76671      Branch: perl
76672            ! perl.c
76673 ____________________________________________________________________________
76674 [  6057] By: gsar                                  on 2000/05/03  18:34:01
76675         Log: fix broken parsing of /\x{ab}/
76676      Branch: perl
76677            ! regcomp.c t/pragma/utf8.t
76678 ____________________________________________________________________________
76679 [  6056] By: jhi                                   on 2000/05/03  17:57:16
76680         Log: The search of infinity continues, this time simplified.
76681      Branch: cfgperl
76682            ! lib/Math/Complex.pm
76683 ____________________________________________________________________________
76684 [  6055] By: jhi                                   on 2000/05/03  17:45:30
76685         Log: Detypo.
76686      Branch: cfgperl
76687            ! hints/unicos.sh
76688 ____________________________________________________________________________
76689 [  6054] By: jhi                                   on 2000/05/02  22:28:27
76690         Log: Be more forgiving in POSIX about HUGE_VALL.
76691      Branch: cfgperl
76692            ! ext/POSIX/POSIX.xs
76693 ____________________________________________________________________________
76694 [  6053] By: jhi                                   on 2000/05/02  22:25:05
76695         Log: Integrate with Sarathy.
76696      Branch: cfgperl
76697           !> hints/irix_6.sh pod/perlop.pod
76698 ____________________________________________________________________________
76699 [  6052] By: jhi                                   on 2000/05/02  22:24:31
76700         Log: Unicos hint tweak.
76701      Branch: cfgperl
76702            ! hints/unicos.sh
76703 ____________________________________________________________________________
76704 [  6051] By: jhi                                   on 2000/05/02  22:21:26
76705         Log: Complex tweakery.
76706      Branch: cfgperl
76707            ! lib/Math/Complex.pm t/lib/complex.t
76708 ____________________________________________________________________________
76709 [  6050] By: jhi                                   on 2000/05/02  19:26:22
76710         Log: Use setxxent()/endxxent().
76711      Branch: cfgperl
76712            ! t/op/grent.t t/op/pwent.t
76713 ____________________________________________________________________________
76714 [  6049] By: jhi                                   on 2000/05/02  19:06:02
76715         Log: Test both the scalar and list contexts.
76716      Branch: cfgperl
76717            ! t/op/grent.t t/op/pwent.t
76718 ____________________________________________________________________________
76719 [  6048] By: gsar                                  on 2000/05/02  18:29:10
76720         Log: add note about how $( doesn't interpolate in REs (from
76721              Philip Newton <newton@ficus.frogspace.net>)
76722      Branch: perl
76723            ! pod/perlop.pod
76724 ____________________________________________________________________________
76725 [  6047] By: jhi                                   on 2000/05/02  17:41:24
76726         Log: Call getspnam() only iff needed.
76727      Branch: cfgperl
76728            ! pp_sys.c
76729 ____________________________________________________________________________
76730 [  6046] By: gsar                                  on 2000/05/02  17:07:25
76731         Log: libscheck has insufficient checks for n32 libs (from
76732              Albert Chin-A-Young <china@thewrittenword.com>)
76733      Branch: perl
76734            ! hints/irix_6.sh
76735 ____________________________________________________________________________
76736 [  6045] By: jhi                                   on 2000/05/02  13:57:17
76737         Log: Integrate with Sarathy.
76738      Branch: cfgperl
76739           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
76740           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
76741 ____________________________________________________________________________
76742 [  6044] By: gsar                                  on 2000/05/02  06:48:19
76743         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
76744              such that underscores are only ignored in literal numbers,
76745              "\x{...}", and hex/oct argument
76746      Branch: perl
76747            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
76748 ____________________________________________________________________________
76749 [  6043] By: gsar                                  on 2000/05/02  02:22:29
76750         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
76751      Branch: perl
76752            ! pod/perlretut.pod
76753 ____________________________________________________________________________
76754 [  6042] By: gsar                                  on 2000/05/02  02:17:51
76755         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
76756      Branch: perl
76757            ! pod/perltrap.pod
76758 ____________________________________________________________________________
76759 [  6041] By: gsar                                  on 2000/05/02  01:53:51
76760         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
76761              to compensate
76762      Branch: perl
76763            ! Porting/makerel
76764 ____________________________________________________________________________
76765 [  6040] By: gsar                                  on 2000/05/02  01:51:57
76766         Log: missing files in MANIFEST
76767      Branch: perl
76768            ! MANIFEST
76769 ____________________________________________________________________________
76770 [  6039] By: jhi                                   on 2000/05/02  00:36:46
76771         Log: Infinite problems.
76772      Branch: cfgperl
76773            ! lib/Math/Complex.pm
76774 ____________________________________________________________________________
76775 [  6038] By: jhi                                   on 2000/05/02  00:06:38
76776         Log: pwent/spent #ifdef imbalance.
76777      Branch: cfgperl
76778            ! pp_sys.c
76779 ____________________________________________________________________________
76780 [  6037] By: jhi                                   on 2000/05/01  22:50:11
76781         Log: Use HUGE_VALL if applicable.
76782      Branch: cfgperl
76783            ! ext/POSIX/POSIX.xs util.c
76784 ____________________________________________________________________________
76785 [  6036] By: jhi                                   on 2000/05/01  22:20:53
76786         Log: Correct Freudian slip.
76787      Branch: cfgperl
76788            ! pp_sys.c
76789 ____________________________________________________________________________
76790 [  6035] By: jhi                                   on 2000/05/01  21:07:38
76791         Log: Continue on the pwent/spent case.
76792      Branch: cfgperl
76793            ! pp_sys.c
76794 ____________________________________________________________________________
76795 [  6034] By: jhi                                   on 2000/05/01  17:45:14
76796         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
76797              adjustments in 6032 conflicted badly with this, will have
76798              to revisit them later.
76799      Branch: cfgperl
76800           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
76801           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
76802           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
76803           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
76804           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
76805           !> t/lib/cgi-html.t t/lib/cgi-request.t
76806 ____________________________________________________________________________
76807 [  6033] By: jhi                                   on 2000/05/01  17:40:49
76808         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
76809      Branch: cfgperl
76810            ! pp_sys.c
76811 ____________________________________________________________________________
76812 [  6032] By: gsar                                  on 2000/05/01  15:56:32
76813         Log: whitespace adjustments
76814      Branch: perl
76815            ! pp_sys.c
76816 ____________________________________________________________________________
76817 [  6031] By: gsar                                  on 2000/05/01  15:19:41
76818         Log: small nits in diagnostics.pm (from Robin Barker)
76819      Branch: perl
76820            ! lib/diagnostics.pm pod/perldiag.pod
76821 ____________________________________________________________________________
76822 [  6030] By: gsar                                  on 2000/05/01  08:39:18
76823         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
76824              for @- and @+ (from Johan Vromans)
76825      Branch: perl
76826            ! lib/English.pm pod/perlvar.pod
76827 ____________________________________________________________________________
76828 [  6029] By: gsar                                  on 2000/05/01  08:16:10
76829         Log: add CGI.pm v2.66 (from Lincoln Stein)
76830      Branch: perl
76831            + lib/CGI/Util.pm t/lib/cgi-pretty.t
76832            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
76833            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
76834            ! t/lib/cgi-html.t t/lib/cgi-request.t
76835 ____________________________________________________________________________
76836 [  6028] By: gsar                                  on 2000/05/01  06:34:41
76837         Log: Pod::Man generates groff-incompatible macro definition (from
76838              Tom Christiansen)
76839      Branch: perl
76840            ! lib/Pod/Man.pm
76841 ____________________________________________________________________________
76842 [  6027] By: gsar                                  on 2000/05/01  06:31:36
76843         Log: podlators-1.02 update (from Russ Allbery)
76844      Branch: perl
76845            ! lib/Pod/Man.pm lib/Pod/Text.pm
76846 ____________________________________________________________________________
76847 [  6026] By: jhi                                   on 2000/04/30  23:24:23
76848         Log: Integrate with Sarathy.
76849      Branch: cfgperl
76850           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
76851           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
76852           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
76853           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
76854           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
76855           !> t/lib/syslog.t toke.c win32/win32.h
76856 ____________________________________________________________________________
76857 [  6025] By: gsar                                  on 2000/04/30  18:17:47
76858         Log: Is{Alnum,Alpha,Word} don't match titlecase
76859              
76860              TODO: IsSpace is defined recursively!
76861              
76862              (both spotted by Larry)
76863      Branch: perl
76864            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
76865            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
76866 ____________________________________________________________________________
76867 [  6024] By: gsar                                  on 2000/04/30  17:50:19
76868         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
76869              (from Hugo van der Sanden)
76870      Branch: perl
76871            ! toke.c
76872 ____________________________________________________________________________
76873 [  6023] By: gsar                                  on 2000/04/30  17:14:43
76874         Log: debugger stomps on $. (from M.J.T. Guy)
76875      Branch: perl
76876            ! lib/perl5db.pl
76877 ____________________________________________________________________________
76878 [  6022] By: gsar                                  on 2000/04/30  16:59:22
76879         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
76880      Branch: perl
76881            ! sv.c
76882 ____________________________________________________________________________
76883 [  6021] By: gsar                                  on 2000/04/29  21:00:08
76884         Log: remove Win2K issue in pod (fixed by change#6020)
76885      Branch: perl
76886            ! README.win32 pod/perl56delta.pod
76887 ____________________________________________________________________________
76888 [  6020] By: gsar                                  on 2000/04/29  20:51:49
76889         Log: test tweak
76890      Branch: perl
76891            ! t/lib/open3.t
76892 ____________________________________________________________________________
76893 [  6019] By: gsar                                  on 2000/04/29  20:34:27
76894         Log: windows portability tweaks
76895      Branch: perl
76896            ! t/lib/b.t win32/win32.h
76897 ____________________________________________________________________________
76898 [  6018] By: gsar                                  on 2000/04/29  19:55:24
76899         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
76900              make _PATH_LOG() return "" if unavailable
76901      Branch: perl
76902            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
76903            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
76904 ____________________________________________________________________________
76905 [  6017] By: jhi                                   on 2000/04/28  22:49:46
76906         Log: Integrate with Sarathy.
76907      Branch: cfgperl
76908           !> op.c perl.c pod/perldiag.pod t/lib/b.t
76909 ____________________________________________________________________________
76910 [  6016] By: jhi                                   on 2000/04/28  22:46:14
76911         Log: Do not warn that an infinity does not look like a number.
76912      Branch: cfgperl
76913            ! sv.c
76914 ____________________________________________________________________________
76915 [  6015] By: gsar                                  on 2000/04/28  22:35:49
76916         Log: tweak test for portability
76917      Branch: perl
76918            ! t/lib/b.t
76919 ____________________________________________________________________________
76920 [  6014] By: gsar                                  on 2000/04/28  22:05:31
76921         Log: glob() loading File::Glob behind the scenes may cause syntax errors
76922      Branch: perl
76923            ! op.c
76924 ____________________________________________________________________________
76925 [  6013] By: gsar                                  on 2000/04/28  21:25:22
76926         Log: tweak change#5945 to display correct switch name in diagnostic
76927      Branch: perl
76928            ! perl.c pod/perldiag.pod
76929 ____________________________________________________________________________
76930 [  6012] By: jhi                                   on 2000/04/28  21:08:12
76931         Log: Integrate with Sarathy.
76932      Branch: cfgperl
76933           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
76934           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
76935           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
76936 ____________________________________________________________________________
76937 [  6011] By: jhi                                   on 2000/04/28  21:04:46
76938         Log: &HUGE_VAL is not defined, it exists.
76939      Branch: cfgperl
76940            ! lib/Math/Complex.pm
76941 ____________________________________________________________________________
76942 [  6010] By: gsar                                  on 2000/04/28  21:02:58
76943         Log: clarify note about shadow password support (from
76944              gellyfish@gellyfish.com)
76945      Branch: perl
76946            ! pod/perlfunc.pod
76947 ____________________________________________________________________________
76948 [  6009] By: gsar                                  on 2000/04/28  21:00:00
76949         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
76950      Branch: perl
76951            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
76952 ____________________________________________________________________________
76953 [  6008] By: gsar                                  on 2000/04/28  20:56:33
76954         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
76955      Branch: perl
76956            ! installperl vms/subconfigure.com
76957 ____________________________________________________________________________
76958 [  6007] By: gsar                                  on 2000/04/28  20:51:21
76959         Log: note about compile failures and END blocks (from M.J.T. Guy)
76960      Branch: perl
76961            ! pod/perl56delta.pod pod/perlmod.pod
76962 ____________________________________________________________________________
76963 [  6006] By: jhi                                   on 2000/04/28  20:42:14
76964         Log: Regen Configure.
76965      Branch: cfgperl
76966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76967            ! config_h.SH
76968 ____________________________________________________________________________
76969 [  6005] By: gsar                                  on 2000/04/28  20:41:16
76970         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
76971      Branch: perl
76972            ! utils/perldoc.PL
76973 ____________________________________________________________________________
76974 [  6004] By: jhi                                   on 2000/04/28  20:28:21
76975         Log: Integrate with Sarathy.
76976      Branch: cfgperl
76977           !> Configure INSTALL Porting/Glossary Porting/config.sh
76978           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
76979           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
76980           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
76981           !> win32/config.vc win32/win32.c
76982 ____________________________________________________________________________
76983 [  6003] By: gsar                                  on 2000/04/28  20:11:20
76984         Log: allow REG_EXPAND_SZ keys in Windows registry (from
76985              John Clayton <John.Clayton@barclayscapital.com>)
76986      Branch: perl
76987            ! win32/win32.c
76988 ____________________________________________________________________________
76989 [  6002] By: gsar                                  on 2000/04/28  19:34:16
76990         Log: destructive sv_setsv() can lose UV-ness from source, causing
76991              numeric promotions/comparisons to fail to do the right thing
76992      Branch: perl
76993            ! sv.c
76994 ____________________________________________________________________________
76995 [  6001] By: gsar                                  on 2000/04/28  18:44:15
76996         Log: support additional library locations via $Config{otherlibdirs}
76997              (from Andy Dougherty)
76998      Branch: perl
76999            ! Configure INSTALL Porting/Glossary Porting/config.sh
77000            ! Porting/config_H config_h.SH epoc/config.sh perl.c
77001            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
77002            ! win32/config.bc win32/config.gc win32/config.vc
77003 ____________________________________________________________________________
77004 [  6000] By: gsar                                  on 2000/04/28  18:26:58
77005         Log: reworked otherlibdirs.U (from Andy Dougherty)
77006      Branch: metaconfig
77007            ! U/installdirs/otherlibdirs.U
77008 ____________________________________________________________________________
77009 [  5999] By: gsar                                  on 2000/04/28  18:17:07
77010         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
77011      Branch: perl
77012            ! t/pragma/warn/toke toke.c
77013 ____________________________________________________________________________
77014 [  5998] By: jhi                                   on 2000/04/28  13:32:17
77015         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
77016      Branch: cfgperl
77017            ! lib/Math/Complex.pm
77018 ____________________________________________________________________________
77019 [  5997] By: jhi                                   on 2000/04/28  13:14:04
77020         Log: Preserve $!.
77021      Branch: cfgperl
77022            ! lib/Math/Complex.pm
77023 ____________________________________________________________________________
77024 [  5996] By: jhi                                   on 2000/04/28  12:59:23
77025         Log: Integrate with Sarathy.
77026      Branch: cfgperl
77027           +> pod/perlrequick.pod pod/perlretut.pod
77028           !> (integrate 51 files)
77029 ____________________________________________________________________________
77030 [  5995] By: gsar                                  on 2000/04/28  09:37:36
77031         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
77032      Branch: perl
77033            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
77034 ____________________________________________________________________________
77035 [  5994] By: gsar                                  on 2000/04/28  09:33:26
77036         Log: fix for missed accounting for null byte in pack("Z",...) (from
77037              M.J.T. Guy)
77038      Branch: perl
77039            ! pp.c t/op/pack.t
77040 ____________________________________________________________________________
77041 [  5993] By: gsar                                  on 2000/04/28  09:30:05
77042         Log: various minor tweaks seen on p5p
77043      Branch: perl
77044            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
77045 ____________________________________________________________________________
77046 [  5992] By: gsar                                  on 2000/04/28  09:08:19
77047         Log: pod nit (from Simon Cozens)
77048      Branch: perl
77049            ! pod/perlop.pod
77050 ____________________________________________________________________________
77051 [  5991] By: gsar                                  on 2000/04/28  09:06:36
77052         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
77053      Branch: perl
77054            ! README.posix-bc hints/posix-bc.sh
77055 ____________________________________________________________________________
77056 [  5990] By: gsar                                  on 2000/04/28  08:54:52
77057         Log: use $ENV{LIB} to search for libs under Visual C compiler
77058              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
77059      Branch: perl
77060            ! lib/ExtUtils/Liblist.pm
77061 ____________________________________________________________________________
77062 [  5989] By: gsar                                  on 2000/04/28  08:27:12
77063         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
77064              itself and no other (from Tom Hughes)
77065      Branch: perl
77066            ! t/op/array.t toke.c
77067 ____________________________________________________________________________
77068 [  5988] By: gsar                                  on 2000/04/28  08:01:38
77069         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
77070              <paul@miraclefish.com>)
77071      Branch: perl
77072            ! lib/ExtUtils/MakeMaker.pm
77073 ____________________________________________________________________________
77074 [  5987] By: gsar                                  on 2000/04/28  07:53:09
77075         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
77076      Branch: perl
77077            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
77078 ____________________________________________________________________________
77079 [  5986] By: gsar                                  on 2000/04/28  07:44:17
77080         Log: add regular expressions tutorial and quick-start guide (from
77081              Mark Kvale <kvale@phy.ucsf.edu>)
77082      Branch: perl
77083            + pod/perlrequick.pod pod/perlretut.pod
77084            ! AUTHORS MAINTAIN MANIFEST
77085 ____________________________________________________________________________
77086 [  5985] By: gsar                                  on 2000/04/28  07:30:28
77087         Log: forked child may not exit correctly if it failed to open
77088              /dev/console (from Graham Barr)
77089      Branch: perl
77090            ! ext/Sys/Syslog/Syslog.pm
77091 ____________________________________________________________________________
77092 [  5984] By: gsar                                  on 2000/04/28  07:27:20
77093         Log: attributes::reftype() doesn't work on tied argument
77094      Branch: perl
77095            ! xsutils.c
77096 ____________________________________________________________________________
77097 [  5983] By: gsar                                  on 2000/04/28  07:15:04
77098         Log: numeric conversion of non-number in change#3378 tramples on
77099              OOK offset, causing segfaults
77100      Branch: perl
77101            ! sv.c
77102 ____________________________________________________________________________
77103 [  5982] By: gsar                                  on 2000/04/28  04:48:25
77104         Log: avoid error in IO::Socket::INET when given an unknown service name
77105              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
77106      Branch: perl
77107            ! ext/IO/lib/IO/Socket/INET.pm
77108 ____________________________________________________________________________
77109 [  5981] By: gsar                                  on 2000/04/28  04:31:31
77110         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
77111              prototype mismatch with CORE::glob(); update pod and tests to
77112              suit (File::Glob::glob() is still available for backward
77113              compatibility, but should be considered deprecated)
77114      Branch: perl
77115            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
77116            ! t/lib/glob-taint.t
77117 ____________________________________________________________________________
77118 [  5980] By: gsar                                  on 2000/04/28  03:47:29
77119         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
77120              <ghudson@mit.edu>)
77121      Branch: metaconfig
77122            ! U/modified/Options.U
77123      Branch: perl
77124            ! Configure
77125 ____________________________________________________________________________
77126 [  5979] By: gsar                                  on 2000/04/28  03:07:54
77127         Log: under useithreads, constant pad entries could inadvertently be
77128              shared across threads (from Eric Blood <eblood@xmission.com>);
77129              added Eric's test case to testsuite
77130      Branch: perl
77131            ! op.c t/op/misc.t
77132 ____________________________________________________________________________
77133 [  5978] By: gsar                                  on 2000/04/27  21:13:00
77134         Log: sync version numbers in File::Spec with the ones on CPAN
77135              (from Barrie Slaymaker)
77136      Branch: perl
77137            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
77138            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
77139            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
77140 ____________________________________________________________________________
77141 [  5977] By: gsar                                  on 2000/04/27  21:07:29
77142         Log: autoquote barewords followed by newline and arrow properly
77143              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
77144      Branch: perl
77145            ! t/pragma/warn/toke toke.c
77146 ____________________________________________________________________________
77147 [  5976] By: gsar                                  on 2000/04/27  20:41:20
77148         Log: DB_File v1.73 update (from Paul Marquess)
77149      Branch: perl
77150            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
77151            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
77152 ____________________________________________________________________________
77153 [  5975] By: gsar                                  on 2000/04/27  20:34:24
77154         Log: allow sort() reentrancy (variant of patch suggested by
77155              Hugo van der Sanden)
77156      Branch: perl
77157            ! pp_ctl.c t/op/sort.t
77158 ____________________________________________________________________________
77159 [  5974] By: gsar                                  on 2000/04/27  19:46:57
77160         Log: change#4197 somehow missed initializing PL_errors, meaning
77161              sytax error queueing wasn't working outside eval"" at all;
77162              also fixed eval"" to localize PL_error_count, so that compile-time
77163              eval's don't clobber the error state of the outer context
77164      Branch: perl
77165            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
77166            ! t/pragma/warn/toke
77167 ____________________________________________________________________________
77168 [  5973] By: gsar                                  on 2000/04/27  18:29:05
77169         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
77170      Branch: perl
77171            ! regcomp.c regexec.c t/op/re_tests
77172 ____________________________________________________________________________
77173 [  5972] By: jhi                                   on 2000/04/27  18:22:41
77174         Log: Integrate with Sarathy.
77175      Branch: cfgperl
77176           +> t/lib/b.t t/lib/syslog.t
77177           !> (integrate 31 files)
77178 ____________________________________________________________________________
77179 [  5971] By: jhi                                   on 2000/04/27  18:18:46
77180         Log: Unicos tweaks from Mark P. Lutz.
77181      Branch: cfgperl
77182            ! hints/unicos.sh lib/Math/Complex.pm
77183 ____________________________________________________________________________
77184 [  5970] By: gsar                                  on 2000/04/27  18:05:11
77185         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
77186              IV is >32bits
77187      Branch: perl
77188            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
77189 ____________________________________________________________________________
77190 [  5969] By: gsar                                  on 2000/04/27  17:50:56
77191         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
77192      Branch: perl
77193            + t/lib/syslog.t
77194            ! MANIFEST ext/Sys/Syslog/Syslog.pm
77195 ____________________________________________________________________________
77196 [  5968] By: gsar                                  on 2000/04/27  17:44:49
77197         Log: tolerate spaces in group names in test on solaris (from David Boyce
77198              <dsb@boyski.com>)
77199      Branch: perl
77200            ! t/op/groups.t
77201 ____________________________________________________________________________
77202 [  5967] By: gsar                                  on 2000/04/27  17:41:22
77203         Log: improved docs on the warn_uninit diagnostic (from David Glasser
77204              and Simon Cozens)
77205      Branch: perl
77206            ! pod/perldiag.pod
77207 ____________________________________________________________________________
77208 [  5966] By: gsar                                  on 2000/04/27  16:54:58
77209         Log: add testsuite for B backends, fix bug in B::Deparse (from
77210              Simon Cozens <simon@brecon.co.uk>)
77211      Branch: perl
77212            + t/lib/b.t
77213            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
77214 ____________________________________________________________________________
77215 [  5965] By: gsar                                  on 2000/04/27  16:10:37
77216         Log: avoid "will not stay shared" warnings for our variables (from
77217              Robin Barker)
77218      Branch: perl
77219            ! op.c t/pragma/warn/op
77220 ____________________________________________________________________________
77221 [  5964] By: gsar                                  on 2000/04/27  07:05:05
77222         Log: reformat to 72 columns (again)
77223      Branch: perl
77224            ! pod/perldiag.pod
77225 ____________________________________________________________________________
77226 [  5963] By: gsar                                  on 2000/04/27  06:28:31
77227         Log: patch from Larry to make (\&) prototype work; added tests for
77228              the same
77229      Branch: perl
77230            ! op.c t/comp/proto.t
77231 ____________________________________________________________________________
77232 [  5962] By: gsar                                  on 2000/04/27  06:15:47
77233         Log: updated README.hpux (from Jeff Okamoto)
77234      Branch: perl
77235            ! README.hpux
77236 ____________________________________________________________________________
77237 [  5961] By: gsar                                  on 2000/04/27  05:55:03
77238         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
77239      Branch: perl
77240            ! emacs/cperl-mode.el
77241 ____________________________________________________________________________
77242 [  5960] By: gsar                                  on 2000/04/27  05:49:26
77243         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
77244      Branch: perl
77245            ! INSTALL
77246 ____________________________________________________________________________
77247 [  5959] By: gsar                                  on 2000/04/27  05:33:41
77248         Log: doubled words in pods (from Simon Cozens
77249              <simon.p.cozens@jp.pwcglobal.com>)
77250      Branch: perl
77251            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
77252            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
77253            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
77254            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
77255            ! pod/perltootc.pod
77256 ____________________________________________________________________________
77257 [  5958] By: gsar                                  on 2000/04/27  05:11:39
77258         Log: change#3569 deleted some essential code, revert; avoid use of
77259              atexit() to make DynaLoader work properly on AIX under mod_perl
77260              (from Jens-Uwe Mager <jum@helios.de>)
77261      Branch: perl
77262            ! ext/DynaLoader/dl_aix.xs
77263 ____________________________________________________________________________
77264 [  5957] By: gsar                                  on 2000/04/27  04:54:51
77265         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
77266      Branch: perl
77267            ! pod/perlmod.pod
77268 ____________________________________________________________________________
77269 [  5956] By: gsar                                  on 2000/04/27  04:51:47
77270         Log: better diagnostics on failed tests (from Ilya Zakharevich)
77271      Branch: perl
77272            ! t/op/lex_assign.t
77273 ____________________________________________________________________________
77274 [  5955] By: gsar                                  on 2000/04/27  04:26:44
77275         Log: longstanding bug exposed by change#3307: sort arguments weren't
77276              compiled with the right wantarray context (ensuing runtime lookup
77277              via block_gimme() was getting the incidental context of the
77278              sort() itself)
77279      Branch: perl
77280            ! op.c t/op/sort.t
77281 ____________________________________________________________________________
77282 [  5954] By: gsar                                  on 2000/04/26  23:42:12
77283         Log: integrate cfgperl contents into mainline
77284      Branch: perl
77285           !> (integrate 30 files)
77286 ____________________________________________________________________________
77287 [  5953] By: jhi                                   on 2000/04/26  23:06:42
77288         Log: Integrate with Sarathy.
77289      Branch: cfgperl
77290           !> README.win32 ext/B/B/Deparse.pm
77291           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
77292           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
77293           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
77294           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
77295           !> utils/perldoc.PL vms/perlvms.pod
77296 ____________________________________________________________________________
77297 [  5952] By: jhi                                   on 2000/04/26  23:03:46
77298         Log: Undo "use integer" addition from 64bitint as it seems
77299              to break most of the subtests in Digital UNIX;
77300              Unicos needs to find another way.
77301      Branch: cfgperl
77302            ! t/op/64bitint.t
77303 ____________________________________________________________________________
77304 [  5951] By: jhi                                   on 2000/04/26  22:57:53
77305         Log: Be more robust on "extreme" (large absolute value)
77306              arguments.  Originally reported by Daniel Connelly
77307              as a problem with asinh() on large negative arguments,
77308              asinh() used to bail out because an argument to log()
77309              ended up being zero.  Ilya Zakharevich proposed using
77310              Taylor's series in such cases, which for such large
77311              arguments is a very good approximation.
77312      Branch: cfgperl
77313            ! lib/Math/Complex.pm t/lib/complex.t
77314 ____________________________________________________________________________
77315 [  5950] By: gsar                                  on 2000/04/25  19:13:12
77316         Log: reformat perldiag to avoid long lines
77317      Branch: perl
77318            ! pod/perldiag.pod
77319 ____________________________________________________________________________
77320 [  5949] By: gsar                                  on 2000/04/25  18:41:11
77321         Log: make perldoc use the pod2man from the same version (from
77322              M.J.T. Guy)
77323      Branch: perl
77324            ! utils/perldoc.PL
77325 ____________________________________________________________________________
77326 [  5948] By: gsar                                  on 2000/04/25  18:21:57
77327         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
77328              <kompas@kompas.usr.onet.pl>)
77329      Branch: perl
77330            ! lib/vars.pm
77331 ____________________________________________________________________________
77332 [  5947] By: gsar                                  on 2000/04/25  18:11:53
77333         Log: use &dl_error rather than &dl_load_file as the guard for calling
77334              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
77335              statically built perl)
77336      Branch: perl
77337            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
77338 ____________________________________________________________________________
77339 [  5946] By: jhi                                   on 2000/04/25  17:37:54
77340         Log: Document that tr() is not tr(1).
77341      Branch: cfgperl
77342            ! pod/perlop.pod
77343 ____________________________________________________________________________
77344 [  5945] By: gsar                                  on 2000/04/25  16:34:33
77345         Log: make module name mandatory after -M switch; reorder perldiag
77346              alphabetically (from Mark-Jason Dominus)
77347      Branch: perl
77348            ! perl.c pod/perldiag.pod
77349 ____________________________________________________________________________
77350 [  5944] By: jhi                                   on 2000/04/25  01:15:18
77351         Log: On second thoughts frexp() does have two arguments.
77352      Branch: cfgperl
77353            ! perl.h
77354 ____________________________________________________________________________
77355 [  5943] By: jhi                                   on 2000/04/24  22:56:32
77356         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
77357              Now pp_ncmp() returns undef is either operand is a NaN.
77358      Branch: cfgperl
77359            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77360            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
77361            ! vms/subconfigure.com vos/config.def vos/config.h
77362            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
77363            ! win32/config.vc win32/config_H.bc win32/config_H.gc
77364            ! win32/config_H.vc
77365      Branch: metaconfig/U/perl
77366            + d_modfl.U
77367 ____________________________________________________________________________
77368 [  5942] By: jhi                                   on 2000/04/24  19:45:17
77369         Log: Regen Configure to match #5937.
77370      Branch: cfgperl
77371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77372            ! config_h.SH
77373      Branch: metaconfig
77374            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
77375 ____________________________________________________________________________
77376 [  5941] By: jhi                                   on 2000/04/24  19:24:11
77377         Log: Further Unicos fixes for Mark Lutz.
77378      Branch: cfgperl
77379            ! hints/unicos.sh pp_ctl.c
77380 ____________________________________________________________________________
77381 [  5940] By: jhi                                   on 2000/04/24  19:09:06
77382         Log: Various Unicos 10.0.0.6 fixes.
77383              
77384              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
77385              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
77386              Reply-To: tecmpl1@triton.ca.boeing.com 
77387              To: perl5-porters@perl.org 
77388              Date: Fri, 14 Apr 2000 20:21:00 GMT 
77389              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
77390      Branch: cfgperl
77391            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
77392 ____________________________________________________________________________
77393 [  5939] By: gsar                                  on 2000/04/24  19:01:24
77394         Log: more pod nits (from Larry Virden)
77395      Branch: perl
77396            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
77397            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
77398            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
77399 ____________________________________________________________________________
77400 [  5938] By: gsar                                  on 2000/04/24  18:54:01
77401         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
77402      Branch: perl
77403            ! ext/B/B/Deparse.pm
77404 ____________________________________________________________________________
77405 [  5937] By: jhi                                   on 2000/04/24  17:39:00
77406         Log: Integrate with Sarathy.
77407      Branch: cfgperl
77408           +> (branch 31 files)
77409           !> (integrate 73 files)
77410 ____________________________________________________________________________
77411 [  5936] By: gsar                                  on 2000/04/24  17:30:06
77412         Log: additional tests for change#5934 (from Paul Marquess, who also
77413              sent in the same fix)
77414      Branch: perl
77415            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
77416            ! t/pragma/warn/5nolint t/pragma/warn/6default
77417 ____________________________________________________________________________
77418 [  5935] By: jhi                                   on 2000/04/24  17:26:05
77419         Log: Do not assume sign propagation.
77420              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
77421              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
77422              To: payner@ncifcrf.gov, perl5-porters@perl.org 
77423              Date: Tue, 18 Apr 2000 18:24:49 +0100 
77424              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
77425      Branch: cfgperl
77426            ! t/op/bop.t t/op/misc.t
77427 ____________________________________________________________________________
77428 [  5934] By: gsar                                  on 2000/04/24  17:16:54
77429         Log: propagate lexical warnings from surrounding scope correctly
77430              within string eval()
77431      Branch: perl
77432            ! pp_ctl.c t/pragma/warn/pp_ctl
77433 ____________________________________________________________________________
77434 [  5933] By: jhi                                   on 2000/04/24  17:01:07
77435         Log: Flatten the cpp jungle doing the nosuid checking.
77436      Branch: cfgperl
77437            ! perl.c
77438 ____________________________________________________________________________
77439 [  5932] By: gsar                                  on 2000/04/24  09:08:14
77440         Log: add rsignal(), whichsig() and do_join() to public API list
77441              (mod_perl uses them to good advantage)
77442      Branch: perl
77443            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
77444 ____________________________________________________________________________
77445 [  5931] By: gsar                                  on 2000/04/24  09:01:40
77446         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
77447      Branch: perl
77448            ! pp_hot.c regexec.c t/op/pat.t
77449 ____________________________________________________________________________
77450 [  5930] By: gsar                                  on 2000/04/24  08:58:33
77451         Log: small os390 tweaks (from Peter Prymmer)
77452      Branch: perl
77453            ! config_h.SH makedepend.SH
77454 ____________________________________________________________________________
77455 [  5929] By: gsar                                  on 2000/04/24  08:55:25
77456         Log: pod nits
77457      Branch: perl
77458            ! pod/perlguts.pod
77459 ____________________________________________________________________________
77460 [  5928] By: gsar                                  on 2000/04/24  08:50:13
77461         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
77462      Branch: perl
77463            ! ext/IO/lib/IO/Poll.pm
77464 ____________________________________________________________________________
77465 [  5927] By: gsar                                  on 2000/04/24  08:43:24
77466         Log: arrange for next() to resume at the unstack op rather than the
77467              loop conditional, so that scope cleanup happens correctly
77468              (from Stephen McCamant)
77469      Branch: perl
77470            ! op.c pp_ctl.c t/op/misc.t
77471 ____________________________________________________________________________
77472 [  5926] By: gsar                                  on 2000/04/24  08:18:40
77473         Log: on windows, reserve 16M of stack rather than 128M (allows more
77474              threads to run concurrently)
77475      Branch: perl
77476            ! win32/Makefile win32/makefile.mk
77477 ____________________________________________________________________________
77478 [  5925] By: gsar                                  on 2000/04/24  08:13:52
77479         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
77480      Branch: perl
77481            ! toke.c
77482 ____________________________________________________________________________
77483 [  5924] By: gsar                                  on 2000/04/24  08:08:59
77484         Log: avoid using uninitialized memory in require version check
77485      Branch: perl
77486            ! pp_ctl.c universal.c
77487 ____________________________________________________________________________
77488 [  5923] By: gsar                                  on 2000/04/24  07:20:14
77489         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
77490      Branch: perl
77491            ! ext/IO/lib/IO/Poll.pm
77492 ____________________________________________________________________________
77493 [  5922] By: gsar                                  on 2000/04/24  07:08:42
77494         Log: commentary about IoTYPE() (from Nathan Torkington)
77495      Branch: perl
77496            ! sv.h
77497 ____________________________________________________________________________
77498 [  5921] By: gsar                                  on 2000/04/24  06:58:26
77499         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
77500              by fix
77501      Branch: perl
77502            ! sv.c t/lib/charnames.t t/pragma/utf8.t
77503 ____________________________________________________________________________
77504 [  5920] By: gsar                                  on 2000/04/24  06:37:59
77505         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
77506      Branch: perl
77507            ! doop.c t/op/ver.t
77508 ____________________________________________________________________________
77509 [  5919] By: gsar                                  on 2000/04/24  06:21:58
77510         Log: Configure might miss old directories when prefix must be
77511              expanded (from Robin Barker)
77512      Branch: metaconfig
77513            ! U/installdirs/inc_version_list.U
77514      Branch: perl
77515            ! Configure
77516 ____________________________________________________________________________
77517 [  5918] By: gsar                                  on 2000/04/24  06:16:11
77518         Log: VMS nits in glob() test (from Charles Lane)
77519      Branch: perl
77520            ! t/lib/glob-basic.t
77521 ____________________________________________________________________________
77522 [  5917] By: gsar                                  on 2000/04/24  06:11:56
77523         Log: various pod nits (from Larry Virden and others)
77524      Branch: perl
77525            ! README.amiga README.hpux README.machten README.os2
77526            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
77527            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
77528            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
77529            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
77530            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
77531            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
77532            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
77533            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
77534 ____________________________________________________________________________
77535 [  5916] By: gsar                                  on 2000/04/24  05:52:43
77536         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
77537              <wjones@tc.fluke.com>)
77538      Branch: perl
77539            ! t/lib/glob-basic.t
77540 ____________________________________________________________________________
77541 [  5915] By: gsar                                  on 2000/04/24  05:07:01
77542         Log: supported platforms mixed up
77543      Branch: perl
77544            ! pod/perl56delta.pod pod/perlport.pod
77545 ____________________________________________________________________________
77546 [  5914] By: gsar                                  on 2000/04/24  04:56:08
77547         Log: caller() wasn't returning the right number of elements for
77548              eval {...}
77549      Branch: perl
77550            ! pp_ctl.c t/pragma/warn/9enabled
77551 ____________________________________________________________________________
77552 [  5913] By: gsar                                  on 2000/04/24  04:35:41
77553         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
77554              Mark-Jason Dominus)
77555      Branch: perl
77556            ! pod/perlfunc.pod
77557 ____________________________________________________________________________
77558 [  5912] By: gsar                                  on 2000/04/24  04:17:15
77559         Log: fix totally broken caching in UNIVERSAL::isa() (from
77560              Nick Ing-Simmons)
77561      Branch: perl
77562            ! t/op/universal.t universal.c
77563 ____________________________________________________________________________
77564 [  5911] By: gsar                                  on 2000/04/24  03:39:47
77565         Log: add linebreak properties from unicode/LineBrk.txt (from
77566              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
77567      Branch: perl
77568            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
77569            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
77570            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
77571            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
77572            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
77573            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
77574            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
77575            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
77576            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
77577            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
77578            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
77579            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
77580            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
77581            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
77582            + lib/unicode/Is/LbrkZW.pl
77583            ! lib/unicode/mktables.PL
77584 ____________________________________________________________________________
77585 [  5910] By: gsar                                  on 2000/04/24  03:23:10
77586         Log: typo in pod
77587      Branch: perl
77588            ! ext/Thread/Thread.pm
77589 ____________________________________________________________________________
77590 [  5909] By: gsar                                  on 2000/04/24  03:22:03
77591         Log: mode argument to do_binmode() should be file mode, not boolean
77592      Branch: perl
77593            ! pp_sys.c
77594 ____________________________________________________________________________
77595 [  5908] By: gsar                                  on 2000/04/16  16:51:08
77596         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
77597              always returns a valid GV even when the symbol is trapped by strictures
77598              (avoids coredumps)
77599              
77600              TODO: the C<package;> hack needs similar treatment
77601      Branch: perl
77602            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
77603            ! t/pragma/strict-vars
77604 ____________________________________________________________________________
77605 [  5907] By: jhi                                   on 2000/03/31  23:42:56
77606         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
77607              an assumption which #5905 demolished.
77608      Branch: cfgperl
77609            ! pp_sys.c
77610 ____________________________________________________________________________
77611 [  5906] By: jhi                                   on 2000/03/31  18:54:37
77612         Log: Typo in #5905.
77613      Branch: cfgperl
77614            ! t/op/64bitint.t
77615 ____________________________________________________________________________
77616 [  5905] By: jhi                                   on 2000/03/31  18:50:54
77617         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
77618              reported by Joseph N. Hall.  The bug was that even with use64bitint
77619              one had to use the prefixes q, L, or ll with printf/sprintf,
77620              contrary to the documentation and common sense.
77621      Branch: cfgperl
77622            ! sv.c t/op/64bitint.t
77623 ____________________________________________________________________________
77624 [  5904] By: gsar                                  on 2000/03/28  02:31:32
77625         Log: add Changes, perldelta.pod
77626      Branch: perl
77627            + Changes pod/perldelta.pod
77628 ____________________________________________________________________________
77629 [  5903] By: gsar                                  on 2000/03/28  02:03:55
77630         Log: rename Changes and perldelta.pod
77631      Branch: perl
77632           +> Changes5.6 pod/perl56delta.pod
77633            - Changes pod/perldelta.pod
77634            ! MANIFEST
77635 ____________________________________________________________________________
77636 [  5902] By: gsar                                  on 2000/03/28  01:59:14
77637         Log: create maint-5.6 branch
77638      Branch: maint-5.6/perl
77639           +> (branch 1611 files)
77640 ____________________________________________________________________________
77641 [  5901] By: jhi                                   on 2000/03/23  05:48:43
77642         Log: Integrate with Sarathy.
77643      Branch: cfgperl
77644           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
77645 ____________________________________________________________________________
77646 [  5900] By: gsar                                  on 2000/03/23  05:42:43
77647         Log: three guesses on what this is :-)
77648      Branch: perl
77649            ! Changes